类 CancelJobTask

  • 所有已实现的接口:
    com.hazelcast.client.impl.client.SecureRequest, com.hazelcast.client.impl.protocol.task.MessageTask, Runnable

    public class CancelJobTask
    extends com.hazelcast.client.impl.protocol.task.AbstractInvocationMessageTask<P>
    • 字段概要

      • 从类继承的字段 com.hazelcast.client.impl.protocol.task.AbstractMessageTask

        clientEngine, clientMessage, connection, endpoint, logger, nodeEngine, parameters, serializationService
    • 构造器概要

      构造器 
      限定符 构造器 说明
      protected CancelJobTask​(com.hazelcast.client.impl.protocol.ClientMessage clientMessage, com.hazelcast.instance.impl.Node node, com.hazelcast.internal.nio.Connection connection)  
    • 构造器详细资料

      • CancelJobTask

        protected CancelJobTask​(com.hazelcast.client.impl.protocol.ClientMessage clientMessage,
                                com.hazelcast.instance.impl.Node node,
                                com.hazelcast.internal.nio.Connection connection)
    • 方法详细资料

      • prepareOperation

        protected com.hazelcast.spi.impl.operationservice.Operation prepareOperation()
        指定者:
        prepareOperation 在类中 com.hazelcast.client.impl.protocol.task.AbstractInvocationMessageTask<Long>
      • getMethodName

        public String getMethodName()
        指定者:
        getMethodName 在接口中 com.hazelcast.client.impl.client.SecureRequest
        指定者:
        getMethodName 在类中 com.hazelcast.client.impl.protocol.task.AbstractMessageTask<Long>
      • getParameters

        public Object[] getParameters()
        指定者:
        getParameters 在接口中 com.hazelcast.client.impl.client.SecureRequest
        指定者:
        getParameters 在类中 com.hazelcast.client.impl.protocol.task.AbstractMessageTask<Long>
      • getServiceName

        public String getServiceName()
        指定者:
        getServiceName 在类中 com.hazelcast.client.impl.protocol.task.AbstractMessageTask<P>
      • decodeClientMessage

        protected final P decodeClientMessage​(com.hazelcast.client.impl.protocol.ClientMessage clientMessage)
        指定者:
        decodeClientMessage 在类中 com.hazelcast.client.impl.protocol.task.AbstractMessageTask<P>
      • encodeResponse

        protected com.hazelcast.client.impl.protocol.ClientMessage encodeResponse​(Object o)
        指定者:
        encodeResponse 在类中 com.hazelcast.client.impl.protocol.task.AbstractMessageTask<P>
      • getRequiredPermission

        public Permission getRequiredPermission()
      • getDistributedObjectName

        public String getDistributedObjectName()
        指定者:
        getDistributedObjectName 在接口中 com.hazelcast.client.impl.client.SecureRequest
        指定者:
        getDistributedObjectName 在类中 com.hazelcast.client.impl.protocol.task.AbstractMessageTask<P>
      • toData

        protected <V> com.hazelcast.internal.serialization.Data toData​(V v)
      • getInvocationBuilder

        protected com.hazelcast.spi.impl.operationservice.InvocationBuilder getInvocationBuilder​(com.hazelcast.spi.impl.operationservice.Operation operation)
        指定者:
        getInvocationBuilder 在类中 com.hazelcast.client.impl.protocol.task.AbstractInvocationMessageTask<P>