类 TaskExecutionContext


  • public class TaskExecutionContext
    extends Object
    • 构造器详细资料

      • TaskExecutionContext

        public TaskExecutionContext​(Task task,
                                    com.hazelcast.spi.impl.NodeEngineImpl nodeEngine,
                                    TaskExecutionService taskExecutionService)
    • 方法详细资料

      • sendToMaster

        public <E> com.hazelcast.spi.impl.operationservice.impl.InvocationFuture<E> sendToMaster​(com.hazelcast.spi.impl.operationservice.Operation operation)
      • sendToMember

        public <E> com.hazelcast.spi.impl.operationservice.impl.InvocationFuture<E> sendToMember​(com.hazelcast.spi.impl.operationservice.Operation operation,
                                                                                                 com.hazelcast.cluster.Address memberID)
      • getLogger

        public com.hazelcast.logging.ILogger getLogger()
      • getTask

        public <T> T getTask()
      • getInstance

        public com.hazelcast.core.HazelcastInstance getInstance()