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.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
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.
|
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 |
RaftAtomicLongProxy
Client-side Raft-based proxy implementation of
IAtomicLong |
Modifier and Type | Class and Description |
---|---|
class |
RaftAtomicRefProxy<T>
Client-side Raft-based proxy implementation of
IAtomicReference |
Modifier and Type | Class and Description |
---|---|
class |
RaftCountDownLatchProxy
Client-side Raft-based proxy implementation of
ICountDownLatch |
Modifier and Type | Class and Description |
---|---|
class |
RaftFencedLockProxy
Client-side proxy of Raft-based
FencedLock API |
Modifier and Type | Class and Description |
---|---|
class |
RaftSessionAwareSemaphoreProxy
Client-side session-aware proxy of Raft-based
ISemaphore |
class |
RaftSessionlessSemaphoreProxy
Client-side sessionless proxy of Raft-based
ISemaphore |
Modifier and Type | Class and Description |
---|---|
class |
ClientAtomicLongProxy
Proxy implementation of
IAtomicLong . |
class |
ClientAtomicReferenceProxy<E>
Proxy implementation of
IAtomicReference . |
class |
ClientCardinalityEstimatorProxy
Proxy implementation of
CardinalityEstimator . |
class |
ClientConditionProxy
Proxy implementation of
ICondition . |
class |
ClientCountDownLatchProxy
Proxy implementation of
ICountDownLatch . |
class |
ClientDurableExecutorServiceProxy
Proxy implementation of
DurableExecutorService . |
class |
ClientExecutorServiceProxy |
class |
ClientFlakeIdGeneratorProxy
Proxy implementation of
IdGenerator . |
class |
ClientIdGeneratorProxy
Proxy implementation of
IdGenerator . |
class |
ClientListProxy<E>
Proxy implementation of
IList . |
class |
ClientLockProxy
Proxy implementation of
ILock . |
class |
ClientMapProxy<K,V>
Proxy implementation of
IMap . |
class |
ClientMapReduceProxy
Proxy implementation of
JobTracker for a client initiated map reduce job. |
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 |
ClientSemaphoreProxy
Proxy implementation of
ISemaphore . |
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)
Creates a new client proxy with the given ID
|
ClientProxy |
ProxyManager.getOrCreateLocalProxy(String service,
String id) |
ClientProxy |
ProxyManager.getOrCreateProxy(String service,
String id) |
protected ClientProxy |
ClientProxy.setContext(ClientContext context) |
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 | Method and Description |
---|---|
ClientProxy |
ClientProxyFactoryWithContext.create(String id) |
abstract ClientProxy |
ClientProxyFactoryWithContext.create(String id,
ClientContext context)
Creates a new client proxy with the given ID.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.