See: Description
Interface | Description |
---|---|
ClientClusterService | |
ClientExecutionService | |
ClientInvocationService | |
ClientListenerService |
Client service to add/remove remote listeners.
|
ClientPartitionService | |
ClientProxyDescriptor |
Descriptor of Hazelcast client proxies
Provided by corresponding provider (see com.hazelcast.client.spi.ClientProxyDescriptorProvider).
|
ClientProxyDescriptorProvider |
It will be discovered from some external source (like META-INF/services)
and registered in the system.
|
ClientProxyFactory | |
ClientTransactionContext |
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap . |
ClientTransactionManagerService |
Manages the execution of client transactions and provides
TransactionContext s. |
EventHandler<E> |
Base interface for all client Event Handlers.
|
Class | Description |
---|---|
ClientContext |
Context holding all the required services, managers and the configuration for a Hazelcast Client
|
ClientProxy |
Base class for Client proxies.
|
ProxyManager |
The ProxyManager handles client proxy instantiation and retrieval at start- and runtime by registering
corresponding service manager names and their
ClientProxyFactory s. |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.