public abstract class AbstractMapAddEntryListenerRequest extends CallableClientRequest implements RetryableRequest
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeValue |
protected Data |
key |
protected String |
name |
callId, clientEngine, endpoint, operationService, serializationService, service| Constructor and Description |
|---|
AbstractMapAddEntryListenerRequest() |
AbstractMapAddEntryListenerRequest(String name,
boolean includeValue) |
AbstractMapAddEntryListenerRequest(String name,
Data key,
boolean includeValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call() |
String |
getDistributedObjectName()
Used for
SecurityInterceptor |
int |
getFactoryId()
Returns PortableFactory id for this portable class
|
protected abstract Predicate |
getPredicate() |
Permission |
getRequiredPermission() |
String |
getServiceName() |
processgetCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, isSingleConnection, read, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, write, writePortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassIdprotected String name
protected Data key
protected boolean includeValue
public AbstractMapAddEntryListenerRequest()
public AbstractMapAddEntryListenerRequest(String name, boolean includeValue)
protected abstract Predicate getPredicate()
public String getServiceName()
getServiceName in class ClientRequestpublic int getFactoryId()
PortablegetFactoryId in interface Portablepublic Permission getRequiredPermission()
getRequiredPermission in interface SecureRequestpublic String getDistributedObjectName()
SecureRequestSecurityInterceptorgetDistributedObjectName in interface SecureRequestgetDistributedObjectName in class ClientRequestCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.