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