public class MapAddEntryListenerSqlRequest extends AbstractMapAddEntryListenerRequest
includeValue, key, name
callId, clientEngine, endpoint, service
Constructor and Description |
---|
MapAddEntryListenerSqlRequest() |
MapAddEntryListenerSqlRequest(String name,
boolean includeValue) |
MapAddEntryListenerSqlRequest(String name,
Data key,
boolean includeValue) |
MapAddEntryListenerSqlRequest(String name,
Data key,
boolean includeValue,
String predicate) |
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
protected Predicate |
getPredicate() |
void |
read(PortableReader reader) |
void |
write(PortableWriter writer) |
call, getFactoryId, getRequiredPermission, getServiceName
getCallId, getClientEngine, getEndpoint, getService, isSingleConnection, readPortable, setCallId, setSingleConnection, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readPortable, writePortable
public MapAddEntryListenerSqlRequest()
public MapAddEntryListenerSqlRequest(String name, boolean includeValue)
public MapAddEntryListenerSqlRequest(String name, Data key, boolean includeValue)
protected Predicate getPredicate()
getPredicate
in class AbstractMapAddEntryListenerRequest
public int getClassId()
public void write(PortableWriter writer) throws IOException
write
in class ClientRequest
IOException
public void read(PortableReader reader) throws IOException
read
in class ClientRequest
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.