public abstract class PartitionClientRequest extends ClientRequest implements ExecutionCallback
callId, clientEngine, endpoint, operationService, serializationService, service
Constructor and Description |
---|
PartitionClientRequest() |
Modifier and Type | Method and Description |
---|---|
protected void |
afterResponse()
Called on node side, after sending the response to the client.
|
protected void |
beforeProcess()
Called on node side, before starting any operation.
|
protected void |
beforeResponse()
Called on node side, after process is run and right before sending the response to the client.
|
protected Object |
filter(Object response) |
protected abstract int |
getPartition() |
protected int |
getReplicaIndex() |
void |
onFailure(Throwable t)
Called when an execution is completed with an error.
|
void |
onResponse(Object object)
Called when an execution is completed successfully.
|
protected abstract Operation |
prepareOperation() |
void |
process() |
getCallId, getClassVersion, getClientEngine, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, getServiceName, read, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, write, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequiredPermission
getClassId, getFactoryId
protected void beforeProcess()
protected void beforeResponse()
protected void afterResponse()
public final void process()
process
in class ClientRequest
protected abstract Operation prepareOperation()
protected abstract int getPartition()
protected int getReplicaIndex()
public final void onResponse(Object object)
ExecutionCallback
onResponse
in interface ExecutionCallback
object
- the result of the successful executionpublic final void onFailure(Throwable t)
ExecutionCallback
onFailure
in interface ExecutionCallback
t
- the exception that is thrownCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.