Uses of Interface
org.apache.ignite.internal.processors.cache.CachePartitionExchangeWorkerTask
-
Packages that use CachePartitionExchangeWorkerTask Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.query.schema -
-
Uses of CachePartitionExchangeWorkerTask in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement CachePartitionExchangeWorkerTask Modifier and Type Class Description classAbstractCachePartitionExchangeWorkerTaskclassCacheStatisticsModeChangeTaskCache statistics mode change task for exchange worker.classClientCacheChangeDummyDiscoveryMessageDummy discovery message which is not really sent via ring, it is just added in local discovery worker queue.classTxTimeoutOnPartitionMapExchangeChangeTaskThe task for changing transaction timeout on partition map exchange.classWalStateNodeLeaveExchangeTaskExchange task to handle node leave for WAL state manager.Methods in org.apache.ignite.internal.processors.cache that return CachePartitionExchangeWorkerTask Modifier and Type Method Description CachePartitionExchangeWorkerTaskGridCacheProcessor. exchangeTaskForCustomDiscoveryMessage(DiscoveryCustomMessage msg)Create exchange worker task for custom discovery message. -
Uses of CachePartitionExchangeWorkerTask in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Classes in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that implement CachePartitionExchangeWorkerTask Modifier and Type Class Description classFinishPreloadingTaskA task for finishing preloading future in exchange worker thread.classForceRebalanceExchangeTaskclassGridDhtPartitionsExchangeFutureFuture for exchanging partition maps.classRebalanceReassignExchangeTaskclassStopCachesOnClientReconnectExchangeTask -
Uses of CachePartitionExchangeWorkerTask in org.apache.ignite.internal.processors.query.schema
Classes in org.apache.ignite.internal.processors.query.schema that implement CachePartitionExchangeWorkerTask Modifier and Type Class Description classSchemaExchangeWorkerTaskCache schema change task for exchange worker.classSchemaNodeLeaveExchangeWorkerTaskNode leave exchange worker task.
-