com.hazelcast.spi.impl
public abstract class AbstractNamedOperation extends AbstractOperation implements NamedOperation
Modifier and Type | Field and Description |
---|---|
protected String |
name |
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Modifier | Constructor and Description |
---|---|
|
AbstractNamedOperation() |
protected |
AbstractNamedOperation(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the distributed data structure.
|
protected void |
readInternal(ObjectDataInput in) |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, getResponse, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
protected String name
protected AbstractNamedOperation(String name)
public AbstractNamedOperation()
public final String getName()
NamedOperation
getName
in interface NamedOperation
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractOperation
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.