类 WaitForJobCompleteTask
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.WaitForJobCompleteTask
- 所有已实现的接口:
com.hazelcast.client.impl.client.SecureRequest,com.hazelcast.client.impl.protocol.task.MessageTask,Runnable
public class WaitForJobCompleteTask
extends com.hazelcast.client.impl.protocol.task.AbstractInvocationMessageTask<P>
-
字段概要
从类继承的字段 com.hazelcast.client.impl.protocol.task.AbstractMessageTask
clientEngine, clientMessage, connection, endpoint, logger, nodeEngine, parameters, serializationService -
构造器概要
构造器限定符构造器说明protectedWaitForJobCompleteTask(com.hazelcast.client.impl.protocol.ClientMessage clientMessage, com.hazelcast.instance.impl.Node node, com.hazelcast.internal.nio.Connection connection) -
方法概要
修饰符和类型方法说明protected final LongdecodeClientMessage(com.hazelcast.client.impl.protocol.ClientMessage clientMessage) protected com.hazelcast.client.impl.protocol.ClientMessageprotected com.hazelcast.spi.impl.operationservice.InvocationBuildergetInvocationBuilder(com.hazelcast.spi.impl.operationservice.Operation operation) Object[]protected SeaTunnelServerprotected com.hazelcast.spi.impl.operationservice.Operationprotected <V> com.hazelcast.internal.serialization.DatatoData(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
-
构造器详细资料
-
WaitForJobCompleteTask
protected WaitForJobCompleteTask(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
- 指定者:
getMethodName在接口中com.hazelcast.client.impl.client.SecureRequest- 指定者:
getMethodName在类中com.hazelcast.client.impl.protocol.task.AbstractMessageTask<Long>
-
getParameters
- 指定者:
getParameters在接口中com.hazelcast.client.impl.client.SecureRequest- 指定者:
getParameters在类中com.hazelcast.client.impl.protocol.task.AbstractMessageTask<Long>
-
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
- 指定者:
encodeResponse在类中com.hazelcast.client.impl.protocol.task.AbstractMessageTask<P>
-
getRequiredPermission
-
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
-