com.hazelcast.client.impl.protocol.task.map
Class AbstractMapPutMessageTask<P>
java.lang.Object
com.hazelcast.client.impl.protocol.task.AbstractMessageTask<P>
com.hazelcast.client.impl.protocol.task.AbstractPartitionMessageTask<P>
com.hazelcast.client.impl.protocol.task.map.AbstractMapPutMessageTask<P>
- All Implemented Interfaces:
- SecureRequest, MessageTask, ExecutionCallback, PartitionSpecificRunnable, Runnable
- Direct Known Subclasses:
- MapPutAsyncMessageTask, MapPutIfAbsentMessageTask, MapPutMessageTask, MapPutTransientMessageTask, MapReplaceIfSameMessageTask, MapReplaceMessageTask, MapSetMessageTask, MapTryPutMessageTask
public abstract class AbstractMapPutMessageTask<P>
- extends AbstractPartitionMessageTask<P>
Methods inherited from class com.hazelcast.client.impl.protocol.task.AbstractMessageTask |
decodeClientMessage, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getPartitionId, getService, run, sendClientMessage, sendClientMessage, sendClientMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startTime
protected transient long startTime
AbstractMapPutMessageTask
protected AbstractMapPutMessageTask(ClientMessage clientMessage,
Node node,
Connection connection)
beforeProcess
protected void beforeProcess()
- Description copied from class:
AbstractPartitionMessageTask
- Called on node side, before starting any operation.
- Overrides:
beforeProcess
in class AbstractPartitionMessageTask<P>
beforeResponse
protected void beforeResponse()
- Description copied from class:
AbstractPartitionMessageTask
- Called on node side, after process is run and right before sending the response to the client.
- Overrides:
beforeResponse
in class AbstractPartitionMessageTask<P>
getRequiredPermission
public Permission getRequiredPermission()
getServiceName
public String getServiceName()
- Specified by:
getServiceName
in class AbstractMessageTask<P>
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.