Uses of Class
org.apache.ignite.internal.processors.subscription.GridInternalSubscriptionProcessor
-
Packages that use GridInternalSubscriptionProcessor Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.cluster org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.query.stat -
-
Uses of GridInternalSubscriptionProcessor in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return GridInternalSubscriptionProcessor Modifier and Type Method Description GridInternalSubscriptionProcessorGridKernalContext. internalSubscriptionProcessor()GridInternalSubscriptionProcessorGridKernalContextImpl. internalSubscriptionProcessor() -
Uses of GridInternalSubscriptionProcessor in org.apache.ignite.internal.cluster
Constructors in org.apache.ignite.internal.cluster with parameters of type GridInternalSubscriptionProcessor Constructor Description DistributedBaselineConfiguration(GridInternalSubscriptionProcessor isp, GridKernalContext ctx, IgniteLogger log) -
Uses of GridInternalSubscriptionProcessor in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return GridInternalSubscriptionProcessor Modifier and Type Method Description GridInternalSubscriptionProcessorStandaloneGridKernalContext. internalSubscriptionProcessor() -
Uses of GridInternalSubscriptionProcessor in org.apache.ignite.internal.processors.query.stat
Constructors in org.apache.ignite.internal.processors.query.stat with parameters of type GridInternalSubscriptionProcessor Constructor Description 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.IgniteStatisticsPersistenceStoreImpl(GridInternalSubscriptionProcessor subscriptionProcessor, IgniteCacheDatabaseSharedManager db, Function<Class<?>,IgniteLogger> logSupplier)Constructor.
-