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

A

AbstractClientInvocationService - Class in com.hazelcast.client.spi.impl
 
AbstractClientInvocationService(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
AbstractClientListenerService - Class in com.hazelcast.client.spi.impl.listener
 
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(Object) - Method in class com.hazelcast.client.proxy.ClientCardinalityEstimatorProxy
 
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(Addresses) - Method in class com.hazelcast.client.connection.Addresses
 
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
 
addAndGet(long) - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
addAndGetAsync(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
addAsync(Object) - Method in class com.hazelcast.client.proxy.ClientCardinalityEstimatorProxy
 
addAsync(E, OverflowPolicy) - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
addAtomicLongConfig(AtomicLongConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addAtomicReferenceConfig(AtomicReferenceConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addCacheConfig(CacheSimpleConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addCacheConfigIfAbsent(CacheConfig<K, V>) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
addCardinalityEstimatorConfig(CardinalityEstimatorConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addClass(String) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
addClass(Class) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
addConnectionListener(ConnectionListener) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
addCountDownLatchConfig(CountDownLatchConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addDistributedObjectListener(DistributedObjectListener) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
addDistributedObjectListener(DistributedObjectListener) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
addDistributedObjectListener(DistributedObjectListener) - Method in class com.hazelcast.client.spi.ProxyManager
 
addDurableExecutorConfig(DurableExecutorConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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.AbstractClientListenerService
 
addEventJournalConfig(EventJournalConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addExecutorConfig(ExecutorConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addFlakeIdGeneratorConfig(ClientFlakeIdGeneratorConfig) - Method in class com.hazelcast.client.config.ClientConfig
Adds a flake ID generator configuration.
addFlakeIdGeneratorConfig(FlakeIdGeneratorConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
 
addJar(String) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
String jarPath is searched in following order: 1.
addJar(File) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
addJobTrackerConfig(JobTrackerConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addLifecycleListener(LifecycleListener) - Method in class com.hazelcast.client.impl.clientside.LifecycleServiceImpl
 
addListConfig(ListConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addListener(String, String, MapListener) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
addListener(String, String, MapListener, EventFilter) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
addListener(String, ListenerAdapter, EventFilter) - Method in class com.hazelcast.client.impl.querycache.subscriber.QueryCacheToListenerMapper
 
addListenerConfig(ListenerConfig) - Method in class com.hazelcast.client.config.ClientConfig
Helper method to add a new ListenerConfig
addListenerConfig(ListenerConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
 
addLockConfig(LockConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addLogListener(Level, LogListener) - Method in class com.hazelcast.client.impl.clientside.ClientLoggingService
 
addMapConfig(MapConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
 
addMerkleTreeConfig(MerkleTreeConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
 
addMultiMapConfig(MultiMapConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
addNearCacheInvalidationListener(EventHandler) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
addNearCacheInvalidationListener(EventHandler) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
addNearCacheInvalidationListener(EventHandler) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
addOutboundPort(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Add outbound port to the outbound port list
addOutboundPortDefinition(String) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Add outbound port definition to the outbound port definition list
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
 
addPNCounterConfig(PNCounterConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addProxyFactoryConfig(ProxyFactoryConfig) - Method in class com.hazelcast.client.config.ClientConfig
Helper method to add a new ProxyFactoryConfig
addPublisherListener(String, String, ListenerAdapter) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
addQueryCacheConfig(String, QueryCacheConfig) - Method in class com.hazelcast.client.config.ClientConfig
 
addQueueConfig(QueueConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addQuorumConfig(QuorumConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addReliableTopicConfig(ClientReliableTopicConfig) - Method in class com.hazelcast.client.config.ClientConfig
Adds a ClientReliableTopicConfig.
addReliableTopicConfig(ReliableTopicConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addReplicatedMapConfig(ReplicatedMapConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
Addresses - Class in com.hazelcast.client.connection
A collection of addresses.
Addresses() - Constructor for class com.hazelcast.client.connection.Addresses
 
Addresses(Collection<Address>) - Constructor for class com.hazelcast.client.connection.Addresses
 
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.
addRingBufferConfig(RingbufferConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addScheduledExecutorConfig(ScheduledExecutorConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addSemaphoreConfig(SemaphoreConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addSetConfig(SetConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addTopicConfig(TopicConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
addWanReplicationConfig(WanReplicationConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
adjustThrowable(Throwable) - Method in class com.hazelcast.client.proxy.ClientReliableMessageRunner
 
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.clientside.DefaultClientExtension
 
aggregate(Aggregator<Map.Entry<K, V>, R>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
aggregate(Aggregator<Map.Entry<K, V>, R>, Predicate<K, V>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
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
 
aliasedDiscoveryConfigsFrom(ClientConfig) - Static method in class com.hazelcast.client.config.ClientAliasedDiscoveryConfigUtils
Gets a list of all aliased discovery configs from config.
alive - Variable in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
ALLOW_INVOCATIONS_WHEN_DISCONNECTED - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Client disallows doing invocations on client disconnected state.
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<ClientMessage>) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
andThen(ExecutionCallback<ClientMessage>, Executor) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
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<T>, boolean) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
Uses internal executor to execute callbacks instead of ClientDelegatingFuture.userExecutor.
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
 
AuthenticationException - Exception in com.hazelcast.client
A HazelcastException that is thrown when there is an Authentication failure: e.g.
AuthenticationException() - Constructor for exception com.hazelcast.client.AuthenticationException
Creates a AuthenticationException with a default message.
AuthenticationException(String) - Constructor for exception com.hazelcast.client.AuthenticationException
Creates a AuthenticationException with the given message.
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
 
awaitConnected(long, TimeUnit) - Method in class com.hazelcast.client.util.ClientStateListener
Waits until the client is connected to cluster or the timeout expires.
awaitConnected() - Method in class com.hazelcast.client.util.ClientStateListener
Waits until the client is connected to cluster.
awaitDisconnected(long, TimeUnit) - Method in class com.hazelcast.client.util.ClientStateListener
Waits until the client is disconnected from the cluster or the timeout expires.
awaitDisconnected() - Method in class com.hazelcast.client.util.ClientStateListener
Waits until the client is disconnected from the cluster.
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
 

B

BACKPRESSURE_BACKOFF_TIMEOUT_MILLIS - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Control the maximum timeout in millis to wait for an invocation space to be available.
beforeConnectToCluster(Address) - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
If a cluster connection is established, this method will be called.
beforeConnectToCluster(Address) - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
beforeGetConnection(Address) - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
The purpose of this method is to validate a connection request by target, and exit the blocking invocation.
beforeGetConnection(Address) - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
beforeListenerRegister() - Method in interface com.hazelcast.client.spi.EventHandler
This method is called before registration request is sent to node.
beforeOpenConnection(Address) - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
If a new connection is required to open by ClientConnectionManager, this method will be called.
beforeOpenConnection(Address) - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
beforeStart(HazelcastClientInstanceImpl) - Method in interface com.hazelcast.client.ClientExtension
Called before client is started
beforeStart(HazelcastClientInstanceImpl) - Method in class com.hazelcast.client.impl.clientside.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

cancel(boolean) - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
cancel(boolean) - Method in class com.hazelcast.client.proxy.IExecutorDelegatingFuture
 
cancel(boolean) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
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
 
changeClusterVersion(Version) - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
changeClusterVersion(Version, 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.cache.impl.NearCachedClientCacheProxy
 
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.clientside.DefaultClientExtension
 
client - Variable in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
client - Variable in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
client - Variable in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
client - Variable in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
ClientAliasedDiscoveryConfigUtils - Class in com.hazelcast.client.config
Utility class for Aliased Discovery Configs in Hazelcast Client.
ClientAtomicLongProxy - Class in com.hazelcast.client.proxy
Proxy implementation of IAtomicLong.
ClientAtomicLongProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
ClientAtomicReferenceProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of IAtomicReference.
ClientAtomicReferenceProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
 
ClientAwsConfig - Class in com.hazelcast.client.config
Deprecated.
Use AwsConfig instead.
ClientAwsConfig() - Constructor for class com.hazelcast.client.config.ClientAwsConfig
Deprecated.
 
ClientCacheInvalidationMetaDataFetcher - Class in com.hazelcast.client.cache.impl.nearcache.invalidation
InvalidationMetaDataFetcher for client side usage
ClientCacheInvalidationMetaDataFetcher(ClientContext) - Constructor for class com.hazelcast.client.cache.impl.nearcache.invalidation.ClientCacheInvalidationMetaDataFetcher
 
ClientCachePartitionIterator<K,V> - Class in com.hazelcast.client.cache.impl
 
ClientCachePartitionIterator(ICacheInternal<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 Hazelcast clients.
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
 
ClientCardinalityEstimatorProxy - Class in com.hazelcast.client.proxy
Proxy implementation of CardinalityEstimator.
ClientCardinalityEstimatorProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientCardinalityEstimatorProxy
 
ClientClasspathXmlConfig - Class in com.hazelcast.client.config
A ClientConfig which is initialized by loading an XML configuration file from the classpath.
ClientClasspathXmlConfig(String) - Constructor for class com.hazelcast.client.config.ClientClasspathXmlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread contextClassLoader.
ClientClasspathXmlConfig(String, Properties) - Constructor for class com.hazelcast.client.config.ClientClasspathXmlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread contextClassLoader.
ClientClasspathXmlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientClasspathXmlConfig
Creates a config which is loaded from a classpath resource.
ClientCloudConfig - Class in com.hazelcast.client.config
hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloud
ClientCloudConfig() - Constructor for class com.hazelcast.client.config.ClientCloudConfig
 
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
Cluster service for Hazelcast clients.
ClientClusterServiceImpl - Class in com.hazelcast.client.spi.impl
The ClientClusterService implementation.
ClientClusterServiceImpl(HazelcastClientInstanceImpl) - 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(ICacheInternal<K, V>, ClientContext, boolean) - Constructor for class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
ClientClusterWideIterator(ICacheInternal<K, V>, ClientContext, int, boolean) - Constructor for class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
ClientClusterWideIterator(ICacheInternal<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
 
ClientConfigXmlGenerator - Class in com.hazelcast.client.config
The ClientConfigXmlGenerator is responsible for transforming a ClientConfig to a Hazelcast Client XML string.
ClientConnection - Class in com.hazelcast.client.connection.nio
Client implementation of Connection.
ClientConnection(HazelcastClientInstanceImpl, int, Channel) - 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.clientside
 
ClientConnectionManagerImpl - Class in com.hazelcast.client.connection.nio
Implementation of ClientConnectionManager.
ClientConnectionManagerImpl(HazelcastClientInstanceImpl, AddressTranslator, Collection<AddressProvider>) - Constructor for class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
ClientConnectionStrategy - Class in com.hazelcast.client.connection
An abstract class called from ClientConnectionManager to customize how client connect to cluster, and provide various behaviours like async start or restart.
ClientConnectionStrategy() - Constructor for class com.hazelcast.client.connection.ClientConnectionStrategy
 
ClientConnectionStrategyConfig - Class in com.hazelcast.client.config
Client connection strategy configuration is used for setting custom strategies and configuring strategy parameters.
ClientConnectionStrategyConfig() - Constructor for class com.hazelcast.client.config.ClientConnectionStrategyConfig
 
clientConnectionStrategyConfig - Variable in class com.hazelcast.client.connection.ClientConnectionStrategy
 
ClientConnectionStrategyConfig.ReconnectMode - Enum in com.hazelcast.client.config
Reconnect options.
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 - Variable in class com.hazelcast.client.connection.ClientConnectionStrategy
 
ClientContext - Class in com.hazelcast.client.spi
Context holding all the required services, managers and the configuration for a Hazelcast client.
ClientContext(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.ClientContext
 
ClientCountDownLatchProxy - Class in com.hazelcast.client.proxy
Proxy implementation of ICountDownLatch.
ClientCountDownLatchProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 
ClientDelegatingFuture<V> - Class in com.hazelcast.client.util
The Client Delegating Future is used to delegate ClientInvocationFuture to a user type to be used with andThen() or get().
ClientDelegatingFuture(ClientInvocationFuture, SerializationService, ClientMessageDecoder, V, boolean) - Constructor for class com.hazelcast.client.util.ClientDelegatingFuture
 
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
 
ClientDelegatingFuture(ClientInvocationFuture, SerializationService, ClientMessageDecoder, boolean) - Constructor for class com.hazelcast.client.util.ClientDelegatingFuture
 
ClientDurableExecutorServiceProxy - Class in com.hazelcast.client.proxy
Proxy implementation of DurableExecutorService.
ClientDurableExecutorServiceProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
ClientDynamicClusterConfig - Class in com.hazelcast.client.impl.clientside
Client implementation of member side config.
ClientDynamicClusterConfig(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
ClientEventRegistration - Class in com.hazelcast.client.spi.impl.listener
Keeps the information related to to an event registration made by clients.
ClientEventRegistration(String, long, Connection, ListenerMessageCodec) - Constructor for class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
 
ClientExceptionFactory - Class in com.hazelcast.client.impl.clientside
This class has the error codes and means of 1) creating exception from error code 2) getting the error code of given exception
ClientExceptionFactory(boolean) - Constructor for class com.hazelcast.client.impl.clientside.ClientExceptionFactory
 
ClientExceptionFactory.ExceptionFactory - Interface in com.hazelcast.client.impl.clientside
 
ClientExecutionService - Interface in com.hazelcast.client.spi
Executor service for Hazelcast clients.
ClientExecutionServiceImpl - Class in com.hazelcast.client.spi.impl
 
ClientExecutionServiceImpl(String, ClassLoader, HazelcastProperties, int, LoggingService) - Constructor for class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
ClientExecutorServiceProxy - Class in com.hazelcast.client.proxy
 
ClientExecutorServiceProxy(String, String, ClientContext) - 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 etc.
ClientFlakeIdGeneratorConfig - Class in com.hazelcast.client.config
The ClientFlakeIdGeneratorConfig contains the configuration for the client regarding Flake ID Generator.
ClientFlakeIdGeneratorConfig(String) - Constructor for class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
ClientFlakeIdGeneratorConfig(ClientFlakeIdGeneratorConfig) - Constructor for class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Copy-constructor
ClientFlakeIdGeneratorProxy - Class in com.hazelcast.client.proxy
Proxy implementation of IdGenerator.
ClientFlakeIdGeneratorProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientFlakeIdGeneratorProxy
 
ClientICacheManager - Class in com.hazelcast.client.impl.clientside
Hazelcast instance cache manager provides a means to obtain JCache caches via HazelcastInstance API.
ClientICMPManager - Class in com.hazelcast.client.connection.nio
Client icmp based ping manager Responsible for configuration handling and scheduling related tasks
ClientICMPManager(ClientIcmpPingConfig, ClientExecutionServiceImpl, LoggingService, ClientConnectionManagerImpl, HeartbeatManager) - Constructor for class com.hazelcast.client.connection.nio.ClientICMPManager
 
ClientIcmpPingConfig - Class in com.hazelcast.client.config
Configuration for icmp ping failure detector of clients.
ClientIcmpPingConfig() - Constructor for class com.hazelcast.client.config.ClientIcmpPingConfig
 
ClientIdGeneratorProxy - Class in com.hazelcast.client.proxy
Proxy implementation of IdGenerator.
ClientIdGeneratorProxy(String, String, ClientContext, IAtomicLong) - Constructor for class com.hazelcast.client.proxy.ClientIdGeneratorProxy
 
ClientImpl - Class in com.hazelcast.client.impl.clientside
Default Client implementation.
ClientImpl(String, InetSocketAddress) - Constructor for class com.hazelcast.client.impl.clientside.ClientImpl
 
ClientInvocation - Class in com.hazelcast.client.spi.impl
Handles the routing of a request from a Hazelcast client.
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, String, int, Address, Connection) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
 
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, String) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
Create an invocation that will be executed on random member.
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, String, int) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
Create an invocation that will be executed on owner of partitionId.
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, String, Address) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
Create an invocation that will be executed on member with given address.
ClientInvocation(HazelcastClientInstanceImpl, ClientMessage, String, Connection) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
Create an invocation that will be executed on given connection.
ClientInvocationFuture - Class in com.hazelcast.client.spi.impl
 
ClientInvocationFuture(ClientInvocation, Executor, ClientMessage, ILogger, CallIdSequence) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
ClientInvocationService - Interface in com.hazelcast.client.spi
Invocation service for Hazelcast clients.
ClientInvokerWrapper - Class in com.hazelcast.client.impl.querycache.subscriber
Invocation functionality for client-side QueryCacheContext.
ClientInvokerWrapper(QueryCacheContext, ClientContext) - Constructor for class com.hazelcast.client.impl.querycache.subscriber.ClientInvokerWrapper
 
ClientListenerService - Interface in com.hazelcast.client.spi
Client service to add/remove remote listeners.
ClientListProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of IList.
ClientListProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientListProxy
 
ClientLockProxy - Class in com.hazelcast.client.proxy
Proxy implementation of ILock.
ClientLockProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientLockProxy
 
ClientLockReferenceIdGenerator - Class in com.hazelcast.client.impl.clientside
This class generates unique (per client) incrementing reference ID which is used during locking related requests.
ClientLockReferenceIdGenerator() - Constructor for class com.hazelcast.client.impl.clientside.ClientLockReferenceIdGenerator
 
ClientLoggingService - Class in com.hazelcast.client.impl.clientside
 
ClientLoggingService(String, String, BuildInfo, String) - Constructor for class com.hazelcast.client.impl.clientside.ClientLoggingService
 
ClientMapInvalidationMetaDataFetcher - Class in com.hazelcast.client.map.impl.nearcache.invalidation
InvalidationMetaDataFetcher for client side usage
ClientMapInvalidationMetaDataFetcher(ClientContext) - Constructor for class com.hazelcast.client.map.impl.nearcache.invalidation.ClientMapInvalidationMetaDataFetcher
 
ClientMapPartitionIterator<K,V> - Class in com.hazelcast.client.map.impl
Iterator for iterating map entries in the partitionId.
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, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientMapProxy
 
ClientMapQueryPartitionIterator<K,V,R> - Class in com.hazelcast.client.map.impl
Iterator for iterating map entries in the partitionId.
ClientMapQueryPartitionIterator(ClientMapProxy<K, V>, ClientContext, int, int, Predicate<K, V>, Projection<Map.Entry<K, V>, R>) - Constructor for class com.hazelcast.client.map.impl.ClientMapQueryPartitionIterator
 
ClientMapReduceProxy - Class in com.hazelcast.client.proxy
Proxy implementation of JobTracker for a client initiated map reduce job.
ClientMapReduceProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientMapReduceProxy
 
ClientMessageDecoder - Interface in com.hazelcast.client.impl.clientside
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, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientMultiMapProxy
 
ClientNetworkConfig - Class in com.hazelcast.client.config
Contains configuration parameters for client network related behaviour
ClientNetworkConfig() - Constructor for class com.hazelcast.client.config.ClientNetworkConfig
 
ClientOutOfMemoryHandler - Class in com.hazelcast.client
To clear resources of the client upon OutOfMemory
ClientOutOfMemoryHandler() - Constructor for class com.hazelcast.client.ClientOutOfMemoryHandler
 
ClientPartitionService - Interface in com.hazelcast.client.spi
Partition service for Hazelcast clients.
ClientPartitionServiceImpl - Class in com.hazelcast.client.spi.impl
The ClientPartitionService implementation.
ClientPartitionServiceImpl(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
ClientPlainChannelInitializer - Class in com.hazelcast.client.connection.nio
Client side ChannelInitializer for connections without SSL/TLS.
ClientPlainChannelInitializer(SocketOptions, boolean) - Constructor for class com.hazelcast.client.connection.nio.ClientPlainChannelInitializer
 
ClientPNCounterProxy - Class in com.hazelcast.client.proxy
Client proxy implementation for a PNCounter.
ClientPNCounterProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientPNCounterProxy
Creates a client PNCounter proxy
ClientProperty - Class in com.hazelcast.client.spi.properties
Defines the name and default value for Hazelcast Client properties.
ClientProtocolEncoder - Class in com.hazelcast.client.connection.nio
A OutboundHandler that writes the client protocol bytes and once they have been fully written, it removes itself from pipeline.
ClientProtocolEncoder() - Constructor for class com.hazelcast.client.connection.nio.ClientProtocolEncoder
 
ClientProxy - Class in com.hazelcast.client.spi
Base class for client proxies.
ClientProxy(String, String) - Constructor for class com.hazelcast.client.spi.ClientProxy
ClientProxy(String, String, ClientContext) - 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
Factory interface creating client proxies.
ClientProxyFactoryWithContext - Class in com.hazelcast.client.spi.impl
Factory class for creating client proxies with a ClientContext.
ClientProxyFactoryWithContext() - Constructor for class com.hazelcast.client.spi.impl.ClientProxyFactoryWithContext
 
ClientQueryCacheConfigurator - Class in com.hazelcast.client.impl.querycache.subscriber
Client side implementation of QueryCacheConfigurator.
ClientQueryCacheConfigurator(ClientConfig, QueryCacheEventService) - Constructor for class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheConfigurator
 
ClientQueryCacheContext - Class in com.hazelcast.client.impl.querycache
Client side implementation of QueryCacheContext.
ClientQueryCacheContext(ClientContext) - Constructor for class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
ClientQueryCacheEndToEndConstructor - Class in com.hazelcast.client.impl.querycache.subscriber
Client-side implementation of QueryCacheEndToEndConstructor.
ClientQueryCacheEndToEndConstructor(QueryCacheRequest) - Constructor for class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEndToEndConstructor
 
ClientQueryCacheEventService - Class in com.hazelcast.client.impl.querycache.subscriber
Client side event service implementation for query cache.
ClientQueryCacheEventService(ClientContext) - Constructor for class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
ClientQueryCacheScheduler - Class in com.hazelcast.client.impl.querycache.subscriber
Client side implementation of QueryCacheScheduler.
ClientQueryCacheScheduler(ClientExecutionService) - Constructor for class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheScheduler
 
ClientQueueProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of IQueue.
ClientQueueProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientQueueProxy
 
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
 
ClientReliableMessageRunner<E> - Class in com.hazelcast.client.proxy
Client implementation of MessageRunner
ClientReliableTopicConfig - Class in com.hazelcast.client.config
Contains the ReliableTopic configuration for a client.
ClientReliableTopicConfig() - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
 
ClientReliableTopicConfig(String) - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
Creates a new ReliableTopicConfig with default settings.
ClientReliableTopicConfig(ClientReliableTopicConfig) - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
Create a clone of given reliable topic
ClientReliableTopicProxy<E> - Class in com.hazelcast.client.proxy
Reliable proxy implementation of ITopic.
ClientReliableTopicProxy(String, ClientContext, 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, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
ClientResponseHandler - Interface in com.hazelcast.client.spi.impl
Responsible for handling responses to invocations.
ClientResponseHandlerSupplier - Class in com.hazelcast.client.spi.impl
ClientResponseHandlerSupplier(AbstractClientInvocationService) - Constructor for class com.hazelcast.client.spi.impl.ClientResponseHandlerSupplier
 
ClientRingbufferProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of Ringbuffer.
ClientRingbufferProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientRingbufferProxy
 
ClientScheduledExecutorProxy - Class in com.hazelcast.client.proxy
Client proxy implementation of IScheduledExecutorService.
ClientScheduledExecutorProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
ClientScheduledFutureProxy<V> - Class in com.hazelcast.client.proxy
Proxy implementation of IScheduledFuture.
ClientSecurityConfig - Class in com.hazelcast.client.config
Contains the security configuration for the client.
ClientSecurityConfig() - Constructor for class com.hazelcast.client.config.ClientSecurityConfig
 
ClientSemaphoreProxy - Class in com.hazelcast.client.proxy
Proxy implementation of ISemaphore.
ClientSemaphoreProxy(String, String, ClientContext) - 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 doesn't 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, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientSetProxy
 
ClientStateListener - Class in com.hazelcast.client.util
Helper class for the user to track the lifecycle state of the client.
ClientStateListener(ClientConfig) - Constructor for class com.hazelcast.client.util.ClientStateListener
Registers this instance with the provided client configuration
ClientSubscriberContext - Class in com.hazelcast.client.impl.querycache.subscriber
SubscriberContext implementation for client side.
ClientSubscriberContext(QueryCacheContext) - Constructor for class com.hazelcast.client.impl.querycache.subscriber.ClientSubscriberContext
 
ClientSubscriberContextSupport - Class in com.hazelcast.client.impl.querycache.subscriber
SubscriberContextSupport implementation for client side.
ClientSubscriberContextSupport() - Constructor for class com.hazelcast.client.impl.querycache.subscriber.ClientSubscriberContextSupport
 
ClientTopicProxy<E> - Class in com.hazelcast.client.proxy
Proxy implementation of ITopic.
ClientTopicProxy(String, String, ClientContext) - 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
 
ClientTransactionUtil - Class in com.hazelcast.client.proxy.txn
Contains static method that is used from client transaction classes.
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
 
ClientUserCodeDeploymentConfig - Class in com.hazelcast.client.config
Configuration of User Code Deployment.
ClientUserCodeDeploymentConfig() - Constructor for class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
ClientUserCodeDeploymentService - Class in com.hazelcast.client.spi.impl
 
ClientUserCodeDeploymentService(ClientUserCodeDeploymentConfig, ClassLoader) - Constructor for class com.hazelcast.client.spi.impl.ClientUserCodeDeploymentService
 
close() - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
close(String, Throwable) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
CLOUD_URL_BASE_PROPERTY - Static variable in class com.hazelcast.client.spi.impl.discovery.HazelcastCloudDiscovery
Internal client property to change base url of cloud discovery endpoint.
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.cache.impl.nearcache.invalidation - package com.hazelcast.client.cache.impl.nearcache.invalidation
 
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.clientside - package com.hazelcast.client.impl.clientside
Contains most of the client side HazelcastInstance implementation functionality.
com.hazelcast.client.impl.querycache - package com.hazelcast.client.impl.querycache
Contains query cache internal implementations for client side.
com.hazelcast.client.impl.querycache.subscriber - package com.hazelcast.client.impl.querycache.subscriber
Contains Hazelcast Enterprise version client-side query cache subscriber implementation classes.
com.hazelcast.client.impl.statistics - package com.hazelcast.client.impl.statistics
 
com.hazelcast.client.map.impl - package com.hazelcast.client.map.impl
 
com.hazelcast.client.map.impl.nearcache.invalidation - package com.hazelcast.client.map.impl.nearcache.invalidation
 
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 the Hazelcast client Service Provider Interface.
com.hazelcast.client.spi.impl - package com.hazelcast.client.spi.impl
Provides util classes for the Hazelcast client SPI.
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
 
compareTo(Delayed) - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
COMPATIBILITY_3_6_SERVER_ENABLED - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
When this property is true, if the client can not know the server version it will assume that the server is version 3.6.x.
complete(Object) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
configure(GroupConfig, Properties) - Method in class com.hazelcast.client.connection.nio.DefaultCredentialsFactory
 
connect() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
connectionAdded(Connection) - Method in class com.hazelcast.client.connection.nio.ClientICMPManager
 
connectionAdded(Connection) - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
connectionIdGen - Variable in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
connectionManager - Variable in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
connectionRemoved(Connection) - Method in class com.hazelcast.client.connection.nio.ClientICMPManager
 
connectionRemoved(Connection) - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
ConnectionRetryConfig - Class in com.hazelcast.client.config
Connection Retry Config is controls the period among the retries and when should a client gave up retrying.
ConnectionRetryConfig() - Constructor for class com.hazelcast.client.config.ConnectionRetryConfig
 
connectToCluster() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
connectToCluster() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
connectToClusterAsync() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
connectToClusterAsync() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
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(Object) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
containsKeyInternal(Object) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
containsKeyInternal(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
containsKeyInternal(Object) - 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
 
countDown() - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 
create(String, ClientContext) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxyFactory
 
create(String) - Method in interface com.hazelcast.client.spi.ClientProxyFactory
Creates a new client proxy with the given ID
create(String) - Method in class com.hazelcast.client.spi.impl.ClientProxyFactoryWithContext
 
create(String, ClientContext) - Method in class com.hazelcast.client.spi.impl.ClientProxyFactoryWithContext
Creates a new client proxy with the given ID.
createCacheConfig(String, CacheConfig<K, V>) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
createCacheManager(HazelcastInstance, URI, ClassLoader, Properties) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCachingProvider
 
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.
createChannelInitializer() - Method in interface com.hazelcast.client.ClientExtension
 
createChannelInitializer() - Method in class com.hazelcast.client.impl.clientside.DefaultClientExtension
 
createClientProxyDescriptors() - Method in interface com.hazelcast.client.spi.ClientProxyDescriptorProvider
Return registered clientProxy descriptors
createConnectionManager(HazelcastClientInstanceImpl, AddressTranslator, Collection<AddressProvider>) - Method in interface com.hazelcast.client.impl.clientside.ClientConnectionManagerFactory
 
createConnectionManager(HazelcastClientInstanceImpl, AddressTranslator, Collection<AddressProvider>) - Method in class com.hazelcast.client.impl.clientside.DefaultClientConnectionManagerFactory
 
createDestroyQueryCacheOperation(String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientSubscriberContextSupport
 
createDiscoveryStrategyConfigs(ClientConfig) - Static method in class com.hazelcast.client.config.ClientAliasedDiscoveryConfigUtils
Extracts aliased discovery configs from config and creates a list of DiscoveryStrategyConfig out of them.
createDistributedObjectsOnCluster(Connection) - Method in class com.hazelcast.client.spi.ProxyManager
 
createException(ClientMessage) - Method in class com.hazelcast.client.impl.clientside.ClientExceptionFactory
 
createException(String, Throwable) - Method in interface com.hazelcast.client.impl.clientside.ClientExceptionFactory.ExceptionFactory
 
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.clientside.DefaultClientExtension
 
createProxy(T) - Method in interface com.hazelcast.client.HazelcastClientFactory
 
createPublisherAccumulator(AccumulatorInfo) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEndToEndConstructor
 
createRecoveryOperation(String, String, long, int) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientSubscriberContextSupport
 
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.clientside.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.clientside.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.clientside.DefaultClientExtension
 
createUrlEndpoint(HazelcastProperties, String) - Static method in class com.hazelcast.client.spi.impl.discovery.HazelcastCloudDiscovery
 

D

decodeAddResponse(ClientMessage) - Method in interface com.hazelcast.client.spi.impl.ListenerMessageCodec
 
decodeClientMessage(ClientMessage) - Method in interface com.hazelcast.client.impl.clientside.ClientMessageDecoder
 
decodeRemoveResponse(ClientMessage) - Method in interface com.hazelcast.client.spi.impl.ListenerMessageCodec
 
decrementAndGet() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
decrementAndGet() - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
decrementAndGetAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
DEFAULT_BUFFER_SIZE_BYTE - Static variable in class com.hazelcast.client.config.SocketOptions
default buffer size of Bytes
DEFAULT_INTERVAL_MILLISECONDS - Static variable in class com.hazelcast.client.config.ClientIcmpPingConfig
Default interval between icmp ping attempts see ClientIcmpPingConfig.intervalMilliseconds
DEFAULT_MAX_ATTEMPT - Static variable in class com.hazelcast.client.config.ClientIcmpPingConfig
Default max number of attempts ClientIcmpPingConfig.maxAttempts
DEFAULT_READ_BATCH_SIZE - Static variable in class com.hazelcast.client.config.ClientReliableTopicConfig
The default read batch size.
DEFAULT_TIMEOUT_MILLISECONDS - Static variable in class com.hazelcast.client.config.ClientIcmpPingConfig
Default timeout for icmp detection in millis see ClientIcmpPingConfig.timeoutMilliseconds
DEFAULT_TOPIC_OVERLOAD_POLICY - Static variable in class com.hazelcast.client.config.ClientReliableTopicConfig
The default slow consumer policy.
DEFAULT_TTL - Static variable in class com.hazelcast.client.config.ClientIcmpPingConfig
Default ttl for icmp packages ClientIcmpPingConfig.ttl.
DefaultAddressProvider - Class in com.hazelcast.client.spi.impl
Default address provider of Hazelcast.
DefaultAddressProvider(ClientNetworkConfig, boolean) - 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.clientside
 
DefaultClientConnectionManagerFactory() - Constructor for class com.hazelcast.client.impl.clientside.DefaultClientConnectionManagerFactory
 
DefaultClientConnectionStrategy - Class in com.hazelcast.client.connection.nio
Default client connection strategy supporting async client start, reconnection modes and disabling reconnection.
DefaultClientConnectionStrategy() - Constructor for class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
DefaultClientExtension - Class in com.hazelcast.client.impl.clientside
 
DefaultClientExtension() - Constructor for class com.hazelcast.client.impl.clientside.DefaultClientExtension
 
DefaultCredentialsFactory - Class in com.hazelcast.client.connection.nio
This is the factory that uses Credentials instance giving by either class name or implementation instead of factory given bey user.
DefaultCredentialsFactory(ClientSecurityConfig, GroupConfig, ClassLoader) - Constructor for class com.hazelcast.client.connection.nio.DefaultCredentialsFactory
 
delete(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
delete(Object) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
delete(Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
deleteInternal(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
deleteInternal(Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
deploy(HazelcastClientInstanceImpl, Connection) - Method in class com.hazelcast.client.spi.impl.ClientUserCodeDeploymentService
 
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.AbstractClientListenerService
 
destroy() - Method in class com.hazelcast.client.connection.nio.DefaultCredentialsFactory
 
destroy() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
destroy() - Method in class com.hazelcast.client.spi.ClientProxy
 
destroy() - Method in class com.hazelcast.client.spi.ProxyManager
 
destroyLocally() - Method in class com.hazelcast.client.spi.ClientProxy
Destroys this client proxy instance locally without issuing distributed object destroy request to the cluster as the ClientProxy.destroy() method does.
destroyProxy(ClientProxy) - Method in class com.hazelcast.client.spi.ProxyManager
Destroys the given proxy in a cluster-wide way.
destroyProxyLocally(String, String) - Method in class com.hazelcast.client.spi.ProxyManager
Locally destroys the proxy identified by the given service and object ID.
destroyRemotely() - Method in class com.hazelcast.client.spi.ClientProxy
Destroys the remote distributed object counterpart of this proxy by issuing the destruction request to the cluster.
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
 
dispose() - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
disposeResult(long) - Method in class com.hazelcast.client.proxy.ClientDurableExecutorServiceProxy
 
doShutdown() - Method in class com.hazelcast.client.impl.clientside.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
 
ENABLED - Static variable in class com.hazelcast.client.impl.statistics.Statistics
Use to enable the client statistics collection.
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
 
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
 
entryUpdated(EntryEvent) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
equals(Object) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
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
 
escapeSpecialCharacters(StringBuilder) - Static method in class com.hazelcast.client.impl.statistics.Statistics
 
escapeSpecialCharacters(StringBuilder, int) - Static method in class com.hazelcast.client.impl.statistics.Statistics
 
estimate() - Method in class com.hazelcast.client.proxy.ClientCardinalityEstimatorProxy
 
estimateAsync() - Method in class com.hazelcast.client.proxy.ClientCardinalityEstimatorProxy
 
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.
EventHandler<E> - Interface in com.hazelcast.client.spi
Base interface for all client EventHandlers.
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(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
evictInternal(Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
execute(Runnable) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheScheduler
 
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 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(Object, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
executeOnKeyInternal(Object, 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
 
executeOperation(Operation) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientInvokerWrapper
 
executeTransaction(TransactionalTask<T>) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
executeTransaction(TransactionOptions, TransactionalTask<T>) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
executeTransaction(TransactionalTask<T>) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
executeTransaction(TransactionOptions, TransactionalTask<T>) - Method in class com.hazelcast.client.impl.clientside.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
 
extractMemberMetadata(Member, InternalCompletableFuture, InvalidationMetaDataFetcher.MetadataHolder) - Method in class com.hazelcast.client.cache.impl.nearcache.invalidation.ClientCacheInvalidationMetaDataFetcher
 
extractMemberMetadata(Member, InternalCompletableFuture, InvalidationMetaDataFetcher.MetadataHolder) - Method in class com.hazelcast.client.map.impl.nearcache.invalidation.ClientMapInvalidationMetaDataFetcher
 

F

fetch() - Method in class com.hazelcast.client.cache.impl.ClientClusterWideIterator
 
fetch() - Method in class com.hazelcast.client.map.impl.ClientMapPartitionIterator
 
fetch() - Method in class com.hazelcast.client.map.impl.ClientMapQueryPartitionIterator
 
fetchMetadataOf(Address, List<String>) - Method in class com.hazelcast.client.cache.impl.nearcache.invalidation.ClientCacheInvalidationMetaDataFetcher
 
fetchMetadataOf(Address, List<String>) - Method in class com.hazelcast.client.map.impl.nearcache.invalidation.ClientMapInvalidationMetaDataFetcher
 
fillPartitionToKeyData(Set<K>, Map<Integer, List<Data>>, Map<Object, Data>, Map<Data, Object>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
findAtomicLongConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findAtomicReferenceConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findCacheConfig(String, String) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
findCacheConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findCacheConfigOrNull(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findCacheEventJournalConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findCardinalityEstimatorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findCountDownLatchConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findDurableExecutorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findExecutorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findFlakeIdGeneratorConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Returns a ClientFlakeIdGeneratorConfig configuration for the given flake ID generator name.
findFlakeIdGeneratorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findJobTrackerConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findListConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findLockConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findMapConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findMapEventJournalConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findMapMerkleTreeConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findMultiMapConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findNextAddressToSendCreateRequest() - Method in class com.hazelcast.client.spi.ProxyManager
 
findPNCounterConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findQueueConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findQuorumConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findReliableTopicConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findReplicatedMapConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findRingbufferConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findScheduledExecutorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findSemaphoreConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findSetConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
findTopicConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
fireLifecycleEvent(LifecycleEvent.LifecycleState) - Method in class com.hazelcast.client.impl.clientside.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

generate(ClientConfig) - Static method in class com.hazelcast.client.config.ClientConfigXmlGenerator
Convenience for ClientConfigXmlGenerator.generate(ClientConfig, int), which generates the xml without any formatting.
generate(ClientConfig, int) - Static method in class com.hazelcast.client.config.ClientConfigXmlGenerator
Transforms the given ClientConfig to xml string formatting the output with given indent, -1 means no formatting.
get(K) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
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() - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
get(Object) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
get() - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
get(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
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.spi.impl.ClientResponseHandlerSupplier
 
get() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
get(long, TimeUnit) - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
getActiveConnection(Address) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getActiveConnection(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getActiveConnections() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getActiveConnections() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getActiveRegistrations(String) - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
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(Set<? extends K>, Collection<Data>, ExpiryPolicy, List<Object>, long) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
getAllInternal(Set<K>, Map<Integer, List<Data>>, List<Object>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getAllInternal(Set<K>, Map<Integer, List<Data>>, List<Object>) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getAllScheduledFutures() - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
getAndAdd(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndAdd(long) - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
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
 
getAndDecrement() - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
getAndIncrement() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
getAndIncrement() - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
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
 
getAndSubtract(long) - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
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
 
getAsyncInternal(Object, ExpiryPolicy, ExecutionCallback<V>) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
getAsyncInternal(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getAsyncInternal(Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getAtomicLong(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getAtomicLong(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getAtomicLongConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getAtomicLongConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getAtomicNumber() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getAtomicReference(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getAtomicReference(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getAtomicReferenceConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getAtomicReferenceConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getAwsConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the current ClientAwsConfig.
getAzureConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the current AzureConfig.
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.clientside.ClientICacheManager
 
getCacheByFullName(String) - Method in class com.hazelcast.client.impl.clientside.ClientICacheManager
 
getCacheConfig(String, String) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
getCacheConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getCacheConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getCacheEventJournalConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getCacheEventJournalConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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.clientside.HazelcastClientInstanceImpl
 
getCacheManager() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getCallId() - Method in class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
Call ID of first event registration request
getCardinalityEstimator(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getCardinalityEstimator(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getCardinalityEstimatorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getCardinalityEstimatorConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getClassDefinitionList() - Method in class com.hazelcast.client.spi.impl.ClientUserCodeDeploymentService
 
getClassLoader() - Method in class com.hazelcast.client.config.ClientConfig
Gets the classLoader
getClassLoader() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getClassName() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
getClassNames() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
getClient() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getClient() - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientInvokerWrapper
 
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.clientside.HazelcastClientInstanceImpl
 
getClientConfig() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getClientConfig() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getClientConfig() - Method in class com.hazelcast.client.spi.ClientContext
 
getClientExceptionFactory() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getClientExecutionService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getClientExtension() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getClientIcmpPingConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or not
getClientMessage() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
getClientPartitionService() - Method in class com.hazelcast.client.impl.clientside.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.clientside.HazelcastClientInstanceImpl
 
getClientService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getClientType() - Method in class com.hazelcast.client.impl.clientside.ClientImpl
 
getCloseCause() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getCloseReason() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getCloudConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
getCluster() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getCluster() - Method in class com.hazelcast.client.impl.clientside.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
 
getClusterVersion() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
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.clientside.HazelcastClientInstanceImpl
 
getConfig() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getConfigByTag(ClientNetworkConfig, String) - Static method in class com.hazelcast.client.config.ClientAliasedDiscoveryConfigUtils
Gets the AliasedDiscoveryConfig from config by tag.
getConfigPatternMatcher() - Method in class com.hazelcast.client.config.ClientConfig
Returns the pattern matcher which is used to match item names to configuration objects.
getConfigPatternMatcher() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getConfiguration(Class<C>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
getConfigurationFile() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getConfigurationUrl() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getConnectedServerVersion() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getConnectedServerVersion() - Method in class com.hazelcast.client.spi.ClientProxy
 
getConnectedServerVersionString() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
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.clientside.HazelcastClientInstanceImpl
 
getConnectionManager() - Method in class com.hazelcast.client.spi.ClientContext
 
getConnectionRetryConfig() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
Connection Retry Config is controls the period among the retries and when should a client gave up retrying.
getConnectionStrategy() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getConnectionStrategyConfig() - Method in class com.hazelcast.client.config.ClientConfig
 
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
 
getContext() - Method in class com.hazelcast.client.spi.ProxyManager
 
getCount() - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 
getCountDownLatch(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getCountDownLatch(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getCountDownLatchConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getCountDownLatchConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getCRDTReplicationConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getCredentials() - Method in class com.hazelcast.client.config.ClientConfig
getCredentials() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getCredentialsClassname() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getCredentialsFactory() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getCredentialsFactoryConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getCurrentState() - Method in class com.hazelcast.client.util.ClientStateListener
 
getCurrentTargetReplicaAddress() - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
Returns the current target replica address to which this proxy is sending invocations.
getDataMembers() - Method in class com.hazelcast.client.cache.impl.nearcache.invalidation.ClientCacheInvalidationMetaDataFetcher
 
getDataMembers() - Method in class com.hazelcast.client.map.impl.nearcache.invalidation.ClientMapInvalidationMetaDataFetcher
 
getDelay(TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
getDiscoveryConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the configuration of the Hazelcast Discovery SPI and configured discovery providers
getDiscoveryToken() - Method in class com.hazelcast.client.config.ClientCloudConfig
hazelcast.cloud discoveryToken of your cluster
getDistributedObject(String, String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getDistributedObject(String, String) - Method in class com.hazelcast.client.impl.clientside.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.clientside.HazelcastClientInstanceImpl
 
getDistributedObjects() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getDistributedObjects() - Method in class com.hazelcast.client.spi.ProxyManager
 
getDurableExecutorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getDurableExecutorConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getDurableExecutorService(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getDurableExecutorService(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getEndPoint() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getEntryView(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getEurekaConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the current EurekaConfig.
getEventExecutor() - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
getEventHandler() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
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.
getExecutorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getExecutorConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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.clientside.HazelcastClientInstanceImpl
 
getExecutorService(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getFactoryImpl() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
getFilter() - Method in class com.hazelcast.client.impl.querycache.subscriber.ListenerInfo
 
getFlakeIdGenerator(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getFlakeIdGenerator(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getFlakeIdGeneratorConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Returns the ClientFlakeIdGeneratorConfig for the given name, creating one if necessary and adding it to the collection of known configurations.
getFlakeIdGeneratorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getFlakeIdGeneratorConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
Returns the map of FlakeIdGenerator configurations, mapped by config name.
getFlakeIdGeneratorConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getForUpdate(Object) - Method in class com.hazelcast.client.proxy.txn.ClientTxnMapProxy
 
getFuture() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
getGcpConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the current GcpConfig.
getGroupConfig() - Method in class com.hazelcast.client.config.ClientConfig
getGroupConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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.proxy.ClientScheduledFutureProxy
 
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
 
getHeadSequence(StaleSequenceException) - Method in class com.hazelcast.client.proxy.ClientReliableMessageRunner
 
getHotRestartPersistenceConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getHotRestartService() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
getId() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getId() - Method in class com.hazelcast.client.impl.querycache.subscriber.ListenerInfo
 
getId() - Method in class com.hazelcast.client.spi.ClientProxy
Deprecated.
getIdGenerator(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getIdGenerator(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getIn() - Method in class com.hazelcast.client.config.XmlClientConfigLocator
 
getInetAddress() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getInitialBackoffMillis() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
how long to wait after the first failure before retrying
getInstanceName() - Method in class com.hazelcast.client.config.ClientConfig
 
getInstanceName() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getInternal(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getInternal(Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
getIntervalMilliseconds() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
getInvocation() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
getInvocationRetryPauseMillis() - Method in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
getInvocationService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getInvocationService() - Method in class com.hazelcast.client.spi.ClientContext
 
getInvocationTimeoutMillis() - Method in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
getInvokerWrapper() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getJarPaths() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
getJitter() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
by how much to randomize backoffs.
getJobTracker(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getJobTracker(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getJobTrackerConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getJobTrackerConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getKey() - Method in class com.hazelcast.client.proxy.ClientLockProxy
Deprecated.
getKubernetesConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the current KubernetesConfig.
getLastCredentials() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getLicenseKey() - Method in class com.hazelcast.client.config.ClientConfig
 
getLicenseKey() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getLifecycleMutexFactory() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getLifecycleService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getLifecycleService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getLifecycleService() - Method in class com.hazelcast.client.spi.ClientContext
 
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.clientside.HazelcastClientInstanceImpl
 
getList(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getList(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getList(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getListConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getListConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getListenerAdapter() - Method in class com.hazelcast.client.impl.querycache.subscriber.ListenerInfo
 
getListenerConfigs() - Method in class com.hazelcast.client.config.ClientConfig
Gets list of all configured ListenerConfig's
getListenerConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getListenerService() - Method in class com.hazelcast.client.impl.clientside.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.clientside.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.clientside.HazelcastClientInstanceImpl
 
getLocalEndpoint() - Method in class com.hazelcast.client.impl.clientside.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.clientside.HazelcastClientInstanceImpl
 
getLock(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getLockConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getLockConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getLockCount() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
getLockReferenceIdGenerator() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getLogger(String) - Method in class com.hazelcast.client.impl.clientside.ClientLoggingService
 
getLogger(Class) - Method in class com.hazelcast.client.impl.clientside.ClientLoggingService
 
getLoggingService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getLoggingService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getLoggingService() - Method in class com.hazelcast.client.spi.ClientContext
 
getManagedContext() - Method in class com.hazelcast.client.config.ClientConfig
getManagedContext() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getManagementCenterConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMap() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getMap(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getMap(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getMap(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getMap(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getMapConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMapConfigOrNull(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMapConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMapEventJournalConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMapEventJournalConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMapMerkleTreeConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMapMerkleTreeConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
 
getMaxAttempts() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
getMaxBackoffMillis() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
When backoff reaches this upper bound, it does not increase any more.
getMember(ReliableTopicMessage) - Method in class com.hazelcast.client.proxy.ClientReliableMessageRunner
 
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
 
getMemberAttributeConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMemberList() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
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
 
getMemoryStats() - Method in interface com.hazelcast.client.ClientExtension
Returns MemoryStats of for the JVM and current HazelcastInstance.
getMemoryStats() - Method in class com.hazelcast.client.impl.clientside.DefaultClientExtension
 
getMetricsRegistry() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getMultiMap() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getMultiMap(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getMultiMap(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getMultiMap(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getMultiMap(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getMultiMapConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMultiMapConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getMultiplier() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
factor with which to multiply backoff after a failed retry
getName() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Returns the configuration name.
getName() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the name of the reliable topic.
getName() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getName() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getName() - Method in class com.hazelcast.client.spi.ClientContext
 
getName() - Method in class com.hazelcast.client.spi.ClientProxy
 
getNativeMemoryConfig() - Method in class com.hazelcast.client.config.ClientConfig
 
getNativeMemoryConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getNearCache() - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
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.clientside.HazelcastClientInstanceImpl
 
getNearCacheManager() - Method in class com.hazelcast.client.spi.ClientContext
 
getNearCacheStatistics() - Method in class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
getNetworkConfig() - Method in class com.hazelcast.client.config.ClientConfig
getNetworkConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getNetworking() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getNextReferenceId() - Method in class com.hazelcast.client.impl.clientside.ClientLockReferenceIdGenerator
 
getOrConnect(Address) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getOrConnect(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getOrCreateConfiguration(String, String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheConfigurator
 
getOrCreateInstance(URI, ClassLoader, Properties) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCachingProvider
 
getOrCreateProxy(String, String) - Method in class com.hazelcast.client.spi.ProxyManager
 
getOrCreateQueryCacheConfig(String, String) - Method in class com.hazelcast.client.config.ClientConfig
 
getOriginClassName() - Method in exception com.hazelcast.client.UndefinedErrorCodeException
 
getOrNull(String, String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheConfigurator
 
getOrNullQueryCacheConfig(String, String) - Method in class com.hazelcast.client.config.ClientConfig
 
getOrTriggerConnect(Address, boolean) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getOrTriggerConnect(Address, boolean) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getOutboundPortDefinitions() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the outbound port definitions.
getOutboundPorts() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the outbound ports.
getOwnedEntryCount() - Method in class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
getOwnerConnection() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getOwnerConnection() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
getOwnerConnectionAddress() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getOwnerConnectionAddress() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
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 class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getPartitionCount() - Method in interface com.hazelcast.client.spi.ClientPartitionService
 
getPartitionCount() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
getPartitionGroupConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getPartitionId(Object) - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
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.clientside.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.clientside.HazelcastClientInstanceImpl
 
getPartitionService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getPartitionService() - Method in class com.hazelcast.client.spi.ClientContext
 
getPNCounter(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getPNCounter(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getPNCounterConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getPNCounterConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getPort() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getPossibleSocketAddresses(int, String, int) - Static method in class com.hazelcast.client.util.AddressHelper
 
getPrefetchCount() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
getPrefetchValidityMillis() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
getPrincipal() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
 
getPrincipal() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
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.clientside.ClientDynamicClusterConfig
 
getProperties() - Method in class com.hazelcast.client.impl.clientside.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(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getProtocolVersion() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getProxyFactoryConfigs() - Method in class com.hazelcast.client.config.ClientConfig
Gets list of ProxyFactoryConfig
getProxyManager() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getProxyManager() - Method in class com.hazelcast.client.spi.ClientContext
 
getPublisherContext() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getQueryCache(String) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getQueryCache(String, Predicate<K, V>, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getQueryCache(String, MapListener, Predicate<K, V>, boolean) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getQueryCacheConfigs() - Method in class com.hazelcast.client.config.ClientConfig
 
getQueryCacheConfigurator() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getQueryCacheContext() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
getQueryCacheContext() - Method in class com.hazelcast.client.spi.ClientContext
 
getQueryCacheEventService() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getQueryCacheScheduler() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getQueue() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getQueue(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getQueue(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getQueue(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getQueue(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getQueueConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getQueueConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getQuorumConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getQuorumConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getQuorumService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getQuorumService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getReadBatchSize() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the maximum number of items to read in a batch.
getReconnectMode() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
 
getRegistrations() - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
getRegistrations() - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
getReliableTopic(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getReliableTopic(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getReliableTopicConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Gets the ClientReliableTopicConfig for a given reliable topic name.
getReliableTopicConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getReliableTopicConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
Returns the map of reliable topic configurations, mapped by config name.
getReliableTopicConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getRemainingLeaseTime() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
getRemoteSocketAddress() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getRepairingTask(String) - Method in class com.hazelcast.client.spi.ClientContext
 
getReplicatedMap(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getReplicatedMap(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getReplicatedMapConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getReplicatedMapConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getReplicatedMapStats() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
getResponseHandler() - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
getResponseHandler() - Method in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
getRingbuffer(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getRingbuffer(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getRingbuffer() - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
getRingbufferConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getRingbufferConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getScheduledExecutorConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getScheduledExecutorConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getScheduledExecutorService(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getScheduledExecutorService(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getScheduledFuture(ScheduledTaskHandler) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
getScopedHostName(AddressUtil.AddressHolder) - Static method in class com.hazelcast.client.util.AddressHelper
 
getSecurityConfig() - Method in class com.hazelcast.client.config.ClientConfig
getSecurityConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getSemaphore(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getSemaphore(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getSemaphoreConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getSemaphoreConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getSemaphoreConfigsAsMap() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
getSerializationConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getSerializationService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getSerializationService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getSerializationService() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getSerializationService() - Method in class com.hazelcast.client.map.impl.ClientMapPartitionIterator
 
getSerializationService() - Method in class com.hazelcast.client.map.impl.ClientMapQueryPartitionIterator
 
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
 
getServicesConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getSet() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getSet(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getSet(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getSet(String) - Method in class com.hazelcast.client.proxy.txn.TransactionContextProxy
 
getSet(String) - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionContextProxy
 
getSetConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getSetConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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.clientside.ClientImpl
 
getSocketAddresses(String) - Static method in class com.hazelcast.client.util.AddressHelper
 
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.
getStartTime() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
getState() - Method in class com.hazelcast.client.proxy.txn.xa.XATransactionProxy
 
getStats() - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
getSubscriber() - Method in class com.hazelcast.client.spi.impl.listener.ClientEventRegistration
This is used when removing the listener.
getSubscriberContext() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getSubscriberContextSupport() - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientSubscriberContext
 
getSyncInternal(Object, ExpiryPolicy) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
getThisNodesAddress() - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
getTimeInMillis(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
getTimeoutMilliseconds() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
getTopic() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
getTopic(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getTopic(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getTopicConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getTopicConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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.clientside.HazelcastClientInstanceImpl
 
getTransactionManager() - Method in class com.hazelcast.client.spi.ClientContext
 
getTransactionTimeout() - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
getTtl() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
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
 
getUserCodeDeploymentConfig() - Method in class com.hazelcast.client.config.ClientConfig
Get current configuration of User Code Deployment.
getUserCodeDeploymentConfig() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getUserCodeDeploymentService() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getUserContext() - Method in class com.hazelcast.client.config.ClientConfig
 
getUserContext() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getUserContext() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getUserContext() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
getUserExecutor() - Method in interface com.hazelcast.client.spi.ClientExecutionService
 
getUserExecutor() - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
getUserExecutor() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
getUserExecutorQueueSize() - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
getUserRegistrationId() - Method in class com.hazelcast.client.spi.impl.listener.ClientRegistrationKey
 
getUuid() - Method in class com.hazelcast.client.impl.clientside.ClientImpl
 
getWanReplicationConfig(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getWanReplicationConfigs() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
getXAResource() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
getXAResource() - Method in class com.hazelcast.client.impl.clientside.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(E) - Method in interface com.hazelcast.client.spi.EventHandler
 
handle(ClientMessage) - Method in interface com.hazelcast.client.spi.impl.ClientResponseHandler
 
handleAddListener(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleClear(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleClientMessage(ClientMessage) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
handleClientMessage(ClientMessage) - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
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
Handles the help command.
handleInstances(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
handleInternalException(Throwable) - Method in class com.hazelcast.client.proxy.ClientReliableMessageRunner
 
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
 
handleMapDelete(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
 
handlerAdded() - Method in class com.hazelcast.client.connection.nio.ClientProtocolEncoder
 
handleRemoveListener(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
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
 
hasAnyQueryCacheRegistered() - Method in class com.hazelcast.client.impl.querycache.subscriber.QueryCacheToListenerMapper
 
hashCode() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
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
 
hasListener(String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
hasListener(String) - Method in class com.hazelcast.client.impl.querycache.subscriber.QueryCacheToListenerMapper
 
HAZELCAST_CLOUD_DISCOVERY_TOKEN - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Token to use when discovering cluster via hazelcast.cloud
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.
HazelcastClientCacheManager(HazelcastClientCachingProvider, HazelcastInstance, URI, ClassLoader, Properties) - Constructor for class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
HazelcastClientCachingProvider - Class in com.hazelcast.client.cache.impl
Hazelcast client implementation of CachingProvider.
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.clientside
 
HazelcastClientInstanceImpl(ClientConfig, ClientConnectionManagerFactory, AddressProvider) - Constructor for class com.hazelcast.client.impl.clientside.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
 
HazelcastClientOfflineException - Exception in com.hazelcast.client
Thrown when Hazelcast client is offline during an invocation.
HazelcastClientOfflineException(String) - Constructor for exception com.hazelcast.client.HazelcastClientOfflineException
 
HazelcastClientProxy - Class in com.hazelcast.client.impl.clientside
A client-side proxy HazelcastInstance instance.
HazelcastClientProxy(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
HazelcastCloudAddressProvider - Class in com.hazelcast.client.spi.impl.discovery
 
HazelcastCloudAddressProvider(String, int, LoggingService) - Constructor for class com.hazelcast.client.spi.impl.discovery.HazelcastCloudAddressProvider
 
HazelcastCloudAddressTranslator - Class in com.hazelcast.client.spi.impl.discovery
 
HazelcastCloudAddressTranslator(String, int, LoggingService) - Constructor for class com.hazelcast.client.spi.impl.discovery.HazelcastCloudAddressTranslator
 
HazelcastCloudDiscovery - Class in com.hazelcast.client.spi.impl.discovery
Discovery service that discover nodes via hazelcast.cloud https://coordinator.hazelcast.cloud/cluster/discovery?token=
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.
HeartbeatManager - Class in com.hazelcast.client.connection.nio
HeartbeatManager manager used by connection manager.

I

IExecutorDelegatingFuture<V> - Class in com.hazelcast.client.proxy
An Abstract DelegatingFuture that can cancel a Runnable/Callable that is executed by an IExecutorService.
increasePermits(int) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
incrementAndGet() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
incrementAndGet() - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
incrementAndGetAsync() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
 
indexOf(Object) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
init(ClientContext) - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
Initialize this strategy with client context and config
init(Cluster, ClientConfig) - Method in interface com.hazelcast.client.LoadBalancer
Initializes the LoadBalancer.
init(long) - Method in class com.hazelcast.client.proxy.ClientFlakeIdGeneratorProxy
 
init(long) - Method in class com.hazelcast.client.proxy.ClientIdGeneratorProxy
 
init(int) - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
 
init(ClientConfig, ClientContext) - 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
 
initChannel(Channel) - Method in class com.hazelcast.client.connection.nio.ClientPlainChannelInitializer
 
initNetworking(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
 
INVOCATION_RETRY_PAUSE_MILLIS - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Pause time between each retry cycle of an invocation in milliseconds.
INVOCATION_TIMEOUT_SECONDS - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
When an invocation gets an exception because : - Member throws an exception.
invocationRetryPauseMillis - Variable in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
invocationTimeoutMillis - Variable in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
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(Object) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientInvokerWrapper
 
invoke(ClientMessage, int) - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
 
invoke(ClientMessage, String, HazelcastClientInstanceImpl, Connection) - Static method in class com.hazelcast.client.proxy.txn.ClientTransactionUtil
Handles the invocation exception for transactions so that users will not see internal exceptions.
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
 
invoke(ClientRegistrationKey, Connection) - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
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
 
invokeInternal(Object, Data, Object...) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
invokeInternal(Object, Data, Object[]) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
invokeOnAddress(ClientMessage, Address) - Method in class com.hazelcast.client.spi.ClientProxy
 
invokeOnAllPartitions(Object) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientInvokerWrapper
 
invokeOnConnection(ClientInvocation, ClientConnection) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
invokeOnConnection(ClientInvocation, ClientConnection) - Method in class com.hazelcast.client.spi.impl.NonSmartClientInvocationService
 
invokeOnConnection(ClientInvocation, ClientConnection) - Method in class com.hazelcast.client.spi.impl.SmartClientInvocationService
 
invokeOnPartition(ClientMessage, int) - Method in class com.hazelcast.client.spi.ClientProxy
 
invokeOnPartitionInterruptibly(ClientMessage, int) - Method in class com.hazelcast.client.spi.ClientProxy
 
invokeOnPartitionOwner(Object, int) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientInvokerWrapper
 
invokeOnPartitionOwner(ClientInvocation, int) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
invokeOnPartitionOwner(ClientInvocation, int) - Method in class com.hazelcast.client.spi.impl.NonSmartClientInvocationService
 
invokeOnPartitionOwner(ClientInvocation, int) - Method in class com.hazelcast.client.spi.impl.SmartClientInvocationService
 
invokeOnRandomTarget(ClientInvocation) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
invokeOnRandomTarget(ClientInvocation) - Method in class com.hazelcast.client.spi.impl.NonSmartClientInvocationService
 
invokeOnRandomTarget(ClientInvocation) - Method in class com.hazelcast.client.spi.impl.SmartClientInvocationService
 
invokeOnTarget(Object, Address) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientInvokerWrapper
 
invokeOnTarget(ClientInvocation, Address) - Method in interface com.hazelcast.client.spi.ClientInvocationService
 
invokeOnTarget(ClientInvocation, Address) - Method in class com.hazelcast.client.spi.impl.NonSmartClientInvocationService
 
invokeOnTarget(ClientInvocation, Address) - Method in class com.hazelcast.client.spi.impl.SmartClientInvocationService
 
invokeUrgent() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
IO_BALANCER_INTERVAL_SECONDS - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
The interval in seconds between IOBalancer executions.
IO_INPUT_THREAD_COUNT - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Controls the number of socket input threads.
IO_OUTPUT_THREAD_COUNT - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
Controls the number of socket output threads.
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
 
isAsyncStart() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
Client instance creation won't block on HazelcastClient.newHazelcastClient() if this value is true
isAuthenticatedAsOwner() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
isCancelled() - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
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
 
isConnected() - Method in class com.hazelcast.client.util.ClientStateListener
 
isDone() - Method in class com.hazelcast.client.proxy.ClientScheduledFutureProxy
 
isDone() - Method in class com.hazelcast.client.util.ClientDelegatingFuture
 
isEchoFailFastOnStartup() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
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
 
isEnabled() - Method in class com.hazelcast.client.config.ClientCloudConfig
 
isEnabled() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
isEnabled() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
isEnabled() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
enables connection retry logic.
isFailOnMaxBackoff() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
whether to fail when the max-backoff has reached or continue waiting max-backoff-millis at each iteration When on fail, client shuts down.
isInsideAws() - Method in class com.hazelcast.client.config.ClientAwsConfig
Deprecated.
isKeepAlive() - Method in class com.hazelcast.client.config.SocketOptions
SO_KEEPALIVE socket option
isListenerCancelled(String) - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
isLiteMember() - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
 
isRedoOperation() - Method in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
isRetrySafeException(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.clientside.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
 
isShutdown() - Method in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
isShutdown() - Method in class com.hazelcast.client.util.ClientStateListener
 
isSmartRouting() - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
isSmartRouting() - Method in class com.hazelcast.client.config.ClientNetworkConfig
isStarted() - Method in class com.hazelcast.client.util.ClientStateListener
 
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
 
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
Returns an iterator for iterating entries in the partitionId.
iterator(int, int, Projection<Map.Entry<K, V>, R>, Predicate<K, V>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
Returns an iterator for iterating the result of the projection on entries in the partitionId which satisfy the predicate.
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
 
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.clientside
Default LifecycleService implementation for the client.
LifecycleServiceImpl(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.impl.clientside.LifecycleServiceImpl
 
ListenerInfo - Class in com.hazelcast.client.impl.querycache.subscriber
Contains all listener specific information for ClientQueryCacheEventService.
ListenerInfo(EventFilter, ListenerAdapter, String) - Constructor for class com.hazelcast.client.impl.querycache.subscriber.ListenerInfo
 
ListenerMessageCodec - Interface in com.hazelcast.client.spi.impl
 
listenMembershipEvents(Connection) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
listenPartitionTable(Connection) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
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.DefaultAddressProvider
 
loadAddresses() - Method in class com.hazelcast.client.spi.impl.discovery.DiscoveryAddressProvider
 
loadAddresses() - Method in class com.hazelcast.client.spi.impl.discovery.HazelcastCloudAddressProvider
 
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(Set<? extends K>, List<Data>, boolean, CompletionListener) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
loadAllInternal(Set<? extends K>, List<Data>, boolean, CompletionListener) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
loadAllInternal(boolean, Collection<?>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
loadAllInternal(boolean, Collection<?>) - 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.ClientConnectionStrategy
 
LOGGER - Static variable in class com.hazelcast.client.impl.clientside.DefaultClientExtension
 

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.util.AbstractLoadBalancer
 
memberAttributeChanged(MemberAttributeEvent) - Method in class com.hazelcast.client.util.AbstractLoadBalancer
 
memberRemoved(MembershipEvent) - Method in class com.hazelcast.client.util.AbstractLoadBalancer
 

N

name - Variable in class com.hazelcast.client.spi.ClientProxy
 
NearCachedClientCacheProxy<K,V> - Class in com.hazelcast.client.cache.impl
An ICacheInternal implementation which handles Near Cache specific behaviour of methods.
NearCachedClientMapProxy<K,V> - Class in com.hazelcast.client.proxy
A Client-side IMap implementation which is fronted by a Near Cache.
NearCachedClientMapProxy(String, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
newAliasedDiscoveryConfig(String) - Static method in class com.hazelcast.client.config.ClientAliasedDiscoveryConfigUtils
Creates new AliasedDiscoveryConfig by the given tag.
newCondition(String) - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
newCondition() - Method in class com.hazelcast.client.proxy.ClientLockProxy
 
newCredentials() - Method in class com.hazelcast.client.connection.nio.DefaultCredentialsFactory
 
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.ClientFlakeIdGeneratorProxy
 
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.clientside.HazelcastClientInstanceImpl
 
newTransactionContext(TransactionOptions) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
newTransactionContext() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
newTransactionContext(TransactionOptions) - Method in class com.hazelcast.client.impl.clientside.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.util.RandomLB
 
next() - Method in class com.hazelcast.client.util.RoundRobinLB
 
next() - Method in class com.hazelcast.client.util.StaticLB
 
NonSmartClientInvocationService - Class in com.hazelcast.client.spi.impl
 
NonSmartClientInvocationService(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.impl.NonSmartClientInvocationService
 
NonSmartClientListenerService - Class in com.hazelcast.client.spi.impl.listener
 
NonSmartClientListenerService(HazelcastClientInstanceImpl, int, int) - Constructor for class com.hazelcast.client.spi.impl.listener.NonSmartClientListenerService
 
notify(ClientMessage) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
notifyException(Throwable) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
NULL_AGGREGATOR_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.ClientMapProxy
 
NULL_KEY_IS_NOT_ALLOWED - Static variable in class com.hazelcast.client.proxy.ClientMultiMapProxy
 
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_PROJECTION_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
 

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
 
onClusterConnect(Connection) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
onComplete() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
onConnect(ClientConnection) - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
If the ClientConnectionManager opens a new connection to a member, this method will be called with the connection parameter
onConnect(ClientConnection) - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
onConnectToCluster() - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
If a cluster connection is established, this method will be called.
onConnectToCluster() - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
onDestroy() - Method in class com.hazelcast.client.proxy.ClientIdGeneratorProxy
 
onDestroy() - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
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.spi.ClientProxy
Called before proxy is destroyed.
onDisconnect(ClientConnection) - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
If a connection is disconnected, this method will be called with the connection parameter
onDisconnect(ClientConnection) - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
onDisconnectFromCluster() - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
If the cluster connection is lost for any reason, this method will be called.
onDisconnectFromCluster() - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
onGetAndRemoveAsyncInternal(K, Data, ClientDelegatingFuture<T>, ExecutionCallback<T>) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
onInitialize() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
onInitialize() - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
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 interface com.hazelcast.client.spi.EventHandler
This method is called when registration request response is successfully returned from node.
onLoadAll(List<Data>, Object, 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
 
onPutIfAbsentAsyncInternal(K, V, Data, Data, ClientDelegatingFuture<Boolean>, ExecutionCallback<Boolean>) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
onPutIfAbsentSyncInternal(K, V, Data, Data) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
onPutSyncInternal(K, V, Data, Data) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
onRemoveAsyncInternal(Object, Data, ClientDelegatingFuture, ExecutionCallback) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
onRemoveSyncInternal(Object, Data) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
onReplaceAndGetAsync(K, V, Data, Data, ClientDelegatingFuture<T>, ExecutionCallback<T>) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
onReplaceInternalAsync(K, V, Data, Data, ClientDelegatingFuture<T>, ExecutionCallback<T>) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
onShutdown() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
onShutdown() - Method in class com.hazelcast.client.spi.ClientProxy
Called before client shutdown.
onShuttingDown() - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
onWrite() - Method in class com.hazelcast.client.connection.nio.ClientProtocolEncoder
 

P

parse(InputStream) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
partitionService - Variable in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
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
 
PERIOD_SECONDS - Static variable in class com.hazelcast.client.impl.statistics.Statistics
The period in seconds the statistics run.
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.cache.impl.NearCachedClientCacheProxy
 
postDestroy() - Method in class com.hazelcast.client.proxy.ClientReliableTopicProxy
 
postDestroy() - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
 
postDestroy() - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
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
 
primary() - Method in class com.hazelcast.client.connection.Addresses
 
print(Object) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
println(Object) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
project(Projection<Map.Entry<K, V>, R>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
project(Projection<Map.Entry<K, V>, R>, Predicate<K, V>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
promoteLocalLiteMember() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
 
provideMetrics(MetricsRegistry) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
provideMetrics(MetricsRegistry) - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
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(String, String, Object, int, Extractors) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
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, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
put(K, V, long, TimeUnit, long, TimeUnit) - 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<? extends K, ? extends V>, ExpiryPolicy, Map<Object, Data>, List<Map.Entry<Data, Data>>[], long) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
putAllInternal(Map<? extends K, ? extends V>, Map<Integer, List<Map.Entry<Data, Data>>>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putAllInternal(Map<? extends K, ? extends V>, 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
 
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putAsyncInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putAsyncInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - 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, long, TimeUnit, 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, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putIfAbsentInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
putInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
putTransient(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putTransient(K, V, long, TimeUnit, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putTransientInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
putTransientInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 

Q

QueryCacheToListenerMapper - Class in com.hazelcast.client.impl.querycache.subscriber
This class includes mappings for cacheId to its listener-info-collection

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
 
readFromEventJournal(long, int, int, int, Predicate<? super EventJournalCacheEvent<K, V>>, Projection<? super EventJournalCacheEvent<K, V>, ? extends T>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
readFromEventJournal(long, int, int, int, Predicate<? super EventJournalMapEvent<K, V>>, Projection<? super EventJournalMapEvent<K, V>, ? extends T>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
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
 
recreateCachesOnCluster() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxyFactory
 
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.DefaultAddressTranslator
 
refresh() - Method in class com.hazelcast.client.spi.impl.discovery.DiscoveryAddressTranslator
 
refresh() - Method in class com.hazelcast.client.spi.impl.discovery.HazelcastCloudAddressTranslator
 
register(int, Class, ClientExceptionFactory.ExceptionFactory) - Method in class com.hazelcast.client.impl.clientside.ClientExceptionFactory
 
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
 
registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>, boolean) - 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.AbstractClientListenerService
 
registerListener(ListenerMessageCodec, EventHandler) - Method in class com.hazelcast.client.spi.impl.listener.SmartClientListenerService
 
registrations - Variable in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
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(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() - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
removeAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientListProxy
 
removeAll(Predicate<K, V>) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
 
removeAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientSetProxy
 
removeAllInternal(Predicate) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeAllInternal(Predicate) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
removeAllKeysInternal(Set<? extends K>, Collection<Data>, long) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
removeAllListeners(String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
removeAllListeners(String) - Method in class com.hazelcast.client.impl.querycache.subscriber.QueryCacheToListenerMapper
Removes all associated listener info for the cache represented with the supplied cacheId
removeAsync(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeAsyncInternal(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeAsyncInternal(Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
removeCacheConfigFromLocal(String) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
removeConfiguration(String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheConfigurator
 
removeDistributedObjectListener(String) - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
removeDistributedObjectListener(String) - Method in class com.hazelcast.client.impl.clientside.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
 
removeInterceptor(String) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeInternal(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeInternal(Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
removeInternal(Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
removeInternal(Object, Object) - 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.clientside.LifecycleServiceImpl
 
removeListener(String, String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
removeListener(String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.QueryCacheToListenerMapper
 
removeLogListener(LogListener) - Method in class com.hazelcast.client.impl.clientside.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
 
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
 
removePublisherListener(String, String, String) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
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(Object, Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
replaceIfSameInternal(Object, Object, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
replaceInternal(Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
replaceInternal(Object, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
reset() - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 
reset() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
 
resolve(Object) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
resolveAndThrowIfException(Object) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
 
resolveResponseForRecoveryOperation(Object) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientSubscriberContextSupport
 
RESPONSE_THREAD_COUNT - Static variable in class com.hazelcast.client.spi.properties.ClientProperty
The number of response threads.
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
 
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.HeartbeatManager
 
run() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 

S

schedule(Runnable, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
schedule(Callable<V>, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
schedule(Runnable, long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
schedule(Callable<V>, long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnAllMembers(Runnable, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnAllMembers(Callable<V>, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnAllMembersAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnKeyOwner(Runnable, Object, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnKeyOwner(Callable<V>, Object, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnKeyOwnerAtFixedRate(Runnable, Object, long, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnMember(Runnable, Member, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnMember(Callable<V>, Member, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnMemberAtFixedRate(Runnable, Member, long, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnMembers(Runnable, Collection<Member>, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnMembers(Callable<V>, Collection<Member>, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleOnMembersAtFixedRate(Runnable, Collection<Member>, long, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
scheduleWithRepetition(Runnable, long) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheScheduler
 
scheduleWithRepetition(Runnable, long, long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
secondary() - Method in class com.hazelcast.client.connection.Addresses
 
send(ClientInvocation, ClientConnection) - Method in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
sendEventToSubscriber(String, Object, int) - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheEventService
 
serializationService - Variable in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
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, long, TimeUnit, 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
Sets given addresses as 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
 
setAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setAsyncInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setAsyncInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
setAsyncStart(boolean) - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
Set true for non blocking HazelcastClient.newHazelcastClient().
setAtomicLongConfigs(Map<String, AtomicLongConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setAtomicReferenceConfigs(Map<String, AtomicReferenceConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setAwsConfig(ClientAwsConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets configuration to connect nodes in AWS environment.
setAzureConfig(AzureConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets configuration to connect nodes in Azure 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
setCacheConfigs(Map<String, CacheSimpleConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setCacheEventJournalConfigs(Map<String, EventJournalConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setCardinalityEstimatorConfigs(Map<String, CardinalityEstimatorConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setClassLoader(ClassLoader) - Method in class com.hazelcast.client.config.ClientConfig
Sets the classLoader which is used by serialization and listener configuration
setClassLoader(ClassLoader) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setClassName(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
Sets class name of proxy factory
setClassNames(List<String>) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
setClientIcmpPingConfig(ClientIcmpPingConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or not
setCloudConfig(ClientCloudConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
setConfigPatternMatcher(ConfigPatternMatcher) - Method in class com.hazelcast.client.config.ClientConfig
Sets the pattern matcher which is used to match item names to configuration objects.
setConfigPatternMatcher(ConfigPatternMatcher) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setConfigurationFile(File) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setConfigurationUrl(URL) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setConnectedServerVersion(String) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
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.
setConnectionRetryConfig(ConnectionRetryConfig) - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
Connection Retry Config is controls the period among the retries and when should a client gave up retrying.
setConnectionStrategyConfig(ClientConnectionStrategyConfig) - Method in class com.hazelcast.client.config.ClientConfig
 
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
 
setCountDownLatchConfigs(Map<String, CountDownLatchConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setCRDTReplicationConfig(CRDTReplicationConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
Credentials class will be instantiated from class name when setCredentialsFactoryConfig and setCredentials are not used.
setCredentialsFactoryConfig(CredentialsFactoryConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
Credentials Factory Config allows user to pass custom properties and use group config when instantiating a credentials object.
setDiscoveryConfig(DiscoveryConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Defines the Discovery Provider SPI configuration
setDiscoveryToken(String) - Method in class com.hazelcast.client.config.ClientCloudConfig
 
setDurableExecutorConfigs(Map<String, DurableExecutorConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setEchoFailFastOnStartup(boolean) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setEnabled(boolean) - Method in class com.hazelcast.client.config.ClientCloudConfig
 
setEnabled(boolean) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setEnabled(boolean) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
 
setEnabled(boolean) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
enables connection retry logic.
setEurekaConfig(EurekaConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets configuration to connect nodes in Eureka environment.
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.
setExecutorConfigs(Map<String, ExecutorConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setExecutorPoolSize(int) - Method in class com.hazelcast.client.config.ClientConfig
Sets Client side Executor pool size.
setExpiryPolicyInternal(Set<? extends K>, ExpiryPolicy) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
setExpiryPolicyInternal(K, ExpiryPolicy) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
setFactoryImpl(ClientProxyFactory) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
Sets factory implementation of proxy factory
setFailOnMaxBackoff(boolean) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
setFlakeIdGeneratorConfigMap(Map<String, ClientFlakeIdGeneratorConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets the map of FlakeIdGenerator configurations, mapped by config name.
setFlakeIdGeneratorConfigs(Map<String, FlakeIdGeneratorConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setGcpConfig(GcpConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets configuration to connect nodes in GCP environment.
setGroupConfig(GroupConfig) - Method in class com.hazelcast.client.config.ClientConfig
setGroupConfig(GroupConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setHazelcast(HazelcastInstance) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
setHotRestartPersistenceConfig(HotRestartPersistenceConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setInitialBackoffMillis(int) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
setInsideAws(boolean) - Method in class com.hazelcast.client.config.ClientAwsConfig
Deprecated.
setInstanceName(String) - Method in class com.hazelcast.client.config.ClientConfig
 
setInstanceName(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setInternal(long, TimeUnit, Long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
setIntervalMilliseconds(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setInvocationTimeoutMillis(long) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
setIsAuthenticatedAsOwner() - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
setJarPaths(List<String>) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
String jarPath is searched in following order: 1.
setJitter(double) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
At each iteration calculated back-off is randomized via following method Random(-jitter * current_backoff, jitter * current_backoff)
setJobTrackerConfigs(Map<String, JobTrackerConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setKeepAlive(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable SO_KEEPALIVE socket option.
setKubernetesConfig(KubernetesConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets configuration to connect nodes in Kubernetes environment.
setLicenseKey(String) - Method in class com.hazelcast.client.config.ClientConfig
Deprecated.
As of Hazelcast 3.10.3, enterprise license keys are required only for members, and not for clients
setLicenseKey(String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setLingerSeconds(int) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable SO_LINGER with the specified linger time in seconds
setListConfigs(Map<String, ListConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets all ListenerConfig's
setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setLiteMember(boolean) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setLoadBalancer(LoadBalancer) - Method in class com.hazelcast.client.config.ClientConfig
Sets the LoadBalancer
setLockConfigs(Map<String, LockConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setManagedContext(ManagedContext) - Method in class com.hazelcast.client.config.ClientConfig
setManagedContext(ManagedContext) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setManagementCenterConfig(ManagementCenterConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setMapConfigs(Map<String, MapConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setMapEventJournalConfigs(Map<String, EventJournalConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setMapMerkleTreeConfigs(Map<String, MerkleTreeConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setMaxAttempts(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setMaxBackoffMillis(int) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
When backoff reaches this upper bound, it does not increase any more.
setMemberAttributeConfig(MemberAttributeConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setMultiMapConfigs(Map<String, MultiMapConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setMultiplier(double) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
setName(String) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Sets the name or name pattern for this config.
setName(String) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the name or name pattern for this config.
setNativeMemoryConfig(NativeMemoryConfig) - Method in class com.hazelcast.client.config.ClientConfig
 
setNativeMemoryConfig(NativeMemoryConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setNearCacheConfigMap(Map<String, NearCacheConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets all NearCacheConfig's with the provided map
setNearCacheStats(NearCacheStats) - Method in class com.hazelcast.client.cache.impl.ClientCacheStatisticsImpl
 
setNetworkConfig(ClientNetworkConfig) - Method in class com.hazelcast.client.config.ClientConfig
setNetworkConfig(NetworkConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Set outbound port definitions
setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Set outbond ports
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
 
setPartitionGroupConfig(PartitionGroupConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setPNCounterConfigs(Map<String, PNCounterConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setPrefetchCount(int) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Sets how many IDs are pre-fetched on the background when one call to FlakeIdGenerator.newId() is made.
setPrefetchValidityMillis(long) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Sets for how long the pre-fetched IDs can be used.
setProperties(Properties) - Method in class com.hazelcast.client.config.ClientConfig
sets all properties
setProperties(Properties) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
setProperties(Properties) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setProperty(String, String) - Method in class com.hazelcast.client.config.ClientAwsConfig
Deprecated.
Sets the property understood by the AWS SPI Discovery Strategy.
setProperty(String, String) - Method in class com.hazelcast.client.config.ClientConfig
Sets the value of a named property.
setProperty(String, String) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
 
setQueueConfigs(Map<String, QueueConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setQuorumConfigs(Map<String, QuorumConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setReadBatchSize(int) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the read batch size.
setReconnectMode(ClientConnectionStrategyConfig.ReconnectMode) - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
How a client reconnect to cluster after a disconnect can be configured.
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.
setReliableTopicConfigMap(Map<String, ClientReliableTopicConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets the map of ClientReliableTopicConfig, mapped by config name.
setReliableTopicConfigs(Map<String, ReliableTopicConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setRemoteEndpoint(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
setReplicatedMapConfigs(Map<String, ReplicatedMapConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setReuseAddress(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable the SO_REUSEADDR socket option.
setRingbufferConfigs(Map<String, RingbufferConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setScheduledExecutorConfigs(Map<String, ScheduledExecutorConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setSecurityConfig(ClientSecurityConfig) - Method in class com.hazelcast.client.config.ClientConfig
setSecurityConfig(SecurityConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setSemaphoreConfigs(Map<String, SemaphoreConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setSendConnection(ClientConnection) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
 
setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.client.config.ClientConfig
setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setService(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
setServicesConfig(ServicesConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setSetConfigs(Map<String, SetConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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 on best-effort basis.
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.clientside.LifecycleServiceImpl
 
setSubscriberContext(SubscriberContext) - Method in class com.hazelcast.client.impl.querycache.ClientQueryCacheContext
 
setTcpNoDelay(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable TCP_NODELAY socket option.
setTimeoutMilliseconds(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setTopicConfigs(Map<String, TopicConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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
 
setTtl(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setTtl(K, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setTtlInternal(Object, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
setTtlInternal(Object, long, TimeUnit) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
setType(ConnectionType) - Method in class com.hazelcast.client.connection.nio.ClientConnection
 
setUserCodeDeploymentConfig(ClientUserCodeDeploymentConfig) - Method in class com.hazelcast.client.config.ClientConfig
Set User Code Deployment configuration
setUserCodeDeploymentConfig(UserCodeDeploymentConfig) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setUserContext(ConcurrentMap<String, Object>) - Method in class com.hazelcast.client.config.ClientConfig
 
setUserContext(ConcurrentMap<String, Object>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
setWanReplicationConfigs(Map<String, WanReplicationConfig>) - Method in class com.hazelcast.client.impl.clientside.ClientDynamicClusterConfig
 
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 true.
shutdown() - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
The ClientConnectionManager will call this method as a last step of its shutdown.
shutdown() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
shutdown() - Method in class com.hazelcast.client.connection.nio.ClientICMPManager
 
shutdown() - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
shutdown() - Method in class com.hazelcast.client.connection.nio.HeartbeatManager
 
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.clientside.HazelcastClientInstanceImpl
 
shutdown() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientProxy
 
shutdown() - Method in class com.hazelcast.client.impl.clientside.LifecycleServiceImpl
 
shutdown() - Method in class com.hazelcast.client.impl.querycache.subscriber.ClientQueryCacheScheduler
 
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 class com.hazelcast.client.proxy.ClientScheduledExecutorProxy
 
shutdown() - Method in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
shutdown() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
 
shutdown() - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
shutdown() - Method in class com.hazelcast.client.spi.impl.ClientResponseHandlerSupplier
 
shutdown() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
 
shutdown() - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
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
 
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.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
 
SmartClientInvocationService - Class in com.hazelcast.client.spi.impl
 
SmartClientInvocationService(HazelcastClientInstanceImpl, LoadBalancer) - Constructor for class com.hazelcast.client.spi.impl.SmartClientInvocationService
 
SmartClientListenerService - Class in com.hazelcast.client.spi.impl.listener
 
SmartClientListenerService(HazelcastClientInstanceImpl, int, int) - Constructor for class com.hazelcast.client.spi.impl.listener.SmartClientListenerService
 
SocketOptions - Class in com.hazelcast.client.config
TCP Socket options
SocketOptions() - Constructor for class com.hazelcast.client.config.SocketOptions
 
split(String) - Static method in class com.hazelcast.client.impl.statistics.Statistics
This method uses ',' character by default.
split(String, int, char) - Static method in class com.hazelcast.client.impl.statistics.Statistics
 
start() - Method in class com.hazelcast.client.connection.ClientConnectionStrategy
Called after ClientConnectionManager started.
start(ClientContext) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
start() - Method in class com.hazelcast.client.connection.nio.ClientICMPManager
 
start() - Method in class com.hazelcast.client.connection.nio.DefaultClientConnectionStrategy
 
start() - Method in class com.hazelcast.client.connection.nio.HeartbeatManager
 
start(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
 
start() - Method in class com.hazelcast.client.impl.clientside.HazelcastClientInstanceImpl
 
start() - Method in class com.hazelcast.client.impl.statistics.Statistics
Registers all client statistics and schedules periodic collection of stats.
start(Xid, int) - Method in class com.hazelcast.client.proxy.txn.xa.XAResourceProxy
 
start() - Method in class com.hazelcast.client.spi.impl.AbstractClientInvocationService
 
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.ClientResponseHandlerSupplier
 
start() - Method in class com.hazelcast.client.spi.impl.ClientUserCodeDeploymentService
 
start() - Method in class com.hazelcast.client.spi.impl.listener.AbstractClientListenerService
 
start() - Method in class com.hazelcast.client.spi.impl.listener.SmartClientListenerService
 
startNetworking() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
stateChanged(LifecycleEvent) - Method in class com.hazelcast.client.util.ClientStateListener
 
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
 
Statistics - Class in com.hazelcast.client.impl.statistics
This class is the main entry point for collecting and sending the client statistics to the cluster.
Statistics(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.impl.statistics.Statistics
 
stop() - Method in class com.hazelcast.client.console.ClientConsoleApp
 
stopNetworking() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
 
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
 
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(Object, EntryProcessor, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
submitToKeyInternal(Object, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
submitToKeyInternal(Object, EntryProcessor) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
submitToKeyInternal(Object, 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
 
submitToKeys(Set<K>, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
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
 
subscribeToEventJournal(int) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
 
subscribeToEventJournal(int) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
subtractAndGet(long) - Method in class com.hazelcast.client.proxy.ClientPNCounterProxy
 

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.clientside.LifecycleServiceImpl
 
TERMINATE_TIMEOUT_SECONDS - Static variable in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
 
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.impl.querycache.ClientQueryCacheContext
 
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.ClientFlakeIdGeneratorConfig
 
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.clientside.ClientDynamicClusterConfig
 
toString() - Method in class com.hazelcast.client.impl.clientside.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.ClientCardinalityEstimatorProxy
 
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.ClientFlakeIdGeneratorProxy
 
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.ClientPNCounterProxy
 
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.ClientScheduledExecutorProxy
 
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.ClientInvocation
 
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.DefaultAddressTranslator
 
translate(Address) - Method in class com.hazelcast.client.spi.impl.discovery.DiscoveryAddressTranslator
 
translate(Address) - Method in class com.hazelcast.client.spi.impl.discovery.HazelcastCloudAddressTranslator
 
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, Object, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryPutInternal(long, TimeUnit, Object, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
tryRemove(K, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryRemoveInternal(long, TimeUnit, Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
 
tryRemoveInternal(long, TimeUnit, Object) - Method in class com.hazelcast.client.proxy.NearCachedClientMapProxy
 
trySetCount(int) - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
 

U

UndefinedErrorCodeException - Exception in com.hazelcast.client
This exception is thrown when an exception that is coming from server is not recognized by the protocol.
UndefinedErrorCodeException(String, String) - Constructor for exception com.hazelcast.client.UndefinedErrorCodeException
 
unescapeSpecialCharacters(String) - Static method in class com.hazelcast.client.impl.statistics.Statistics
 
unescapeSpecialCharacters(String, int) - Static method in class com.hazelcast.client.impl.statistics.Statistics
 
unescapeSpecialCharacters(StringBuilder, int) - Static method in class com.hazelcast.client.impl.statistics.Statistics
 
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
 
updateStatistics() - Method in class com.hazelcast.client.proxy.ClientReliableMessageRunner
 

V

validateCacheConfig(CacheConfig<K, V>) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
 
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.config.ClientConnectionStrategyConfig.ReconnectMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
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

wrapPutAsyncFuture(K, V, Data, Data, ClientInvocationFuture, OneShotExecutionCallback<V>) - Method in class com.hazelcast.client.cache.impl.NearCachedClientCacheProxy
 
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, ClientContext) - 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 Q R S T U V W X 
Skip navigation links

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