Uses of Interface
org.apache.ignite.internal.processors.GridProcessor
-
-
Uses of GridProcessor in org.apache.ignite.internal.cache.query.index
Classes in org.apache.ignite.internal.cache.query.index that implement GridProcessor Modifier and Type Class Description classIndexProcessorImplementation of IndexingSpi that tracks all cache indexes. -
Uses of GridProcessor in org.apache.ignite.internal.cache.transform
Subinterfaces of GridProcessor in org.apache.ignite.internal.cache.transform Modifier and Type Interface Description interfaceCacheObjectTransformerProcessorProvides cache object's bytes transformation (eg. encryption, compression, etc). -
Uses of GridProcessor in org.apache.ignite.internal.maintenance
Classes in org.apache.ignite.internal.maintenance that implement GridProcessor Modifier and Type Class Description classMaintenanceProcessor -
Uses of GridProcessor in org.apache.ignite.internal.processors
Classes in org.apache.ignite.internal.processors that implement GridProcessor Modifier and Type Class Description classGridProcessorAdapterAdvanced parent adapter for all processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.affinity
Classes in org.apache.ignite.internal.processors.affinity that implement GridProcessor Modifier and Type Class Description classGridAffinityProcessorData affinity processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.authentication
Classes in org.apache.ignite.internal.processors.authentication that implement GridProcessor Modifier and Type Class Description classIgniteAuthenticationProcessor -
Uses of GridProcessor in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement GridProcessor Modifier and Type Class Description classGridCacheProcessorThe main responsibility of this processor is orchestrating of starting, stopping caches and everything related to that activity like validation of cache configuration, restoring configuration from persistence, etc. -
Uses of GridProcessor in org.apache.ignite.internal.processors.cache.binary
Classes in org.apache.ignite.internal.processors.cache.binary that implement GridProcessor Modifier and Type Class Description classCacheObjectBinaryProcessorImplBinary processor implementation. -
Uses of GridProcessor in org.apache.ignite.internal.processors.cache.persistence.filename
Classes in org.apache.ignite.internal.processors.cache.persistence.filename that implement GridProcessor Modifier and Type Class Description classPdsConsistentIdProcessorComponent for resolving PDS storage file names, also used for generating consistent ID for case PDS mode is enabled -
Uses of GridProcessor in org.apache.ignite.internal.processors.cacheobject
Subinterfaces of GridProcessor in org.apache.ignite.internal.processors.cacheobject Modifier and Type Interface Description interfaceIgniteCacheObjectProcessorCache objects processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.closure
Classes in org.apache.ignite.internal.processors.closure that implement GridProcessor Modifier and Type Class Description classGridClosureProcessor -
Uses of GridProcessor in org.apache.ignite.internal.processors.cluster
Subinterfaces of GridProcessor in org.apache.ignite.internal.processors.cluster Modifier and Type Interface Description interfaceIGridClusterStateProcessorClasses in org.apache.ignite.internal.processors.cluster that implement GridProcessor Modifier and Type Class Description classClusterProcessorclassGridClusterStateProcessor -
Uses of GridProcessor in org.apache.ignite.internal.processors.compress
Classes in org.apache.ignite.internal.processors.compress that implement GridProcessor Modifier and Type Class Description classCompressionProcessorCompression processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.configuration.distributed
Classes in org.apache.ignite.internal.processors.configuration.distributed that implement GridProcessor Modifier and Type Class Description classDistributedConfigurationProcessorProcessor of distributed configuration. -
Uses of GridProcessor in org.apache.ignite.internal.processors.continuous
Classes in org.apache.ignite.internal.processors.continuous that implement GridProcessor Modifier and Type Class Description classGridContinuousProcessorProcessor for continuous routines. -
Uses of GridProcessor in org.apache.ignite.internal.processors.datastreamer
Classes in org.apache.ignite.internal.processors.datastreamer that implement GridProcessor Modifier and Type Class Description classDataStreamProcessor<K,V>Data stream processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.datastructures
Classes in org.apache.ignite.internal.processors.datastructures that implement GridProcessor Modifier and Type Class Description classDataStructuresProcessorManager of data structures. -
Uses of GridProcessor in org.apache.ignite.internal.processors.diagnostic
Classes in org.apache.ignite.internal.processors.diagnostic that implement GridProcessor Modifier and Type Class Description classDiagnosticProcessorProcessor which contained helper methods for different diagnostic cases. -
Uses of GridProcessor in org.apache.ignite.internal.processors.failure
Classes in org.apache.ignite.internal.processors.failure that implement GridProcessor Modifier and Type Class Description classFailureProcessorGeneral failure processing API -
Uses of GridProcessor in org.apache.ignite.internal.processors.job
Classes in org.apache.ignite.internal.processors.job that implement GridProcessor Modifier and Type Class Description classGridJobProcessorResponsible for all grid job execution and communication. -
Uses of GridProcessor in org.apache.ignite.internal.processors.jobmetrics
Classes in org.apache.ignite.internal.processors.jobmetrics that implement GridProcessor Modifier and Type Class Description classGridJobMetricsProcessorDeprecated.Check theReadOnlyMetricRegistrywith "name=compute.jobs" instead. -
Uses of GridProcessor in org.apache.ignite.internal.processors.localtask
Classes in org.apache.ignite.internal.processors.localtask that implement GridProcessor Modifier and Type Class Description classDurableBackgroundTasksProcessorProcessor that is responsible for durable background tasks that are executed on local node. -
Uses of GridProcessor in org.apache.ignite.internal.processors.marshaller
Classes in org.apache.ignite.internal.processors.marshaller that implement GridProcessor Modifier and Type Class Description classGridMarshallerMappingProcessorProcessor responsible for managing customDiscoveryCustomMessageevents for exchanging marshalling mappings between nodes in grid. -
Uses of GridProcessor in org.apache.ignite.internal.processors.metastorage.persistence
Classes in org.apache.ignite.internal.processors.metastorage.persistence that implement GridProcessor Modifier and Type Class Description classDistributedMetaStorageImplImplementation ofDistributedMetaStoragebased onMetaStoragefor persistence and discovery SPI for communication. -
Uses of GridProcessor in org.apache.ignite.internal.processors.nodevalidation
Subinterfaces of GridProcessor in org.apache.ignite.internal.processors.nodevalidation Modifier and Type Interface Description interfaceDiscoveryNodeValidationProcessorNode validation.Classes in org.apache.ignite.internal.processors.nodevalidation that implement GridProcessor Modifier and Type Class Description classOsDiscoveryNodeValidationProcessorNode validation. -
Uses of GridProcessor in org.apache.ignite.internal.processors.odbc
Classes in org.apache.ignite.internal.processors.odbc that implement GridProcessor Modifier and Type Class Description classClientListenerProcessorClient connector processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.offheap
Classes in org.apache.ignite.internal.processors.offheap that implement GridProcessor Modifier and Type Class Description classGridOffHeapProcessorManages offheap memory caches. -
Uses of GridProcessor in org.apache.ignite.internal.processors.performancestatistics
Classes in org.apache.ignite.internal.processors.performancestatistics that implement GridProcessor Modifier and Type Class Description classPerformanceStatisticsProcessorPerformance statistics processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.platform
Subinterfaces of GridProcessor in org.apache.ignite.internal.processors.platform Modifier and Type Interface Description interfacePlatformProcessorPlatform processor.Classes in org.apache.ignite.internal.processors.platform that implement GridProcessor Modifier and Type Class Description classPlatformNoopProcessorNo-op processor.classPlatformProcessorImplPlatform processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.platform.plugin
Classes in org.apache.ignite.internal.processors.platform.plugin that implement GridProcessor Modifier and Type Class Description classPlatformPluginProcessorPlatform plugin processor -
Uses of GridProcessor in org.apache.ignite.internal.processors.plugin
Classes in org.apache.ignite.internal.processors.plugin that implement GridProcessor Modifier and Type Class Description classIgnitePluginProcessor -
Uses of GridProcessor in org.apache.ignite.internal.processors.pool
Classes in org.apache.ignite.internal.processors.pool that implement GridProcessor Modifier and Type Class Description classPoolProcessorProcessor which abstracts out thread pool management. -
Uses of GridProcessor in org.apache.ignite.internal.processors.port
Classes in org.apache.ignite.internal.processors.port that implement GridProcessor Modifier and Type Class Description classGridPortProcessorRegisters and deregisters all ports used by SPI and Manager. -
Uses of GridProcessor in org.apache.ignite.internal.processors.query
Subinterfaces of GridProcessor in org.apache.ignite.internal.processors.query Modifier and Type Interface Description interfaceIndexingQueryEngineMarker interface for Indexing-backed query engine (indexing implementation will be used instead of query engine).interfaceQueryEngineClasses in org.apache.ignite.internal.processors.query that implement GridProcessor Modifier and Type Class Description classGridQueryProcessorIndexing processor.classNoOpQueryEngineNo op implementation. -
Uses of GridProcessor in org.apache.ignite.internal.processors.resource
Classes in org.apache.ignite.internal.processors.resource that implement GridProcessor Modifier and Type Class Description classGridResourceProcessorProcessor for all Ignite and task/job resources. -
Uses of GridProcessor in org.apache.ignite.internal.processors.rest
Subinterfaces of GridProcessor in org.apache.ignite.internal.processors.rest Modifier and Type Interface Description interfaceIgniteRestProcessorREST processor marker interface.Classes in org.apache.ignite.internal.processors.rest that implement GridProcessor Modifier and Type Class Description classGridRestProcessorRest processor implementation. -
Uses of GridProcessor in org.apache.ignite.internal.processors.schedule
Classes in org.apache.ignite.internal.processors.schedule that implement GridProcessor Modifier and Type Class Description classIgniteNoopScheduleProcessorNo-op implementation ofIgniteScheduleProcessorAdapter, throws exception on usage attempt.classIgniteScheduleProcessorAdapterSchedules cron-based execution of grid tasks and closures. -
Uses of GridProcessor in org.apache.ignite.internal.processors.security
Subinterfaces of GridProcessor in org.apache.ignite.internal.processors.security Modifier and Type Interface Description interfaceGridSecurityProcessorThis interface is responsible for: Node authentication; Thin client authentication; Providing configuration info whether global node authentication is enabled; Keeping and propagating all authenticated security subjects; Providing configuration info whether security mode is enabled at all; Handling expired sessions; Providing configuration info whether sandbox is enabled; Keeping and propagating authenticated security subject for thin clients; Keeping and propagating authenticated security contexts for nodes and thin clients; Authorizing specific operations (cache put, task execute, so on) when session security context is set.Classes in org.apache.ignite.internal.processors.security that implement GridProcessor Modifier and Type Class Description classIgniteSecurityAdapterclassIgniteSecurityProcessorDefaultIgniteSecurityimplementation.classNoOpIgniteSecurityProcessorNo operation IgniteSecurity. -
Uses of GridProcessor in org.apache.ignite.internal.processors.segmentation
Subinterfaces of GridProcessor in org.apache.ignite.internal.processors.segmentation Modifier and Type Interface Description interfaceGridSegmentationProcessorKernal processor responsible for checking network segmentation issues. -
Uses of GridProcessor in org.apache.ignite.internal.processors.segmentation.os
Classes in org.apache.ignite.internal.processors.segmentation.os that implement GridProcessor Modifier and Type Class Description classGridOsSegmentationProcessorNo-op implementation forGridSegmentationProcessor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.service
Classes in org.apache.ignite.internal.processors.service that implement GridProcessor Modifier and Type Class Description classIgniteServiceProcessorIgnite service processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.session
Classes in org.apache.ignite.internal.processors.session that implement GridProcessor Modifier and Type Class Description classGridTaskSessionProcessor -
Uses of GridProcessor in org.apache.ignite.internal.processors.subscription
Classes in org.apache.ignite.internal.processors.subscription that implement GridProcessor Modifier and Type Class Description classGridInternalSubscriptionProcessorProcessor enables grid components to register listeners for events generated by other components on local node. -
Uses of GridProcessor in org.apache.ignite.internal.processors.task
Classes in org.apache.ignite.internal.processors.task that implement GridProcessor Modifier and Type Class Description classGridTaskProcessorThis class defines task processor. -
Uses of GridProcessor in org.apache.ignite.internal.processors.timeout
Classes in org.apache.ignite.internal.processors.timeout that implement GridProcessor Modifier and Type Class Description classGridTimeoutProcessorDetects timeout events and processes them.
-