public class MapAddInterceptorRequest extends MultiTargetClientRequest implements Portable, SecureRequest
TRY_COUNTcallId, clientEngine, endpoint, service| Constructor and Description |
|---|
MapAddInterceptorRequest() |
MapAddInterceptorRequest(String name,
MapInterceptor mapInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
protected OperationFactory |
createOperationFactory() |
int |
getClassId() |
int |
getFactoryId() |
Permission |
getRequiredPermission() |
String |
getServiceName() |
Collection<Address> |
getTargets() |
void |
read(PortableReader reader) |
protected Object |
reduce(Map<Address,Object> map) |
void |
write(PortableWriter writer) |
getCallId, getClientEngine, getEndpoint, getService, isSingleConnection, readPortable, setCallId, setSingleConnection, writePortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadPortable, writePortablepublic MapAddInterceptorRequest()
public MapAddInterceptorRequest(String name, MapInterceptor mapInterceptor)
public String getServiceName()
getServiceName in class ClientRequestpublic int getFactoryId()
getFactoryId in interface Portablepublic int getClassId()
getClassId in interface Portableprotected OperationFactory createOperationFactory()
createOperationFactory in class MultiTargetClientRequestprotected Object reduce(Map<Address,Object> map)
reduce in class MultiTargetClientRequestpublic Collection<Address> getTargets()
getTargets in class MultiTargetClientRequestpublic void write(PortableWriter writer) throws IOException
write in class ClientRequestIOExceptionpublic void read(PortableReader reader) throws IOException
read in class ClientRequestIOExceptionpublic Permission getRequiredPermission()
getRequiredPermission in interface SecureRequestCopyright © 2021 Hazelcast, Inc.. All rights reserved.