| Package | Description |
|---|---|
| com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
| 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.listener |
| Modifier and Type | Method and Description |
|---|---|
ClientListenerService |
HazelcastClientInstanceImpl.getListenerService() |
| Constructor and Description |
|---|
PartitionServiceProxy(ClientPartitionService partitionService,
ClientListenerService listenerService) |
| Modifier and Type | Method and Description |
|---|---|
ClientListenerService |
ClientContext.getListenerService() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientListenerServiceImpl |
class |
ClientNonSmartListenerService |
class |
ClientSmartListenerService |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.