| Package | Description |
|---|---|
| com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
| com.hazelcast.client.cp.internal.datastructures.atomiclong |
Contains client-side proxy impl of
Raft-based
IAtomicLong |
| com.hazelcast.client.cp.internal.datastructures.atomicref |
Contains client-side proxy impl of
Raft-based
IAtomicReference |
| com.hazelcast.client.cp.internal.datastructures.countdownlatch |
Contains client-side proxy impl of
Raft-based
ICountDownLatch |
| com.hazelcast.client.cp.internal.datastructures.lock |
Contains client-side proxy impl of
Raft-based
FencedLock |
| com.hazelcast.client.cp.internal.datastructures.semaphore |
Contains client-side proxy impl of Raft-based
ISemaphore |
| com.hazelcast.client.impl.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
| com.hazelcast.client.impl.proxy.txn.xa |
Contains classes related to proxy for XA
|
| com.hazelcast.client.impl.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
| com.hazelcast.internal.longregister.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCacheProxy<K,V>
ICache implementation for Hazelcast clients. |
class |
NearCachedClientCacheProxy<K,V>
An
ICacheInternal implementation which handles Near Cache specific behaviour of methods. |
| Modifier and Type | Method and Description |
|---|---|
ClientProxy |
ClientCacheProxyFactory.create(String id,
ClientContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicLongProxy
Client-side Raft-based proxy implementation of
IAtomicLong |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicRefProxy<T>
Client-side Raft-based proxy implementation of
IAtomicReference |
| Modifier and Type | Class and Description |
|---|---|
class |
CountDownLatchProxy
Client-side Raft-based proxy implementation of
ICountDownLatch |
| Modifier and Type | Class and Description |
|---|---|
class |
FencedLockProxy
Client-side proxy of Raft-based
FencedLock API |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionAwareSemaphoreProxy
Client-side session-aware proxy of Raft-based
ISemaphore |
class |
SessionlessSemaphoreProxy
Client-side sessionless proxy of Raft-based
ISemaphore |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCardinalityEstimatorProxy
Proxy implementation of
CardinalityEstimator. |
class |
ClientDurableExecutorServiceProxy
Proxy implementation of
DurableExecutorService. |
class |
ClientExecutorServiceProxy |
class |
ClientFlakeIdGeneratorProxy
Proxy implementation of
FlakeIdGenerator. |
class |
ClientListProxy<E>
Proxy implementation of
IList. |
class |
ClientMapProxy<K,V>
Proxy implementation of
IMap. |
class |
ClientMultiMapProxy<K,V>
Proxy implementation of
MultiMap. |
class |
ClientPNCounterProxy
Client proxy implementation for a
PNCounter. |
class |
ClientQueueProxy<E>
Proxy implementation of
IQueue. |
class |
ClientReliableTopicProxy<E>
Reliable proxy implementation of
ITopic. |
class |
ClientReplicatedMapProxy<K,V>
The replicated map client side proxy implementation proxying all requests to a member node
|
class |
ClientRingbufferProxy<E>
Proxy implementation of
Ringbuffer. |
class |
ClientScheduledExecutorProxy
Client proxy implementation of
IScheduledExecutorService. |
class |
ClientScheduledFutureProxy<V>
Proxy implementation of
IScheduledFuture. |
class |
ClientSetProxy<E>
Proxy implementation of
ISet. |
class |
ClientTopicProxy<E>
Proxy implementation of
ITopic. |
class |
NearCachedClientMapProxy<K,V>
A Client-side
IMap implementation which is fronted by a Near Cache. |
| Modifier and Type | Class and Description |
|---|---|
class |
XAResourceProxy
Client side XaResource implementation
|
| Modifier and Type | Method and Description |
|---|---|
ClientProxy |
ClientProxyFactory.create(String id,
ClientContext context)
Creates a new client proxy with the given ID
|
ClientProxy |
ProxyManager.getOrCreateProxy(String service,
String id) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ClientProxy> |
ClientProxyDescriptor.getClientProxyClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyManager.destroyProxy(ClientProxy proxy)
Destroys the given proxy in a cluster-wide way.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyManager.register(String serviceName,
Class<? extends ClientProxy> proxyType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientLongRegisterProxy
Proxy implementation of
IAtomicLong. |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.