- cancel(boolean) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
-
- cancel(boolean) - Method in class com.hazelcast.client.util.ClientCancellableDelegatingFuture
-
- capacity() - Method in class com.hazelcast.client.proxy.ClientRingbufferProxy
-
- cleanConnectionResources(ClientConnection) - Method in interface com.hazelcast.client.spi.ClientInvocationService
-
- clear() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
-
- clear() - Method in class com.hazelcast.client.nearcache.ClientHeapNearCache
-
- clear() - Method in interface com.hazelcast.client.nearcache.ClientNearCache
-
- clear() - Method in class com.hazelcast.client.proxy.AbstractClientCollectionProxy
-
- clear() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
-
- 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
-
- client - Variable in class com.hazelcast.client.impl.DefaultClientExtension
-
- client - Variable in class com.hazelcast.client.impl.HazelcastClientProxy
-
- client - Variable in class com.hazelcast.client.spi.impl.ClusterListenerSupport
-
- ClientAtomicLongProxy - Class in com.hazelcast.client.proxy
-
- ClientAtomicLongProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientAtomicLongProxy
-
- ClientAtomicReferenceProxy<E> - Class in com.hazelcast.client.proxy
-
- ClientAtomicReferenceProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
-
- ClientAwsConfig - Class in com.hazelcast.client.config
-
The AWSConfig contains the configuration for client
to connect to nodes in aws environment.
- ClientAwsConfig() - Constructor for class com.hazelcast.client.config.ClientAwsConfig
-
- ClientCacheDistributedObject - Class in com.hazelcast.client.cache.impl
-
Basic client proxy object which serves as an accessor to
ClientContext.
- ClientCacheDistributedObject(String, String) - Constructor for class com.hazelcast.client.cache.impl.ClientCacheDistributedObject
-
- ClientCacheProxy<K,V> - Class in com.hazelcast.client.cache.impl
-
ICache implementation for client
This proxy is the implementation of ICache and javax.cache.Cache which is returned by
HazelcastClientCacheManager.
- ClientCacheProxy(CacheConfig<K, V>, ClientContext, HazelcastClientCacheManager) - Constructor for class com.hazelcast.client.cache.impl.ClientCacheProxy
-
- ClientCancellableDelegatingFuture<V> - Class in com.hazelcast.client.util
-
A DelegatingFuture that can cancel a Runnable/Callable that is executed by an
IExecutorService.
- ClientCancellableDelegatingFuture(ICompletableFuture, ClientContext, String, Address, int, V) - Constructor for class com.hazelcast.client.util.ClientCancellableDelegatingFuture
-
- ClientClusterProxy - Class in com.hazelcast.client.proxy
-
Client implementation of the
Cluster.
- ClientClusterProxy(ClientClusterServiceImpl) - Constructor for class com.hazelcast.client.proxy.ClientClusterProxy
-
- ClientClusterService - Interface in com.hazelcast.client.spi
-
- ClientClusterServiceImpl - Class in com.hazelcast.client.spi.impl
-
- ClientClusterServiceImpl(HazelcastClientInstanceImpl, Collection<AddressProvider>) - Constructor for class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
-
- ClientClusterWideIterator<K,V> - Class in com.hazelcast.client.cache.impl
-
Client side cluster-wide iterator for
ICache.
- ClientClusterWideIterator(ClientCacheProxy<K, V>, ClientContext) - Constructor for class com.hazelcast.client.cache.impl.ClientClusterWideIterator
-
- ClientConditionProxy - Class in com.hazelcast.client.proxy
-
- ClientConditionProxy(ClientLockProxy, String, ClientContext) - Constructor for class com.hazelcast.client.proxy.ClientConditionProxy
-
- ClientConfig - Class in com.hazelcast.client.config
-
Main configuration to setup a Hazelcast Client
- ClientConfig() - Constructor for class com.hazelcast.client.config.ClientConfig
-
- ClientConnection - Class in com.hazelcast.client.connection.nio
-
- ClientConnection(HazelcastClientInstanceImpl, IOSelector, IOSelector, int, SocketChannelWrapper) - Constructor for class com.hazelcast.client.connection.nio.ClientConnection
-
- ClientConnection(HazelcastClientInstanceImpl, int) - Constructor for class com.hazelcast.client.connection.nio.ClientConnection
-
- ClientConnectionManager - Interface in com.hazelcast.client.connection
-
- ClientConnectionManagerFactory - Interface in com.hazelcast.client.impl
-
- ClientConnectionManagerImpl - Class in com.hazelcast.client.connection.nio
-
- ClientConnectionManagerImpl(HazelcastClientInstanceImpl, AddressTranslator) - Constructor for class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- ClientConsoleApp - Class in com.hazelcast.client.console
-
A demo application to demonstrate a Hazelcast client.
- ClientConsoleApp(HazelcastInstance) - Constructor for class com.hazelcast.client.console.ClientConsoleApp
-
- ClientContext - Class in com.hazelcast.client.spi
-
- ClientCountDownLatchProxy - Class in com.hazelcast.client.proxy
-
- ClientCountDownLatchProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientCountDownLatchProxy
-
- ClientExecutionService - Interface in com.hazelcast.client.spi
-
- ClientExecutionServiceImpl - Class in com.hazelcast.client.spi.impl
-
- ClientExecutionServiceImpl(String, ThreadGroup, ClassLoader, int) - Constructor for class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- ClientExecutorServiceProxy - Class in com.hazelcast.client.proxy
-
- ClientExecutorServiceProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- ClientExtension - Interface in com.hazelcast.client
-
- ClientHeapNearCache<K> - Class in com.hazelcast.client.nearcache
-
- ClientHeapNearCache(String, ClientContext, NearCacheConfig) - Constructor for class com.hazelcast.client.nearcache.ClientHeapNearCache
-
- ClientIdGeneratorProxy - Class in com.hazelcast.client.proxy
-
- ClientIdGeneratorProxy(String, String, IAtomicLong) - Constructor for class com.hazelcast.client.proxy.ClientIdGeneratorProxy
-
- ClientImpl - Class in com.hazelcast.client.impl
-
Default
Client implementation.
- ClientImpl(String, InetSocketAddress) - Constructor for class com.hazelcast.client.impl.ClientImpl
-
- ClientInvocation - Class in com.hazelcast.client.spi.impl
-
- ClientInvocation(HazelcastClientInstanceImpl, EventHandler, ClientRequest) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
-
- ClientInvocation(HazelcastClientInstanceImpl, EventHandler, ClientRequest, int) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
-
- ClientInvocation(HazelcastClientInstanceImpl, EventHandler, ClientRequest, Address) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
-
- ClientInvocation(HazelcastClientInstanceImpl, EventHandler, ClientRequest, Connection) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
-
- ClientInvocation(HazelcastClientInstanceImpl, ClientRequest) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
-
- ClientInvocation(HazelcastClientInstanceImpl, ClientRequest, int) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
-
- ClientInvocation(HazelcastClientInstanceImpl, ClientRequest, Address) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
-
- ClientInvocation(HazelcastClientInstanceImpl, ClientRequest, Connection) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocation
-
- ClientInvocationFuture<V> - Class in com.hazelcast.client.spi.impl
-
- ClientInvocationFuture(ClientInvocation, HazelcastClientInstanceImpl, ClientRequest, EventHandler) - Constructor for class com.hazelcast.client.spi.impl.ClientInvocationFuture
-
- ClientInvocationService - Interface in com.hazelcast.client.spi
-
- ClientListenerService - Interface in com.hazelcast.client.spi
-
Client service to add/remove remote listeners.
- ClientListenerServiceImpl - Class in com.hazelcast.client.spi.impl
-
- ClientListenerServiceImpl(HazelcastClientInstanceImpl, int, int) - Constructor for class com.hazelcast.client.spi.impl.ClientListenerServiceImpl
-
- ClientListProxy<E> - Class in com.hazelcast.client.proxy
-
- ClientListProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientListProxy
-
- ClientLockProxy - Class in com.hazelcast.client.proxy
-
- ClientLockProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientLockProxy
-
- ClientMapProxy<K,V> - Class in com.hazelcast.client.proxy
-
- ClientMapProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientMapProxy
-
- ClientMapReduceProxy - Class in com.hazelcast.client.proxy
-
- ClientMapReduceProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientMapReduceProxy
-
- ClientMultiMapProxy<K,V> - Class in com.hazelcast.client.proxy
-
- ClientMultiMapProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientMultiMapProxy
-
- ClientNearCache<K,V> - Interface in com.hazelcast.client.nearcache
-
ClientNearCache
- ClientNearCacheType - Enum in com.hazelcast.client.nearcache
-
Legal near cache types
- ClientNetworkConfig - Class in com.hazelcast.client.config
-
Contains configuration parameters for client network related behaviour
- ClientNetworkConfig() - Constructor for class com.hazelcast.client.config.ClientNetworkConfig
-
- ClientNonSmartInvocationServiceImpl - Class in com.hazelcast.client.spi.impl
-
- ClientNonSmartInvocationServiceImpl(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.impl.ClientNonSmartInvocationServiceImpl
-
- ClientOutOfMemoryHandler - Class in com.hazelcast.client
-
To clear resources of the client upon OutOfMemory
- ClientOutOfMemoryHandler() - Constructor for class com.hazelcast.client.ClientOutOfMemoryHandler
-
- ClientOutSelectorImpl - Class in com.hazelcast.client.connection.nio
-
- ClientOutSelectorImpl(ThreadGroup, String, ILogger, IOSelectorOutOfMemoryHandler) - Constructor for class com.hazelcast.client.connection.nio.ClientOutSelectorImpl
-
- ClientPartitionService - Interface in com.hazelcast.client.spi
-
- ClientPartitionServiceImpl - Class in com.hazelcast.client.spi.impl
-
- ClientPartitionServiceImpl(HazelcastClientInstanceImpl) - Constructor for class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
-
- ClientProperties - Class in com.hazelcast.client.config
-
Client Properties
- ClientProperties(ClientConfig) - Constructor for class com.hazelcast.client.config.ClientProperties
-
- ClientProperties.ClientProperty - Class in com.hazelcast.client.config
-
A single client property.
- ClientProxy - Class in com.hazelcast.client.spi
-
- ClientProxy(String, String) - Constructor for class com.hazelcast.client.spi.ClientProxy
-
- ClientProxyFactory - Interface in com.hazelcast.client.spi
-
- ClientQueueProxy<E> - Class in com.hazelcast.client.proxy
-
- ClientQueueProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientQueueProxy
-
- ClientReadHandler - Class in com.hazelcast.client.connection.nio
-
- ClientReadHandler(ClientConnection, IOSelector, int) - Constructor for class com.hazelcast.client.connection.nio.ClientReadHandler
-
- ClientReplicatedMapProxy<K,V> - Class in com.hazelcast.client.proxy
-
The replicated map client side proxy implementation proxying all requests to a member node
- ClientReplicatedMapProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientReplicatedMapProxy
-
- ClientRingbufferProxy<E> - Class in com.hazelcast.client.proxy
-
- ClientRingbufferProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientRingbufferProxy
-
- ClientSecurityConfig - Class in com.hazelcast.client.config
-
Contains the security configuration for a client.
- ClientSecurityConfig() - Constructor for class com.hazelcast.client.config.ClientSecurityConfig
-
- ClientSemaphoreProxy - Class in com.hazelcast.client.proxy
-
- ClientSemaphoreProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientSemaphoreProxy
-
- ClientSetProxy<E> - Class in com.hazelcast.client.proxy
-
- ClientSetProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientSetProxy
-
- ClientSmartInvocationServiceImpl - Class in com.hazelcast.client.spi.impl
-
- ClientSmartInvocationServiceImpl(HazelcastClientInstanceImpl, LoadBalancer) - Constructor for class com.hazelcast.client.spi.impl.ClientSmartInvocationServiceImpl
-
- ClientTopicProxy<E> - Class in com.hazelcast.client.proxy
-
- ClientTopicProxy(String, String) - Constructor for class com.hazelcast.client.proxy.ClientTopicProxy
-
- ClientTransactionContext - Interface in com.hazelcast.client.spi
-
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap.
- ClientTransactionManagerService - Interface in com.hazelcast.client.spi
-
- ClientTransactionManagerServiceImpl - Class in com.hazelcast.client.spi.impl
-
- ClientTransactionManagerServiceImpl(HazelcastClientInstanceImpl, LoadBalancer) - Constructor for class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
-
- ClientTxnListProxy<E> - Class in com.hazelcast.client.txn.proxy
-
- ClientTxnListProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.txn.proxy.ClientTxnListProxy
-
- ClientTxnMapProxy<K,V> - Class in com.hazelcast.client.txn.proxy
-
- ClientTxnMapProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.txn.proxy.ClientTxnMapProxy
-
- ClientTxnMultiMapProxy<K,V> - Class in com.hazelcast.client.txn.proxy
-
- ClientTxnMultiMapProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.txn.proxy.ClientTxnMultiMapProxy
-
- ClientTxnQueueProxy<E> - Class in com.hazelcast.client.txn.proxy
-
- ClientTxnQueueProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.txn.proxy.ClientTxnQueueProxy
-
- ClientTxnSetProxy<E> - Class in com.hazelcast.client.txn.proxy
-
- ClientTxnSetProxy(String, ClientTransactionContext) - Constructor for class com.hazelcast.client.txn.proxy.ClientTxnSetProxy
-
- ClientWriteHandler - Class in com.hazelcast.client.connection.nio
-
- ClientWriteHandler(ClientConnection, IOSelector, int) - Constructor for class com.hazelcast.client.connection.nio.ClientWriteHandler
-
- close() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- close(Throwable) - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- ClusterAuthenticator - Class in com.hazelcast.client.impl
-
Used to authenticate client connections to cluster as parameter to ClientConnectionManager.
- ClusterAuthenticator(HazelcastClientInstanceImpl, Credentials) - Constructor for class com.hazelcast.client.impl.ClusterAuthenticator
-
- ClusterListenerSupport - Class in com.hazelcast.client.spi.impl
-
- ClusterListenerSupport(HazelcastClientInstanceImpl, Collection<AddressProvider>) - Constructor for class com.hazelcast.client.spi.impl.ClusterListenerSupport
-
- com.hazelcast.client - package com.hazelcast.client
-
Contains classes/interfaces related to Client
- com.hazelcast.client.cache.impl - package com.hazelcast.client.cache.impl
-
Hazelcast JSR-107 aka JCache implementation client side
- com.hazelcast.client.config - package com.hazelcast.client.config
-
Contains classes related to config for com.hazelcast.client
- com.hazelcast.client.connection - package com.hazelcast.client.connection
-
Provides connection interfaces/classes for com.hazelcast.client
- com.hazelcast.client.connection.nio - package com.hazelcast.client.connection.nio
-
Contains classes related to New IO for com.hazelcast.client.connection
- com.hazelcast.client.console - package com.hazelcast.client.console
-
This package contains ClientConsoleApp
- com.hazelcast.client.impl - package com.hazelcast.client.impl
-
Contains most of the client side HazelcastInstance implementation functionality.
- com.hazelcast.client.nearcache - package com.hazelcast.client.nearcache
-
Contains classes/interfaces related to com.hazelcast.client.nearcache
- com.hazelcast.client.proxy - package com.hazelcast.client.proxy
-
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
- com.hazelcast.client.spi - package com.hazelcast.client.spi
-
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
- com.hazelcast.client.spi.impl - package com.hazelcast.client.spi.impl
-
Provides util classes for com.hazelcast.client
- com.hazelcast.client.txn - package com.hazelcast.client.txn
-
Contains classes related to Txn
such as TransactionProxy
- com.hazelcast.client.txn.proxy - package com.hazelcast.client.txn.proxy
-
Contains classes related to proxy for com.hazelcast.client.client.txn
- com.hazelcast.client.txn.proxy.xa - package com.hazelcast.client.txn.proxy.xa
-
Contains classes related to proxy for XA
- 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.txn.proxy.xa.XAResourceProxy
-
- commitTransaction() - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- commitTransaction() - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- compareAndSet(long, long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
-
- compareAndSet(E, E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
-
- connect() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
-
- connection - Variable in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
-
- connectionAdded(Connection) - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
-
- ConnectionHeartbeatListener - Interface in com.hazelcast.client.spi.impl
-
- connectionId - Variable in class com.hazelcast.client.connection.nio.ClientConnection
-
- connectionIdGen - Variable in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- connectionManager - Variable in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
-
- connectionRemoved(Connection) - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
-
- connectToCluster() - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
-
- contains(Object) - Method in class com.hazelcast.client.proxy.AbstractClientCollectionProxy
-
- contains(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
-
- contains(Object) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
-
- containsAll(Collection<?>) - Method in class com.hazelcast.client.proxy.AbstractClientCollectionProxy
-
- containsAll(Collection<?>) - Method in class com.hazelcast.client.proxy.ClientQueueProxy
-
- 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.txn.proxy.ClientTxnMapProxy
-
- 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) - Method in interface com.hazelcast.client.spi.ClientProxyFactory
-
- 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
- createConfig(String, CacheConfig<K, V>, boolean, boolean) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
-
- createConfigOnPartition(CacheConfig<K, V>) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
-
- createConnectionManager(ClientConfig, HazelcastClientInstanceImpl) - Method in interface com.hazelcast.client.impl.ClientConnectionManagerFactory
-
- createConnectionManager(ClientConfig, HazelcastClientInstanceImpl) - Method in class com.hazelcast.client.impl.DefaultClientConnectionManagerFactory
-
- createHazelcastCacheManager(URI, ClassLoader, Properties) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCachingProvider
-
- createNearCacheManager() - Method in interface com.hazelcast.client.ClientExtension
-
- createNearCacheManager() - Method in class com.hazelcast.client.impl.DefaultClientExtension
-
- createSerializationService() - Method in interface com.hazelcast.client.ClientExtension
-
- createSerializationService() - Method in class com.hazelcast.client.impl.DefaultClientExtension
-
- createSocketChannelWrapperFactory() - Method in interface com.hazelcast.client.ClientExtension
-
- createSocketChannelWrapperFactory() - Method in class com.hazelcast.client.impl.DefaultClientExtension
-
- createSocketConnection(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- createSocketInterceptor() - Method in interface com.hazelcast.client.ClientExtension
-
Creates a
SocketInterceptor to be used by this client if available,
otherwise returns
null.
- createSocketInterceptor() - Method in class com.hazelcast.client.impl.DefaultClientExtension
-
- get(K) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
-
- get(K) - Method in class com.hazelcast.client.nearcache.ClientHeapNearCache
-
- get(K) - Method in interface com.hazelcast.client.nearcache.ClientNearCache
-
- get() - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
-
- get() - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
-
- get(int) - Method in class com.hazelcast.client.proxy.ClientListProxy
-
- get(Object) - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- get(K) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
-
- get(Object) - Method in class com.hazelcast.client.proxy.ClientReplicatedMapProxy
-
- get() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
-
- get(long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
-
- get(Object) - Method in class com.hazelcast.client.txn.proxy.ClientTxnMapProxy
-
- get(K) - Method in class com.hazelcast.client.txn.proxy.ClientTxnMultiMapProxy
-
- 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.
- getAndAdd(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
-
- getAndIncrement() - 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
-
- getAsync(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- getAsyncExecutor() - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- getAsyncExecutor() - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- getAtomicLong(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getAtomicLong(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getAtomicNumber() - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- getAtomicReference(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getAtomicReference(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getAwsConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getBoolean() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getBufferSize() - Method in class com.hazelcast.client.config.SocketOptions
-
Gets the SO_SNDBUF and SO_RCVBUF options to the specified value in KB
- getByte() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getCacheConfigFromPartition(String, String) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
-
- getCacheConfigLocal(String) - Method in class com.hazelcast.client.cache.impl.HazelcastClientCacheManager
-
- getCacheManager() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
-
- getClassLoader() - Method in class com.hazelcast.client.config.ClientConfig
-
Gets the classLoader
- getClassName() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- getClient() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getClient() - Method in interface com.hazelcast.client.spi.ClientTransactionContext
-
- getClient() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
-
- getClient() - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getClient() - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getClientClusterService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getClientConfig() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getClientConfig() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getClientConfig() - Method in class com.hazelcast.client.spi.ClientContext
-
- getClientContext() - Method in class com.hazelcast.client.cache.impl.ClientCacheDistributedObject
-
- getClientExecutionService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getClientExtension() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getClientPartitionService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getClientProperties() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getClientService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getClientService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getClientType() - Method in class com.hazelcast.client.impl.ClientImpl
-
- getCluster() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getCluster() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getClusterService() - Method in class com.hazelcast.client.spi.ClientContext
-
- 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
-
- getConfig() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getConfig() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getConfiguration(Class<C>) - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
-
- getConnection(Address) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
-
- getConnection(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- getConnection() - Method in interface com.hazelcast.client.spi.ClientTransactionContext
-
- getConnection() - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getConnection() - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getConnectionAttemptLimit() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getConnectionAttemptLimit() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getConnectionAttemptPeriod() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getConnectionAttemptPeriod() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Period for the next attempt to find a member to connect.
- getConnectionManager() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getConnectionManager() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getConnectionTimeout() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getConnectionTimeout() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Timeout value in millis for nodes to accept client connection requests.
- getContext() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getCount() - Method in class com.hazelcast.client.proxy.ClientCountDownLatchProxy
-
- getCountDownLatch(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getCountDownLatch(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getCredentials() - Method in class com.hazelcast.client.config.ClientConfig
-
- getCredentials() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getCredentials() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getCredentialsClassname() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getDistributedObject(String, Object) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
Deprecated.
- getDistributedObject(String, String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getDistributedObject(String, Object) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
Deprecated.
- getDistributedObject(String, String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getDistributedObjects() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getDistributedObjects() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getDistributedObjects() - Method in class com.hazelcast.client.spi.ProxyManager
-
- getEndPoint() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getEntryView(K) - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- getEventExecutor() - Method in class com.hazelcast.client.spi.impl.ClientListenerServiceImpl
-
- getEventHandler(int) - Method in interface com.hazelcast.client.spi.ClientInvocationService
-
- getEventQueueCapacity() - Method in class com.hazelcast.client.config.ClientProperties
-
- getEventThreadCount() - Method in class com.hazelcast.client.config.ClientProperties
-
- getExecutionService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getExecutorPoolSize() - Method in class com.hazelcast.client.config.ClientConfig
-
Pool size for internal ExecutorService which handles responses etc.
- getExecutorService(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getExecutorService(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getFactoryImpl() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- getForUpdate(Object) - Method in class com.hazelcast.client.txn.proxy.ClientTxnMapProxy
-
- getGroupConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getGroupName() - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
-
- getGroupName() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
-
- getHandler() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
-
- getHandler() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
-
- getHazelcastClientByName(String) - Static method in class com.hazelcast.client.HazelcastClient
-
Returns an existing HazelcastClient with instanceName.
- getHazelcastInstance() - Method in class com.hazelcast.client.spi.ClientContext
-
- getHazelcastInstance() - Method in class com.hazelcast.client.spi.ProxyManager
-
- getHeartbeatInterval() - Method in class com.hazelcast.client.config.ClientProperties
-
- getHeartBeatInterval() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
-
- getHeartbeatTimeout() - Method in class com.hazelcast.client.config.ClientProperties
-
- getId() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getId() - Method in class com.hazelcast.client.nearcache.ClientHeapNearCache
-
- getId() - Method in interface com.hazelcast.client.nearcache.ClientNearCache
-
- getId() - Method in class com.hazelcast.client.spi.ClientProxy
-
Deprecated.
- getIdGenerator(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getIdGenerator(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getIn() - Method in class com.hazelcast.client.config.XmlClientConfigLocator
-
- getInetAddress() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getInMemoryFormat() - Method in class com.hazelcast.client.nearcache.ClientHeapNearCache
-
- getInMemoryFormat() - Method in interface com.hazelcast.client.nearcache.ClientNearCache
-
- getInteger() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getInvocation() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
-
- getInvocationService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getInvocationService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getInvocationTimeoutSeconds() - Method in class com.hazelcast.client.config.ClientProperties
-
- getJobTracker(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getJobTracker(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getKey() - Method in class com.hazelcast.client.proxy.ClientLockProxy
-
Deprecated.
- getKey() - Method in class com.hazelcast.client.proxy.ClientSemaphoreProxy
-
- getLicenseKey() - Method in class com.hazelcast.client.config.ClientConfig
-
- getLifecycleService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getLifecycleService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getLingerSeconds() - Method in class com.hazelcast.client.config.SocketOptions
-
Gets SO_LINGER with the specified linger time in seconds
- getList() - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- getList(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getList(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getList(String) - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getList(String) - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getListenerConfigs() - Method in class com.hazelcast.client.config.ClientConfig
-
- getListenerService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getListenerService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getLoadBalancer() - Method in class com.hazelcast.client.config.ClientConfig
-
Gets LoadBalancer
- getLocalClient() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
- getLocalClient() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
-
- getLocalEndpoint() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getLocalEndpoint() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getLocalExecutorStats() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- getLocalMapStats() - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- 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.ClientTopicProxy
-
- getLock(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getLock(Object) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
Deprecated.
- getLock(Object) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getLock(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getLockCount() - Method in class com.hazelcast.client.proxy.ClientLockProxy
-
- getLoggingService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getLoggingService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getLong() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getManagedContext() - Method in class com.hazelcast.client.config.ClientConfig
-
- getMap() - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- getMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getMap(String) - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getMap(String) - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getMasterAddress() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
Returns the address of the master member.
- getMasterAddress() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
-
- getMember(Address) - Method in interface com.hazelcast.client.spi.ClientClusterService
-
Gets the member for the given address.
- getMember(String) - Method in interface com.hazelcast.client.spi.ClientClusterService
-
Gets the member with the given uuid.
- getMember(Address) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
-
- getMember(String) - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
-
- getMemberList() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
Gets the collection of members.
- getMemberList() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
-
- getMembers() - Method in class com.hazelcast.client.proxy.ClientClusterProxy
-
- getMembers() - Method in class com.hazelcast.client.util.AbstractLoadBalancer
-
- getMultiMap() - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- getMultiMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getMultiMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getMultiMap(String) - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getMultiMap(String) - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getName() - Method in class com.hazelcast.client.cache.impl.ClientCacheProxy
-
- getName() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getName() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getName() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getName() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getName() - Method in class com.hazelcast.client.txn.proxy.AbstractClientTxnCollectionProxy
-
- getName() - Method in class com.hazelcast.client.txn.proxy.ClientTxnMapProxy
-
- getName() - Method in class com.hazelcast.client.txn.proxy.ClientTxnMultiMapProxy
-
- getName() - Method in class com.hazelcast.client.txn.proxy.ClientTxnQueueProxy
-
- getNativeMemoryConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getNearCacheConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
-
- 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
-
- getNearCacheManager() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getNearCacheManager() - Method in class com.hazelcast.client.spi.ClientContext
-
- getNearCacheStats() - Method in class com.hazelcast.client.nearcache.ClientHeapNearCache
-
- getNearCacheStats() - Method in interface com.hazelcast.client.nearcache.ClientNearCache
-
- getNetworkConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getOrConnect(Address, Authenticator) - Method in interface com.hazelcast.client.connection.ClientConnectionManager
-
- getOrConnect(Address, Authenticator) - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- getOrCreateProxy(String, String) - Method in class com.hazelcast.client.spi.ProxyManager
-
- getOwnerConnectionAddress() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
Owner connection is opened to owner member of the client in the cluster.
- getOwnerConnectionAddress() - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
-
- getPacketCount() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getPartition(Object) - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
-
- getPartition(int) - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartition(int) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
-
- getPartitionCount() - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartitionCount() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
-
- getPartitionId(Data) - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartitionId(Object) - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartitionId() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
-
- getPartitionId(Data) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
-
- getPartitionId(Object) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
-
- getPartitioningStrategy(ClassLoader) - Method in class com.hazelcast.client.impl.DefaultClientExtension
-
- getPartitionKey() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getPartitionOwner(int) - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartitionOwner(int) - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
-
- getPartitions() - Method in class com.hazelcast.client.proxy.PartitionServiceProxy
-
- getPartitionService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getPartitionService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getPartitionService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getPort() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getPossibleSocketAddresses(int, String, int) - Static method in class com.hazelcast.client.util.AddressHelper
-
- getPrincipal() - Method in class com.hazelcast.client.spi.impl.ClusterListenerSupport
-
- getProperties() - Method in class com.hazelcast.client.config.ClientConfig
-
- getProperties() - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
-
- getProperty(String) - Method in class com.hazelcast.client.config.ClientConfig
-
Gets a property already set or from system properties if not exists.
- getProxyFactoryConfigs() - Method in class com.hazelcast.client.config.ClientConfig
-
- getQueryCacheConfigs() - Method in class com.hazelcast.client.config.ClientConfig
-
- getQueue() - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- getQueue(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getQueue(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getQueue(String) - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getQueue(String) - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getQuorumService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getQuorumService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getReadHandler() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getReliableTopic(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getReliableTopic(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getRemainingLeaseTime() - Method in class com.hazelcast.client.proxy.ClientLockProxy
-
- getRemoteEndpoint() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getRemoteSocketAddress() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getReplicatedMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getReplicatedMap(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getRequest() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
-
- getRequest() - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
-
- getRingbuffer(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getRingbuffer(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getSecurityConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getSemaphore(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getSemaphore(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getSendConnection() - Method in class com.hazelcast.client.spi.impl.ClientInvocation
-
- getSerializationConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getSerializationService() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getSerializationService() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getSerializationService() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getSerializationService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getService() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- getServiceName() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getServiceName() - Method in class com.hazelcast.client.txn.proxy.ClientTxnListProxy
-
- getServiceName() - Method in class com.hazelcast.client.txn.proxy.ClientTxnMapProxy
-
- getServiceName() - Method in class com.hazelcast.client.txn.proxy.ClientTxnMultiMapProxy
-
- getServiceName() - Method in class com.hazelcast.client.txn.proxy.ClientTxnQueueProxy
-
- getServiceName() - Method in class com.hazelcast.client.txn.proxy.ClientTxnSetProxy
-
- getServiceProxy(Class<T>) - Method in interface com.hazelcast.client.ClientExtension
-
Returns a proxy for the corresponding service.
- getServiceProxy(Class<T>) - Method in class com.hazelcast.client.impl.DefaultClientExtension
-
- getSet() - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- getSet(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getSet(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getSet(String) - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getSet(String) - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getShuffleMemberList() - Method in class com.hazelcast.client.config.ClientProperties
-
- getSize() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
Gets the current number of members.
- getSize() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
-
- getSocketAddress() - Method in class com.hazelcast.client.impl.ClientImpl
-
- getSocketAddresses(String) - Static method in class com.hazelcast.client.util.AddressHelper
-
- getSocketChannelWrapper() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getSocketInterceptorConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getSocketInterceptorConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getSocketOptions() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getSocketOptions() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getSSLConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getState() - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionProxy
-
- getString() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getThreadGroup() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getTimeInMillis(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- getTimeInMillis(long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMultiMapProxy
-
- getTopic() - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- getTopic(String) - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getTopic(String) - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getTrackableJob(String) - Method in class com.hazelcast.client.proxy.ClientMapReduceProxy
-
- getTransaction() - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getTransactionalObject(String, String) - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getTransactionalObject(String, String) - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getTransactionContext() - Method in class com.hazelcast.client.txn.proxy.xa.XAResourceProxy
-
- getTransactionManager() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getTransactionManager() - Method in class com.hazelcast.client.spi.ClientContext
-
- getTransactionTimeout() - Method in class com.hazelcast.client.txn.proxy.xa.XAResourceProxy
-
- getTxnId() - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getTxnId() - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionProxy
-
- getTxnId() - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getType() - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- getUserContext() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getUserContext() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getUuid() - Method in class com.hazelcast.client.impl.ClientImpl
-
- getValue() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getXAResource() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- getXAResource() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- getXaResource() - Method in class com.hazelcast.client.txn.proxy.xa.XATransactionContextProxy
-
- getXaResource() - Method in class com.hazelcast.client.txn.TransactionContextProxy
-
- getXmlType() - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
-
- schedule(Runnable, long, TimeUnit) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- schedule(Runnable, long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- set(long) - Method in class com.hazelcast.client.proxy.ClientAtomicLongProxy
-
- set(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
-
- set(int, E) - Method in class com.hazelcast.client.proxy.ClientListProxy
-
- set(K, V, long, TimeUnit) - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- set(K, V) - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- set(K, V) - Method in class com.hazelcast.client.txn.proxy.ClientTxnMapProxy
-
- setAddresses(List<String>) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setAddresses(List<String>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Adds given addresses to candidate address list that client will use to establish initial connection
- setAndGet(E) - Method in class com.hazelcast.client.proxy.ClientAtomicReferenceProxy
-
- setAwsConfig(ClientAwsConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Sets configuration to connect nodes in aws environment.
- setBufferSize(int) - Method in class com.hazelcast.client.config.SocketOptions
-
Sets the SO_SNDBUF and SO_RCVBUF options to the specified value in KB
- setClassLoader(ClassLoader) - Method in class com.hazelcast.client.config.ClientConfig
-
Sets the classLoader which is used by serialization and listener configuration
- setClassName(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
Sets class name of proxy factory
- setConfigPatternMatcher(ConfigPatternMatcher) - Method in class com.hazelcast.client.config.ClientConfig
-
- setConnectionAttemptLimit(int) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setConnectionAttemptLimit(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setConnectionAttemptPeriod(int) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setConnectionAttemptPeriod(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Period for the next attempt to find a member to connect.
- setConnectionTimeout(int) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setConnectionTimeout(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setContext(ClientContext) - Method in class com.hazelcast.client.spi.ClientProxy
-
- setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientConfig
-
- setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setCredentialsClassname(String) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setExecutorPoolSize(int) - Method in class com.hazelcast.client.config.ClientConfig
-
Sets Client side Executor pool size.
- setFactoryImpl(ClientProxyFactory) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
Sets factory implementation of proxy factory
- setGroupConfig(GroupConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setHazelcast(HazelcastInstance) - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- setId(String) - Method in class com.hazelcast.client.nearcache.ClientHeapNearCache
-
- setId(String) - Method in interface com.hazelcast.client.nearcache.ClientNearCache
-
- setInsideAws(boolean) - Method in class com.hazelcast.client.config.ClientAwsConfig
-
Set to true if client is inside aws environment
Default value is false.
- setKeepAlive(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
Enable/disable SO_KEEPALIVE socket option.
- setLicenseKey(String) - Method in class com.hazelcast.client.config.ClientConfig
-
- setLingerSeconds(int) - Method in class com.hazelcast.client.config.SocketOptions
-
Enable/disable SO_LINGER with the specified linger time in seconds
- setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setLoadBalancer(LoadBalancer) - Method in class com.hazelcast.client.config.ClientConfig
-
- setManagedContext(ManagedContext) - Method in class com.hazelcast.client.config.ClientConfig
-
- setNativeMemoryConfig(NativeMemoryConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setNearCacheConfigMap(Map<String, NearCacheConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setNetworkConfig(ClientNetworkConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setOutOfMemoryHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.client.HazelcastClient
-
Sets OutOfMemoryHandler to be used when an OutOfMemoryError
is caught by Hazelcast Client threads.
- setProperties(Properties) - Method in class com.hazelcast.client.config.ClientConfig
-
sets all properties
- setProperties(Properties) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
-
- setProperty(String, String) - Method in class com.hazelcast.client.config.ClientConfig
-
Sets the value of a named property
- 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
-
- setRedoOperation(boolean) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setRedoOperation(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
If true, client will redo the operations that were executing on the server and client lost the connection.
- setRemoteEndpoint(Address) - Method in class com.hazelcast.client.connection.nio.ClientConnection
-
- setResponseDeserialized(boolean) - Method in class com.hazelcast.client.spi.impl.ClientInvocationFuture
-
By default the ClientInvocationFuture will not deserialize a response if it is in Data format.
- setReuseAddress(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
Enable/disable the SO_REUSEADDR socket option.
- setSecurityConfig(ClientSecurityConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setSendConnection(ClientConnection) - Method in class com.hazelcast.client.spi.impl.ClientInvocation
-
- setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setService(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- setSmartRouting(boolean) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setSmartRouting(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
If true, client will route the key based operations to owner of the key at the best effort.
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSocketOptions(SocketOptions) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setSocketOptions(SocketOptions) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setStarted() - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
-
- setTcpNoDelay(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
Enable/disable TCP_NODELAY socket option.
- setTransactionTimeout(int) - Method in class com.hazelcast.client.txn.proxy.xa.XAResourceProxy
-
- shutdown() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
-
Shutdown clientConnectionManager
- shutdown() - Method in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
-
- shutdown() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- shutdown() - Method in class com.hazelcast.client.connection.nio.ClientWriteHandler
-
- shutdown(HazelcastInstance) - Static method in class com.hazelcast.client.HazelcastClient
-
Shutdown the provided client and remove it from the managed list
- shutdown(String) - Static method in class com.hazelcast.client.HazelcastClient
-
Shutdown the provided client and remove it from the managed list
- shutdown() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- shutdown() - Method in class com.hazelcast.client.impl.HazelcastClientProxy
-
- shutdown() - Method in class com.hazelcast.client.impl.LifecycleServiceImpl
-
- shutdown() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- shutdown() - Method in interface com.hazelcast.client.spi.ClientInvocationService
-
- shutdown() - Method in interface com.hazelcast.client.spi.ClientTransactionManagerService
-
- shutdown() - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- shutdown() - Method in class com.hazelcast.client.spi.impl.ClientListenerServiceImpl
-
- shutdown() - Method in class com.hazelcast.client.spi.impl.ClientTransactionManagerServiceImpl
-
- shutdownAll() - Static method in class com.hazelcast.client.HazelcastClient
-
Shuts down all the client HazelcastInstance created in this JVM.
- shutdownNow() - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- shutdownSelectors() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- signal() - Method in class com.hazelcast.client.proxy.ClientConditionProxy
-
- signalAll() - Method in class com.hazelcast.client.proxy.ClientConditionProxy
-
- size() - Method in class com.hazelcast.client.proxy.AbstractClientCollectionProxy
-
- 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.txn.proxy.ClientTxnListProxy
-
- size() - Method in class com.hazelcast.client.txn.proxy.ClientTxnMapProxy
-
- size() - Method in class com.hazelcast.client.txn.proxy.ClientTxnMultiMapProxy
-
- size() - Method in class com.hazelcast.client.txn.proxy.ClientTxnQueueProxy
-
- size() - Method in class com.hazelcast.client.txn.proxy.ClientTxnSetProxy
-
- socketChannel - Variable in class com.hazelcast.client.connection.nio.AbstractClientSelectionHandler
-
- SocketOptions - Class in com.hazelcast.client.config
-
TCP Socket options
- SocketOptions() - Constructor for class com.hazelcast.client.config.SocketOptions
-
- start() - Method in interface com.hazelcast.client.connection.ClientConnectionManager
-
Start clientConnectionManager
- start() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- start(String[]) - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- start() - Method in class com.hazelcast.client.impl.HazelcastClientInstanceImpl
-
- start() - Method in class com.hazelcast.client.spi.impl.ClientClusterServiceImpl
-
- start() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
-
- start(Xid, int) - Method in class com.hazelcast.client.txn.proxy.xa.XAResourceProxy
-
- startListening(ClientRequest, Object, EventHandler) - Method in interface com.hazelcast.client.spi.ClientListenerService
-
- startListening(ClientRequest, Object, EventHandler) - Method in class com.hazelcast.client.spi.impl.ClientListenerServiceImpl
-
- startSelectors() - Method in class com.hazelcast.client.connection.nio.ClientConnectionManagerImpl
-
- StaticLB - Class in com.hazelcast.client.util
-
The StaticLB is a
LoadBalancer that always returns the same member.
- StaticLB(Member) - Constructor for class com.hazelcast.client.util.StaticLB
-
- stop() - Method in class com.hazelcast.client.console.ClientConsoleApp
-
- stop() - Method in class com.hazelcast.client.spi.impl.ClientPartitionServiceImpl
-
- stopListening(BaseClientRemoveListenerRequest, String) - Method in interface com.hazelcast.client.spi.ClientListenerService
-
- stopListening(BaseClientRemoveListenerRequest, String) - Method in class com.hazelcast.client.spi.ClientProxy
-
- stopListening(BaseClientRemoveListenerRequest, String) - Method in class com.hazelcast.client.spi.impl.ClientListenerServiceImpl
-
- subList(int, int) - Method in class com.hazelcast.client.proxy.ClientListProxy
-
- 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) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submit(Callable<T>, ExecutionCallback<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submit(Runnable) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- submit(Callable<T>) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- submit(Runnable) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- submit(Callable<T>) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- submitInternal(Runnable) - Method in class com.hazelcast.client.spi.impl.ClientExecutionServiceImpl
-
- submitToAllMembers(Callable<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToAllMembers(Runnable, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToAllMembers(Callable<T>, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToKey(K, EntryProcessor, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- submitToKey(K, EntryProcessor) - Method in class com.hazelcast.client.proxy.ClientMapProxy
-
- submitToKeyOwner(Callable<T>, Object) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToKeyOwner(Runnable, Object, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToKeyOwner(Callable<T>, Object, ExecutionCallback<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMember(Callable<T>, Member) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMember(Runnable, Member, ExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMember(Callable<T>, Member, ExecutionCallback<T>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMembers(Callable<T>, Collection<Member>) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMembers(Callable<T>, MemberSelector) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMembers(Runnable, Collection<Member>, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMembers(Callable<T>, Collection<Member>, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMembers(Runnable, MemberSelector, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-
- submitToMembers(Callable<T>, MemberSelector, MultiExecutionCallback) - Method in class com.hazelcast.client.proxy.ClientExecutorServiceProxy
-