Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.impl.querycache.subscriber |
Contains Hazelcast Enterprise version client-side query cache
subscriber implementation classes.
|
com.hazelcast.client.impl.statistics | |
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.client.proxy.txn |
Contains classes related to proxy for client transactions
|
com.hazelcast.client.proxy.txn.xa |
Contains classes related to proxy for XA
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
com.hazelcast.client.spi.impl.listener |
Modifier and Type | Interface and Description |
---|---|
interface |
HazelcastClientFactory<T extends HazelcastClientInstanceImpl,V extends HazelcastClientProxy,C extends ClientConfig>
Provides the capability for the customization of Hazelcast client factories.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientExtension.afterStart(HazelcastClientInstanceImpl client)
Called after node is started
|
void |
ClientExtension.beforeStart(HazelcastClientInstanceImpl client)
Called before client is started
|
Constructor and Description |
---|
ClientCacheProxyFactory(HazelcastClientInstanceImpl client) |
Modifier and Type | Method and Description |
---|---|
protected NioNetworking |
ClientConnectionManagerImpl.initNetworking(HazelcastClientInstanceImpl client) |
Constructor and Description |
---|
ClientConnection(HazelcastClientInstanceImpl client,
int connectionId) |
ClientConnection(HazelcastClientInstanceImpl client,
int connectionId,
Channel channel) |
ClientConnectionManagerImpl(HazelcastClientInstanceImpl client,
AddressTranslator addressTranslator,
Collection<AddressProvider> addressProviders) |
Modifier and Type | Field and Description |
---|---|
HazelcastClientInstanceImpl |
HazelcastClientProxy.client |
protected HazelcastClientInstanceImpl |
DefaultClientExtension.client |
Modifier and Type | Method and Description |
---|---|
protected HazelcastClientInstanceImpl |
HazelcastClientProxy.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultClientExtension.afterStart(HazelcastClientInstanceImpl client) |
void |
DefaultClientExtension.beforeStart(HazelcastClientInstanceImpl client) |
ClientConnectionManager |
DefaultClientConnectionManagerFactory.createConnectionManager(HazelcastClientInstanceImpl client,
AddressTranslator addressTranslator,
Collection<AddressProvider> addressProviders) |
ClientConnectionManager |
ClientConnectionManagerFactory.createConnectionManager(HazelcastClientInstanceImpl client,
AddressTranslator addressTranslator,
Collection<AddressProvider> addressProviders) |
Constructor and Description |
---|
ClientDynamicClusterConfig(HazelcastClientInstanceImpl instance) |
HazelcastClientProxy(HazelcastClientInstanceImpl client) |
LifecycleServiceImpl(HazelcastClientInstanceImpl client) |
Modifier and Type | Method and Description |
---|---|
protected HazelcastClientInstanceImpl |
ClientInvokerWrapper.getClient() |
Constructor and Description |
---|
Statistics(HazelcastClientInstanceImpl clientInstance) |
Constructor and Description |
---|
ClientReliableTopicProxy(String objectId,
ClientContext context,
HazelcastClientInstanceImpl client) |
Modifier and Type | Method and Description |
---|---|
HazelcastClientInstanceImpl |
TransactionContextProxy.getClient() |
Modifier and Type | Method and Description |
---|---|
static ClientMessage |
ClientTransactionUtil.invoke(ClientMessage request,
String objectName,
HazelcastClientInstanceImpl client,
Connection connection)
Handles the invocation exception for transactions so that users will not see internal exceptions.
|
Modifier and Type | Method and Description |
---|---|
HazelcastClientInstanceImpl |
XATransactionContextProxy.getClient() |
Constructor and Description |
---|
XATransactionProxy(HazelcastClientInstanceImpl client,
ClientConnection connection,
Xid xid,
int timeout) |
Modifier and Type | Method and Description |
---|---|
HazelcastClientInstanceImpl |
ClientTransactionContext.getClient() |
protected HazelcastClientInstanceImpl |
ClientProxy.getClient() |
Constructor and Description |
---|
ClientContext(HazelcastClientInstanceImpl client) |
ProxyManager(HazelcastClientInstanceImpl client) |
Modifier and Type | Field and Description |
---|---|
protected HazelcastClientInstanceImpl |
ClientClusterServiceImpl.client |
protected HazelcastClientInstanceImpl |
AbstractClientInvocationService.client |
Modifier and Type | Method and Description |
---|---|
HazelcastClientInstanceImpl |
ClientTransactionManagerServiceImpl.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
ClientUserCodeDeploymentService.deploy(HazelcastClientInstanceImpl client,
Connection ownerConnection) |
Modifier and Type | Field and Description |
---|---|
protected HazelcastClientInstanceImpl |
AbstractClientListenerService.client |
Constructor and Description |
---|
NonSmartClientListenerService(HazelcastClientInstanceImpl client,
int eventThreadCount,
int eventQueueCapacity) |
SmartClientListenerService(HazelcastClientInstanceImpl client,
int eventThreadCount,
int eventQueueCapacity) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.