public class MultiMapAddEntryListenerToKeyMessageTask extends AbstractMultiMapAddEntryListenerMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>
MultiMapMessageType.MULTIMAP_ADDENTRYLISTENERTOKEYclientEngine, clientMessage, connection, endpoint, logger, nodeEngine, parameters, serializationService| Constructor and Description |
|---|
MultiMapAddEntryListenerToKeyMessageTask(ClientMessage clientMessage,
Node node,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters |
decodeClientMessage(ClientMessage clientMessage) |
protected ClientMessage |
encodeEvent(Data key,
Data value,
Data oldValue,
int type,
String uuid,
int numberOfEntriesAffected) |
protected ClientMessage |
encodeResponse(Object response) |
String |
getDistributedObjectName()
Used for
SecurityInterceptor |
Data |
getKey() |
Object[] |
getParameters()
Used for
SecurityInterceptor
Parameters passed to the method by a distributedObject
for map.put(key, value) parameters should be 'key' and 'value'
parameters can be in binary or object form, underlying implementation will de-serialize lazily |
protected boolean |
isLocalOnly() |
protected boolean |
shouldIncludeValue() |
call, getMethodName, getRequiredPermission, getServiceNameprocessMessagegetDistributedObjectType, getMemberBuildInfo, getPartitionId, getService, handleProcessingFailure, isAdvancedNetworkEnabled, requiresAuthentication, run, sendClientMessage, sendClientMessage, sendClientMessage, sendResponsepublic MultiMapAddEntryListenerToKeyMessageTask(ClientMessage clientMessage, Node node, Connection connection)
protected boolean shouldIncludeValue()
shouldIncludeValue in class AbstractMultiMapAddEntryListenerMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>protected boolean isLocalOnly()
isLocalOnly in class AbstractMultiMapAddEntryListenerMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>protected ClientMessage encodeEvent(Data key, Data value, Data oldValue, int type, String uuid, int numberOfEntriesAffected)
encodeEvent in class AbstractMultiMapAddEntryListenerMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>protected com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters decodeClientMessage(ClientMessage clientMessage)
decodeClientMessage in class AbstractMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>protected ClientMessage encodeResponse(Object response)
encodeResponse in class AbstractMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>public String getDistributedObjectName()
SecureRequestSecurityInterceptorgetDistributedObjectName in interface SecureRequestgetDistributedObjectName in class AbstractMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>public Object[] getParameters()
SecureRequestSecurityInterceptor
Parameters passed to the method by a distributedObject
for map.put(key, value) parameters should be 'key' and 'value'
parameters can be in binary or object form, underlying implementation will de-serialize lazilygetParameters in interface SecureRequestgetParameters in class AbstractMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>public Data getKey()
getKey in class AbstractMultiMapAddEntryListenerMessageTask<com.hazelcast.client.impl.protocol.codec.MultiMapAddEntryListenerToKeyCodec.RequestParameters>Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.