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() |
process
getCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, isSingleConnection, read, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, write, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassId
protected 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 ClientRequest
public int getFactoryId()
Portable
getFactoryId
in interface Portable
public Permission getRequiredPermission()
getRequiredPermission
in interface SecureRequest
public String getDistributedObjectName()
SecureRequest
SecurityInterceptor
getDistributedObjectName
in interface SecureRequest
getDistributedObjectName
in class ClientRequest
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.