Interface CachePartitionExchangeWorkerTask
-
- All Known Implementing Classes:
AbstractCachePartitionExchangeWorkerTask,CacheStatisticsModeChangeTask,ClientCacheChangeDummyDiscoveryMessage,FinishPreloadingTask,ForceRebalanceExchangeTask,GridDhtPartitionsExchangeFuture,RebalanceReassignExchangeTask,SchemaExchangeWorkerTask,SchemaNodeLeaveExchangeWorkerTask,StopCachesOnClientReconnectExchangeTask,TxTimeoutOnPartitionMapExchangeChangeTask,WalStateNodeLeaveExchangeTask
public interface CachePartitionExchangeWorkerTaskCache partition exchange worker task marker interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable SecurityContextsecurityContext()booleanskipForExchangeMerge()
-
-
-
Method Detail
-
skipForExchangeMerge
boolean skipForExchangeMerge()
- Returns:
Falseif exchange merge should stop if this task is found in exchange worker queue.
-
securityContext
@Nullable @Nullable SecurityContext securityContext()
- Returns:
- Security context in which current task must be executed.
nullmeans that the task is to run in the context of a local node,
-
-