Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
com.hazelcast.client.spi.impl.listener |
Modifier and Type | Class and Description |
---|---|
protected class |
NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler |
Modifier and Type | Method and Description |
---|---|
void |
NearCachedClientMapProxy.addNearCacheInvalidateListener(EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
String |
ClientListenerService.registerListener(ListenerMessageCodec listenerMessageCodec,
EventHandler handler) |
protected String |
ClientProxy.registerListener(ListenerMessageCodec codec,
EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
EventHandler |
ClientInvocation.getEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInvocation.setEventHandler(EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected EventHandler |
ClientListenerServiceImpl.getEventHandler(long callId) |
EventHandler |
ClientRegistrationKey.getHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ClientListenerServiceImpl.addEventHandler(long callId,
EventHandler handler) |
String |
ClientSmartListenerService.registerListener(ListenerMessageCodec codec,
EventHandler handler) |
String |
ClientNonSmartListenerService.registerListener(ListenerMessageCodec codec,
EventHandler handler) |
Constructor and Description |
---|
ClientRegistrationKey(String userRegistrationId,
EventHandler handler,
ListenerMessageCodec codec) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.