public abstract class AbstractMapAddEntryListenerRequest extends CallableClientRequest implements Portable, SecureRequest
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeValue |
protected Data |
key |
protected String |
name |
callId, clientEngine, endpoint, 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() |
int |
getFactoryId() |
protected abstract Predicate |
getPredicate() |
Permission |
getRequiredPermission() |
String |
getServiceName() |
getCallId, getClientEngine, getEndpoint, getService, isSingleConnection, read, readPortable, setCallId, setSingleConnection, write, writePortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassId, readPortable, writePortableprotected 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()
getFactoryId in interface Portablepublic Permission getRequiredPermission()
getRequiredPermission in interface SecureRequestCopyright © 2021 Hazelcast, Inc.. All rights reserved.