protected class NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler extends com.hazelcast.client.impl.protocol.codec.MapAddNearCacheEntryListenerCodec.AbstractEventHandler implements EventHandler<ClientMessage>
Modifier | Constructor and Description |
---|---|
protected |
NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
beforeListenerRegister()
This method is called before registration request is sent to node.
|
void |
handle(Collection<Data> keys) |
void |
handle(Data key) |
void |
onListenerRegister()
This method is called when registration request response is successfully returned from node.
|
handle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
protected NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler()
public void beforeListenerRegister()
EventHandler
beforeListenerRegister
in interface EventHandler<ClientMessage>
public void onListenerRegister()
EventHandler
onListenerRegister
in interface EventHandler<ClientMessage>
public void handle(Data key)
handle
in class com.hazelcast.client.impl.protocol.codec.MapAddNearCacheEntryListenerCodec.AbstractEventHandler
public void handle(Collection<Data> keys)
handle
in class com.hazelcast.client.impl.protocol.codec.MapAddNearCacheEntryListenerCodec.AbstractEventHandler
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.