Uses of Class
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager
-
Packages that use GridCachePartitionExchangeManager Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.query.stat -
-
Uses of GridCachePartitionExchangeManager in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCachePartitionExchangeManager Modifier and Type Method Description GridCachePartitionExchangeManager<K,V>GridCacheSharedContext. exchange()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCachePartitionExchangeManager Modifier and Type Method Description GridCacheSharedContext.BuilderGridCacheSharedContext.Builder. setPartitionExchangeManager(GridCachePartitionExchangeManager exchMgr) -
Uses of GridCachePartitionExchangeManager in org.apache.ignite.internal.processors.query.stat
Constructors in org.apache.ignite.internal.processors.query.stat with parameters of type GridCachePartitionExchangeManager Constructor Description IgniteGlobalStatisticsManager(IgniteStatisticsManagerImpl statMgr, GridSystemViewManager sysViewMgr, IgniteThreadPoolExecutor mgmtPool, GridDiscoveryManager discoMgr, GridClusterStateProcessor cluster, GridCachePartitionExchangeManager<?,?> exchange, IgniteStatisticsHelper helper, GridIoManager ioMgr, Function<Class<?>,IgniteLogger> logSupplier)Constructor.
-