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, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassId, readPortable, writePortable
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()
getFactoryId
in interface Portable
public Permission getRequiredPermission()
getRequiredPermission
in interface SecureRequest
Copyright © 2014 Hazelcast, Inc.. All rights reserved.