Uses of Class
org.apache.ignite.internal.processors.cluster.GridClusterStateProcessor
-
Packages that use GridClusterStateProcessor Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.query.stat -
-
Uses of GridClusterStateProcessor in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return GridClusterStateProcessor Modifier and Type Method Description GridClusterStateProcessorGridKernalContext. state()Gets cluster state processor.GridClusterStateProcessorGridKernalContextImpl. state()Gets cluster state processor. -
Uses of GridClusterStateProcessor in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return GridClusterStateProcessor Modifier and Type Method Description GridClusterStateProcessorStandaloneGridKernalContext. state()Gets cluster state processor. -
Uses of GridClusterStateProcessor in org.apache.ignite.internal.processors.query.stat
Constructors in org.apache.ignite.internal.processors.query.stat with parameters of type GridClusterStateProcessor Constructor Description IgniteGlobalStatisticsManager(IgniteStatisticsManagerImpl statMgr, GridSystemViewManager sysViewMgr, IgniteThreadPoolExecutor mgmtPool, GridDiscoveryManager discoMgr, GridClusterStateProcessor cluster, GridCachePartitionExchangeManager<?,?> exchange, IgniteStatisticsHelper helper, GridIoManager ioMgr, Function<Class<?>,IgniteLogger> logSupplier)Constructor.IgniteStatisticsConfigurationManager(SchemaManager schemaMgr, GridInternalSubscriptionProcessor subscriptionProcessor, GridSystemViewManager sysViewMgr, GridClusterStateProcessor cluster, StatisticsProcessor statProc, boolean persistence, IgniteThreadPoolExecutor mgmtPool, Supplier<Boolean> stopping, Function<Class<?>,IgniteLogger> logSupplier, boolean isServerNode)Constructor.
-