public class AddInterceptorOperation extends AbstractOperation
| Constructor and Description |
|---|
AddInterceptorOperation() |
AddInterceptorOperation(String id,
MapInterceptor mapInterceptor,
String mapName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResponse() |
void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
String |
toString() |
void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRungetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeDatapublic AddInterceptorOperation(String id, MapInterceptor mapInterceptor, String mapName)
public AddInterceptorOperation()
public boolean returnsResponse()
returnsResponse in class AbstractOperationpublic Object getResponse()
getResponse in class AbstractOperationpublic void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractOperationIOExceptionpublic void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractOperationIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.