com.hazelcast.map.impl.operation
public class RemoveInterceptorOperation extends AbstractOperation implements MutatingOperation, NamedOperation
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
RemoveInterceptorOperation() |
RemoveInterceptorOperation(String mapName,
String id) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the distributed data structure.
|
Object |
getResponse() |
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, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeData
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.