A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractClientSelectionHandler - Class in com.hazelcast.client.connection.nio
The AbstractClientSelectionHandler gets called by an IO-thread when there is data available to read, or space available to write.
AbstractClientSelectionHandler(ClientConnection, NonBlockingIOThread, LoggingService) - Constructor for class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
AbstractClientTxnCollectionProxy<E> - Class in com.hazelcast.client.proxy.txn
Abstract proxy collection implementation of TransactionalObject.
AbstractClientTxnCollectionProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.proxy.txn.AbstractClientTxnCollectionProxy
 
AbstractLoadBalancer - Class in com.hazelcast.client.util
An abstract LoadBalancer implementation.
AbstractLoadBalancer() - Constructor for class com.hazelcast.client.util.AbstractLoadBalancer
 
acquire() - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
acquire(int) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
add(int, E) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
add(E) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
add(E) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
add(E) - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
add(E) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
add(E) - Method in class com.hazelcast.client.proxy.txn.ClientTxnListProxy
 
add(E) - Method in class com.hazelcast.client.proxy.txn.ClientTxnSetProxy
 
addAddress(String...) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
addAddress(String...) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Adds given addresses to candidate address list that client will use to establish initial connection
addAll(int, Collection<? extends E>) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
addAll(Collection<? extends E>) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
addAll(Collection<? extends E>) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
addAll(Collection<? extends E>) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
addAllAsync(Collection<? extends E>, OverflowPolicy) - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
addAndGet(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
addAndGetAsync(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
addAsync(E, OverflowPolicy) - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
addCacheConfigIfAbsent(CacheConfig<K, V>) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
addConnectionHeartbeatListener(ConnectionHeartbeatListener) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
addConnectionHeartbeatListener(ConnectionHeartbeatListener) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
addConnectionListener(ConnectionListener) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
addDistributedObjectListener(DistributedObjectListener) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
addDistributedObjectListener(DistributedObjectListener) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
addDistributedObjectListener(DistributedObjectListener) - Method in class com.hazelcast.client.spi.ProxyManager
 
addEntryListener(MapListener, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addEntryListener(EntryListener, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addEntryListener(MapListener, K, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addEntryListener(EntryListener, K, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addEntryListener(MapListener, Predicate<K, V>, K, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addEntryListener(EntryListener, Predicate<K, V>, K, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addEntryListener(MapListener, Predicate<K, V>, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addEntryListener(EntryListener, Predicate<K, V>, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addEntryListener(EntryListener<K, V>, boolean) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
addEntryListener(EntryListener<K, V>, K, boolean) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
addEntryListener(EntryListener<K, V>) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
addEntryListener(EntryListener<K, V>, K) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
addEntryListener(EntryListener<K, V>, Predicate<K, V>) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
addEntryListener(EntryListener<K, V>, Predicate<K, V>, K) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
addEventHandler(long, EventHandler) - Method in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
addIndex(String, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addInterceptor(MapInterceptor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addItemListener(ItemListener<E>, boolean) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
addItemListener(ItemListener<E>, boolean) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
addItemListener(ItemListener<E>, boolean) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
addLifecycleListener(LifecycleListener) - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
 
addListenerConfig(ListenerConfig) - Method in class com.hazelcast.client.config.ClientConfig
Helper method to add a new ListenerConfig
addLocalEntryListener(MapListener) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addLocalEntryListener(EntryListener) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addLocalEntryListener(MapListener, Predicate<K, V>, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addLocalEntryListener(EntryListener, Predicate<K, V>, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addLocalEntryListener(MapListener, Predicate<K, V>, K, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addLocalEntryListener(EntryListener, Predicate<K, V>, K, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addLocalEntryListener(EntryListener<K, V>) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
addLogListener(Level, LogListener) - Method in class com.hazelcast.client.impl.ClientLoggingService
 
addMembershipListener(MembershipListener) - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
addMembershipListener(MembershipListener) - Method in interface com.hazelcast.client.spi.ClientClusterService
 
addMembershipListener(MembershipListener) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
addMessageListener(MessageListener<E>) - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
addMessageListener(MessageListener<E>) - Method in class com.hazelcast.client.proxy.ClientTopicProxy
 
addMigrationListener(MigrationListener) - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
addNearCacheConfig(String, NearCacheConfig) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
addNearCacheConfig(NearCacheConfig) - Method in class com.hazelcast.client.config.ClientConfig
Helper method to add a new NearCacheConfig
addNearCacheInvalidateListener() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
addNearCacheInvalidateListener(EventHandler) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
addPartitionLostListener(CachePartitionLostListener) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
addPartitionLostListener(MapPartitionLostListener) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
addPartitionLostListener(PartitionLostListener) - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
addProxyFactoryConfig(ProxyFactoryConfig) - Method in class com.hazelcast.client.config.ClientConfig
Helper method to add a new ProxyFactoryConfig
addQueryCacheConfig(String, QueryCacheConfig) - Method in class com.hazelcast.client.config.ClientConfig
 
addReliableTopicConfig(ClientReliableTopicConfig) - Method in class com.hazelcast.client.config.ClientConfig
Adds a ClientReliableTopicConfig.
AddressHelper - Class in com.hazelcast.client.util
This is a client side utility class for working with addresses and cluster connections
AddressProvider - Interface in com.hazelcast.client.connection
Provides initial addresses for client to find and connect to a node
AddressTranslator - Interface in com.hazelcast.client.connection
Address Translator is used for resolve private ip addresses of cloud services.
advance() - Method in class com.hazelcast.client.cache.impl.ClientCachePartitionIterator
 
afterStart(HazelcastClientInstanceImpl) - Method in interface com.hazelcast.client.ClientExtension
Called after node is started
afterStart(HazelcastClientInstanceImpl) - Method in class com.hazelcast.client.impl.DefaultClientExtension
 
aggregate(Supplier<K, V, SuppliedValue>, Aggregation<K, SuppliedValue, Result>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
aggregate(Supplier<K, V, SuppliedValue>, Aggregation<K, SuppliedValue, Result>, JobTracker) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
aggregate(Supplier<K, V, SuppliedValue>, Aggregation<K, SuppliedValue, Result>) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
aggregate(Supplier<K, V, SuppliedValue>, Aggregation<K, SuppliedValue, Result>, JobTracker) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
alive - Variable in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
alter(IFunction<Long, Long>) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
alter(IFunction<E, E>) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
alterAndGet(IFunction<Long, Long>) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
alterAndGet(IFunction<E, E>) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
alterAndGetAsync(IFunction<Long, Long>) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
alterAndGetAsync(IFunction<E, E>) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
alterAsync(IFunction<Long, Long>) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
alterAsync(IFunction<E, E>) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
andThen(ExecutionCallback<V>) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
andThen(ExecutionCallback<V>, Executor) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
andThenInternal(ExecutionCallback<R>) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
apply(IFunction<Long, R>) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
apply(IFunction<E, R>) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
applyAsync(IFunction<Long, R>) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
applyAsync(IFunction<E, R>) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
availablePermits() - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
await() - Method in class com.hazelcast.client.proxy.ClientConditionProxy
 
await(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientConditionProxy
 
await(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 
awaitNanos(long) - Method in class com.hazelcast.client.proxy.ClientConditionProxy
 
awaitTermination(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
awaitTermination(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
awaitUninterruptibly() - Method in class com.hazelcast.client.proxy.ClientConditionProxy
 
awaitUntil(Date) - Method in class com.hazelcast.client.proxy.ClientConditionProxy
 
AwsAddressProvider - Class in com.hazelcast.client.spi.impl
Aws Address Loader.
AwsAddressProvider(ClientAwsConfig, LoggingService) - Constructor for class com.hazelcast.client.spi.impl.AwsAddressProvider
 
AwsAddressTranslator - Class in com.hazelcast.client.spi.impl
AwsLookupTable loads ec2 ip addresses with given aws credentials.
AwsAddressTranslator(ClientAwsConfig, LoggingService) - Constructor for class com.hazelcast.client.spi.impl.AwsAddressTranslator
 

B

beforeListenerRegister() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler
 
beforeListenerRegister() - Method in interface com.hazelcast.client.spi.EventHandler
This method is called before registration request is sent to node.
beforeStart(HazelcastClientInstanceImpl) - Method in interface com.hazelcast.client.ClientExtension
Called before client is started
beforeStart(HazelcastClientInstanceImpl) - Method in class com.hazelcast.client.impl.DefaultClientExtension
 
beginTransaction() - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
beginTransaction() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
build() - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
build(ClassLoader) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 

C

CallIdSequence - Class in com.hazelcast.client.spi.impl
 
CallIdSequence() - Constructor for class com.hazelcast.client.spi.impl.CallIdSequence
 
CallIdSequence.CallIdSequenceFailFast - Class in com.hazelcast.client.spi.impl
A CallIdSequence that provided backpressure by taking the number in flight operations into account when a call-id needs to be determined.
CallIdSequence.CallIdSequenceFailFast(int) - Constructor for class com.hazelcast.client.spi.impl.CallIdSequence.CallIdSequenceFailFast
 
cancel(boolean) - Method in class com.hazelcast.client.util.ClientAddressCancellableDelegatingFuture
 
cancel(boolean) - Method in class com.hazelcast.client.util.ClientCancellableDelegatingFuture
 
cancel(boolean) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
cancel(boolean) - Method in class com.hazelcast.client.util.ClientPartitionCancellableDelegatingFuture
 
cancelled - Variable in class com.hazelcast.client.util.ClientCancellableDelegatingFuture
 
capacity() - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
changeClusterState(ClusterState) - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
changeClusterState(ClusterState, TransactionOptions) - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
clear() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
clear() - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
clear() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
clear() - Method in class com.hazelcast.client.proxy.ClientListProxy
 
clear() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
clear() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
clear() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
clear() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
clear() - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
clear() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
clearAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
client - Variable in class com.hazelcast.client.impl.DefaultClientExtension
 
client - Variable in class com.hazelcast.client.impl.HazelcastClientProxy
 
client - Variable in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
client - Variable in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
ClientAddressCancellableDelegatingFuture<V> - Class in com.hazelcast.client.util
A DelegatingFuture that can cancel a Runnable/Callable that is executed by an IExecutorService.
ClientAddressCancellableDelegatingFuture(ClientInvocationFuture, ClientContext, String, Address, V, ClientMessageDecoder) - Constructor for class com.hazelcast.client.util.ClientAddressCancellableDelegatingFuture
 
ClientAtomicLongProxy - Class in com.hazelcast.client.proxy
Proxy implementation of IAtomicLong.
ClientAtomicLongProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
ClientAtomicReferenceProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of IAtomicReference.
ClientAtomicReferenceProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
ClientAwsConfig - Class in com.hazelcast.client.config
The AWSConfig contains the configuration for client to connect to nodes in aws environment.
ClientAwsConfig() - Constructor for class com.hazelcast.client.config.ClientAwsConfig
 
ClientCachePartitionIterator<K,V> - Class in com.hazelcast.client.cache.impl
 
ClientCachePartitionIterator(ClientCacheProxy<K, V>, ClientContext, int, int, boolean) - Constructor for class com.hazelcast.client.cache.impl.ClientCachePartitionIterator
 
ClientCacheProxy<K,V> - Class in com.hazelcast.client.cache.impl
ICache implementation for client

This proxy is the implementation of ICache and javax.cache.Cache which is returned by HazelcastClientCacheManager.

ClientCacheProxy(CacheConfig<K, V>) - Constructor for class com.hazelcast.client.cache.impl.ClientCacheProxy
 
ClientCacheProxyFactory - Class in com.hazelcast.client.cache.impl
 
ClientCacheProxyFactory(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.cache.impl.ClientCacheProxyFactory
 
ClientCacheStatisticsImpl - Class in com.hazelcast.client.cache.impl
CacheStatistics implementation for client side ICache.
ClientCacheStatisticsImpl(long) - Constructor for class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
ClientCacheStatisticsImpl(long, NearCacheStats) - Constructor for class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
ClientCancellableDelegatingFuture<V> - Class in com.hazelcast.client.util
An Abstract DelegatingFuture that can cancel a Runnable/Callable that is executed by an IExecutorService.
ClientCancellableDelegatingFuture(ClientInvocationFuture, ClientContext, String, V, ClientMessageDecoder) - Constructor for class com.hazelcast.client.util.ClientCancellableDelegatingFuture
 
ClientClusterProxy - Class in com.hazelcast.client.proxy
Client implementation of the Cluster.
ClientClusterProxy(ClientClusterServiceImpl) - Constructor for class com.hazelcast.client.proxy.ClientClusterProxy
 
ClientClusterService - Interface in com.hazelcast.client.spi
 
ClientClusterServiceImpl - Class in com.hazelcast.client.spi.impl
The ClientClusterService implementation.
ClientClusterServiceImpl(HazelcastClientInstanceImpl, Collection<AddressProvider>) - Constructor for class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
ClientClusterWideIterator<K,V> - Class in com.hazelcast.client.cache.impl
Client side cluster-wide iterator for ICache.
ClientClusterWideIterator(ClientCacheProxy<K, V>, ClientContext, boolean) - Constructor for class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
ClientClusterWideIterator(ClientCacheProxy<K, V>, ClientContext, int, boolean) - Constructor for class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
ClientClusterWideIterator(ClientCacheProxy<K, V>, ClientContext, int, int, boolean) - Constructor for class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
ClientConditionProxy - Class in com.hazelcast.client.proxy
Proxy implementation of ICondition.
ClientConditionProxy(ClientLockProxy, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientConditionProxy
 
ClientConfig - Class in com.hazelcast.client.config
Main configuration to setup a Hazelcast Client
ClientConfig() - Constructor for class com.hazelcast.client.config.ClientConfig
 
ClientConnection - Class in com.hazelcast.client.connection.nio
Client implementation of Connection.
ClientConnection(HazelcastClientInstanceImpl, NonBlockingIOThread, NonBlockingIOThread, int, SocketChannelWrapper) - Constructor for class com.hazelcast.client.connection.nio.ClientConnection
 
ClientConnection(HazelcastClientInstanceImpl, int) - Constructor for class com.hazelcast.client.connection.nio.ClientConnection
 
ClientConnectionManager - Interface in com.hazelcast.client.connection
Responsible for managing ClientConnection objects.
ClientConnectionManagerFactory - Interface in com.hazelcast.client.impl
 
ClientConnectionManagerImpl - Class in com.hazelcast.client.connection.nio
Implementation of ClientConnectionManager.
ClientConnectionManagerImpl(HazelcastClientInstanceImpl, AddressTranslator) - Constructor for class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
ClientConsoleApp - Class in com.hazelcast.client.console
A demo application to demonstrate a Hazelcast client.
ClientConsoleApp(HazelcastInstance) - Constructor for class com.hazelcast.client.console.ClientConsoleApp
 
ClientContext - Class in com.hazelcast.client.spi
Context holding all the required services, managers and the configuration for a Hazelcast Client
ClientCountDownLatchProxy - Class in com.hazelcast.client.proxy
Proxy implementation of ICountDownLatch.
ClientCountDownLatchProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 
ClientDelegatingFuture<V> - Class in com.hazelcast.client.util
Client Delegating Future is used to delegate ClientInvocationFuture to user to be used with andThen or get.
ClientDelegatingFuture(ClientInvocationFuture, SerializationService, ClientMessageDecoder, V) - Constructor for class com.hazelcast.client.util.ClientDelegatingFuture
 
ClientDelegatingFuture(ClientInvocationFuture, SerializationService, ClientMessageDecoder) - Constructor for class com.hazelcast.client.util.ClientDelegatingFuture
 
ClientDurableExecutorServiceProxy - Class in com.hazelcast.client.proxy
Proxy implementation of DurableExecutorService.
ClientDurableExecutorServiceProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
ClientEventRegistration - Class in com.hazelcast.client.spi.impl.listener
Keeps the information related to to an event registration made by clients
ClientEventRegistration(String, long, Address, ListenerMessageCodec) - Constructor for class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
 
ClientExecutionService - Interface in com.hazelcast.client.spi
 
ClientExecutionServiceImpl - Class in com.hazelcast.client.spi.impl
 
ClientExecutionServiceImpl(String, ThreadGroup, ClassLoader, HazelcastProperties, int, LoggingService) - Constructor for class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
ClientExecutorServiceProxy - Class in com.hazelcast.client.proxy
 
ClientExecutorServiceProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
ClientExtension - Interface in com.hazelcast.client
ClientExtension is a client extension mechanism to be able to plug different implementations of some modules, like; InternalSerializationService, SocketChannelWrapperFactory etc.
ClientHeapNearCache<K> - Class in com.hazelcast.client.map.impl.nearcache
Implementation of the NearCache.
ClientHeapNearCache(String, ClientContext, NearCacheConfig) - Constructor for class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
ClientICacheManager - Class in com.hazelcast.client.impl
Hazelcast instance cache manager provides a means to obtain JCache caches via HazelcastInstance API.
ClientIdGeneratorProxy - Class in com.hazelcast.client.proxy
Proxy implementation of IdGenerator.
ClientIdGeneratorProxy(String, String, IAtomicLong) - Constructor for class com.hazelcast.client.proxy.ClientIdGeneratorProxy
 
ClientImpl - Class in com.hazelcast.client.impl
Default Client implementation.
ClientImpl(String, InetSocketAddress) - Constructor for class com.hazelcast.client.impl.ClientImpl
 
ClientInvocation - Class in com.hazelcast.client.spi.impl
ClientInvocation handles routing of a request from client

1) Where should request be send 2) Should it be retried 3) How many times it is retried

ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, int, Address, Connection) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
 
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
 
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, int) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
 
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, Address) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
 
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, Connection) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
 
clientInvocationFuture - Variable in class com.hazelcast.client.spi.impl.ClientInvocation
 
ClientInvocationFuture - Class in com.hazelcast.client.spi.impl
 
ClientInvocationFuture(ClientInvocation, HazelcastClientInstanceImpl, ClientMessage, ILogger) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
ClientInvocationService - Interface in com.hazelcast.client.spi
 
ClientListenerService - Interface in com.hazelcast.client.spi
Client service to add/remove remote listeners.
ClientListenerServiceImpl - Class in com.hazelcast.client.spi.impl.listener
 
ClientListenerServiceImpl(HazelcastClientInstanceImpl, int, int) - Constructor for class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
ClientListProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of IList.
ClientListProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientListProxy
 
ClientLockProxy - Class in com.hazelcast.client.proxy
Proxy implementation of ILock.
ClientLockProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientLockProxy
 
ClientLockReferenceIdGenerator - Class in com.hazelcast.client.impl
This class generates unique (per client) incrementing reference id which is used during locking related requests.
ClientLockReferenceIdGenerator() - Constructor for class com.hazelcast.client.impl.ClientLockReferenceIdGenerator
 
ClientLoggingService - Class in com.hazelcast.client.impl
 
ClientLoggingService(String, String, BuildInfo, String) - Constructor for class com.hazelcast.client.impl.ClientLoggingService
 
ClientMapPartitionIterator<K,V> - Class in com.hazelcast.client.map.impl
 
ClientMapPartitionIterator(ClientMapProxy<K, V>, ClientContext, int, int, boolean) - Constructor for class com.hazelcast.client.map.impl.ClientMapPartitionIterator
 
ClientMapProxy<K,V> - Class in com.hazelcast.client.proxy
Proxy implementation of IMap.
ClientMapProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientMapProxy
 
ClientMapReduceProxy - Class in com.hazelcast.client.proxy
Proxy implementation of JobTracker for a client initiated map reduce job.
ClientMapReduceProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientMapReduceProxy
 
ClientMessageDecoder - Interface in com.hazelcast.client.impl
Interface to pass specific decode methods to generic data structures that is dealing with client message
ClientMultiMapProxy<K,V> - Class in com.hazelcast.client.proxy
Proxy implementation of MultiMap.
ClientMultiMapProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientMultiMapProxy
 
ClientNearCacheType - Enum in com.hazelcast.client.map.impl.nearcache
Legal near cache types
ClientNetworkConfig - Class in com.hazelcast.client.config
Contains configuration parameters for client network related behaviour
ClientNetworkConfig() - Constructor for class com.hazelcast.client.config.ClientNetworkConfig
 
ClientNonBlockingOutputThread - Class in com.hazelcast.client.connection.nio
ClientNonBlockingOutputThread facilitates non-blocking writing for Hazelcast Clients.
ClientNonBlockingOutputThread(ThreadGroup, String, ILogger, NonBlockingIOThreadOutOfMemoryHandler) - Constructor for class com.hazelcast.client.connection.nio.ClientNonBlockingOutputThread
 
ClientNonSmartInvocationServiceImpl - Class in com.hazelcast.client.spi.impl
 
ClientNonSmartInvocationServiceImpl(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.impl.ClientNonSmartInvocationServiceImpl
 
ClientNonSmartListenerService - Class in com.hazelcast.client.spi.impl.listener
 
ClientNonSmartListenerService(HazelcastClientInstanceImpl, int, int) - Constructor for class com.hazelcast.client.spi.impl.listener.ClientNonSmartListenerService
 
ClientOutOfMemoryHandler - Class in com.hazelcast.client
To clear resources of the client upon OutOfMemory
ClientOutOfMemoryHandler() - Constructor for class com.hazelcast.client.ClientOutOfMemoryHandler
 
ClientPartitionCancellableDelegatingFuture<T> - Class in com.hazelcast.client.util
A DelegatingFuture that can cancel a Runnable/Callable that is executed by an IExecutorService.
ClientPartitionCancellableDelegatingFuture(ClientInvocationFuture, ClientContext, String, int, T, ClientMessageDecoder) - Constructor for class com.hazelcast.client.util.ClientPartitionCancellableDelegatingFuture
 
ClientPartitionService - Interface in com.hazelcast.client.spi
 
ClientPartitionServiceImpl - Class in com.hazelcast.client.spi.impl
The ClientPartitionService implementation.
ClientPartitionServiceImpl(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
ClientProperties - Class in com.hazelcast.client.config
Deprecated.
ClientProperties(ClientConfig) - Constructor for class com.hazelcast.client.config.ClientProperties
Deprecated.
ClientProperty - Class in com.hazelcast.client.spi.properties
Defines the name and default value for Hazelcast Client properties.
ClientProxy - Class in com.hazelcast.client.spi
Base class for Client proxies.
ClientProxy(String, String) - Constructor for class com.hazelcast.client.spi.ClientProxy
 
ClientProxyDescriptor - Interface in com.hazelcast.client.spi
Descriptor of Hazelcast client proxies

Provided by corresponding provider (see com.hazelcast.client.spi.ClientProxyDescriptorProvider).

ClientProxyDescriptorProvider - Interface in com.hazelcast.client.spi
It will be discovered from some external source (like META-INF/services) and registered in the system.
ClientProxyFactory - Interface in com.hazelcast.client.spi
 
ClientQueueProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of IQueue.
ClientQueueProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientQueueProxy
 
ClientReadHandler - Class in com.hazelcast.client.connection.nio
ClientReadHandler gets called by an IO-thread when there is data available to read.
ClientReadHandler(ClientConnection, NonBlockingIOThread, int, boolean, LoggingService) - Constructor for class com.hazelcast.client.connection.nio.ClientReadHandler
 
ClientRegistrationKey - Class in com.hazelcast.client.spi.impl.listener
 
ClientRegistrationKey(String, EventHandler, ListenerMessageCodec) - Constructor for class com.hazelcast.client.spi.impl.listener.ClientRegistrationKey
 
ClientRegistrationKey(String) - Constructor for class com.hazelcast.client.spi.impl.listener.ClientRegistrationKey
 
ClientReliableTopicConfig - Class in com.hazelcast.client.config
Contains the ReliableTopic configuration for a client.
ClientReliableTopicConfig(String) - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
Creates a new ReliableTopicConfig with default settings.
ClientReliableTopicProxy<E> - Class in com.hazelcast.client.proxy
Reliable proxy implementation of ITopic.
ClientReliableTopicProxy(String, HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
ClientReplicatedMapProxy<K,V> - Class in com.hazelcast.client.proxy
The replicated map client side proxy implementation proxying all requests to a member node
ClientReplicatedMapProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
ClientRingbufferProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of Ringbuffer.
ClientRingbufferProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientRingbufferProxy
 
ClientSecurityConfig - Class in com.hazelcast.client.config
Contains the security configuration for a client.
ClientSecurityConfig() - Constructor for class com.hazelcast.client.config.ClientSecurityConfig
 
ClientSemaphoreProxy - Class in com.hazelcast.client.proxy
Proxy implementation of ISemaphore.
ClientSemaphoreProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
ClientServiceNotFoundException - Exception in com.hazelcast.client.spi.impl
A IllegalArgumentException that indicates that a requested client service is not exist.
ClientServiceNotFoundException(String) - Constructor for exception com.hazelcast.client.spi.impl.ClientServiceNotFoundException
 
ClientSetProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of ISet.
ClientSetProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientSetProxy
 
ClientSmartInvocationServiceImpl - Class in com.hazelcast.client.spi.impl
 
ClientSmartInvocationServiceImpl(HazelcastClientInstanceImpl, LoadBalancer) - Constructor for class com.hazelcast.client.spi.impl.ClientSmartInvocationServiceImpl
 
ClientSmartListenerService - Class in com.hazelcast.client.spi.impl.listener
 
ClientSmartListenerService(HazelcastClientInstanceImpl, int, int) - Constructor for class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
ClientTopicProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of ITopic.
ClientTopicProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientTopicProxy
 
ClientTransactionContext - Interface in com.hazelcast.client.spi
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
ClientTransactionManagerService - Interface in com.hazelcast.client.spi
Manages the execution of client transactions and provides TransactionContexts.
ClientTransactionManagerServiceImpl - Class in com.hazelcast.client.spi.impl
 
ClientTransactionManagerServiceImpl(HazelcastClientInstanceImpl, LoadBalancer) - Constructor for class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
ClientTxnListProxy<E> - Class in com.hazelcast.client.proxy.txn
Proxy implementation of TransactionalList.
ClientTxnListProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.proxy.txn.ClientTxnListProxy
 
ClientTxnMapProxy<K,V> - Class in com.hazelcast.client.proxy.txn
Proxy implementation of TransactionalMap interface.
ClientTxnMapProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
ClientTxnMultiMapProxy<K,V> - Class in com.hazelcast.client.proxy.txn
Proxy implementation of TransactionalMultiMap
ClientTxnMultiMapProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.proxy.txn.ClientTxnMultiMapProxy
 
ClientTxnQueueProxy<E> - Class in com.hazelcast.client.proxy.txn
Proxy implementation of TransactionalQueue.
ClientTxnQueueProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
ClientTxnSetProxy<E> - Class in com.hazelcast.client.proxy.txn
Proxy implementation of TransactionalSet.
ClientTxnSetProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.proxy.txn.ClientTxnSetProxy
 
ClientWriteHandler - Class in com.hazelcast.client.connection.nio
ClientReadHandler gets called by an IO-thread when there is space available to write to.
ClientWriteHandler(ClientConnection, NonBlockingIOThread, int, boolean, LoggingService) - Constructor for class com.hazelcast.client.connection.nio.ClientWriteHandler
 
close(String, Throwable) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
ClusterListenerSupport - Class in com.hazelcast.client.spi.impl
 
ClusterListenerSupport(HazelcastClientInstanceImpl, Collection<AddressProvider>) - Constructor for class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
com.hazelcast.client - package com.hazelcast.client
Contains classes/interfaces related to Client
com.hazelcast.client.cache.impl - package com.hazelcast.client.cache.impl
Hazelcast JSR-107 aka JCache implementation client side
com.hazelcast.client.config - package com.hazelcast.client.config
Contains classes related to config for com.hazelcast.client
com.hazelcast.client.connection - package com.hazelcast.client.connection
Provides connection interfaces/classes for com.hazelcast.client
com.hazelcast.client.connection.nio - package com.hazelcast.client.connection.nio
Contains classes related to New IO for com.hazelcast.client.connection
com.hazelcast.client.console - package com.hazelcast.client.console
This package contains ClientConsoleApp
com.hazelcast.client.impl - package com.hazelcast.client.impl
Contains most of the client side HazelcastInstance implementation functionality.
com.hazelcast.client.map.impl - package com.hazelcast.client.map.impl
 
com.hazelcast.client.map.impl.nearcache - package com.hazelcast.client.map.impl.nearcache
Contains classes/interfaces related to com.hazelcast.client.map.impl.nearcache
com.hazelcast.client.proxy - package 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 - package com.hazelcast.client.proxy.txn
Contains classes related to proxy for client transactions
com.hazelcast.client.proxy.txn.xa - package com.hazelcast.client.proxy.txn.xa
Contains classes related to proxy for XA
com.hazelcast.client.spi - package com.hazelcast.client.spi
Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService
com.hazelcast.client.spi.impl - package com.hazelcast.client.spi.impl
Provides util classes for com.hazelcast.client
com.hazelcast.client.spi.impl.discovery - package com.hazelcast.client.spi.impl.discovery
 
com.hazelcast.client.spi.impl.listener - package com.hazelcast.client.spi.impl.listener
 
com.hazelcast.client.spi.properties - package com.hazelcast.client.spi.properties
Contains the Hazelcast client properties implementation.
com.hazelcast.client.util - package com.hazelcast.client.util
This package contains some utility classes and the base implementations of the loadbalancer implementations
commit(Xid, boolean) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
commitTransaction() - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
commitTransaction() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
compareAndSet(long, long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
compareAndSet(E, E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
compareAndSetAsync(long, long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
compareAndSetAsync(E, E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
complete() - Method in class com.hazelcast.client.spi.impl.CallIdSequence.CallIdSequenceFailFast
 
complete() - Method in class com.hazelcast.client.spi.impl.CallIdSequence
 
connect() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
connection - Variable in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
connectionAdded(Connection) - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
connectionAdded(Connection) - Method in class com.hazelcast.client.spi.impl.listener.ClientNonSmartListenerService
 
ConnectionHeartbeatListener - Interface in com.hazelcast.client.spi.impl
A listener for the ClientConnectionManager to listen to connection heartbeats
connectionId - Variable in class com.hazelcast.client.connection.nio.ClientConnection
 
connectionIdGen - Variable in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
connectionManager - Variable in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
connectionRemoved(Connection) - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
connectionRemoved(Connection) - Method in class com.hazelcast.client.spi.impl.listener.ClientNonSmartListenerService
 
connectToCluster() - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
contains(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
contains(Object) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
contains(Object) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
contains(Object) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
containsAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
containsAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
containsAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
containsAsync(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
containsEntry(K, V) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
containsKey(K) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
containsKey(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
containsKey(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
containsKey(Object) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
containsKey(Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
containsKeyInternal(Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
containsKeyInternal(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
containsValue(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
containsValue(Object) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
containsValue(Object) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
context - Variable in class com.hazelcast.client.util.ClientCancellableDelegatingFuture
 
countDown() - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 
create(String) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxyFactory
 
create(String) - Method in interface com.hazelcast.client.spi.ClientProxyFactory
 
createCacheConfig(String, CacheConfig<K, V>, boolean, boolean) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
createCacheProxy(CacheConfig<K, V>) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
createCachingProvider(HazelcastInstance) - Static method in class com.hazelcast.client.cache.impl.HazelcastClientCachingProvider
Helper method for creating caching provider for testing etc
createClientProxyDescriptors() - Method in interface com.hazelcast.client.spi.ClientProxyDescriptorProvider
Return registered clientProxy descriptors
createConnectionManager(ClientConfig, HazelcastClientInstanceImpl, DiscoveryService) - Method in interface com.hazelcast.client.impl.ClientConnectionManagerFactory
 
createConnectionManager(ClientConfig, HazelcastClientInstanceImpl, DiscoveryService) - Method in class com.hazelcast.client.impl.DefaultClientConnectionManagerFactory
 
createHazelcastCacheManager(URI, ClassLoader, Properties) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCachingProvider
 
createHazelcastInstanceClient(C, ClientConnectionManagerFactory) - Method in interface com.hazelcast.client.HazelcastClientFactory
 
createNearCacheManager() - Method in interface com.hazelcast.client.ClientExtension
Creates a NearCacheManager instance to be used by this client.
createNearCacheManager() - Method in class com.hazelcast.client.impl.DefaultClientExtension
 
createProxy(T) - Method in interface com.hazelcast.client.HazelcastClientFactory
 
createSerializationService(byte) - Method in interface com.hazelcast.client.ClientExtension
Creates a InternalSerializationService instance to be used by this client.
createSerializationService(byte) - Method in class com.hazelcast.client.impl.DefaultClientExtension
 
createServiceProxyFactory(Class<T>) - Method in interface com.hazelcast.client.ClientExtension
Creates a ClientProxyFactory for the supplied service class.
createServiceProxyFactory(Class<T>) - Method in class com.hazelcast.client.impl.DefaultClientExtension
 
createSocketChannelWrapperFactory() - Method in interface com.hazelcast.client.ClientExtension
Creates a SocketChannelWrapperFactory instance to be used by this client.
createSocketChannelWrapperFactory() - Method in class com.hazelcast.client.impl.DefaultClientExtension
 
createSocketConnection(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
createSocketInterceptor() - Method in interface com.hazelcast.client.ClientExtension
Creates a SocketInterceptor to be used by this client if available, otherwise returns null
createSocketInterceptor() - Method in class com.hazelcast.client.impl.DefaultClientExtension
 

D

decodeAddResponse(ClientMessage) - Method in interface com.hazelcast.client.spi.impl.ListenerMessageCodec
 
decodeClientMessage(ClientMessage) - Method in interface com.hazelcast.client.impl.ClientMessageDecoder
 
decodeRemoveResponse(ClientMessage) - Method in interface com.hazelcast.client.spi.impl.ListenerMessageCodec
 
decrementAndGet() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
decrementAndGetAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
decrementPendingPacketCount() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
DEFAULT_BUFFER_SIZE_BYTE - Static variable in class com.hazelcast.client.config.SocketOptions
default buffer size of Bytes
DEFAULT_READ_BATCH_SIZE - Static variable in class com.hazelcast.client.config.ClientReliableTopicConfig
The default read batch size.
DEFAULT_TOPIC_OVERLOAD_POLICY - Static variable in class com.hazelcast.client.config.ClientReliableTopicConfig
The default slow consumer policy.
DefaultAddressProvider - Class in com.hazelcast.client.spi.impl
Default address provider of hazelcast Loads addresses from hazelcast configuration
DefaultAddressProvider(ClientNetworkConfig) - Constructor for class com.hazelcast.client.spi.impl.DefaultAddressProvider
 
DefaultAddressTranslator - Class in com.hazelcast.client.spi.impl
Default Address Translator is a no-op.
DefaultAddressTranslator() - Constructor for class com.hazelcast.client.spi.impl.DefaultAddressTranslator
 
DefaultClientConnectionManagerFactory - Class in com.hazelcast.client.impl
 
DefaultClientConnectionManagerFactory() - Constructor for class com.hazelcast.client.impl.DefaultClientConnectionManagerFactory
 
DefaultClientExtension - Class in com.hazelcast.client.impl
 
DefaultClientExtension() - Constructor for class com.hazelcast.client.impl.DefaultClientExtension
 
delete(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
delete(Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
deleteInternal(Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
deleteInternal(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
deregisterListener(String) - Method in interface com.hazelcast.client.spi.ClientListenerService
 
deregisterListener(String) - Method in class com.hazelcast.client.spi.ClientProxy
 
deregisterListener(String) - Method in class com.hazelcast.client.spi.impl.listener.ClientNonSmartListenerService
 
deregisterListener(String) - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
destroy() - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
destroy() - Method in class com.hazelcast.client.spi.ClientProxy
 
destroy() - Method in class com.hazelcast.client.spi.ProxyManager
 
destroyConnection(Connection, String, Throwable) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
Destroys the connection Clears related resources of given connection.
destroyConnection(Connection, String, Throwable) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
DISCOVERY_SPI_ENABLED - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Enables the Discovery SPI lookup over the old native implementations.
DISCOVERY_SPI_PUBLIC_IP_ENABLED - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Enables the Discovery Joiner to use public ips from DiscoveredNode.
DiscoveryAddressProvider - Class in com.hazelcast.client.spi.impl.discovery
 
DiscoveryAddressProvider(DiscoveryService, LoggingService) - Constructor for class com.hazelcast.client.spi.impl.discovery.DiscoveryAddressProvider
 
DiscoveryAddressTranslator - Class in com.hazelcast.client.spi.impl.discovery
 
DiscoveryAddressTranslator(DiscoveryService, boolean) - Constructor for class com.hazelcast.client.spi.impl.discovery.DiscoveryAddressTranslator
 
disposeResult(long) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
doShutdown() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
drainPermits() - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
drainTo(Collection<? super E>) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
drainTo(Collection<? super E>, int) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 

E

element() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
enableManagement(String, boolean) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
enableStatistics(String, boolean) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
encodeAddRequest(boolean) - Method in interface com.hazelcast.client.spi.impl.ListenerMessageCodec
 
encodeRemoveRequest(String) - Method in interface com.hazelcast.client.spi.impl.ListenerMessageCodec
 
end(Xid, int) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
enqueue(OutboundFrame) - Method in class com.hazelcast.client.connection.nio.ClientWriteHandler
 
entryAdded(EntryEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
entryEvicted(EntryEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
entryRemoved(EntryEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
entrySet() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
entrySet(Predicate) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
entrySet() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
entrySet() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
entrySetWithPagingPredicate(PagingPredicate) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
entryUpdated(EntryEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
equals(Object) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
equals(Object) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
equals(Object) - Method in class com.hazelcast.client.spi.ClientProxy
 
equals(Object) - Method in class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
 
equals(Object) - Method in class com.hazelcast.client.spi.impl.listener.ClientRegistrationKey
 
EVENT_QUEUE_CAPACITY - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Capacity of the executor that handles the incoming event packets.
EVENT_THREAD_COUNT - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Number of the threads to handle the incoming event packets.
eventCount - Variable in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
EventHandler<E> - Interface in com.hazelcast.client.spi
Base interface for all client Event Handlers.
evict(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
evictAll() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
evictAll() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
evictInternal(Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
evictInternal(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
execute(Runnable) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
execute(Runnable) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
execute(Runnable, MemberSelector) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
execute(Runnable) - Method in interface com.hazelcast.client.spi.ClientExecutionService
Execute alien(user code) on execution service
execute(Runnable) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
executeInternal(Runnable) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
executeOnAllMembers(Runnable) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
executeOnEntries(EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
executeOnEntries(EntryProcessor, Predicate) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
executeOnKey(K, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
executeOnKeyInternal(Data, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
executeOnKeyInternal(Data, EntryProcessor) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
executeOnKeyOwner(Runnable, Object) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
executeOnKeyOwner(Runnable, Object) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
executeOnKeys(Set<K>, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
executeOnMember(Runnable, Member) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
executeOnMembers(Runnable, Collection<Member>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
executeOnMembers(Runnable, MemberSelector) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
executeTransaction(TransactionalTask<T>) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
executeTransaction(TransactionOptions, TransactionalTask<T>) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
executeTransaction(TransactionalTask<T>) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
executeTransaction(TransactionOptions, TransactionalTask<T>) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
executeTransaction(TransactionalTask<T>) - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
 
executeTransaction(TransactionOptions, TransactionalTask<T>) - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
 
executeTransaction(TransactionalTask<T>) - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
executeTransaction(TransactionOptions, TransactionalTask<T>) - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
executionService - Variable in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 

F

fetch() - Method in class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
fetch() - Method in class com.hazelcast.client.map.impl.ClientMapPartitionIterator
 
findCacheConfig(String, String, boolean, boolean) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
findNextAddressToSendCreateRequest() - Method in class com.hazelcast.client.spi.ProxyManager
 
fireLifecycleEvent(LifecycleEvent.LifecycleState) - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
 
flush() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
forceLocalMemberToBeSafe(long, TimeUnit) - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
forceUnlock() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
forceUnlock(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
forceUnlock(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
forget(Xid) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 

G

get(K) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
get(K) - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
get() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
get() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
get(int) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
get(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
get(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
get(Object) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
get(Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
get(K) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMultiMapProxy
 
get() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
get(long, TimeUnit) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
getActiveRegistrations(String) - Method in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
getActiveRegistrations(String) - Method in class com.hazelcast.client.spi.impl.listener.ClientNonSmartListenerService
 
getActiveRegistrations(String) - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
getAddresses() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
getAddresses() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the list of candidate addresses that client will use to establish initial connection
getAll(Set<? extends K>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
getAll(Set<K>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getAllHazelcastClients() - Static method in class com.hazelcast.client.HazelcastClient
Gets an immutable collection of all client HazelcastInstances created in this JVM.
getAllHazelcastClients() - Static method in class com.hazelcast.client.HazelcastClientManager
 
getAllInternal(Map<Integer, List<Data>>, Map<K, V>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getAllInternal(Map<Integer, List<Data>>, Map<K, V>) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getAndAdd(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndAddAsync(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndAlter(IFunction<Long, Long>) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndAlter(IFunction<E, E>) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
getAndAlterAsync(IFunction<Long, Long>) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndAlterAsync(IFunction<E, E>) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
getAndIncrement() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndIncrementAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndPut(K, V) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
getAndRemove(K) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
getAndReplace(K, V) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
getAndSet(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndSet(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
getAndSetAsync(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndSetAsync(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
getAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
getAsync(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getAsyncExecutor() - Method in interface com.hazelcast.client.spi.ClientExecutionService
 
getAsyncExecutor() - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
getAsyncInternal(Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getAsyncInternal(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getAtomicLong(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getAtomicLong(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getAtomicNumber() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getAtomicReference(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getAtomicReference(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getAwsConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the current ClientAwsConfig.
getBufferSize() - Method in class com.hazelcast.client.config.SocketOptions
Gets the SO_SNDBUF and SO_RCVBUF options to the specified value in KB
getCache(String) - Method in class com.hazelcast.client.impl.ClientICacheManager
 
getCacheByFullName(String) - Method in class com.hazelcast.client.impl.ClientICacheManager
 
getCacheConfig(String, String) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
getCacheEvictions() - Method in class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
getCacheExpiries() - Method in class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
getCacheManager() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
getCacheManager() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getCacheManager() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getCallId() - Method in class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
Call id of first event registration request
getClassLoader() - Method in class com.hazelcast.client.config.ClientConfig
Gets the classLoader
getClassName() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
getClient() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getClient() - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getClient() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getClient() - Method in class com.hazelcast.client.spi.ClientProxy
 
getClient() - Method in interface com.hazelcast.client.spi.ClientTransactionContext
 
getClient() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
getClientClusterService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getClientConfig() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getClientConfig() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getClientConfig() - Method in class com.hazelcast.client.spi.ClientContext
 
getClientExecutionService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getClientExtension() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getClientMessage() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
getClientPartitionService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getClientProxyClass() - Method in interface com.hazelcast.client.spi.ClientProxyDescriptor
 
getClientProxyFactory(String) - Method in class com.hazelcast.client.spi.ProxyManager
 
getClientService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getClientService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getClientType() - Method in class com.hazelcast.client.impl.ClientImpl
 
getCloseCause() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getClosedTime() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getCloseReason() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getCluster() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getCluster() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getClusterService() - Method in class com.hazelcast.client.spi.ClientContext
 
getClusterState() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
getClusterTime() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
getClusterTime() - Method in interface com.hazelcast.client.spi.ClientClusterService
Returns the cluster-time.
getClusterTime() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getCodec() - Method in class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
 
getCodec() - Method in class com.hazelcast.client.spi.impl.listener.ClientRegistrationKey
 
getConfig() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getConfig() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getConfiguration(Class<C>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
getConnection(Address) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getConnection(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getConnection() - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getConnection() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getConnection() - Method in interface com.hazelcast.client.spi.ClientTransactionContext
 
getConnectionAttemptLimit() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
getConnectionAttemptLimit() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
getConnectionAttemptPeriod() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
getConnectionAttemptPeriod() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Period for the next attempt to find a member to connect.
getConnectionManager() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getConnectionManager() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getConnectionTimeout() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
getConnectionTimeout() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Timeout value in millis for nodes to accept client connection requests.
getContext() - Method in class com.hazelcast.client.spi.ClientProxy
 
getCount() - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 
getCountDownLatch(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getCountDownLatch(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getCredentials() - Method in class com.hazelcast.client.config.ClientConfig
getCredentials() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getCredentials() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getCredentialsClassname() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getDiscoveryConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the configuration of the Hazelcast Discovery SPI and configured discovery providers
getDistributedObject(String, String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getDistributedObject(String, String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getDistributedObject() - Method in class com.hazelcast.client.spi.impl.listener.LazyDistributedObjectEvent
 
getDistributedObjectName() - Method in class com.hazelcast.client.spi.ClientProxy
 
getDistributedObjects() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getDistributedObjects() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getDistributedObjects() - Method in class com.hazelcast.client.spi.ProxyManager
 
getDurableExecutorService(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getDurableExecutorService(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getEndPoint() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getEntryView(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getEventExecutor() - Method in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
getEventHandler() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
getEventHandler(long) - Method in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
getExecutionService() - Method in class com.hazelcast.client.spi.ClientContext
 
getExecutor() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the Executor that is going to process the events.
getExecutorPoolSize() - Method in class com.hazelcast.client.config.ClientConfig
Pool size for internal ExecutorService which handles responses etc.
getExecutorService(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getExecutorService(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getFactoryImpl() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
getForUpdate(Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
getFuture() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
getGroupConfig() - Method in class com.hazelcast.client.config.ClientConfig
getGroupName() - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
 
getGroupName() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
getHandler() - Method in class com.hazelcast.client.spi.impl.listener.ClientRegistrationKey
 
getHazelcastClientByName(String) - Static method in class com.hazelcast.client.HazelcastClient
Returns an existing HazelcastClient with instanceName.
getHazelcastClientByName(String) - Static method in class com.hazelcast.client.HazelcastClientManager
 
getHazelcastInstance() - Method in class com.hazelcast.client.spi.ClientContext
 
getHazelcastInstance() - Method in class com.hazelcast.client.spi.ProxyManager
 
getId() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getId() - Method in class com.hazelcast.client.spi.ClientProxy
Deprecated.
getIdGenerator(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getIdGenerator(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getIn() - Method in class com.hazelcast.client.config.XmlClientConfigLocator
 
getInetAddress() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getInMemoryFormat() - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
getInstanceName() - Method in class com.hazelcast.client.config.ClientConfig
 
getInternal(Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getInternal(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getInternalExecutor() - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
getInvocation() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
getInvocationService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getInvocationService() - Method in class com.hazelcast.client.spi.ClientContext
 
getJobTracker(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getJobTracker(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getKey() - Method in class com.hazelcast.client.proxy.ClientLockProxy
Deprecated.
getKeyStateMarker() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getLastHeartbeatReceivedMillis() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getLastHeartbeatRequestedMillis() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getLicenseKey() - Method in class com.hazelcast.client.config.ClientConfig
 
getLifecycleService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getLifecycleService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getLingerSeconds() - Method in class com.hazelcast.client.config.SocketOptions
Gets SO_LINGER with the specified linger time in seconds
getList() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getList(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getList(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getList(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getList(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getListenerConfigs() - Method in class com.hazelcast.client.config.ClientConfig
Gets list of all configured ListenerConfig's
getListenerService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getListenerService() - Method in class com.hazelcast.client.spi.ClientContext
 
getLoadBalancer() - Method in class com.hazelcast.client.config.ClientConfig
Gets LoadBalancer
getLoadBalancer() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getLocalClient() - Method in interface com.hazelcast.client.spi.ClientClusterService
 
getLocalClient() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getLocalEndpoint() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getLocalEndpoint() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getLocalExecutorStats() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
getLocalMapStats() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getLocalMapStats() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getLocalMember() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
getLocalMultiMapStats() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
getLocalQueueStats() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
getLocalSocketAddress() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getLocalTopicStats() - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
getLocalTopicStats() - Method in class com.hazelcast.client.proxy.ClientTopicProxy
 
getLock(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getLock(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getLockCount() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
getLockReferenceIdGenerator() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getLogger(String) - Method in class com.hazelcast.client.impl.ClientLoggingService
 
getLogger(Class) - Method in class com.hazelcast.client.impl.ClientLoggingService
 
getLoggingService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getLoggingService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getLoggingService() - Method in class com.hazelcast.client.spi.ClientContext
 
getManagedContext() - Method in class com.hazelcast.client.config.ClientConfig
getMap() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getMap(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getMap(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getMasterAddress() - Method in interface com.hazelcast.client.spi.ClientClusterService
Returns the address of the master member.
getMasterAddress() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getMember(Address) - Method in interface com.hazelcast.client.spi.ClientClusterService
Gets the member for the given address.
getMember(String) - Method in interface com.hazelcast.client.spi.ClientClusterService
Gets the member with the given uuid.
getMember(Address) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getMember(String) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getMemberList() - Method in interface com.hazelcast.client.spi.ClientClusterService
Gets the collection of members.
getMemberList() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getMembers() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
getMembers(MemberSelector) - Method in interface com.hazelcast.client.spi.ClientClusterService
Returns a collection of the members that satisfy the given MemberSelector.
getMembers(MemberSelector) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getMembers() - Method in class com.hazelcast.client.util.AbstractLoadBalancer
 
getMetricsRegistry() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getMultiMap() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getMultiMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getMultiMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getMultiMap(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getMultiMap(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getName() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the name of the reliable topic.
getName() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getName() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getName() - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
getName() - Method in class com.hazelcast.client.spi.ClientProxy
 
getNativeMemoryConfig() - Method in class com.hazelcast.client.config.ClientConfig
 
getNearCache() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
getNearCache() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getNearCacheConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Gets the NearCacheConfig configured for the map / cache with name
getNearCacheConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
Map of all configured NearCacheConfig's with the name key and configuration as the value
getNearCacheManager() - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
Gets the related NearCacheManager with the underlying client instance.
getNearCacheManager() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getNearCacheManager() - Method in class com.hazelcast.client.spi.ClientContext
 
getNearCacheStatistics() - Method in class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
getNearCacheStats() - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
getNetworkConfig() - Method in class com.hazelcast.client.config.ClientConfig
getNextReferenceId() - Method in class com.hazelcast.client.impl.ClientLockReferenceIdGenerator
 
getOrConnect(Address, boolean) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getOrConnect(Address, boolean) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getOrCreateProxy(String, String) - Method in class com.hazelcast.client.spi.ProxyManager
 
getOrTriggerConnect(Address, boolean) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getOrTriggerConnect(Address, boolean) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getOwnedEntryCount() - Method in class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
getOwnerConnectionAddress() - Method in interface com.hazelcast.client.spi.ClientClusterService
The owner connection is opened to owner member of the client in the cluster.
getOwnerConnectionAddress() - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
getPartition(Object) - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
getPartition(int) - Method in interface com.hazelcast.client.spi.ClientPartitionService
 
getPartition(int) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
getPartitionCount() - Method in interface com.hazelcast.client.spi.ClientPartitionService
 
getPartitionCount() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
getPartitionId(Data) - Method in interface com.hazelcast.client.spi.ClientPartitionService
 
getPartitionId(Object) - Method in interface com.hazelcast.client.spi.ClientPartitionService
 
getPartitionId() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
getPartitionId(Data) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
getPartitionId(Object) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
getPartitioningStrategy(ClassLoader) - Method in class com.hazelcast.client.impl.DefaultClientExtension
 
getPartitionKey() - Method in class com.hazelcast.client.spi.ClientProxy
 
getPartitionOwner(int) - Method in interface com.hazelcast.client.spi.ClientPartitionService
 
getPartitionOwner(int) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
getPartitions() - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
getPartitionService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getPartitionService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getPartitionService() - Method in class com.hazelcast.client.spi.ClientContext
 
getPendingPacketCount() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getPort() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getPossibleSocketAddresses(int, String, int) - Static method in class com.hazelcast.client.util.AddressHelper
 
getPrincipal() - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
getProperties() - Method in class com.hazelcast.client.config.ClientConfig
Gets Properties object
getProperties() - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
getProperties() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getProperty(String) - Method in class com.hazelcast.client.config.ClientConfig
Gets a named property already set or from system properties if not exists.
getProperty(HazelcastProperty) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
since Hazelcast 3.7
getProtocolVersion() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getProxyFactoryConfigs() - Method in class com.hazelcast.client.config.ClientConfig
Gets list of ProxyFactoryConfig
getProxyManager() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getQueryCacheConfigs() - Method in class com.hazelcast.client.config.ClientConfig
 
getQueue() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getQueue(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getQueue(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getQueue(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getQueue(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getQuorumService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getQuorumService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getReadBatchSize() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the maximum number of items to read in a batch.
getReadHandler() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getReliableTopic(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getReliableTopic(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getReliableTopicConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Gets the ClientReliableTopicConfig for a given reliable topic name.
getRemainingLeaseTime() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
getRemoteEndpoint() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getRemoteSocketAddress() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getReplicatedMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getReplicatedMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getReplicatedMapStats() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
getResponse() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
getRingbuffer(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getRingbuffer(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getRingbuffer() - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
getSafely() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
getSecurityConfig() - Method in class com.hazelcast.client.config.ClientConfig
getSemaphore(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getSemaphore(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getSendConnection() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
getSendConnectionOrWait() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
getSerializationConfig() - Method in class com.hazelcast.client.config.ClientConfig
getSerializationService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getSerializationService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getSerializationService() - Method in class com.hazelcast.client.map.impl.ClientMapPartitionIterator
 
getSerializationService() - Method in class com.hazelcast.client.spi.ClientContext
 
getSerializationService() - Method in class com.hazelcast.client.spi.ClientProxy
 
getServerRegistrationId() - Method in class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
Alias registration id is same as registration id in the beginning.
getService() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
getServiceName() - Method in class com.hazelcast.client.proxy.txn.ClientTxnListProxy
 
getServiceName() - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
getServiceName() - Method in class com.hazelcast.client.proxy.txn.ClientTxnMultiMapProxy
 
getServiceName() - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
getServiceName() - Method in class com.hazelcast.client.proxy.txn.ClientTxnSetProxy
 
getServiceName() - Method in class com.hazelcast.client.spi.ClientProxy
 
getServiceName() - Method in interface com.hazelcast.client.spi.ClientProxyDescriptor
 
getSet() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getSet(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getSet(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getSet(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getSet(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getSize() - Method in interface com.hazelcast.client.spi.ClientClusterService
Gets the current number of members.
getSize(MemberSelector) - Method in interface com.hazelcast.client.spi.ClientClusterService
Gets the number of members that satisfy the given MemberSelector instance.
getSize() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getSize(MemberSelector) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
getSocketAddress() - Method in class com.hazelcast.client.impl.ClientImpl
 
getSocketAddresses(String) - Static method in class com.hazelcast.client.util.AddressHelper
 
getSocketChannelWrapper() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getSocketInterceptorConfig() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
getSocketInterceptorConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
getSocketOptions() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
getSocketOptions() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
getSSLConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the current SSLConfig.
getState() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionProxy
 
getSubscriber() - Method in class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
This is used when removing the listener.
getThreadGroup() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getTimeInMillis(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getTimeInMillis(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
getTopic() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getTopic(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getTopic(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getTopicOverloadPolicy() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the TopicOverloadPolicy for this reliable topic.
getTrackableJob(String) - Method in class com.hazelcast.client.proxy.ClientMapReduceProxy
 
getTransaction() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getTransactionalObject(String, String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getTransactionalObject(String, String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getTransactionContext() - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
getTransactionManager() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getTransactionManager() - Method in class com.hazelcast.client.spi.ClientContext
 
getTransactionTimeout() - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
getTxnId() - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getTxnId() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getTxnId() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionProxy
 
getType() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getUserContext() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getUserContext() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getUuid() - Method in class com.hazelcast.client.impl.ClientImpl
 
getXAResource() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
getXAResource() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
getXaResource() - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getXaResource() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getXmlType() - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 

H

handle() - Method in class com.hazelcast.client.connection.nio.ClientReadHandler
 
handle() - Method in class com.hazelcast.client.connection.nio.ClientWriteHandler
 
handle(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler
 
handle(Collection<Data>) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler
 
handle(E) - Method in interface com.hazelcast.client.spi.EventHandler
 
handleAddListener(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleClear(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleClientMessage(ClientMessage, Connection) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
Handles incoming network package
handleClientMessage(ClientMessage, Connection) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
handleClientMessage(ClientMessage, Connection) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
handleClientMessage(ClientMessage, Connection) - Method in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
handleCommand(String) - Method in class com.hazelcast.client.console.ClientConsoleApp
Handle a command
handleContains(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleDestroy(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleHelp(String) - Method in class com.hazelcast.client.console.ClientConsoleApp
Handled the help command
handleInstances(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleIterator(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleListAdd(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleListAddMany(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleListContains(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleListRemove(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleListSet(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleLock(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapEntries() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapEvict(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapGet(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapGetAsync(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapGetMany(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapGetMapEntry(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapKeys() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapLocalKeys() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapLocalSize() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapLock(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapPut(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapPutAsync(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapPutIfAbsent(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapPutMany(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapRemove(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapRemoveMany(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapReplace(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapTryLock(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapUnlock(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMapValues() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapEntries() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapGet(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapKeys() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapLock(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapPut(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapRemove(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapTryLock(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapUnlock(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleMultiMapValues() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handlePartitions(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleQCapacity(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleQOffer(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleQOfferMany(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleQPeek(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleQPoll(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleQPollMany(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleQTake(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleRemoveListener(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleSelectionKey(SelectionKey) - Method in class com.hazelcast.client.connection.nio.ClientNonBlockingOutputThread
 
handleSetAdd(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleSetAddMany(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleSetRemove(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleSetRemoveMany(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleSize(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleTopicPublish(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
hashCode() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
hashCode() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
hashCode() - Method in class com.hazelcast.client.spi.ClientProxy
 
hashCode() - Method in class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
 
hashCode() - Method in class com.hazelcast.client.spi.impl.listener.ClientRegistrationKey
 
HazelcastClient - Class in com.hazelcast.client
The HazelcastClient is comparable to the Hazelcast class and provides the ability the create and manage Hazelcast clients.
HazelcastClientCacheManager - Class in com.hazelcast.client.cache.impl
CacheManager implementation for client side

Provides client side cacheManager functionality

HazelcastClientCacheManager(HazelcastClientCachingProvider, HazelcastInstance, URI, ClassLoader, Properties) - Constructor for class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
HazelcastClientCachingProvider - Class in com.hazelcast.client.cache.impl
Provides client cachingProvider implementation.
HazelcastClientCachingProvider() - Constructor for class com.hazelcast.client.cache.impl.HazelcastClientCachingProvider
 
HazelcastClientFactory<T extends HazelcastClientInstanceImpl,V extends HazelcastClientProxy,C extends ClientConfig> - Interface in com.hazelcast.client
Provides the capability for the customization of Hazelcast client factories.
HazelcastClientInstanceImpl - Class in com.hazelcast.client.impl
 
HazelcastClientInstanceImpl(ClientConfig, ClientConnectionManagerFactory, AddressProvider) - Constructor for class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
HazelcastClientManager - Class in com.hazelcast.client
Central manager for all Hazelcast clients of the JVM.
HazelcastClientNotActiveException - Exception in com.hazelcast.client
Thrown when Hazelcast client is not active during an invocation.
HazelcastClientNotActiveException(String) - Constructor for exception com.hazelcast.client.HazelcastClientNotActiveException
 
HazelcastClientNotActiveException(String, Throwable) - Constructor for exception com.hazelcast.client.HazelcastClientNotActiveException
 
HazelcastClientProxy - Class in com.hazelcast.client.impl
A client-side proxy HazelcastInstance instance.
HazelcastClientProxy(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.impl.HazelcastClientProxy
 
headSequence() - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
HEARTBEAT_INTERVAL - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Time interval between the heartbeats sent by the client to the nodes.
HEARTBEAT_TIMEOUT - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Client sends heartbeat messages to the members and this is the timeout for this sending operations.
heartbeatResumed(Connection) - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
heartbeatResumed(Connection) - Method in interface com.hazelcast.client.spi.impl.ConnectionHeartbeatListener
This event will be fired when the heartbeat is resumed for a connection to a member.
heartbeatStopped(Connection) - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
heartbeatStopped(Connection) - Method in interface com.hazelcast.client.spi.impl.ConnectionHeartbeatListener
This event will be fired when no heartbeat response is received for spi.properties.ClientProperty.HEARTBEAT_TIMEOUT milliseconds from the member.

I

incrementAndGet() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
incrementAndGetAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
incrementPendingPacketCount() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
indexOf(Object) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
init() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
init(Cluster, ClientConfig) - Method in interface com.hazelcast.client.LoadBalancer
Initializes the LoadBalancer.
init(long) - Method in class com.hazelcast.client.proxy.ClientIdGeneratorProxy
 
init(int) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
init() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
init() - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
init(InitialMembershipEvent) - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
init(ClientConfig) - Method in class com.hazelcast.client.spi.ProxyManager
 
init(Cluster, ClientConfig) - Method in class com.hazelcast.client.util.AbstractLoadBalancer
 
init(InitialMembershipEvent) - Method in class com.hazelcast.client.util.AbstractLoadBalancer
 
init(Cluster, ClientConfig) - Method in class com.hazelcast.client.util.StaticLB
 
initializeSelectors(HazelcastClientInstanceImpl) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
innerClose() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
INSTANCE - Static variable in class com.hazelcast.client.HazelcastClientManager
Global instance of HazelcastClientManager
INTERNAL_EXECUTOR_POOL_SIZE - Static variable in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
invalidateNearCache(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
invalidateNearCache(Collection<Data>) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
invalidationListenerId - Variable in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
INVOCATION_TIMEOUT_SECONDS - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Time to give up on invocation when a member in the member list is not reachable.
invocationService - Variable in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
invocationToString() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
invoke(K, EntryProcessor<K, V, T>, Object...) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
invoke(ClientMessage, int) - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
invoke(ClientMessage, Object) - Method in class com.hazelcast.client.spi.ClientProxy
 
invoke(ClientMessage) - Method in class com.hazelcast.client.spi.ClientProxy
 
invoke() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
invokeAll(Set<? extends K>, EntryProcessor<K, V, T>, Object...) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
invokeAll(Collection<? extends Callable<T>>) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
invokeAll(Collection<? extends Callable<T>>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
invokeAny(Collection<? extends Callable<T>>) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
invokeAny(Collection<? extends Callable<T>>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
invokeOnConnection(ClientInvocation, ClientConnection) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
invokeOnConnection(ClientInvocation, ClientConnection) - Method in class com.hazelcast.client.spi.impl.ClientNonSmartInvocationServiceImpl
 
invokeOnConnection(ClientInvocation, ClientConnection) - Method in class com.hazelcast.client.spi.impl.ClientSmartInvocationServiceImpl
 
invokeOnPartition(ClientMessage, int) - Method in class com.hazelcast.client.spi.ClientProxy
 
invokeOnPartitionInterruptibly(ClientMessage, int) - Method in class com.hazelcast.client.spi.ClientProxy
 
invokeOnPartitionOwner(ClientInvocation, int) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
invokeOnPartitionOwner(ClientInvocation, int) - Method in class com.hazelcast.client.spi.impl.ClientNonSmartInvocationServiceImpl
 
invokeOnPartitionOwner(ClientInvocation, int) - Method in class com.hazelcast.client.spi.impl.ClientSmartInvocationServiceImpl
 
invokeOnRandomTarget(ClientInvocation) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
invokeOnRandomTarget(ClientInvocation) - Method in class com.hazelcast.client.spi.impl.ClientNonSmartInvocationServiceImpl
 
invokeOnRandomTarget(ClientInvocation) - Method in class com.hazelcast.client.spi.impl.ClientSmartInvocationServiceImpl
 
invokeOnTarget(ClientInvocation, Address) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
invokeOnTarget(ClientInvocation, Address) - Method in class com.hazelcast.client.spi.impl.ClientNonSmartInvocationServiceImpl
 
invokeOnTarget(ClientInvocation, Address) - Method in class com.hazelcast.client.spi.impl.ClientSmartInvocationServiceImpl
 
invokeUrgent() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
isActive() - Method in class com.hazelcast.client.spi.ClientContext
 
isAlive() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
Check if client connection manager is alive.
isAlive() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
isAlive() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
isAuthenticatedAsOwner() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
isCancelled() - Method in class com.hazelcast.client.util.ClientCancellableDelegatingFuture
 
isCancelled() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
isClient() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
isClusterSafe() - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
isDone() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
isEmpty() - Method in class com.hazelcast.client.proxy.ClientListProxy
 
isEmpty() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
isEmpty() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
isEmpty() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
isEmpty() - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
isEmpty() - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
isHeartBeating() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
isInsideAws() - Method in class com.hazelcast.client.config.ClientAwsConfig
If client is inside aws, it will use private ip addresses directly, otherwise it will convert private ip addresses to public addresses internally by calling AWS API.
isInvalidateOnChange() - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
isKeepAlive() - Method in class com.hazelcast.client.config.SocketOptions
SO_KEEPALIVE socket option
isLocalMemberSafe() - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
isLocked() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
isLocked(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
isLocked(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
isLockedByCurrentThread() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
isMemberSafe(Member) - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
isNull() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
isNullAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
isRedoOperation() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
isRedoOperation() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
isRedoOperation() - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
isRetryable(Throwable) - Static method in class com.hazelcast.client.spi.impl.ClientInvocation
 
isReuseAddress() - Method in class com.hazelcast.client.config.SocketOptions
SO_REUSEADDR socket option.
isRunning() - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
 
isSameRM(XAResource) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
isShutdown() - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
isShutdown() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
isSmartRouting() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
isSmartRouting() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
isTcpNoDelay() - Method in class com.hazelcast.client.config.SocketOptions
TCP_NODELAY socket option
isTerminated() - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
isTerminated() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
isUrgent() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
itemAdded(ItemEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
itemRemoved(ItemEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
iterator() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
iterator(int) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
iterator(int, int, boolean) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
iterator() - Method in class com.hazelcast.client.proxy.ClientListProxy
 
iterator(int, int, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
iterator() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
iterator() - Method in class com.hazelcast.client.proxy.ClientSetProxy
 

J

join() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 

K

keySet() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
keySet(Predicate) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
keySet() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
keySet() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
keySet() - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
keySet(Predicate) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
keyStateMarker - Variable in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
KILO_BYTE - Static variable in class com.hazelcast.client.config.SocketOptions
constant for kilobyte

L

lastIndexOf(Object) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
lastReadTimeMillis() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
lastWriteTimeMillis() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
LazyDistributedObjectEvent - Class in com.hazelcast.client.spi.impl.listener
 
LazyDistributedObjectEvent(DistributedObjectEvent.EventType, String, String, DistributedObject, ProxyManager) - Constructor for class com.hazelcast.client.spi.impl.listener.LazyDistributedObjectEvent
Constructs a DistributedObject Event.
LifecycleServiceImpl - Class in com.hazelcast.client.impl
Default LifecycleService implementation for the client.
LifecycleServiceImpl(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.impl.LifecycleServiceImpl
 
ListenerMessageCodec - Interface in com.hazelcast.client.spi.impl
 
listIterator() - Method in class com.hazelcast.client.proxy.ClientListProxy
 
listIterator(int) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
loadAddresses() - Method in interface com.hazelcast.client.connection.AddressProvider
 
loadAddresses() - Method in class com.hazelcast.client.spi.impl.AwsAddressProvider
 
loadAddresses() - Method in class com.hazelcast.client.spi.impl.DefaultAddressProvider
 
loadAddresses() - Method in class com.hazelcast.client.spi.impl.discovery.DiscoveryAddressProvider
 
loadAll(Set<? extends K>, boolean, CompletionListener) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
loadAll(boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
loadAll(Set<K>, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
loadAll(boolean) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
loadAllInternal(boolean, Collection<Data>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
loadAllInternal(boolean, Collection<Data>) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
LoadBalancer - Interface in com.hazelcast.client
LoadBalancer allows you to send operations to one of a number of endpoints(Members).
localKeySet() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
localKeySet(Predicate) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
localKeySet() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
lock(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
lock() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
lock(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
lock(K, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
lock(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
lock(K, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
lockInterruptibly() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
logger - Variable in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
LOGGER - Static variable in class com.hazelcast.client.impl.DefaultClientExtension
 
logger - Variable in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 

M

main(String[]) - Static method in class com.hazelcast.client.console.ClientConsoleApp
Starts the test application.
mapCleared(MapEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
mapEvicted(MapEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
MAX_CONCURRENT_INVOCATIONS - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
The maximum number of concurrent invocations allowed.
memberAdded(MembershipEvent) - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
memberAdded(MembershipEvent) - Method in class com.hazelcast.client.util.AbstractLoadBalancer
 
memberAttributeChanged(MemberAttributeEvent) - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
memberAttributeChanged(MemberAttributeEvent) - Method in class com.hazelcast.client.util.AbstractLoadBalancer
 
memberRemoved(MembershipEvent) - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
memberRemoved(MembershipEvent) - Method in class com.hazelcast.client.util.AbstractLoadBalancer
 

N

name - Variable in class com.hazelcast.client.spi.ClientProxy
 
nearCache - Variable in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
NearCachedClientMapProxy<K,V> - Class in com.hazelcast.client.proxy
A Client-side IMap implementation which is fronted by a near-cache.
NearCachedClientMapProxy(String, String) - Constructor for class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler - Class in com.hazelcast.client.proxy
 
NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler() - Constructor for class com.hazelcast.client.proxy.NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler
 
newCondition(String) - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
newCondition() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
newHazelcastClient() - Static method in class com.hazelcast.client.HazelcastClient
 
newHazelcastClient(ClientConfig) - Static method in class com.hazelcast.client.HazelcastClient
 
newHazelcastClient(HazelcastClientFactory) - Static method in class com.hazelcast.client.HazelcastClientManager
 
newHazelcastClient(ClientConfig, HazelcastClientFactory) - Static method in class com.hazelcast.client.HazelcastClientManager
 
newId() - Method in class com.hazelcast.client.proxy.ClientIdGeneratorProxy
 
newJob(KeyValueSource<K, V>) - Method in class com.hazelcast.client.proxy.ClientMapReduceProxy
 
newTimeoutException(long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
newTransactionContext() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
newTransactionContext(TransactionOptions) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
newTransactionContext() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
newTransactionContext(TransactionOptions) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
newTransactionContext() - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
 
newTransactionContext(TransactionOptions) - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
 
newTransactionContext() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
newTransactionContext(TransactionOptions) - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
newXATransactionContext(Xid, int) - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
 
newXATransactionContext(Xid, int) - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
next() - Method in interface com.hazelcast.client.LoadBalancer
Returns the next member to route to.
next() - Method in class com.hazelcast.client.spi.impl.CallIdSequence.CallIdSequenceFailFast
 
next() - Method in class com.hazelcast.client.spi.impl.CallIdSequence
Creates the next call-id.
next() - Method in class com.hazelcast.client.util.RandomLB
 
next() - Method in class com.hazelcast.client.util.RoundRobinLB
 
next() - Method in class com.hazelcast.client.util.StaticLB
 
notify(ClientMessage) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
notifyException(Throwable) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
NULL_KEY_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientMapProxy
 
NULL_KEY_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
NULL_KEY_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
NULL_LISTENER_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientMapProxy
 
NULL_PREDICATE_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientMapProxy
 
NULL_VALUE_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientMapProxy
 
NULL_VALUE_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
NULL_VALUE_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 

O

offer(E) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
It is advised to use this method in a try-catch block to take the offer operation full lifecycle control, in a "lost node" scenario you can not be sure offer is succeeded or not so you may want to retry.
offer(E, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
offer(E) - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
offer(E, long, TimeUnit) - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
onDestroy() - Method in class com.hazelcast.client.proxy.ClientIdGeneratorProxy
 
onDestroy() - Method in class com.hazelcast.client.proxy.ClientMapReduceProxy
 
onDestroy() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
onDestroy() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
onDestroy() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
onDestroy() - Method in class com.hazelcast.client.spi.ClientProxy
Called before proxy is destroyed.
onFailure(Throwable) - Method in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
onInitialize() - Method in class com.hazelcast.client.proxy.ClientConditionProxy
 
onInitialize() - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
onInitialize() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
onInitialize() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
onInitialize() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
onInitialize() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
onInitialize() - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
onInitialize() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
onInitialize() - Method in class com.hazelcast.client.spi.ClientProxy
Called when proxy is created.
onInterruptDetected() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
onListenerRegister() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy.ClientMapAddNearCacheEventHandler
 
onListenerRegister() - Method in interface com.hazelcast.client.spi.EventHandler
This method is called when registration request response is successfully returned from node.
onLoadAll(Set<Data>, Object, long, long) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
onMessage(Message) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
onOutOfMemory(OutOfMemoryError, HazelcastInstance[]) - Method in class com.hazelcast.client.ClientOutOfMemoryHandler
 
onShutdown() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
onShutdown() - Method in class com.hazelcast.client.spi.ClientProxy
Called before client shutdown.

P

parse(InputStream) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
PartitionServiceProxy - Class in com.hazelcast.client.proxy
 
PartitionServiceProxy(ClientPartitionService, ClientListenerService) - Constructor for class com.hazelcast.client.proxy.PartitionServiceProxy
 
peek() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
peek() - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
peek(long, TimeUnit) - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
poll(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
poll() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
poll() - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
poll(long, TimeUnit) - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
postClose() - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
postDestroy() - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
postDestroy() - Method in class com.hazelcast.client.spi.ClientProxy
Called after proxy is destroyed.
preDestroy() - Method in class com.hazelcast.client.spi.ClientProxy
Called before proxy is destroyed and determines whether destroy should be done.
prepare(Xid) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
prepareResult(Collection<Map.Entry<Data, Data>>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
prepareResult(Collection<Map.Entry<Data, Data>>) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
print(Object) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
println(Object) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
PROP_EVENT_QUEUE_CAPACITY - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_EVENT_QUEUE_CAPACITY_DEFAULT - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_EVENT_THREAD_COUNT - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_EVENT_THREAD_COUNT_DEFAULT - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_HEARTBEAT_INTERVAL - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_HEARTBEAT_INTERVAL_DEFAULT - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_HEARTBEAT_TIMEOUT - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_HEARTBEAT_TIMEOUT_DEFAULT - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_INVOCATION_TIMEOUT_SECONDS - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_INVOCATION_TIMEOUT_SECONDS_DEFAULT - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_SHUFFLE_INITIAL_MEMBER_LIST_DEFAULT - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
PROP_SHUFFLE_MEMBER_LIST - Static variable in class com.hazelcast.client.config.ClientProperties
Deprecated.
ProxyFactoryConfig - Class in com.hazelcast.client.config
This class is related to SPI.
ProxyFactoryConfig() - Constructor for class com.hazelcast.client.config.ProxyFactoryConfig
 
ProxyFactoryConfig(String, String) - Constructor for class com.hazelcast.client.config.ProxyFactoryConfig
 
ProxyFactoryConfig(String, ClientProxyFactory) - Constructor for class com.hazelcast.client.config.ProxyFactoryConfig
 
ProxyManager - Class in com.hazelcast.client.spi
The ProxyManager handles client proxy instantiation and retrieval at start- and runtime by registering corresponding service manager names and their ClientProxyFactorys.
ProxyManager(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.ProxyManager
 
publish(E) - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
publish(E) - Method in class com.hazelcast.client.proxy.ClientTopicProxy
 
put(K, V) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
put(K, Object) - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
put(K, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
put(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
put(K, V) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
put(E) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
put(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
put(K, V) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
put(K, V) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
put(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
put(K, V) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMultiMapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
putAllInternal(Map<Integer, List<Map.Entry<Data, Data>>>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putAllInternal(Map<Integer, List<Map.Entry<Data, Data>>>) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
putAsync(K, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putAsync(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putAsyncInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putAsyncInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
putIfAbsent(K, V) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
putIfAbsent(K, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putIfAbsent(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putIfAbsent(K, V) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
putIfAbsentInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putIfAbsentInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
putInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
putTransient(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putTransientInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putTransientInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 

R

RandomLB - Class in com.hazelcast.client.util
A LoadBalancer that selects a random member to route to.
RandomLB() - Constructor for class com.hazelcast.client.util.RandomLB
 
randomPartitionKey() - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
readManyAsync(long, int, int, IFunction<E, Boolean>) - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
readOne(long) - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
recover(int) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
reducePermits(int) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
refresh() - Method in interface com.hazelcast.client.connection.AddressTranslator
Refreshes the internal lookup table if necessary.
refresh() - Method in class com.hazelcast.client.spi.impl.AwsAddressTranslator
 
refresh() - Method in class com.hazelcast.client.spi.impl.DefaultAddressTranslator
 
refresh() - Method in class com.hazelcast.client.spi.impl.discovery.DiscoveryAddressTranslator
 
refreshPartitions() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
register() - Method in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
register(String, ClientProxyFactory) - Method in class com.hazelcast.client.spi.ProxyManager
 
register(String, Class<? extends ClientProxy>) - Method in class com.hazelcast.client.spi.ProxyManager
 
registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
registerListener(ListenerMessageCodec, EventHandler) - Method in interface com.hazelcast.client.spi.ClientListenerService
 
registerListener(ListenerMessageCodec, EventHandler) - Method in class com.hazelcast.client.spi.ClientProxy
 
registerListener(ListenerMessageCodec, EventHandler) - Method in class com.hazelcast.client.spi.impl.listener.ClientNonSmartListenerService
 
registerListener(ListenerMessageCodec, EventHandler) - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
registrationExecutor - Variable in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
release() - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
release(int) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
remainingCapacity() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
remainingCapacity() - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
remove(K) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
remove(K, V) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
remove(K) - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
remove(int) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
remove(Object) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
remove(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
remove(Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
remove(Object, Object) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
remove(Object) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
remove(Object) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
remove() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
remove(Object) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
remove(Object) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
remove(E) - Method in class com.hazelcast.client.proxy.txn.ClientTxnListProxy
 
remove(Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
remove(Object, Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
remove(Object, Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMultiMapProxy
 
remove(Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMultiMapProxy
 
remove(E) - Method in class com.hazelcast.client.proxy.txn.ClientTxnSetProxy
 
removeAll(Set<? extends K>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
removeAll() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
removeAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
removeAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
removeAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
removeAsync(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeAsyncInternal(Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeAsyncInternal(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
removeCacheConfigFromLocal(String) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
removeDistributedObjectListener(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
removeDistributedObjectListener(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
removeDistributedObjectListener(String) - Method in class com.hazelcast.client.spi.ProxyManager
 
removeEntryListener(String) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeEntryListener(String) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
removeEntryListener(String) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
removeEventHandler(long) - Method in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
removeInterceptor(String) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeInternal(Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeInternal(Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeInternal(Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
removeInternal(Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
removeItemListener(String) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
removeItemListener(String) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
removeItemListener(String) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
removeLifecycleListener(String) - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
 
removeLogListener(LogListener) - Method in class com.hazelcast.client.impl.ClientLoggingService
 
removeMembershipListener(String) - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
removeMembershipListener(String) - Method in interface com.hazelcast.client.spi.ClientClusterService
 
removeMembershipListener(String) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
removeMessageListener(String) - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
removeMessageListener(String) - Method in class com.hazelcast.client.proxy.ClientTopicProxy
 
removeMigrationListener(String) - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
removeNearCacheInvalidationListener() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
removePartitionLostListener(String) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
removePartitionLostListener(String) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removePartitionLostListener(String) - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
 
removeProxy(ClientProxy) - Method in class com.hazelcast.client.spi.ClientContext
 
removeProxy(String, String) - Method in class com.hazelcast.client.spi.ProxyManager
 
renew() - Method in class com.hazelcast.client.spi.impl.CallIdSequence.CallIdSequenceFailFast
 
renew() - Method in class com.hazelcast.client.spi.impl.CallIdSequence
Creates the call id without applying any backpressure
replace(K, V, V) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
replace(K, V) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
replace(K, V, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
replace(K, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
replace(K, V) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
replace(K, V, V) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
replaceIfSameInternal(Data, Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
replaceIfSameInternal(Data, Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
replaceInternal(Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
replaceInternal(Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
request - Variable in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
resolve(Object) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
resolveAndThrow(Object) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
retainAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
retainAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
retainAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
retrieveAndDisposeResult(long) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
retrieveResult(long) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
RETRY_WAIT_TIME_IN_SECONDS - Static variable in class com.hazelcast.client.spi.impl.ClientInvocation
 
rollback(Xid) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
rollbackTransaction() - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
rollbackTransaction() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
RoundRobinLB - Class in com.hazelcast.client.util
A LoadBalancer implementation that relies on using round robin to a next member to send a request to.
RoundRobinLB() - Constructor for class com.hazelcast.client.util.RoundRobinLB
 
RoundRobinLB(int) - Constructor for class com.hazelcast.client.util.RoundRobinLB
 
run() - Method in class com.hazelcast.client.connection.nio.ClientReadHandler
 
run() - Method in class com.hazelcast.client.connection.nio.ClientWriteHandler
 
run() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 

S

schedule(Runnable, long, TimeUnit) - Method in interface com.hazelcast.client.spi.ClientExecutionService
 
schedule(Runnable, long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
Utilized when given command needs to make a remote call.
scheduleWithRepetition(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.client.spi.ClientExecutionService
 
scheduleWithRepetition(Runnable, long, long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
selectToSave(Object...) - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
serializationService - Variable in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
set(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
set(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
set(int, E) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
set(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
set(K, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
set(K, V) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
setAddresses(List<String>) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
setAddresses(List<String>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Adds given addresses to candidate address list that client will use to establish initial connection
setAndGet(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
setAsync(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
setAsync(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
setAsync(K, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setAsync(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setAsyncInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setAsyncInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
setAwsConfig(ClientAwsConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets configuration to connect nodes in aws environment.
setBufferSize(int) - Method in class com.hazelcast.client.config.SocketOptions
Sets the SO_SNDBUF and SO_RCVBUF options to the specified value in KB
setBypassHeartbeatCheck(boolean) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
setClassLoader(ClassLoader) - Method in class com.hazelcast.client.config.ClientConfig
Sets the classLoader which is used by serialization and listener configuration
setClassName(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
Sets class name of proxy factory
setConfigPatternMatcher(ConfigPatternMatcher) - Method in class com.hazelcast.client.config.ClientConfig
 
setConnectionAttemptLimit(int) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
setConnectionAttemptLimit(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
While client is trying to connect initially to one of the members in the ClientNetworkConfig.addressList, all might be not available.
setConnectionAttemptPeriod(int) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
setConnectionAttemptPeriod(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Period for the next attempt to find a member to connect.
setConnectionTimeout(int) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
setConnectionTimeout(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
setContext(ClientContext) - Method in class com.hazelcast.client.spi.ClientProxy
 
setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientConfig
setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setCredentialsClassname(String) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setDiscoveryConfig(DiscoveryConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Defines the Discovery Provider SPI configuration
setDone() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
setError(Throwable) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
setEventHandler(EventHandler) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
setExecutor(Executor) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the Executor that is going to process the event.
setExecutorPoolSize(int) - Method in class com.hazelcast.client.config.ClientConfig
Sets Client side Executor pool size.
setFactoryImpl(ClientProxyFactory) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
Sets factory implementation of proxy factory
setGroupConfig(GroupConfig) - Method in class com.hazelcast.client.config.ClientConfig
setHazelcast(HazelcastInstance) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
setInsideAws(boolean) - Method in class com.hazelcast.client.config.ClientAwsConfig
Set to true if client is inside aws environment Default value is false.
setInstanceName(String) - Method in class com.hazelcast.client.config.ClientConfig
 
setInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
setIsAuthenticatedAsOwner() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
setKeepAlive(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable SO_KEEPALIVE socket option.
setLicenseKey(String) - Method in class com.hazelcast.client.config.ClientConfig
 
setLingerSeconds(int) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable SO_LINGER with the specified linger time in seconds
setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets all ListenerConfig's
setLoadBalancer(LoadBalancer) - Method in class com.hazelcast.client.config.ClientConfig
Sets the LoadBalancer
setManagedContext(ManagedContext) - Method in class com.hazelcast.client.config.ClientConfig
setNativeMemoryConfig(NativeMemoryConfig) - Method in class com.hazelcast.client.config.ClientConfig
 
setNearCacheConfigMap(Map<String, NearCacheConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets all NearCacheConfig's with the provided map
setNetworkConfig(ClientNetworkConfig) - Method in class com.hazelcast.client.config.ClientConfig
setOutOfMemoryHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.client.HazelcastClient
Sets OutOfMemoryHandler to be used when an OutOfMemoryError is caught by Hazelcast Client threads.
setOutOfMemoryHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.client.HazelcastClientManager
 
setPrincipal(ClientPrincipal) - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
setProperties(Properties) - Method in class com.hazelcast.client.config.ClientConfig
sets all properties
setProperties(Properties) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
setProperty(String, String) - Method in class com.hazelcast.client.config.ClientConfig
Sets the value of a named property.
setProperty(HazelcastProperty, String) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
since Hazelcast 3.7
setProxyFactoryConfigs(List<ProxyFactoryConfig>) - Method in class com.hazelcast.client.config.ClientConfig
setQueryCacheConfigs(Map<String, Map<String, QueryCacheConfig>>) - Method in class com.hazelcast.client.config.ClientConfig
 
setReadBatchSize(int) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the read batch size.
setRedoOperation(boolean) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
setRedoOperation(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
If true, client will redo the operations that were executing on the server and client lost the connection.
setRemoteEndpoint(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
setReuseAddress(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable the SO_REUSEADDR socket option.
setSecurityConfig(ClientSecurityConfig) - Method in class com.hazelcast.client.config.ClientConfig
setSendConnection(ClientConnection) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.client.config.ClientConfig
setService(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
setSmartRouting(boolean) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
setSmartRouting(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
If true, client will route the key based operations to owner of the key at the best effort.
setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
setSocketOptions(SocketOptions) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
setSocketOptions(SocketOptions) - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
setSSLConfig(SSLConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets the SSLConfig.
setStarted() - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
 
setTcpNoDelay(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable TCP_NODELAY socket option.
setTopicOverloadPolicy(TopicOverloadPolicy) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the TopicOverloadPolicy for this reliable topic.
setTransactionTimeout(int) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
setType(ConnectionType) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
shouldBypassHeartbeatCheck() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
shouldRetry() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
SHUFFLE_MEMBER_LIST - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Client shuffles the given member list to prevent all clients to connect to the same node when this property is set to false.
shutdown() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
Shutdown clientConnectionManager
shutdown() - Method in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
shutdown() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
shutdown() - Method in class com.hazelcast.client.connection.nio.ClientWriteHandler
 
shutdown(HazelcastInstance) - Static method in class com.hazelcast.client.HazelcastClient
Shutdown the provided client and remove it from the managed list
shutdown(String) - Static method in class com.hazelcast.client.HazelcastClient
Shutdown the provided client and remove it from the managed list
shutdown(HazelcastInstance) - Static method in class com.hazelcast.client.HazelcastClientManager
 
shutdown(String) - Static method in class com.hazelcast.client.HazelcastClientManager
 
shutdown() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
shutdown() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
shutdown() - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
 
shutdown() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
shutdown(TransactionOptions) - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
shutdown() - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
shutdown() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
shutdown() - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
shutdown() - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
 
shutdown() - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
shutdown() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
shutdown() - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
 
shutdown() - Method in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
shutdown() - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
shutdownAll() - Static method in class com.hazelcast.client.HazelcastClient
Shuts down all the client HazelcastInstance created in this JVM.
shutdownAll() - Static method in class com.hazelcast.client.HazelcastClientManager
 
shutdownExecutor(String, ExecutorService, ILogger) - Static method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
shutdownNow() - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
shutdownNow() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
shutdownSelectors() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
signal() - Method in class com.hazelcast.client.proxy.ClientConditionProxy
 
signalAll() - Method in class com.hazelcast.client.proxy.ClientConditionProxy
 
size() - Method in class com.hazelcast.client.map.impl.nearcache.ClientHeapNearCache
 
size() - Method in class com.hazelcast.client.proxy.ClientListProxy
 
size() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
size() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
size() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
size() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
size() - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
size() - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
size() - Method in class com.hazelcast.client.proxy.txn.ClientTxnListProxy
 
size() - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
size() - Method in class com.hazelcast.client.proxy.txn.ClientTxnMultiMapProxy
 
size() - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
size() - Method in class com.hazelcast.client.proxy.txn.ClientTxnSetProxy
 
socketChannel - Variable in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
 
SocketOptions - Class in com.hazelcast.client.config
TCP Socket options
SocketOptions() - Constructor for class com.hazelcast.client.config.SocketOptions
 
start() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
Start clientConnectionManager
start() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
start(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
start() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
 
start(Xid, int) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
start() - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
start() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
start() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
start() - Method in class com.hazelcast.client.spi.impl.listener.ClientListenerServiceImpl
 
start() - Method in class com.hazelcast.client.spi.impl.listener.ClientNonSmartListenerService
 
start() - Method in class com.hazelcast.client.spi.impl.listener.ClientSmartListenerService
 
startSelectors() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
StaticLB - Class in com.hazelcast.client.util
The StaticLB is a LoadBalancer that always returns the same member.
StaticLB(Member) - Constructor for class com.hazelcast.client.util.StaticLB
 
stop() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
stop() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
subList(int, int) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
submit(Callable<T>) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
submit(Runnable, T) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
submit(Runnable) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
submit(Callable<T>, MemberSelector) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submit(Runnable, MemberSelector, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submit(Callable<T>, MemberSelector, ExecutionCallback<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submit(Runnable) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submit(Runnable, T) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submit(Callable<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submit(Runnable, ExecutionCallback<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submit(Callable<T>, ExecutionCallback<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submit(Runnable) - Method in interface com.hazelcast.client.spi.ClientExecutionService
 
submit(Callable<T>) - Method in interface com.hazelcast.client.spi.ClientExecutionService
 
submit(Runnable) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
submit(Callable<T>) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
submitInternal(Runnable) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
submitToAllMembers(Callable<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToAllMembers(Runnable, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToAllMembers(Callable<T>, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToKey(K, EntryProcessor, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
submitToKey(K, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
submitToKeyInternal(Data, EntryProcessor, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
submitToKeyInternal(Data, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
submitToKeyInternal(Data, EntryProcessor) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
submitToKeyInternal(Data, EntryProcessor, ExecutionCallback) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
submitToKeyOwner(Callable<T>, Object) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
submitToKeyOwner(Runnable, Object) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
submitToKeyOwner(Callable<T>, Object) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToKeyOwner(Runnable, Object, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToKeyOwner(Callable<T>, Object, ExecutionCallback<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMember(Callable<T>, Member) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMember(Runnable, Member, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMember(Callable<T>, Member, ExecutionCallback<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMembers(Callable<T>, Collection<Member>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMembers(Callable<T>, MemberSelector) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMembers(Runnable, Collection<Member>, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMembers(Callable<T>, Collection<Member>, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMembers(Runnable, MemberSelector, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
submitToMembers(Callable<T>, MemberSelector, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 

T

tailSequence() - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
take() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
take() - Method in class com.hazelcast.client.proxy.txn.ClientTxnQueueProxy
 
terminate() - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
 
toArray() - Method in class com.hazelcast.client.proxy.ClientListProxy
 
toArray(T[]) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
toArray() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
toArray(T[]) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
toArray() - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
toArray(T[]) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
toData(Object) - Method in class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
toData(Object) - Method in class com.hazelcast.client.spi.ClientProxy
 
toObject(Object) - Method in class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
toObject(Object) - Method in class com.hazelcast.client.spi.ClientProxy
 
toString() - Method in class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
toString() - Method in class com.hazelcast.client.cache.impl.HazelcastClientCachingProvider
 
toString() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
 
toString() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
toString() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientIdGeneratorProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientListProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientMapReduceProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
toString() - Method in class com.hazelcast.client.proxy.ClientTopicProxy
 
toString() - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
toString() - Method in class com.hazelcast.client.spi.impl.listener.ClientRegistrationKey
 
TransactionContextProxy - Class in com.hazelcast.client.proxy.txn
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
TransactionContextProxy(ClientTransactionManagerServiceImpl, TransactionOptions) - Constructor for class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
translate(Address) - Method in interface com.hazelcast.client.connection.AddressTranslator
Translates the given address to another address specific to network or service
translate(Address) - Method in class com.hazelcast.client.spi.impl.AwsAddressTranslator
 
translate(Address) - Method in class com.hazelcast.client.spi.impl.DefaultAddressTranslator
 
translate(Address) - Method in class com.hazelcast.client.spi.impl.discovery.DiscoveryAddressTranslator
 
tryAcquire() - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
tryAcquire(int) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
tryAcquire(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
tryAcquire(int, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
tryLock() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
tryLock(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
tryLock(long, TimeUnit, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
tryLock(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryLock(K, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryLock(K, long, TimeUnit, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryLock(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
tryLock(K, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
tryLock(K, long, TimeUnit, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
tryPut(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryPutInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryPutInternal(long, TimeUnit, Data, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
tryRemove(K, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryRemoveInternal(long, TimeUnit, Data) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryRemoveInternal(long, TimeUnit, Data) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
trySetCount(int) - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 

U

UNASSIGNED_PARTITION - Static variable in class com.hazelcast.client.spi.impl.ClientInvocation
 
unlock() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
unlock(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
unlock(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
unwrap(Class<T>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
unwrap(Class<T>) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
unwrap(Throwable) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
updateCacheListenerConfigOnOtherNodes(CacheEntryListenerConfiguration<K, V>, boolean) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
uuid - Variable in class com.hazelcast.client.util.ClientCancellableDelegatingFuture
 

V

valueCount(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
valueCount(K) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMultiMapProxy
 
valueOf(String) - Static method in enum com.hazelcast.client.map.impl.nearcache.ClientNearCacheType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hazelcast.client.map.impl.nearcache.ClientNearCacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
values(Predicate) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
values() - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
values() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
values(Comparator<V>) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
values() - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
values(Predicate) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 

W

waitForRequestToBeSend() - Method in class com.hazelcast.client.util.ClientCancellableDelegatingFuture
 
write(OutboundFrame) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 

X

XAResourceProxy - Class in com.hazelcast.client.proxy.txn.xa
Client side XaResource implementation
XAResourceProxy(String, String) - Constructor for class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
XATransactionContextProxy - Class in com.hazelcast.client.proxy.txn.xa
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap.
XATransactionContextProxy(ClientTransactionManagerServiceImpl, Xid, int) - Constructor for class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
XATransactionProxy - Class in com.hazelcast.client.proxy.txn.xa
This class does not need to be thread-safe, it is only used via XAResource All visibility guarantees handled by XAResource
XATransactionProxy(HazelcastClientInstanceImpl, ClientConnection, Xid, int) - Constructor for class com.hazelcast.client.proxy.txn.xa.XATransactionProxy
 
XmlClientConfigBuilder - Class in com.hazelcast.client.config
Loads the ClientConfig using XML.
XmlClientConfigBuilder(String) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
 
XmlClientConfigBuilder(File) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
 
XmlClientConfigBuilder(URL) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
 
XmlClientConfigBuilder(InputStream) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
 
XmlClientConfigBuilder() - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
Loads the client config using the following resolution mechanism: first it checks if a system property 'hazelcast.client.config' is set.
XmlClientConfigLocator - Class in com.hazelcast.client.config
A support class for the XmlClientConfigBuilder to locate the client xml configuration.
XmlClientConfigLocator() - Constructor for class com.hazelcast.client.config.XmlClientConfigLocator
Constructs a XmlClientConfigBuilder.
A B C D E F G H I J K L M N O P R S T U V W X 

Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.