类 GetJobInfoTask

java.lang.Object
com.hazelcast.client.impl.protocol.task.AbstractMessageTask<P>
com.hazelcast.client.impl.protocol.task.AbstractAsyncMessageTask<P,Object>
com.hazelcast.client.impl.protocol.task.AbstractInvocationMessageTask<P>
org.apache.seatunnel.engine.server.protocol.task.GetJobInfoTask
所有已实现的接口:
com.hazelcast.client.impl.client.SecureRequest, com.hazelcast.client.impl.protocol.task.MessageTask, Runnable

public class GetJobInfoTask 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
    GetJobInfoTask(com.hazelcast.client.impl.protocol.ClientMessage clientMessage, com.hazelcast.instance.impl.Node node, com.hazelcast.internal.nio.Connection connection)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected final Long
    decodeClientMessage(com.hazelcast.client.impl.protocol.ClientMessage clientMessage)
     
    protected com.hazelcast.client.impl.protocol.ClientMessage
     
     
    protected com.hazelcast.spi.impl.operationservice.InvocationBuilder
    getInvocationBuilder(com.hazelcast.spi.impl.operationservice.Operation operation)
     
     
     
     
    protected SeaTunnelServer
     
     
    protected com.hazelcast.spi.impl.operationservice.Operation
     
    protected <V> com.hazelcast.internal.serialization.Data
    toData(V v)
     

    从类继承的方法 com.hazelcast.client.impl.protocol.task.AbstractInvocationMessageTask

    processInternal

    从类继承的方法 com.hazelcast.client.impl.protocol.task.AbstractAsyncMessageTask

    afterSendingResponse, beforeProcess, processMessage, processResponseBeforeSending

    从类继承的方法 com.hazelcast.client.impl.protocol.task.AbstractMessageTask

    acceptOnIncompleteStart, encodeException, getDistributedObjectType, getMemberBuildInfo, getService, handleProcessingFailure, isAdvancedNetworkEnabled, isManagementTask, peelIfNeeded, requiresAuthentication, run, sendClientMessage, sendClientMessage, sendResponse, validateNodeStart, validateNodeStartBeforeDecode

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • GetJobInfoTask

      protected GetJobInfoTask(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 Long 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>
    • getSeaTunnelService

      protected SeaTunnelServer getSeaTunnelService()