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

AbstractCredentials - Class in com.hazelcast.security
Abstract implementation of Credentials
AbstractCredentials() - Constructor for class com.hazelcast.security.AbstractCredentials
 
AbstractCredentials(String) - Constructor for class com.hazelcast.security.AbstractCredentials
 
AbstractMBean<E> - Class in com.hazelcast.jmx
A generic class to instrument object with dynamic MBeans.
AbstractMBean(E, ManagementService) - Constructor for class com.hazelcast.jmx.AbstractMBean
 
AbstractXmlConfigHelper - Class in com.hazelcast.config
 
AbstractXmlConfigHelper() - Constructor for class com.hazelcast.config.AbstractXmlConfigHelper
 
AbstractXmlConfigHelper.IterableNodeList - Class in com.hazelcast.config
 
AbstractXmlConfigHelper.IterableNodeList(Node) - Constructor for class com.hazelcast.config.AbstractXmlConfigHelper.IterableNodeList
 
AbstractXmlConfigHelper.IterableNodeList(NodeList) - Constructor for class com.hazelcast.config.AbstractXmlConfigHelper.IterableNodeList
 
AbstractXmlConfigHelper.IterableNodeList(Node, short) - Constructor for class com.hazelcast.config.AbstractXmlConfigHelper.IterableNodeList
 
AbstractXmlConfigHelper.IterableNodeList(NodeList, short) - Constructor for class com.hazelcast.config.AbstractXmlConfigHelper.IterableNodeList
 
acquire() - Method in interface com.hazelcast.core.ISemaphore
Acquires a permit, if one is available and returns immediately, reducing the number of available permits by one.
acquire(int) - Method in interface com.hazelcast.core.ISemaphore
Acquires the given number of permits, if they are available, and returns immediately, reducing the number of available permits by the given amount.
acquireAsync() - Method in interface com.hazelcast.core.ISemaphore
Asynchronously acquires a permit.
acquireAsync(int) - Method in interface com.hazelcast.core.ISemaphore
Asynchronously acquires a given number of permits.
acquireAttach() - Method in interface com.hazelcast.core.ISemaphore
Acquires and attaches a permit to the caller's address.
acquireAttach(int) - Method in interface com.hazelcast.core.ISemaphore
Acquires and attaches the given number of permits to the caller's address.
acquireAttachAsync() - Method in interface com.hazelcast.core.ISemaphore
Asynchronously acquires and attaches a permit to the caller's address.
acquireAttachAsync(int) - Method in interface com.hazelcast.core.ISemaphore
Asynchronously acquires and attaches the given number of permits to the caller's address.
add(long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
add(MapEntry) - Method in class com.hazelcast.query.MultiResultSet
 
addAction(String) - Method in class com.hazelcast.config.PermissionConfig
 
addAddress(String...) - Method in class com.hazelcast.client.ClientConfig
 
addAddress(Address) - Method in class com.hazelcast.config.TcpIpConfig
 
addAndGet(long) - Method in interface com.hazelcast.core.AtomicNumber
Atomically adds the given value to the current value.
addClientListener(ClientListener) - Method in interface com.hazelcast.core.ClientService
 
addClientLoginModuleConfig(LoginModuleConfig) - Method in class com.hazelcast.config.SecurityConfig
 
addClientPermissionConfig(PermissionConfig) - Method in class com.hazelcast.config.SecurityConfig
 
addEndpoint(String) - Method in class com.hazelcast.config.PermissionConfig
 
addEndpoint(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
addEntry(Object) - Method in class com.hazelcast.jmx.MapMBean
 
addEntryListener(EntryListener<K, V>, boolean) - Method in interface com.hazelcast.core.IMap
Adds an entry listener for this map.
addEntryListener(EntryListener<K, V>, K, boolean) - Method in interface com.hazelcast.core.IMap
Adds the specified entry listener for the specified key.
addEntryListener(EntryListener<K, V>, boolean) - Method in interface com.hazelcast.core.MultiMap
Adds an entry listener for this multimap.
addEntryListener(EntryListener<K, V>, K, boolean) - Method in interface com.hazelcast.core.MultiMap
Adds the specified entry listener for the specified key.
addEntryListenerConfig(EntryListenerConfig) - Method in class com.hazelcast.config.MapConfig
 
addEntryListenerConfig(EntryListenerConfig) - Method in class com.hazelcast.config.MultiMapConfig
 
addEvent() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
addExecutorConfig(ExecutorConfig) - Method in class com.hazelcast.config.Config
Adds a new ExecutorConfig by name
addIndex(String, boolean) - Method in interface com.hazelcast.core.IMap
Adds an index to this map for the specified entries so that queries can run faster.
addIndex(Expression<?>, boolean) - Method in interface com.hazelcast.core.IMap
Adds an index to this map based on the provided expression.
addIndex(Expression, boolean, int) - Method in class com.hazelcast.query.MapIndexService
 
addInetSocketAddress(List<InetSocketAddress>) - Method in class com.hazelcast.client.ClientConfig
 
addInetSocketAddress(InetSocketAddress...) - Method in class com.hazelcast.client.ClientConfig
 
addInstanceListener(InstanceListener) - Method in class com.hazelcast.client.HazelcastClient
 
addInstanceListener(InstanceListener) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
addInstanceListener(InstanceListener) - Method in interface com.hazelcast.core.HazelcastInstance
Add a instance listener which will be notified when a new instance such as map, queue, multimap, topic, lock is added or removed.
addInterface(String) - Method in class com.hazelcast.config.Interfaces
Adds a new interface
addInterface(String) - Method in class com.hazelcast.config.MemberGroupConfig
 
addItem(Object) - Method in class com.hazelcast.jmx.ListMBean
 
addItem(Object) - Method in class com.hazelcast.jmx.SetMBean
 
addItemListener(ItemListener<E>, boolean) - Method in interface com.hazelcast.core.ICollection
Adds an item listener for this collection.
addItemListenerConfig(ItemListenerConfig) - Method in class com.hazelcast.config.QueueConfig
 
addLifecycleListener(LifecycleListener) - Method in interface com.hazelcast.core.LifecycleService
 
addListener(EventListener) - Method in class com.hazelcast.client.ClientConfig
Adds a listener object to configuration to be registered when HazelcastClient starts.
addListenerConfig(ListenerConfig) - Method in class com.hazelcast.config.Config
 
addLocalEntryListener(EntryListener<K, V>) - Method in interface com.hazelcast.core.IMap
Adds a local entry listener for this map.
addLocalEntryListener(EntryListener<K, V>) - Method in interface com.hazelcast.core.MultiMap
Adds a local entry listener for this multimap.
addMapConfig(MapConfig) - Method in class com.hazelcast.config.Config
 
addMapIndexConfig(MapIndexConfig) - Method in class com.hazelcast.config.MapConfig
 
addMember(String) - Method in class com.hazelcast.config.TcpIpConfig
 
addMemberGroupConfig(MemberGroupConfig) - Method in class com.hazelcast.config.PartitionGroupConfig
 
addMemberLoginModuleConfig(LoginModuleConfig) - Method in class com.hazelcast.config.SecurityConfig
 
addMembershipListener(MembershipListener) - Method in interface com.hazelcast.core.Cluster
Adds MembershipListener to listen for membership updates.
addMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.Config
 
addMessageListener(MessageListener<E>) - Method in interface com.hazelcast.core.ITopic
 
addMessageListenerConfig(ListenerConfig) - Method in class com.hazelcast.config.TopicConfig
 
addMigrationListener(MigrationListener) - Method in interface com.hazelcast.partition.PartitionService
 
addMultiMapConfig(MultiMapConfig) - Method in class com.hazelcast.config.Config
 
AddNewEntryMergePolicy - Class in com.hazelcast.merge
 
AddNewEntryMergePolicy() - Constructor for class com.hazelcast.merge.AddNewEntryMergePolicy
 
addOutboundPort(int) - Method in class com.hazelcast.config.NetworkConfig
 
addOutboundPortDefinition(String) - Method in class com.hazelcast.config.NetworkConfig
 
addPartition(int) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
addQueueConfig(QueueConfig) - Method in class com.hazelcast.config.Config
 
ADDRESSES - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
addResultSet(Long, Collection<Record>) - Method in class com.hazelcast.query.MultiResultSet
 
addSemaphoreConfig(SemaphoreConfig) - Method in class com.hazelcast.config.Config
Adds a new SemaphoreConfig by name
addTargetClusterConfig(WanTargetClusterConfig) - Method in class com.hazelcast.config.WanReplicationConfig
 
addTopicConfig(TopicConfig) - Method in class com.hazelcast.config.Config
 
addTrustedInterface(String) - Method in class com.hazelcast.config.MulticastConfig
 
addWanReplicationConfig(WanReplicationConfig) - Method in class com.hazelcast.config.Config
 
and(Predicate) - Method in class com.hazelcast.query.PredicateBuilder
 
and(Predicate, Predicate) - Static method in class com.hazelcast.query.Predicates
 
appendState(StringBuffer) - Method in class com.hazelcast.query.Index
 
appendState(StringBuffer) - Method in class com.hazelcast.query.MapIndexService
 
appendToken(StringBuilder, StringBuilder) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
apply(MapEntry<K, V>) - Method in interface com.hazelcast.query.Predicate
 
apply(MapEntry) - Method in class com.hazelcast.query.PredicateBuilder
 
apply(MapEntry) - Method in class com.hazelcast.query.Predicates.AndOrPredicate
 
apply(MapEntry) - Method in class com.hazelcast.query.Predicates.BetweenPredicate
 
apply(MapEntry) - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
apply(MapEntry) - Method in class com.hazelcast.query.Predicates.InPredicate
 
apply(MapEntry) - Method in class com.hazelcast.query.Predicates.LikePredicate
 
apply(MapEntry) - Method in class com.hazelcast.query.Predicates.NotEqualPredicate
 
apply(MapEntry) - Method in class com.hazelcast.query.Predicates.NotPredicate
 
apply(MapEntry) - Method in class com.hazelcast.query.Predicates.RegexPredicate
 
apply(MapEntry) - Method in class com.hazelcast.query.SqlPredicate
 
AS_LIST - Static variable in class com.hazelcast.core.Prefix
The Constant AS_LIST: "l:"
AS_MULTIMAP - Static variable in class com.hazelcast.core.Prefix
The Constant AS_MULTIMAP: "u:"
AS_SET - Static variable in class com.hazelcast.core.Prefix
The Constant AS_SET: "s:"
AsymmetricEncryptionConfig - Class in com.hazelcast.config
 
AsymmetricEncryptionConfig() - Constructor for class com.hazelcast.config.AsymmetricEncryptionConfig
 
ATOMIC_LONG_MAP_NAME - Static variable in class com.hazelcast.config.MapConfig
 
ATOMIC_NUMBER - Static variable in class com.hazelcast.core.Prefix
The Constant ATOMIC_NUMBER: "a:"
ATOMIC_NUMBER_HAZELCAST - Static variable in class com.hazelcast.core.Prefix
The Constant ATOMIC_NUMBER_HAZELCAST: "a:__hz_"
AtomicNumber - Interface in com.hazelcast.core
AtomicNumber is a backed-up distributed implementation of java.util.concurrent.atomic.AtomicLong.
AtomicNumberMBean - Class in com.hazelcast.jmx
MBean for AtomicNumber
AtomicNumberMBean(AtomicNumber, ManagementService) - Constructor for class com.hazelcast.jmx.AtomicNumberMBean
 
AtomicNumberOperationsCounter - Class in com.hazelcast.impl.monitor
 
AtomicNumberOperationsCounter() - Constructor for class com.hazelcast.impl.monitor.AtomicNumberOperationsCounter
 
AtomicNumberOperationsCounter(long) - Constructor for class com.hazelcast.impl.monitor.AtomicNumberOperationsCounter
 
attach() - Method in interface com.hazelcast.core.ISemaphore
Attaches a permit to the caller's address.
attach(int) - Method in interface com.hazelcast.core.ISemaphore
Attaches the given number of permits to the caller's address.
attachedPermits() - Method in interface com.hazelcast.core.ISemaphore
Returns the current number of permits attached to the caller's address.
available() - Method in class com.hazelcast.jmx.SemaphoreMBean
 
availablePermits() - Method in interface com.hazelcast.core.ISemaphore
Returns the current number of permits currently available in this semaphore.
availableProcessors - Variable in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
await() - Method in interface com.hazelcast.core.ICountDownLatch
Causes the current thread to wait until the latch has counted down to zero or an exception is thrown.
await(long, TimeUnit) - Method in interface com.hazelcast.core.ICountDownLatch
Causes the current thread to wait until the latch has counted down to zero, an exception is thrown, or the specified waiting time elapses.
AwsConfig - Class in com.hazelcast.config
 
AwsConfig() - Constructor for class com.hazelcast.config.AwsConfig
 

B

begin() - Method in interface com.hazelcast.core.Transaction
Creates a new transaction and associate it with the current thread.
between(Comparable, Comparable) - Method in class com.hazelcast.query.EntryObject
 
between(Expression<? extends T>, T, T) - Static method in class com.hazelcast.query.Predicates
 
build() - Method in class com.hazelcast.client.ClientConfigBuilder
 
build() - Method in interface com.hazelcast.config.ConfigBuilder
Builds Config object.
build() - Method in class com.hazelcast.config.XmlConfigBuilder
 
build(Config) - Method in class com.hazelcast.config.XmlConfigBuilder
 
build(Element) - Method in class com.hazelcast.config.XmlConfigBuilder
 
buildObjectName(ObjectName, Object) - Static method in class com.hazelcast.jmx.MapEntryMBean
 
buildObjectName() - Method in class com.hazelcast.jmx.ObjectNameSpec
 
buildObjectName(String, String) - Method in class com.hazelcast.jmx.ObjectNameSpec
Builde the name, overwriting the defaults
buildObjectNameFilter(ObjectName) - Static method in class com.hazelcast.jmx.MapEntryMBean
 

C

call() - Method in class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
call() - Method in class com.hazelcast.monitor.DistributedMapStatsCallable
 
call() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable
 
call() - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable
 
callable(Runnable, V) - Static method in class com.hazelcast.core.DistributedTask
 
cancel(boolean) - Method in class com.hazelcast.core.DistributedTask
 
cancel(boolean) - Method in class com.hazelcast.core.DistributedTask.Inner
 
checkPermission(Permission) - Method in interface com.hazelcast.security.SecurityContext
Checks whether current Subject has been granted specified permission or not.
checkTrue(String) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
className - Variable in class com.hazelcast.config.ListenerConfig
 
ClasspathXmlConfig - Class in com.hazelcast.config
 
ClasspathXmlConfig() - Constructor for class com.hazelcast.config.ClasspathXmlConfig
 
ClasspathXmlConfig(String) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
 
ClasspathXmlConfig(ClassLoader, String) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
 
cleanNodeName(Node) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
cleanNodeName(String) - Static method in class com.hazelcast.config.AbstractXmlConfigHelper
 
clear() - Method in class com.hazelcast.config.Interfaces
clears all interfaces.
clear() - Method in class com.hazelcast.config.MemberGroupConfig
 
clear() - Method in class com.hazelcast.config.PartitionGroupConfig
 
clear() - Method in class com.hazelcast.config.TcpIpConfig
 
clear() - Method in interface com.hazelcast.core.MultiMap
Clears the multimap.
clear() - Method in class com.hazelcast.jmx.ListMBean
 
clear() - Method in class com.hazelcast.jmx.MapMBean
 
clear() - Method in class com.hazelcast.jmx.MultiMapMBean
 
clear() - Method in class com.hazelcast.jmx.QueueMBean
Clear queue
clear() - Method in class com.hazelcast.jmx.SetMBean
 
clear() - Method in class com.hazelcast.query.MapIndexService
 
clearPartitions() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
Client - Interface in com.hazelcast.core
 
ClientConfig - Class in com.hazelcast.client
 
ClientConfig() - Constructor for class com.hazelcast.client.ClientConfig
 
ClientConfigBuilder - Class in com.hazelcast.client
 
ClientConfigBuilder(String) - Constructor for class com.hazelcast.client.ClientConfigBuilder
 
ClientConfigBuilder(File) - Constructor for class com.hazelcast.client.ClientConfigBuilder
 
ClientConfigBuilder(URL) - Constructor for class com.hazelcast.client.ClientConfigBuilder
 
ClientConfigBuilder(InputStream) - Constructor for class com.hazelcast.client.ClientConfigBuilder
 
clientConnected(Client) - Method in interface com.hazelcast.core.ClientListener
 
clientDisconnected(Client) - Method in interface com.hazelcast.core.ClientListener
 
ClientListener - Interface in com.hazelcast.core
 
ClientService - Interface in com.hazelcast.core
 
ClientType - Enum in com.hazelcast.core
 
clone() - Method in class com.hazelcast.monitor.TimedMemberState
 
Cluster - Interface in com.hazelcast.core
Hazelcast cluster interface.
ClusterMBean - Class in com.hazelcast.jmx
The instrumentation MBean for the cluster.
ClusterMBean(ManagementService, String) - Constructor for class com.hazelcast.jmx.ClusterMBean
 
collectAppliedIndexes(Set<Index>, Map<Expression, Index>) - Method in interface com.hazelcast.query.IndexAwarePredicate
 
collectAppliedIndexes(Set<Index>, Map<Expression, Index>) - Method in class com.hazelcast.query.PredicateBuilder
 
collectAppliedIndexes(Set<Index>, Map<Expression, Index>) - Method in class com.hazelcast.query.Predicates.AndOrPredicate
 
collectAppliedIndexes(Set<Index>, Map<Expression, Index>) - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
collectAppliedIndexes(Set<Index>, Map<Expression, Index>) - Method in class com.hazelcast.query.Predicates.InPredicate
 
collectAppliedIndexes(Set<Index>, Map<Expression, Index>) - Method in class com.hazelcast.query.SqlPredicate
 
collectIndexAwarePredicates(List<IndexAwarePredicate>, Map<Expression, Index>) - Method in interface com.hazelcast.query.IndexAwarePredicate
 
collectIndexAwarePredicates(List<IndexAwarePredicate>, Map<Expression, Index>) - Method in class com.hazelcast.query.PredicateBuilder
 
collectIndexAwarePredicates(List<IndexAwarePredicate>, Map<Expression, Index>) - Method in class com.hazelcast.query.Predicates.AndOrPredicate
 
collectIndexAwarePredicates(List<IndexAwarePredicate>, Map<Expression, Index>) - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
collectIndexAwarePredicates(List<IndexAwarePredicate>, Map<Expression, Index>) - Method in class com.hazelcast.query.Predicates.InPredicate
 
collectIndexAwarePredicates(List<IndexAwarePredicate>, Map<Expression, Index>) - Method in class com.hazelcast.query.SqlPredicate
 
collection - Variable in class com.hazelcast.core.EntryEvent
 
com.hazelcast.client - package com.hazelcast.client
 
com.hazelcast.config - package com.hazelcast.config
 
com.hazelcast.core - package com.hazelcast.core
 
com.hazelcast.hibernate.instance - package com.hazelcast.hibernate.instance
 
com.hazelcast.impl.monitor - package com.hazelcast.impl.monitor
 
com.hazelcast.jmx - package com.hazelcast.jmx
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
com.hazelcast.merge - package com.hazelcast.merge
 
com.hazelcast.monitor - package com.hazelcast.monitor
 
com.hazelcast.nio - package com.hazelcast.nio
 
com.hazelcast.partition - package com.hazelcast.partition
 
com.hazelcast.query - package com.hazelcast.query
 
com.hazelcast.security - package com.hazelcast.security
 
commit() - Method in interface com.hazelcast.core.Transaction
Commits the transaction associated with the current thread.
compareAndSet(long, long) - Method in interface com.hazelcast.core.AtomicNumber
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSet(long, long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
Config - Class in com.hazelcast.config
 
Config() - Constructor for class com.hazelcast.config.Config
 
ConfigBuilder - Interface in com.hazelcast.config
Interface for all config builders.
ConfigLoader - Class in com.hazelcast.config
 
ConfigLoader() - Constructor for class com.hazelcast.config.ConfigLoader
 
configure(GroupConfig, Properties) - Method in interface com.hazelcast.security.ICredentialsFactory
Configures ICredentialsFactory.
configure(SecurityConfig, Properties) - Method in interface com.hazelcast.security.IPermissionPolicy
Configures IPermissionPolicy.
ConfigXmlGenerator - Class in com.hazelcast.config
 
ConfigXmlGenerator() - Constructor for class com.hazelcast.config.ConfigXmlGenerator
 
ConfigXmlGenerator(boolean) - Constructor for class com.hazelcast.config.ConfigXmlGenerator
 
CONNECTION_ATTEMPT_LIMIT - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
CONNECTION_TIMEOUT - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
contains(Object) - Method in class com.hazelcast.query.MultiResultSet
 
contains(Object) - Method in class com.hazelcast.query.SingleResultSet
 
containsEntry(K, V) - Method in interface com.hazelcast.core.MultiMap
Returns whether the multimap contains the given key-value pair.
containsKey(Object) - Method in interface com.hazelcast.core.IMap

containsKey(K) - Method in interface com.hazelcast.core.MultiMap
Returns whether the multimap contains an entry with the key.
containsValue(Object) - Method in interface com.hazelcast.core.IMap
containsValue(Object) - Method in interface com.hazelcast.core.MultiMap
Returns whether the multimap contains an entry with the value.
COUNT_DOWN_LATCH - Static variable in class com.hazelcast.core.Prefix
The Constant COUNT_DOWN_LATCH: "d:"
COUNT_DOWN_LATCH_MAP_NAME - Static variable in class com.hazelcast.config.MapConfig
 
countDown() - Method in interface com.hazelcast.core.ICountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
countDown() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
CountDownLatchMBean - Class in com.hazelcast.jmx
MBean for ICountDownLatch
CountDownLatchMBean(ICountDownLatch, ManagementService) - Constructor for class com.hazelcast.jmx.CountDownLatchMBean
 
CountDownLatchOperationsCounter - Class in com.hazelcast.impl.monitor
 
CountDownLatchOperationsCounter() - Constructor for class com.hazelcast.impl.monitor.CountDownLatchOperationsCounter
 
CountDownLatchOperationsCounter(long) - Constructor for class com.hazelcast.impl.monitor.CountDownLatchOperationsCounter
 
createClientLoginContext(Credentials) - Method in interface com.hazelcast.security.SecurityContext
Creates client LoginContext.
createMemberLoginContext(Credentials) - Method in interface com.hazelcast.security.SecurityContext
Creates member LoginContext.
createSecureCallable(Subject, Callable<V>) - Method in interface com.hazelcast.security.SecurityContext
Creates secure callable that runs in a sandbox.
Credentials - Interface in com.hazelcast.security
Credentials is a container object for endpoint (Members and Clients) security attributes.
CredentialsFactoryConfig - Class in com.hazelcast.config
 
CredentialsFactoryConfig() - Constructor for class com.hazelcast.config.CredentialsFactoryConfig
 
CredentialsFactoryConfig(String) - Constructor for class com.hazelcast.config.CredentialsFactoryConfig
 

D

DataMBean - Class in com.hazelcast.jmx
Manager of data instances and collects general statistics.
DataMBean(ManagementService) - Constructor for class com.hazelcast.jmx.DataMBean
 
DataSerializable - Interface in com.hazelcast.nio
 
decrementAndGet() - Method in interface com.hazelcast.core.AtomicNumber
Atomically decrements the current value by one.
decrementAndGet() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
DEFAULT_BACKUP_COUNT - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_CACHE_VALUE - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_CORE_POOL_SIZE - Static variable in class com.hazelcast.config.ExecutorConfig
 
DEFAULT_ENABLED - Static variable in class com.hazelcast.config.MulticastConfig
 
DEFAULT_EVICTION_DELAY_SECONDS - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_EVICTION_PERCENTAGE - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_EVICTION_POLICY - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_EVICTION_POLICY - Static variable in class com.hazelcast.config.NearCacheConfig
 
DEFAULT_GLOBAL_ORDERING_ENABLED - Static variable in class com.hazelcast.config.TopicConfig
 
DEFAULT_GROUP_NAME - Static variable in class com.hazelcast.config.GroupConfig
 
DEFAULT_GROUP_PASSWORD - Static variable in class com.hazelcast.config.GroupConfig
 
DEFAULT_KEEP_ALIVE_SECONDS - Static variable in class com.hazelcast.config.ExecutorConfig
 
DEFAULT_MAX_IDLE_SECONDS - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_MAX_IDLE_SECONDS - Static variable in class com.hazelcast.config.NearCacheConfig
 
DEFAULT_MAX_POOL_SIZE - Static variable in class com.hazelcast.config.ExecutorConfig
 
DEFAULT_MAX_SIZE - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_MAX_SIZE - Static variable in class com.hazelcast.config.NearCacheConfig
 
DEFAULT_MAX_SIZE_PER_JVM - Static variable in class com.hazelcast.config.QueueConfig
 
DEFAULT_MERGE_POLICY - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_MULTICAST_GROUP - Static variable in class com.hazelcast.config.MulticastConfig
 
DEFAULT_MULTICAST_PORT - Static variable in class com.hazelcast.config.MulticastConfig
 
DEFAULT_MULTICAST_TIMEOUT_SECONDS - Static variable in class com.hazelcast.config.MulticastConfig
 
DEFAULT_MULTICAST_TTL - Static variable in class com.hazelcast.config.MulticastConfig
 
DEFAULT_PORT - Static variable in class com.hazelcast.config.NetworkConfig
 
DEFAULT_TTL_SECONDS - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_TTL_SECONDS - Static variable in class com.hazelcast.config.NearCacheConfig
 
DEFAULT_WRITE_DELAY_SECONDS - Static variable in class com.hazelcast.config.MapStoreConfig
 
delete(K) - Method in interface com.hazelcast.core.MapStore
Deletes the entry with a given key from the store.
deleteAll(Collection<K>) - Method in interface com.hazelcast.core.MapStore
Deletes multiple entries from the store.
destroy(String) - Method in class com.hazelcast.client.HazelcastClient
 
destroy() - Method in interface com.hazelcast.core.Instance
Destroys this instance cluster-wide.
destroy() - Method in interface com.hazelcast.core.MapLoaderLifecycleSupport
Hazelcast will call this method before shutting down.
destroy() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
destroy() - Method in interface com.hazelcast.security.ICredentialsFactory
Destroys ICredentialsFactory.
destroy() - Method in interface com.hazelcast.security.IPermissionPolicy
Destroys IPermissionPolicy.
destroy() - Method in interface com.hazelcast.security.SecurityContext
Destroys SecurityContext and all security elements.
detach() - Method in interface com.hazelcast.core.ISemaphore
Detaches a permit from the caller's address.
detach(int) - Method in interface com.hazelcast.core.ISemaphore
Detaches the given number of permits from the caller's address.
DistributedMapStatsCallable - Class in com.hazelcast.monitor
 
DistributedMapStatsCallable(String) - Constructor for class com.hazelcast.monitor.DistributedMapStatsCallable
 
DistributedMapStatsCallable.MemberMapStat - Class in com.hazelcast.monitor
 
DistributedMapStatsCallable.MemberMapStat(Member, LocalMapStats) - Constructor for class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat
 
DistributedMemberInfoCallable - Class in com.hazelcast.monitor
 
DistributedMemberInfoCallable() - Constructor for class com.hazelcast.monitor.DistributedMemberInfoCallable
 
DistributedMemberInfoCallable.MemberInfo - Class in com.hazelcast.monitor
 
DistributedMemberInfoCallable.MemberInfo() - Constructor for class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
DistributedQueueStatsCallable - Class in com.hazelcast.monitor
 
DistributedQueueStatsCallable(String) - Constructor for class com.hazelcast.monitor.DistributedQueueStatsCallable
 
DistributedQueueStatsCallable.MemberQueueStats - Class in com.hazelcast.monitor
 
DistributedQueueStatsCallable.MemberQueueStats(Member, LocalQueueStats) - Constructor for class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats
 
DistributedTask<V> - Class in com.hazelcast.core
A cancellable asynchronous distributed computation.
DistributedTask(Callable<V>) - Constructor for class com.hazelcast.core.DistributedTask
 
DistributedTask(Callable<V>, Member) - Constructor for class com.hazelcast.core.DistributedTask
 
DistributedTask(Callable<V>, Set<Member>) - Constructor for class com.hazelcast.core.DistributedTask
 
DistributedTask(Callable<V>, Object) - Constructor for class com.hazelcast.core.DistributedTask
 
DistributedTask(Runnable, V) - Constructor for class com.hazelcast.core.DistributedTask
 
DistributedTask(Runnable, V, Member) - Constructor for class com.hazelcast.core.DistributedTask
 
DistributedTask(Runnable, V, Set<Member>) - Constructor for class com.hazelcast.core.DistributedTask
 
DistributedTask(Runnable, V, Object) - Constructor for class com.hazelcast.core.DistributedTask
 
DistributedTask.DistributedRunnableAdapterImpl<V> - Class in com.hazelcast.core
 
DistributedTask.DistributedRunnableAdapterImpl(Runnable, V) - Constructor for class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
DistributedTask.Inner - Class in com.hazelcast.core
 
DistributedTask.Inner(Callable<V>, Member, Set<Member>, Object) - Constructor for class com.hazelcast.core.DistributedTask.Inner
 
doApply(Object, Object) - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
doApply(Object, Object) - Method in class com.hazelcast.query.Predicates.GreaterLessPredicate
 
doAsPrivileged(Subject, PrivilegedExceptionAction<T>) - Method in interface com.hazelcast.security.SecurityContext
Performs privileged work as a particular Subject.
done(Future<V>) - Method in interface com.hazelcast.core.ExecutionCallback
 
doQuery(QueryContext) - Method in class com.hazelcast.query.MapIndexService
 
drain() - Method in class com.hazelcast.jmx.SemaphoreMBean
 
drainPermits() - Method in interface com.hazelcast.core.ISemaphore
Acquires and returns all permits that are immediately available.
DuplicateInstanceNameException - Exception in com.hazelcast.core
 
DuplicateInstanceNameException() - Constructor for exception com.hazelcast.core.DuplicateInstanceNameException
 
DuplicateInstanceNameException(String) - Constructor for exception com.hazelcast.core.DuplicateInstanceNameException
 

E

EntryAdapter<K,V> - Class in com.hazelcast.core
Adapter for EntryListener.
EntryAdapter() - Constructor for class com.hazelcast.core.EntryAdapter
 
entryAdded(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryAdded(EntryEvent<K, V>) - Method in interface com.hazelcast.core.EntryListener
Invoked when an entry is added.
EntryEvent<K,V> - Class in com.hazelcast.core
Map Entry event.
EntryEvent(Object, Member, int, K, V) - Constructor for class com.hazelcast.core.EntryEvent
 
EntryEvent(Object, Member, int, K, V, V) - Constructor for class com.hazelcast.core.EntryEvent
 
entryEventType - Variable in class com.hazelcast.core.EntryEvent
 
EntryEventType - Enum in com.hazelcast.core
 
entryEvicted(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryEvicted(EntryEvent<K, V>) - Method in interface com.hazelcast.core.EntryListener
Invoked when an entry is evicted.
EntryKeyObject<T> - Class in com.hazelcast.query
 
EntryKeyObject() - Constructor for class com.hazelcast.query.EntryKeyObject
 
EntryListener<K,V> - Interface in com.hazelcast.core
Map Entry listener to get notified when a map entry is added, removed, updated or evicted.
EntryListenerConfig - Class in com.hazelcast.config
 
EntryListenerConfig() - Constructor for class com.hazelcast.config.EntryListenerConfig
 
EntryListenerConfig(String, boolean, boolean) - Constructor for class com.hazelcast.config.EntryListenerConfig
 
EntryListenerConfig(EntryListener, boolean, boolean) - Constructor for class com.hazelcast.config.EntryListenerConfig
 
EntryObject - Class in com.hazelcast.query
 
EntryObject(PredicateBuilder) - Constructor for class com.hazelcast.query.EntryObject
 
entryRemoved(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryRemoved(EntryEvent<K, V>) - Method in interface com.hazelcast.core.EntryListener
Invoked when an entry is removed.
entrySet() - Method in interface com.hazelcast.core.IMap
Returns a Set clone of the mappings contained in this map.
entrySet(Predicate) - Method in interface com.hazelcast.core.IMap
Queries the map based on the specified predicate and returns the matching entries.
entrySet() - Method in interface com.hazelcast.core.MultiMap
Returns the set of key-value pairs in the multimap.
entrySet(String) - Method in class com.hazelcast.jmx.MapMBean
 
entryUpdated(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryUpdated(EntryEvent<K, V>) - Method in interface com.hazelcast.core.EntryListener
Invoked when an entry is updated.
equal(Object) - Method in class com.hazelcast.query.EntryObject
 
equal(Expression, Object) - Static method in class com.hazelcast.query.Predicates
 
equals(Object) - Method in class com.hazelcast.config.GroupConfig
 
equals(Object) - Method in class com.hazelcast.config.MapConfig
 
equals(Object) - Method in class com.hazelcast.config.TopicConfig
 
equals(Object) - Method in class com.hazelcast.core.LifecycleEvent
 
equals(Object) - Method in class com.hazelcast.query.Index
 
equals(Object) - Method in class com.hazelcast.query.Predicates.GetExpressionImpl
 
equals(Object) - Method in class com.hazelcast.security.AbstractCredentials
 
evict(Object) - Method in interface com.hazelcast.core.IMap
Evicts the specified key from this map.
ExecutionCallback<V> - Interface in com.hazelcast.core
 
EXECUTOR_SERVICE - Static variable in class com.hazelcast.core.Prefix
The Constant EXECUTOR_SERVICE: "x:"
ExecutorConfig - Class in com.hazelcast.config
 
ExecutorConfig() - Constructor for class com.hazelcast.config.ExecutorConfig
 
ExecutorConfig(String) - Constructor for class com.hazelcast.config.ExecutorConfig
 
ExecutorConfig(String, int, int, int) - Constructor for class com.hazelcast.config.ExecutorConfig
 
ExecutorOperationsCounter - Class in com.hazelcast.impl.monitor
 
ExecutorOperationsCounter(long, String) - Constructor for class com.hazelcast.impl.monitor.ExecutorOperationsCounter
 
Expression<T> - Interface in com.hazelcast.query
 
extractLongValue(Object) - Method in class com.hazelcast.query.Index
 

F

FileSystemXmlConfig - Class in com.hazelcast.config
 
FileSystemXmlConfig() - Constructor for class com.hazelcast.config.FileSystemXmlConfig
 
FileSystemXmlConfig(String) - Constructor for class com.hazelcast.config.FileSystemXmlConfig
 
FileSystemXmlConfig(File) - Constructor for class com.hazelcast.config.FileSystemXmlConfig
 
filter(QueryContext) - Method in interface com.hazelcast.query.IndexAwarePredicate
 
filter(QueryContext) - Method in class com.hazelcast.query.PredicateBuilder
 
filter(QueryContext) - Method in class com.hazelcast.query.Predicates.AndOrPredicate
 
filter(QueryContext) - Method in class com.hazelcast.query.Predicates.BetweenPredicate
 
filter(QueryContext) - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
filter(QueryContext) - Method in class com.hazelcast.query.Predicates.GreaterLessPredicate
 
filter(QueryContext) - Method in class com.hazelcast.query.Predicates.InPredicate
 
filter(QueryContext) - Method in class com.hazelcast.query.Predicates.NotEqualPredicate
 
filter(QueryContext) - Method in class com.hazelcast.query.SqlPredicate
 
findMatchingMapConfig(String) - Method in class com.hazelcast.config.Config
 
findMatchingQueueConfig(String) - Method in class com.hazelcast.config.Config
 
findMatchingTopicConfig(String) - Method in class com.hazelcast.config.Config
 
finishExecution(long) - Method in class com.hazelcast.impl.monitor.ExecutorOperationsCounter
 
flush() - Method in interface com.hazelcast.core.IMap
If this map has a MapStore and write-delay-seconds is bigger than 0 (write-behind) then this method flushes all the local dirty entries by calling MapStore.storeAll() and/or MapStore.deleteAll()
forceUnlock() - Method in interface com.hazelcast.core.ILock
Releases the lock regardless of the lock owner.
forceUnlock(K) - Method in interface com.hazelcast.core.IMap
Releases the lock for the specified key regardless of the lock owner.

G

generate(Config) - Method in class com.hazelcast.config.ConfigXmlGenerator
 
get(String) - Static method in enum com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
 
get() - Method in interface com.hazelcast.core.AtomicNumber
Gets the current value.
get() - Method in class com.hazelcast.core.DistributedTask
 
get(long, TimeUnit) - Method in class com.hazelcast.core.DistributedTask
 
get() - Method in class com.hazelcast.core.DistributedTask.Inner
 
get(long, TimeUnit) - Method in class com.hazelcast.core.DistributedTask.Inner
 
get(Object) - Method in interface com.hazelcast.core.IMap

get(K) - Method in interface com.hazelcast.core.MultiMap
Returns the collection of values associated with the key.
get() - Method in class com.hazelcast.core.MultiTask
 
get(long, TimeUnit) - Method in class com.hazelcast.core.MultiTask
 
get() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
get(String) - Method in class com.hazelcast.query.EntryObject
 
get(String) - Static method in class com.hazelcast.query.Predicates
 
get(String) - Method in class com.hazelcast.query.Predicates.GetExpressionImpl
 
getAccessKey() - Method in class com.hazelcast.config.AwsConfig
 
getActions() - Method in class com.hazelcast.config.PermissionConfig
 
getActualValue() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
getAdd(long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
getAddress() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getAddress() - Method in interface com.hazelcast.monitor.MemberState
 
getAddresses() - Method in class com.hazelcast.config.TcpIpConfig
 
getAddressList() - Method in class com.hazelcast.client.ClientConfig
 
getAlgorithm() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getAlgorithm() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
getAll(Set<K>) - Method in interface com.hazelcast.core.IMap
Returns the entries for the given keys.
getAllHazelcastClients() - Static method in class com.hazelcast.client.HazelcastClient
 
getAllHazelcastInstances() - Static method in class com.hazelcast.core.Hazelcast
Returns all active/running HazelcastInstances on this JVM.
getAndAdd(long) - Method in interface com.hazelcast.core.AtomicNumber
Atomically adds the given value to the current value.
getAndSet(long) - Method in interface com.hazelcast.core.AtomicNumber
Atomically sets the given value and returns the old value.
getAsymmetricEncryptionConfig() - Method in class com.hazelcast.config.NetworkConfig
 
getAsync(K) - Method in interface com.hazelcast.core.IMap
Asynchronously gets the given key.
getAsyncBackupCount() - Method in class com.hazelcast.config.MapConfig
 
getAtomicNumber(String) - Method in class com.hazelcast.client.HazelcastClient
 
getAtomicNumber(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getAtomicNumber(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates cluster-wide atomic long.
getAttribute() - Method in class com.hazelcast.config.MapIndexConfig
 
getAttribute(String) - Method in class com.hazelcast.jmx.AbstractMBean
Local attribute override managed object attribute
getAttributeIndex() - Method in class com.hazelcast.query.Index
 
getAttributes(String[]) - Method in class com.hazelcast.jmx.AbstractMBean
getAttributes() in interface DynamicMBean
getAvailableProcessors() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getAveAge() - Method in class com.hazelcast.impl.monitor.LocalQueueStatsImpl
 
getAveAge() - Method in interface com.hazelcast.monitor.LocalQueueStats
Returns the average age of the items in this member.
getAverage() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
getAverageCompletionTime() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getAverageCompletionTime() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getAverageStartLatency() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getAverageStartLatency() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getAwsConfig() - Method in class com.hazelcast.config.Join
 
getBackingMapRef() - Method in class com.hazelcast.config.QueueConfig
 
getBackupCount() - Method in class com.hazelcast.config.MapConfig
 
getBackupEntryCount() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getBackupEntryCount() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of backup entries hold by this member.
getBackupEntryMemoryCost() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getBackupEntryMemoryCost() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns memory cost (number of bytes) of backup entries in this member.
getBackupItemCount() - Method in class com.hazelcast.impl.monitor.LocalQueueStatsImpl
 
getBackupItemCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
Returns the number of backup items in this member.
getByType(int) - Static method in enum com.hazelcast.core.EntryEventType
 
getByType(int) - Static method in enum com.hazelcast.core.ItemEventType
 
getCallable() - Method in class com.hazelcast.core.DistributedTask.Inner
 
getClassLoader() - Method in class com.hazelcast.config.Config
 
getClassName() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
getClassName() - Method in class com.hazelcast.config.ListenerConfig
 
getClassName() - Method in class com.hazelcast.config.LoginModuleConfig
 
getClassName() - Method in class com.hazelcast.config.MapStoreConfig
Returns the name of the MapStore implementation class
getClassName() - Method in class com.hazelcast.config.MergePolicyConfig
 
getClassName() - Method in class com.hazelcast.config.PermissionPolicyConfig
 
getClassName() - Method in class com.hazelcast.config.SocketInterceptorConfig
Returns the name of the com.hazelcast.nio.SocketInterceptor implementation class
getClientConfig() - Method in class com.hazelcast.client.HazelcastClient
 
getClientLoginModuleConfigs() - Method in class com.hazelcast.config.SecurityConfig
 
getClientPermissionConfigs() - Method in class com.hazelcast.config.SecurityConfig
 
getClientPolicyConfig() - Method in class com.hazelcast.config.SecurityConfig
 
getClientProxy(Object) - Method in class com.hazelcast.client.HazelcastClient
 
getClientService() - Method in class com.hazelcast.client.HazelcastClient
 
getClientService() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the client service of this Hazelcast instance.
getClientType() - Method in interface com.hazelcast.core.Client
 
getCluster() - Method in class com.hazelcast.client.HazelcastClient
 
getCluster() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getCluster() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the Cluster that this Hazelcast instance is part of.
getCluster() - Method in class com.hazelcast.core.MembershipEvent
Returns the cluster of the event.
getClusterName() - Method in class com.hazelcast.monitor.TimedMemberState
 
getClusterTime() - Method in interface com.hazelcast.core.Cluster
Returns the cluster-wide time.
getClusterTime() - Method in class com.hazelcast.jmx.ClusterMBean
 
getCompleted() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getCompleted() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getCompletionTime() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getCompletionTime() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getConfig() - Method in class com.hazelcast.client.HazelcastClient
 
getConfig() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getConfig() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the configuration of this Hazelcast instance.
getConfig() - Method in class com.hazelcast.jmx.ClusterMBean
 
getConfig() - Method in class com.hazelcast.jmx.MapMBean
 
getConfig() - Method in class com.hazelcast.jmx.QueueMBean
 
getConfig() - Method in class com.hazelcast.jmx.TopicMBean
 
getConfigFileURL() - Method in class com.hazelcast.jmx.ClusterMBean
 
getConfigurationFile() - Method in class com.hazelcast.config.Config
 
getConfigurationUrl() - Method in class com.hazelcast.config.Config
 
getConnectedClients() - Method in interface com.hazelcast.core.ClientService
 
getConnectionManager() - Method in class com.hazelcast.client.HazelcastClient
 
getConnectionTimeout() - Method in class com.hazelcast.client.ClientConfig
 
getConnectionTimeoutSeconds() - Method in class com.hazelcast.config.TcpIpConfig
 
getConvertedRealValue(Object, Object) - Static method in class com.hazelcast.query.Predicates.EqualPredicate
 
getCorePoolSize() - Method in class com.hazelcast.config.ExecutorConfig
 
getCost() - Method in interface com.hazelcast.core.MapEntry
 
getCost() - Method in class com.hazelcast.jmx.MapEntryMBean
 
getCount() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getCountDownLatch(String) - Method in class com.hazelcast.client.HazelcastClient
 
getCountDownLatch(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getCountDownLatch(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates cluster-wide CountDownLatch.
getCreationTime() - Method in interface com.hazelcast.core.MapEntry
 
getCreationTime() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getCreationTime() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the creation time of this map on this member.
getCredentials() - Method in class com.hazelcast.client.ClientConfig
 
getCredentialsFactory() - Method in interface com.hazelcast.security.SecurityContext
Returns current ICredentialsFactory.
getCurrentCount() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getCurrentOwner() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getCurrentPermits() - Method in class com.hazelcast.jmx.SemaphoreMBean
 
getDefaultInstance() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getDirtyEntryCount() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getDirtyEntryCount() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of entries that the member owns and are dirty (updated but not persisted yet).
getEndpoint() - Method in class com.hazelcast.security.AbstractCredentials
 
getEndpoint() - Method in interface com.hazelcast.security.Credentials
Returns IP address of endpoint.
getEndpoints() - Method in class com.hazelcast.config.PermissionConfig
 
getEndpoints() - Method in class com.hazelcast.config.WanTargetClusterConfig
 
getEntryListenerConfigs() - Method in class com.hazelcast.config.MapConfig
 
getEntryListenerConfigs() - Method in class com.hazelcast.config.MultiMapConfig
 
getEntryObject() - Method in class com.hazelcast.query.PredicateBuilder
 
getEvents() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
getEventType() - Method in class com.hazelcast.core.EntryEvent
Return the event type
getEventType() - Method in class com.hazelcast.core.InstanceEvent
 
getEventType() - Method in class com.hazelcast.core.ItemEvent
 
getEventType() - Method in class com.hazelcast.core.MembershipEvent
Returns the membership event type; #MEMBER_ADDED or #MEMBER_REMOVED
getEvictionDelaySeconds() - Method in class com.hazelcast.config.MapConfig
Deprecated.  
getEvictionPercentage() - Method in class com.hazelcast.config.MapConfig
 
getEvictionPolicy() - Method in class com.hazelcast.config.MapConfig
 
getEvictionPolicy() - Method in class com.hazelcast.config.NearCacheConfig
 
getExecutionCallback() - Method in class com.hazelcast.core.DistributedTask
 
getExecutionCallback() - Method in class com.hazelcast.core.DistributedTask.Inner
 
getExecutorConfig() - Method in class com.hazelcast.config.Config
Deprecated. use getExecutorConfig (name) instead
getExecutorConfig(String) - Method in class com.hazelcast.config.Config
Returns the ExecutorConfig for the given name
getExecutorConfigMap() - Method in class com.hazelcast.config.Config
 
getExecutorConfigs() - Method in class com.hazelcast.config.Config
Returns the collection of executor configs.
getExecutorList() - Method in class com.hazelcast.monitor.TimedMemberState
 
getExecutorName() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getExecutorService() - Method in class com.hazelcast.client.HazelcastClient
 
getExecutorService(String) - Method in class com.hazelcast.client.HazelcastClient
 
getExecutorService() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getExecutorService(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getExecutorService() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the default distributed executor service.
getExecutorService(String) - Method in interface com.hazelcast.core.HazelcastInstance
Returns the distributed executor service for the given name.
getExpirationTime() - Method in interface com.hazelcast.core.MapEntry
 
getExpression() - Method in class com.hazelcast.config.MapIndexConfig
 
getExpression() - Method in class com.hazelcast.query.Index
 
getExternalExecutorStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getExternalExecutorStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getFactoryClassName() - Method in class com.hazelcast.config.MapStoreConfig
Returns the name of the MapStoreFactory implementation class
getFactoryClassName() - Method in class com.hazelcast.config.SemaphoreConfig
 
getFactoryClassName() - Method in class com.hazelcast.config.SSLConfig
Returns the name of the com.hazelcast.nio.ssl.SSLContextFactory implementation class
getFactoryImplementation() - Method in class com.hazelcast.config.MapStoreConfig
Returns the map store factory implementation object
getFactoryImplementation() - Method in class com.hazelcast.config.SemaphoreConfig
 
getFactoryImplementation() - Method in class com.hazelcast.config.SSLConfig
Returns the com.hazelcast.nio.ssl.SSLContextFactory implementation object
getFreeMemory() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getGroupConfig() - Method in class com.hazelcast.client.ClientConfig
 
getGroupConfig() - Method in class com.hazelcast.config.Config
 
getGroupName() - Method in class com.hazelcast.config.WanTargetClusterConfig
 
getGroupName() - Method in class com.hazelcast.jmx.ClusterMBean
 
getGroupPassword() - Method in class com.hazelcast.config.WanTargetClusterConfig
 
getGroupType() - Method in class com.hazelcast.config.PartitionGroupConfig
 
getHazelcastInstance() - Method in class com.hazelcast.core.HazelcastInstanceAwareObject
 
getHazelcastInstance(Session) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
Tries to extract HazelcastInstance from Session.
getHazelcastInstance(SessionFactory) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
Tries to extract HazelcastInstance from SessionFactory.
getHazelcastInstance(SessionFactoryImplementor) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
Tries to extract HazelcastInstance from SessionFactoryImplementor.
getHazelcastInstanceByName(String) - Static method in class com.hazelcast.core.Hazelcast
Returns an existing HazelcastInstance with instanceName.
getHits() - Method in interface com.hazelcast.core.MapEntry
 
getHits() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getHits() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of hits (reads) of the locally owned entries.
getHostHeader() - Method in class com.hazelcast.config.AwsConfig
 
getId() - Method in interface com.hazelcast.core.Instance
Returns the unique id for this instance.
getId() - Method in enum com.hazelcast.core.InstanceEvent.InstanceEventType
 
getIdGenerator(String) - Method in class com.hazelcast.client.HazelcastClient
 
getIdGenerator(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getIdGenerator(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates cluster-wide unique IDs.
getImplementation() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
getImplementation() - Method in class com.hazelcast.config.EntryListenerConfig
 
getImplementation() - Method in class com.hazelcast.config.ItemListenerConfig
 
getImplementation() - Method in class com.hazelcast.config.ListenerConfig
 
getImplementation() - Method in class com.hazelcast.config.MapStoreConfig
Returns the map store implementation object
getImplementation() - Method in class com.hazelcast.config.MergePolicyConfig
 
getImplementation() - Method in class com.hazelcast.config.PermissionPolicyConfig
 
getImplementation() - Method in class com.hazelcast.config.SocketInterceptorConfig
Returns the com.hazelcast.nio.SocketInterceptor implementation object
getIndexes() - Method in class com.hazelcast.query.MapIndexService
 
getIndexesInOrder() - Method in class com.hazelcast.query.MapIndexService
 
getIndexType() - Method in class com.hazelcast.query.Index
 
getIndexType(Class) - Static method in class com.hazelcast.query.Index
 
getIndexTypes() - Method in class com.hazelcast.query.MapIndexService
 
getIndexValues(Object) - Method in class com.hazelcast.query.MapIndexService
 
getInetAddress() - Method in interface com.hazelcast.core.Member
Deprecated. use @link{#getInetSocketAddress()}
getInetAddress() - Method in class com.hazelcast.jmx.MemberMBean
 
getInetSocketAddress() - Method in interface com.hazelcast.core.Member
Returns the InetSocketAddress of this member.
getInitialConnectionAttemptLimit() - Method in class com.hazelcast.client.ClientConfig
 
getInitialPermits() - Method in class com.hazelcast.config.SemaphoreConfig
 
getInitialPermits(String, int) - Method in interface com.hazelcast.core.SemaphoreFactory
Gets the initial permit value of a given named semaphore.
getInner() - Method in class com.hazelcast.core.DistributedTask
 
getInRunnable() - Method in class com.hazelcast.client.HazelcastClient
 
getInstance() - Method in class com.hazelcast.core.InstanceEvent
 
getInstance() - Method in class com.hazelcast.jmx.ManagementService
 
getInstanceCount() - Method in class com.hazelcast.jmx.DataMBean
 
getInstanceName() - Method in class com.hazelcast.config.Config
 
getInstanceName() - Method in class com.hazelcast.jmx.ClusterMBean
 
getInstanceNames() - Method in class com.hazelcast.monitor.TimedMemberState
 
getInstances() - Method in class com.hazelcast.client.HazelcastClient
 
getInstances() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getInstances() - Method in interface com.hazelcast.core.HazelcastInstance
Returns all queue, map, set, list, topic, lock, multimap instances created by Hazelcast.
getInstancesCreated() - Method in class com.hazelcast.jmx.DataMBean
 
getInstancesCreatedAvg() - Method in class com.hazelcast.jmx.DataMBean
 
getInstancesCreatedMax() - Method in class com.hazelcast.jmx.DataMBean
 
getInstancesDestroyed() - Method in class com.hazelcast.jmx.DataMBean
 
getInstancesDestroyedAvg() - Method in class com.hazelcast.jmx.DataMBean
 
getInstancesDestroyedMax() - Method in class com.hazelcast.jmx.DataMBean
 
getInstanceType() - Method in interface com.hazelcast.core.Instance
Returns instance type such as map, set, list, lock, topic, multimap, id generator
getInstanceType() - Method in class com.hazelcast.core.InstanceEvent
 
getInterfaces() - Method in class com.hazelcast.config.Interfaces
 
getInterfaces() - Method in class com.hazelcast.config.MemberGroupConfig
 
getInterfaces() - Method in class com.hazelcast.config.NetworkConfig
 
getInternalExecutorStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getInternalExecutorStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getInterval() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
getInThreadStats() - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
getInThreadStats() - Method in interface com.hazelcast.monitor.MemberHealthStats
 
getItem() - Method in class com.hazelcast.core.ItemEvent
 
getItemListenerConfigs() - Method in class com.hazelcast.config.QueueConfig
 
getItems() - Method in class com.hazelcast.jmx.ListMBean
 
getItems() - Method in class com.hazelcast.jmx.SetMBean
 
getItemsReceived() - Method in class com.hazelcast.jmx.ListMBean
 
getItemsReceived() - Method in class com.hazelcast.jmx.QueueMBean
 
getItemsReceived() - Method in class com.hazelcast.jmx.SetMBean
 
getItemsReceived() - Method in class com.hazelcast.jmx.TopicMBean
 
getItemsReceivedAvg() - Method in class com.hazelcast.jmx.QueueMBean
 
getItemsReceivedAvg() - Method in class com.hazelcast.jmx.TopicMBean
 
getItemsReceivedMax() - Method in class com.hazelcast.jmx.QueueMBean
 
getItemsReceivedMax() - Method in class com.hazelcast.jmx.TopicMBean
 
getItemsServed() - Method in class com.hazelcast.jmx.ListMBean
 
getItemsServed() - Method in class com.hazelcast.jmx.QueueMBean
 
getItemsServed() - Method in class com.hazelcast.jmx.SetMBean
 
getItemsServedAvg() - Method in class com.hazelcast.jmx.QueueMBean
 
getItemsServedMax() - Method in class com.hazelcast.jmx.QueueMBean
 
getIterationCount() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
getJoin() - Method in class com.hazelcast.config.NetworkConfig
 
getKeepAliveSeconds() - Method in class com.hazelcast.config.ExecutorConfig
 
getKey() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
getKey() - Method in class com.hazelcast.core.DistributedTask.Inner
 
getKey() - Method in class com.hazelcast.core.EntryEvent
Returns the key of the entry event
getKeyAlias() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getKeyClass() - Method in class com.hazelcast.jmx.MapEntryMBean
 
getKeyPassword() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getLastAccessTime() - Method in interface com.hazelcast.core.MapEntry
 
getLastAccessTime() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getLastAccessTime() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the last access (read) time of the locally owned entries.
getLastEvictionTime() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getLastEvictionTime() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the last eviction time of the locally owned entries.
getLastStoredTime() - Method in interface com.hazelcast.core.MapEntry
 
getLastUpdateTime() - Method in interface com.hazelcast.core.MapEntry
 
getLastUpdateTime() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getLastUpdateTime() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the last update time of the locally owned entries.
getLicenseKey() - Method in class com.hazelcast.config.Config
 
getLifecycleService() - Method in class com.hazelcast.client.HazelcastClient
 
getLifecycleService() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getLifecycleService() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the lifecycle service for this instance.
getList(String) - Method in class com.hazelcast.client.HazelcastClient
 
getList(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getList(String) - Method in interface com.hazelcast.core.HazelcastInstance
Returns the distributed list instance with the specified name.
getListenerConfigs() - Method in class com.hazelcast.config.Config
 
getListeners() - Method in class com.hazelcast.client.ClientConfig
 
getLocalAtomicNumberStats() - Method in interface com.hazelcast.core.AtomicNumber
 
getLocalAtomicNumberStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalAtomicNumberStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalCountDownLatchStats() - Method in interface com.hazelcast.core.ICountDownLatch
 
getLocalCountDownLatchStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalCountDownLatchStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalLockStats() - Method in interface com.hazelcast.core.ILock
 
getLocalMapStats() - Method in interface com.hazelcast.core.IMap
Returns LocalMapStats for this map.
getLocalMapStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalMapStats() - Method in class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat
 
getLocalMapStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalMember() - Method in interface com.hazelcast.core.Cluster
Returns this Hazelcast instance member
getLocalMultiMapStats() - Method in interface com.hazelcast.core.MultiMap
Returns LocalMultiMapStats for this map.
getLocalMultiMapStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalMultiMapStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalQueueStats() - Method in interface com.hazelcast.core.IQueue
 
getLocalQueueStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalQueueStats() - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats
 
getLocalQueueStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalSemaphoreStats() - Method in interface com.hazelcast.core.ISemaphore
 
getLocalSemaphoreStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalSemaphoreStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalTopicStats() - Method in interface com.hazelcast.core.ITopic
 
getLocalTopicStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalTopicStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLock(Object) - Method in class com.hazelcast.client.HazelcastClient
 
getLock(Object) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getLock(Object) - Method in interface com.hazelcast.core.HazelcastInstance
Returns the distributed lock instance for the specified key object.
getLockedEntryCount() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getLockedEntryCount() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of currently locked locally owned keys.
getLockObject() - Method in interface com.hazelcast.core.ILock
Returns the lock object, the key for this lock instance.
getLockObject() - Method in class com.hazelcast.jmx.LockMBean
 
getLockWaitCount() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getLockWaitCount() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of cluster-wide threads waiting to acquire locks for the locally owned keys.
getLoggingService() - Method in class com.hazelcast.client.HazelcastClient
 
getLoggingService() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getLoggingService() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the logging service of this Hazelcast instance.
getManagedContext() - Method in class com.hazelcast.config.Config
 
getManagedObject() - Method in class com.hazelcast.jmx.AbstractMBean
 
getManagementCenterConfig() - Method in class com.hazelcast.config.Config
 
getMap(String) - Method in class com.hazelcast.client.HazelcastClient
 
getMap(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
Returns the distributed map instance with the specified name.
getMapConfig(String) - Method in class com.hazelcast.config.Config
 
getMapConfigs() - Method in class com.hazelcast.config.Config
 
getMapEntry(K) - Method in interface com.hazelcast.core.IMap
Returns the MapEntry for the specified key.
getMapIndexConfigs() - Method in class com.hazelcast.config.MapConfig
 
getMapIndexes() - Method in class com.hazelcast.query.QueryContext
 
getMapIndexService() - Method in class com.hazelcast.query.QueryContext
 
getMapRecords() - Method in interface com.hazelcast.query.IndexStore
 
getMapRecords() - Method in class com.hazelcast.query.SortedIndexStore
 
getMapRecords() - Method in class com.hazelcast.query.UnsortedIndexStore
 
getMapStoreConfig() - Method in class com.hazelcast.config.MapConfig
Returns the map store configuration
getMarkedAsRemovedEntryCount() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getMarkedAsRemovedEntryCount() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of marked as removed entries in this member.
getMarkedAsRemovedMemoryCost() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getMarkedAsRemovedMemoryCost() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns memory cost (number of bytes) of marked as removed entries in this member.
getMaster() - Method in class com.hazelcast.monitor.TimedMemberState
 
getMax() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
getMaxAge() - Method in class com.hazelcast.impl.monitor.LocalQueueStatsImpl
 
getMaxAge() - Method in interface com.hazelcast.monitor.LocalQueueStats
Returns the max age of the items in this member.
getMaxCompletionTime() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getMaxCompletionTime() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getMaxIdleSeconds() - Method in class com.hazelcast.config.MapConfig
 
getMaxIdleSeconds() - Method in class com.hazelcast.config.NearCacheConfig
 
getMaxMemory() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getMaxPoolSize() - Method in class com.hazelcast.config.ExecutorConfig
 
getMaxSize() - Method in class com.hazelcast.config.MapConfig
Deprecated. use MaxSizeConfig.getSize
getMaxSize() - Method in class com.hazelcast.config.NearCacheConfig
 
getMaxSizeConfig() - Method in class com.hazelcast.config.MapConfig
 
getMaxSizePerJVM() - Method in class com.hazelcast.config.QueueConfig
 
getMaxSizePolicy() - Method in class com.hazelcast.config.MaxSizeConfig
 
getMBeanInfo() - Method in class com.hazelcast.jmx.AbstractMBean
From DynamicMBean interface
getMember() - Method in class com.hazelcast.core.DistributedTask.Inner
 
getMember() - Method in class com.hazelcast.core.EntryEvent
Returns the member fired this event.
getMember() - Method in class com.hazelcast.core.ItemEvent
Returns the member fired this event.
getMember() - Method in exception com.hazelcast.core.MemberLeftException
 
getMember() - Method in class com.hazelcast.core.MembershipEvent
Returns the removed or added member.
getMember() - Method in class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat
 
getMember() - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats
 
getMemberCount() - Method in class com.hazelcast.jmx.ClusterMBean
 
getMemberCredentialsConfig() - Method in class com.hazelcast.config.SecurityConfig
 
getMemberGroupConfigs() - Method in class com.hazelcast.config.PartitionGroupConfig
 
getMemberGroupFactoryClassname() - Method in class com.hazelcast.config.PartitionGroupConfig
 
getMemberHealthStats() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getMemberHealthStats() - Method in interface com.hazelcast.monitor.MemberState
 
getMemberList() - Method in class com.hazelcast.monitor.TimedMemberState
 
getMemberLoginModuleConfigs() - Method in class com.hazelcast.config.SecurityConfig
 
getMembers() - Method in class com.hazelcast.config.TcpIpConfig
 
getMembers() - Method in interface com.hazelcast.core.Cluster
Set of current members of the cluster.
getMembers() - Method in class com.hazelcast.core.DistributedTask.Inner
 
getMembers() - Method in class com.hazelcast.jmx.ClusterMBean
 
getMemberState() - Method in class com.hazelcast.monitor.TimedMemberState
 
getMergePolicy() - Method in class com.hazelcast.config.MapConfig
 
getMergePolicy() - Method in class com.hazelcast.config.WanReplicationRef
 
getMergePolicyConfig(String) - Method in class com.hazelcast.config.Config
 
getMergePolicyConfigs() - Method in class com.hazelcast.config.Config
 
getMessage() - Method in exception com.hazelcast.core.MemberLeftException
 
getMessageListenerConfigs() - Method in class com.hazelcast.config.TopicConfig
 
getMessageObject() - Method in class com.hazelcast.core.Message
 
getMin() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
getMinAge() - Method in class com.hazelcast.impl.monitor.LocalQueueStatsImpl
 
getMinAge() - Method in interface com.hazelcast.monitor.LocalQueueStats
Returns the min age of the items in this member.
getMinCompletionTime() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getMinCompletionTime() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getMisses() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getMisses() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of misses (get returns null) of the locally owned entries.
getMulticastConfig() - Method in class com.hazelcast.config.Join
 
getMulticastGroup() - Method in class com.hazelcast.config.MulticastConfig
 
getMulticastPort() - Method in class com.hazelcast.config.MulticastConfig
 
getMulticastTimeoutSeconds() - Method in class com.hazelcast.config.MulticastConfig
 
getMulticastTimeToLive() - Method in class com.hazelcast.config.MulticastConfig
 
getMultiMap(String) - Method in class com.hazelcast.client.HazelcastClient
 
getMultiMap(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getMultiMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
Returns the distributed multimap instance with the specified name.
getMultiMapConfig(String) - Method in class com.hazelcast.config.Config
 
getMultiMapConfigs() - Method in class com.hazelcast.config.Config
 
getName() - Method in class com.hazelcast.client.HazelcastClient
 
getName() - Method in class com.hazelcast.config.ExecutorConfig
 
getName() - Method in class com.hazelcast.config.GroupConfig
 
getName() - Method in class com.hazelcast.config.MapConfig
 
getName() - Method in class com.hazelcast.config.MergePolicyConfig
 
getName() - Method in class com.hazelcast.config.MultiMapConfig
 
getName() - Method in class com.hazelcast.config.PermissionConfig
 
getName() - Method in class com.hazelcast.config.QueueConfig
 
getName() - Method in class com.hazelcast.config.SemaphoreConfig
 
getName() - Method in class com.hazelcast.config.TopicConfig
 
getName() - Method in class com.hazelcast.config.WanReplicationConfig
 
getName() - Method in class com.hazelcast.config.WanReplicationRef
 
getName() - Method in interface com.hazelcast.core.AtomicNumber
Returns the name of this IAtomicLong instance.
getName() - Method in class com.hazelcast.core.EntryEvent
Returns the name of the map for this event.
getName() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the name of this Hazelcast instance
getName() - Method in interface com.hazelcast.core.ICollection
Returns the name of this collection
getName() - Method in interface com.hazelcast.core.ICountDownLatch
Returns the name of this ICountDownLatch instance.
getName() - Method in interface com.hazelcast.core.IdGenerator
Returns the name of this Id Generator instance.
getName() - Method in interface com.hazelcast.core.IMap
Returns the name of this map
getName() - Method in exception com.hazelcast.core.InstanceDestroyedException
 
getName() - Method in interface com.hazelcast.core.ISemaphore
Returns the name of this ISemaphore instance.
getName() - Method in interface com.hazelcast.core.ITopic
 
getName() - Method in interface com.hazelcast.core.MultiMap
Returns the name of this multimap.
getName() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
getName() - Method in class com.hazelcast.jmx.ClusterMBean
 
getName() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getName() - Method in class com.hazelcast.jmx.ListMBean
 
getName() - Method in class com.hazelcast.jmx.LockMBean
 
getName() - Method in class com.hazelcast.jmx.MapMBean
 
getName() - Method in class com.hazelcast.jmx.MultiMapMBean
 
getName() - Method in class com.hazelcast.jmx.QueueMBean
 
getName() - Method in class com.hazelcast.jmx.SemaphoreMBean
 
getName() - Method in class com.hazelcast.jmx.SetMBean
 
getName() - Method in class com.hazelcast.jmx.TopicMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.AbstractMBean
Override to provide a JMX name
getNameSpec() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.ClusterMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.DataMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.ListMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.LockMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.MapMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.MemberMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.MultiMapMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.QueueMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.SemaphoreMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.SetMBean
 
getNameSpec() - Method in class com.hazelcast.jmx.TopicMBean
 
getNearCacheConfig() - Method in class com.hazelcast.config.MapConfig
 
getNested(String) - Method in class com.hazelcast.jmx.ObjectNameSpec
Return a nested name, for clustered object
getNested(String, String) - Method in class com.hazelcast.jmx.ObjectNameSpec
Return a nested name, for clustered object
getNetworkConfig() - Method in class com.hazelcast.config.Config
 
getNewOwner() - Method in class com.hazelcast.partition.MigrationEvent
 
getNumberOfAcquireOps() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getNumberOfAcquireOps() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the total number of acquire operations.
getNumberOfAttachedPermits() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getNumberOfAttachedPermits() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the number of permits attached.
getNumberOfAwaits() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
getNumberOfAwaits() - Method in interface com.hazelcast.monitor.LocalCountDownLatchOperationStats
Returns the number of await operations in this period.
getNumberOfAwaitsReleased() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
getNumberOfAwaitsReleased() - Method in interface com.hazelcast.monitor.LocalCountDownLatchOperationStats
Returns the number of awaits released in this period from gate openings.
getNumberOfCountDowns() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
getNumberOfCountDowns() - Method in interface com.hazelcast.monitor.LocalCountDownLatchOperationStats
Returns the number of countDown operations in this period.
getNumberOfDetachedPermits() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getNumberOfDetachedPermits() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the number of permits detached.
getNumberOfEmptyPolls() - Method in class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
getNumberOfEmptyPolls() - Method in interface com.hazelcast.monitor.LocalQueueOperationStats
Returns number of null returning poll operations.
getNumberOfEvents() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
getNumberOfEvents() - Method in class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
getNumberOfEvents() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the number of Events Received
getNumberOfFailedLocks() - Method in class com.hazelcast.impl.monitor.LocalLockOperationStatsImpl
 
getNumberOfFailedLocks() - Method in interface com.hazelcast.monitor.LocalLockOperationStats
Returns the number of failed lock operations.
getNumberOfGatesOpened() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
getNumberOfGatesOpened() - Method in interface com.hazelcast.monitor.LocalCountDownLatchOperationStats
Returns the number of times the count reached zero from a countdown operation in this period.
getNumberOfGets() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
getNumberOfGets() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the number of get operations
getNumberOfLocks() - Method in class com.hazelcast.impl.monitor.LocalLockOperationStatsImpl
 
getNumberOfLocks() - Method in interface com.hazelcast.monitor.LocalLockOperationStats
Returns the number of lock operations.
getNumberOfModifyOps() - Method in class com.hazelcast.impl.monitor.LocalAtomicNumberOperationStatsImpl
 
getNumberOfModifyOps() - Method in interface com.hazelcast.monitor.LocalAtomicNumberOperationStats
Returns the number of operations that modified the stored atomic value.
getNumberOfNonAcquireOps() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getNumberOfNonAcquireOps() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the total number of non-acquire operations.
getNumberOfNonModifyOps() - Method in class com.hazelcast.impl.monitor.LocalAtomicNumberOperationStatsImpl
 
getNumberOfNonModifyOps() - Method in interface com.hazelcast.monitor.LocalAtomicNumberOperationStats
Returns the number of operations that did not modify the stored atomic value.
getNumberOfOffers() - Method in class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
getNumberOfOffers() - Method in interface com.hazelcast.monitor.LocalQueueOperationStats
Returns the number of offer/put/add operations.
getNumberOfOtherOperations() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
getNumberOfOtherOperations() - Method in class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
getNumberOfOtherOperations() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the total number of Other Operations
getNumberOfOthers() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
getNumberOfOthers() - Method in interface com.hazelcast.monitor.LocalCountDownLatchOperationStats
Returns the number of operations other than await or countDown in this period.
getNumberOfPermitsAcquired() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getNumberOfPermitsAcquired() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the number of permits acquired.
getNumberOfPermitsReduced() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getNumberOfPermitsReleased() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getNumberOfPermitsReleased() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the number of permits released.
getNumberOfPolls() - Method in class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
getNumberOfPolls() - Method in interface com.hazelcast.monitor.LocalQueueOperationStats
Returns the number of poll/take/remove operations.
getNumberOfPublishes() - Method in class com.hazelcast.impl.monitor.LocalTopicOperationStatsImpl
 
getNumberOfPublishes() - Method in interface com.hazelcast.monitor.LocalTopicOperationStats
Returns the number of publish operations.
getNumberOfPuts() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
getNumberOfPuts() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the number of put operations
getNumberOfReceivedMessages() - Method in class com.hazelcast.impl.monitor.LocalTopicOperationStatsImpl
 
getNumberOfReceivedMessages() - Method in interface com.hazelcast.monitor.LocalTopicOperationStats
Returns the number of received messages
getNumberOfRejectedAcquires() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getNumberOfRejectedAcquires() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the total number of acquires operations that were rejected.
getNumberOfRejectedOffers() - Method in class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
getNumberOfRejectedOffers() - Method in interface com.hazelcast.monitor.LocalQueueOperationStats
Returns the number of rejected offers.
getNumberOfRemoves() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
getNumberOfRemoves() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the number of Remove operations
getNumberOfUnlocks() - Method in class com.hazelcast.impl.monitor.LocalLockOperationStatsImpl
 
getNumberOfUnlocks() - Method in interface com.hazelcast.monitor.LocalLockOperationStats
Returns the number of unlock operations.
getObjectName() - Method in class com.hazelcast.jmx.AbstractMBean
The current objectName.
getOldOwner() - Method in class com.hazelcast.partition.MigrationEvent
 
getOldValue() - Method in class com.hazelcast.core.EntryEvent
Returns the old value of the entry event
getOperationStats() - Method in interface com.hazelcast.monitor.LocalInstanceStats
Returns the operation stats for this member.
getOutboundPortDefinitions() - Method in class com.hazelcast.config.NetworkConfig
 
getOutboundPorts() - Method in class com.hazelcast.config.NetworkConfig
 
getOutRunnable() - Method in class com.hazelcast.client.HazelcastClient
 
getOutThreadStats() - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
getOutThreadStats() - Method in interface com.hazelcast.monitor.MemberHealthStats
 
getOwnedEntryCount() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getOwnedEntryCount() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of entries owned by this member.
getOwnedEntryMemoryCost() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getOwnedEntryMemoryCost() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns memory cost (number of bytes) of owned entries in this member.
getOwnedItemCount() - Method in class com.hazelcast.impl.monitor.LocalQueueStatsImpl
 
getOwnedItemCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
Returns the number of owned items in this member.
getOwnedRecords() - Method in class com.hazelcast.query.MapIndexService
 
getOwner() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getOwner() - Method in interface com.hazelcast.partition.Partition
 
getParentName() - Method in class com.hazelcast.jmx.AbstractMBean
 
getPartition(Object) - Method in interface com.hazelcast.partition.PartitionService
 
getPartitionGroupConfig() - Method in class com.hazelcast.config.Config
 
getPartitionId() - Method in class com.hazelcast.partition.MigrationEvent
 
getPartitionId() - Method in interface com.hazelcast.partition.Partition
 
getPartitionKey() - Method in interface com.hazelcast.core.PartitionAware
 
getPartitions() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getPartitions() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getPartitions() - Method in interface com.hazelcast.monitor.MemberState
 
getPartitions() - Method in interface com.hazelcast.partition.PartitionService
 
getPartitionService() - Method in class com.hazelcast.client.HazelcastClient
 
getPartitionService() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getPartitionService() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the partition service of this Hazelcast instance.
getPassword() - Method in class com.hazelcast.config.GroupConfig
 
getPassword() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
getPassword() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
getPending() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getPending() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getPeriodEnd() - Method in interface com.hazelcast.monitor.LocalInstanceOperationStats
Gets the end time of the period in milliseconds.
getPeriodStart() - Method in interface com.hazelcast.monitor.LocalInstanceOperationStats
Gets the start time of the period in milliseconds.
getPermissions(Subject, Class<? extends Permission>) - Method in interface com.hazelcast.security.IPermissionPolicy
Determines permissions of subject.
getPort() - Method in class com.hazelcast.config.Config
Deprecated. instead use getNetworkConfig().getPort()
getPort() - Method in class com.hazelcast.config.NetworkConfig
 
getPort() - Method in interface com.hazelcast.core.Member
Deprecated. use @link{#getInetSocketAddress()}
getPort() - Method in class com.hazelcast.jmx.ClusterMBean
 
getPort() - Method in class com.hazelcast.jmx.MemberMBean
 
getPredicate() - Method in class com.hazelcast.query.QueryContext
 
getPrincipal() - Method in class com.hazelcast.config.PermissionConfig
 
getPrincipal() - Method in class com.hazelcast.security.AbstractCredentials
 
getPrincipal() - Method in interface com.hazelcast.security.Credentials
Returns principal of endpoint.
getProperties() - Method in class com.hazelcast.config.Config
 
getProperties() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
getProperties() - Method in class com.hazelcast.config.LoginModuleConfig
 
getProperties() - Method in class com.hazelcast.config.MapStoreConfig
 
getProperties() - Method in class com.hazelcast.config.PermissionPolicyConfig
 
getProperties() - Method in class com.hazelcast.config.SocketInterceptorConfig
 
getProperties() - Method in class com.hazelcast.config.SSLConfig
 
getProperty(String) - Method in class com.hazelcast.config.Config
 
getProperty(String) - Method in class com.hazelcast.config.MapStoreConfig
 
getProperty(String) - Method in class com.hazelcast.config.SocketInterceptorConfig
 
getProperty(String) - Method in class com.hazelcast.config.SSLConfig
 
getPublicAddress() - Method in class com.hazelcast.config.NetworkConfig
 
getQConfigs() - Method in class com.hazelcast.config.Config
 
getQueue(String) - Method in class com.hazelcast.client.HazelcastClient
 
getQueue(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getQueue(String) - Method in interface com.hazelcast.core.HazelcastInstance
Returns the distributed queue instance with the specified name.
getQueueConfig(String) - Method in class com.hazelcast.config.Config
 
getRawPassword() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
getRealObject(Object, Object) - Static method in class com.hazelcast.query.Predicates.AbstractPredicate
 
getReconnectionAttemptLimit() - Method in class com.hazelcast.client.ClientConfig
 
getReConnectionTimeOut() - Method in class com.hazelcast.client.ClientConfig
 
getRecords(Set<Long>) - Method in class com.hazelcast.query.Index
 
getRecords(Long) - Method in class com.hazelcast.query.Index
 
getRecords(Long) - Method in interface com.hazelcast.query.IndexStore
 
getRecords(MultiResultSet, Set<Long>) - Method in interface com.hazelcast.query.IndexStore
 
getRecords(Long) - Method in class com.hazelcast.query.SortedIndexStore
 
getRecords(MultiResultSet, Set<Long>) - Method in class com.hazelcast.query.SortedIndexStore
 
getRecords(Long) - Method in class com.hazelcast.query.UnsortedIndexStore
 
getRecords(MultiResultSet, Set<Long>) - Method in class com.hazelcast.query.UnsortedIndexStore
 
getRegion() - Method in class com.hazelcast.config.AwsConfig
 
getReplicationImpl() - Method in class com.hazelcast.config.WanTargetClusterConfig
 
getReplicationImplObject() - Method in class com.hazelcast.config.WanTargetClusterConfig
 
getRequiredMember() - Method in class com.hazelcast.config.TcpIpConfig
 
getResult() - Method in class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
getRootName() - Method in class com.hazelcast.jmx.ClusterMBean
 
getRunnable() - Method in class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
getRuntimeProps() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getRuntimeProps() - Method in interface com.hazelcast.monitor.MemberState
 
getSalt() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
getSecretKey() - Method in class com.hazelcast.config.AwsConfig
 
getSecurityConfig() - Method in class com.hazelcast.config.Config
 
getSecurityGroupName() - Method in class com.hazelcast.config.AwsConfig
 
getSemaphore(String) - Method in class com.hazelcast.client.HazelcastClient
 
getSemaphore(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getSemaphore(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates cluster-wide semaphore.
getSemaphoreConfig(String) - Method in class com.hazelcast.config.Config
Returns the SemaphoreConfig for the given name
getSemaphoreConfigMap() - Method in class com.hazelcast.config.Config
 
getSemaphoreConfigs() - Method in class com.hazelcast.config.Config
Returns the collection of semaphore configs.
getServiceThreadStats() - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
getServiceThreadStats() - Method in interface com.hazelcast.monitor.MemberHealthStats
 
getSet(String) - Method in class com.hazelcast.client.HazelcastClient
 
getSet(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getSet(String) - Method in interface com.hazelcast.core.HazelcastInstance
Returns the distributed set instance with the specified name.
getSet(long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
getSize() - Method in class com.hazelcast.config.MaxSizeConfig
 
getSize() - Method in class com.hazelcast.jmx.ListMBean
 
getSize() - Method in class com.hazelcast.jmx.MapMBean
 
getSize() - Method in class com.hazelcast.jmx.MultiMapMBean
 
getSize() - Method in class com.hazelcast.jmx.SetMBean
 
getSocketAddress() - Method in interface com.hazelcast.core.Client
 
getSocketInterceptor() - Method in class com.hazelcast.client.ClientConfig
 
getSocketInterceptorConfig() - Method in class com.hazelcast.config.NetworkConfig
 
getSource() - Method in class com.hazelcast.core.EntryEvent
 
getSSLConfig() - Method in class com.hazelcast.config.NetworkConfig
 
getStarted() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getStarted() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getStartLatency() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getStartLatency() - Method in interface com.hazelcast.monitor.LocalExecutorOperationStats
 
getState() - Method in class com.hazelcast.core.LifecycleEvent
 
getStatus() - Method in interface com.hazelcast.core.Transaction
Returns the status of the transaction associated with the current thread.
getStorageType() - Method in class com.hazelcast.config.MapConfig
 
getStorePassword() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getStorePath() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getStoreType() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getSubRecords(PredicateType, Long) - Method in class com.hazelcast.query.Index
 
getSubRecords(MultiResultSet, PredicateType, Long) - Method in interface com.hazelcast.query.IndexStore
 
getSubRecords(MultiResultSet, PredicateType, Long) - Method in class com.hazelcast.query.SortedIndexStore
 
getSubRecords(MultiResultSet, PredicateType, Long) - Method in class com.hazelcast.query.UnsortedIndexStore
 
getSubRecordsBetween(Long, Long) - Method in class com.hazelcast.query.Index
 
getSubRecordsBetween(MultiResultSet, Long, Long) - Method in interface com.hazelcast.query.IndexStore
 
getSubRecordsBetween(MultiResultSet, Long, Long) - Method in class com.hazelcast.query.SortedIndexStore
 
getSubRecordsBetween(MultiResultSet, Long, Long) - Method in class com.hazelcast.query.UnsortedIndexStore
 
getSymmetricEncryptionConfig() - Method in class com.hazelcast.config.NetworkConfig
 
getSystemProps() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getTagKey() - Method in class com.hazelcast.config.AwsConfig
 
getTagValue() - Method in class com.hazelcast.config.AwsConfig
 
getTargetClusterConfigs() - Method in class com.hazelcast.config.WanReplicationConfig
 
getTcpIpConfig() - Method in class com.hazelcast.config.Join
 
getTextContent(Node) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
getTextContent(Node) - Method in class com.hazelcast.config.XmlConfigBuilder
 
getTextContent2(Node) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
getTextContent2(Node, StringBuffer) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
getTime() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getTime() - Method in class com.hazelcast.monitor.TimedMemberState
 
getTimeToLiveSeconds() - Method in class com.hazelcast.config.MapConfig
 
getTimeToLiveSeconds() - Method in class com.hazelcast.config.NearCacheConfig
 
getTopic(String) - Method in class com.hazelcast.client.HazelcastClient
 
getTopic(String) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getTopic(String) - Method in interface com.hazelcast.core.HazelcastInstance
Returns the distributed topic instance with the specified name.
getTopicConfig(String) - Method in class com.hazelcast.config.Config
 
getTopicConfigs() - Method in class com.hazelcast.config.Config
 
getTotal() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
getTotalAcquireLatency() - Method in class com.hazelcast.impl.monitor.LocalAtomicNumberOperationStatsImpl
 
getTotalAcquireLatency() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getTotalAcquireLatency() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the total latency of put acquire in this period.
getTotalAwaitLatency() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
getTotalAwaitLatency() - Method in interface com.hazelcast.monitor.LocalCountDownLatchOperationStats
Returns the total latency of await operations in this period.
getTotalCountDownLatency() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
getTotalCountDownLatency() - Method in interface com.hazelcast.monitor.LocalCountDownLatchOperationStats
Returns the total latency of countdown operations in this period.
getTotalGetLatency() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
getTotalGetLatency() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the total latency of get operations in this period.
getTotalMemory() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getTotalNonAcquireLatency() - Method in class com.hazelcast.impl.monitor.LocalAtomicNumberOperationStatsImpl
 
getTotalNonAcquireLatency() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
getTotalNonAcquireLatency() - Method in interface com.hazelcast.monitor.LocalSemaphoreOperationStats
Returns the total latency of get operations in this period.
getTotalOtherLatency() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
getTotalOtherLatency() - Method in interface com.hazelcast.monitor.LocalCountDownLatchOperationStats
Returns the total latency of operations other than await or countdown in this period.
getTotalPutLatency() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
getTotalPutLatency() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the total latency of put operations in this period.
getTotalRemoveLatency() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
getTotalRemoveLatency() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the total latency of remove operations in this period.
getTransaction() - Method in class com.hazelcast.client.HazelcastClient
 
getTransaction() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
getTransaction() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the transaction instance associated with the current thread, creates a new one if it wasn't already.
getTrustedInterfaces() - Method in class com.hazelcast.config.MulticastConfig
 
getType() - Method in class com.hazelcast.config.PermissionConfig
 
getType() - Method in enum com.hazelcast.core.EntryEventType
 
getType() - Method in exception com.hazelcast.core.InstanceDestroyedException
 
getType() - Method in enum com.hazelcast.core.ItemEventType
 
getTypeId() - Method in enum com.hazelcast.core.Instance.InstanceType
 
getUpdateInterval() - Method in class com.hazelcast.config.ManagementCenterConfig
 
getUrl() - Method in class com.hazelcast.config.ManagementCenterConfig
 
getUsage() - Method in class com.hazelcast.config.LoginModuleConfig
 
getUsername() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
getUuid() - Method in interface com.hazelcast.core.Member
Returns UUID of this member.
getValue(Node) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
getValue() - Method in class com.hazelcast.core.EntryEvent
Returns the value of the entry event
getValue(Object) - Method in class com.hazelcast.query.EntryKeyObject
 
getValue(Object) - Method in interface com.hazelcast.query.Expression
 
getValue() - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
getValue(Object) - Method in class com.hazelcast.query.Predicates.GetExpressionImpl
 
getValue() - Method in class com.hazelcast.query.Predicates.InPredicate
 
getValueClass() - Method in class com.hazelcast.jmx.MapEntryMBean
 
getValueCollectionType() - Method in class com.hazelcast.config.MultiMapConfig
 
getValueIndex() - Method in class com.hazelcast.query.MapIndexService
 
getVersion() - Method in interface com.hazelcast.core.MapEntry
 
getWanReplicationConfig(String) - Method in class com.hazelcast.config.Config
 
getWanReplicationConfigs() - Method in class com.hazelcast.config.Config
 
getWanReplicationRef() - Method in class com.hazelcast.config.MapConfig
 
getWriteDelaySeconds() - Method in class com.hazelcast.config.MapStoreConfig
Returns the number of seconds to delay the store writes.
getXmlConfig() - Method in class com.hazelcast.config.Config
 
greaterEqual(Comparable) - Method in class com.hazelcast.query.EntryObject
 
greaterEqual(Expression<? extends T>, T) - Static method in class com.hazelcast.query.Predicates
 
greaterThan(Comparable) - Method in class com.hazelcast.query.EntryObject
 
greaterThan(Expression<? extends T>, T) - Static method in class com.hazelcast.query.Predicates
 
GROUP_NAME - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
GROUP_PASS - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
GroupConfig - Class in com.hazelcast.config
 
GroupConfig() - Constructor for class com.hazelcast.config.GroupConfig
 
GroupConfig(String) - Constructor for class com.hazelcast.config.GroupConfig
 
GroupConfig(String, String) - Constructor for class com.hazelcast.config.GroupConfig
 

H

hasCount() - Method in interface com.hazelcast.core.ICountDownLatch
Returns whether the current count is greater than zero.
hashCode() - Method in class com.hazelcast.config.GroupConfig
 
hashCode() - Method in class com.hazelcast.config.MapConfig
 
hashCode() - Method in class com.hazelcast.config.TopicConfig
 
hashCode() - Method in class com.hazelcast.core.LifecycleEvent
 
hashCode() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
hashCode() - Method in class com.hazelcast.query.Index
 
hashCode() - Method in class com.hazelcast.query.Predicates.GetExpressionImpl
 
hashCode() - Method in class com.hazelcast.security.AbstractCredentials
 
hasIndexedAttributes() - Method in class com.hazelcast.query.MapIndexService
 
hasTextContent(Node) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
Hazelcast - Class in com.hazelcast.core
Factory for all of the Hazelcast data and execution components such as maps, queues, multimaps, topics and executor service.
HAZELCAST - Static variable in class com.hazelcast.core.Prefix
The Constant HAZELCAST: "__hz_"
HazelcastAccessor - Class in com.hazelcast.hibernate.instance
Access underlying HazelcastInstance using Hibernate SessionFactory
HazelcastClient - Class in com.hazelcast.client
Hazelcast Client enables you to do all Hazelcast operations without being a member of the cluster.
HazelcastException - Exception in com.hazelcast.core
Base Hazelcast exception.
HazelcastException() - Constructor for exception com.hazelcast.core.HazelcastException
 
HazelcastException(String) - Constructor for exception com.hazelcast.core.HazelcastException
 
HazelcastException(String, Throwable) - Constructor for exception com.hazelcast.core.HazelcastException
 
HazelcastException(Throwable) - Constructor for exception com.hazelcast.core.HazelcastException
 
HazelcastInstance - Interface in com.hazelcast.core
Hazelcast instance.
hazelcastInstance - Variable in class com.hazelcast.core.HazelcastInstanceAwareObject
 
HazelcastInstanceAware - Interface in com.hazelcast.core
 
HazelcastInstanceAwareObject - Class in com.hazelcast.core
 
HazelcastInstanceAwareObject() - Constructor for class com.hazelcast.core.HazelcastInstanceAwareObject
 
HigherHitsMergePolicy - Class in com.hazelcast.merge
 
HigherHitsMergePolicy() - Constructor for class com.hazelcast.merge.HigherHitsMergePolicy
 

I

ICollection<E> - Interface in com.hazelcast.core
Concurrent, distributed, partitioned, observable collection.
ICountDownLatch - Interface in com.hazelcast.core
ICountDownLatch is a backed-up distributed implementation of java.util.concurrent.CountDownLatch.
ICredentialsFactory - Interface in com.hazelcast.security
ICredentialsFactory is used to create Credentials objects to be used during node authentication before connection accepted by master node.
IDGEN - Static variable in class com.hazelcast.core.Prefix
The Constant IDGEN: "i:"
IdGenerator - Interface in com.hazelcast.core
Cluster-wide unique id generator.
IList<E> - Interface in com.hazelcast.core
 
ILock - Interface in com.hazelcast.core
 
IMap<K,V> - Interface in com.hazelcast.core
Concurrent, distributed, observable and queryable map.
implementation - Variable in class com.hazelcast.config.ListenerConfig
 
in(Comparable...) - Method in class com.hazelcast.query.EntryObject
 
in(Expression<? extends T>, T...) - Static method in class com.hazelcast.query.Predicates
 
inactivate(HazelcastInstance) - Method in class com.hazelcast.core.OutOfMemoryHandler
Just inactivates HazelcastInstance; leaves threads, connections untouched.
incrementAcquires(long, int, boolean) - Method in class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
incrementAndGet() - Method in interface com.hazelcast.core.AtomicNumber
Atomically increments the current value by one.
incrementAndGet() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
incrementAwait(long) - Method in class com.hazelcast.impl.monitor.CountDownLatchOperationsCounter
 
incrementCountDown(long, int) - Method in class com.hazelcast.impl.monitor.CountDownLatchOperationsCounter
 
incrementEmptyPolls() - Method in class com.hazelcast.impl.monitor.QueueOperationsCounter
 
incrementFailedLocks() - Method in class com.hazelcast.impl.monitor.LockOperationsCounter
 
incrementGets(long) - Method in class com.hazelcast.impl.monitor.MapOperationsCounter
 
incrementLocks() - Method in class com.hazelcast.impl.monitor.LockOperationsCounter
 
incrementModified(long) - Method in class com.hazelcast.impl.monitor.AtomicNumberOperationsCounter
 
incrementModified(long) - Method in class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
incrementNonAcquires(long, int) - Method in class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
incrementNonModified(long) - Method in class com.hazelcast.impl.monitor.AtomicNumberOperationsCounter
 
incrementNonModified(long) - Method in class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
incrementOffers() - Method in class com.hazelcast.impl.monitor.QueueOperationsCounter
 
incrementOther(long) - Method in class com.hazelcast.impl.monitor.CountDownLatchOperationsCounter
 
incrementOtherOperations() - Method in class com.hazelcast.impl.monitor.MapOperationsCounter
 
incrementOtherOperations() - Method in class com.hazelcast.impl.monitor.QueueOperationsCounter
 
incrementPermitsReduced(long, int) - Method in class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
incrementPolls() - Method in class com.hazelcast.impl.monitor.QueueOperationsCounter
 
incrementPublishes() - Method in class com.hazelcast.impl.monitor.TopicOperationsCounter
 
incrementPuts(long) - Method in class com.hazelcast.impl.monitor.MapOperationsCounter
 
incrementReceivedEvents() - Method in class com.hazelcast.impl.monitor.MapOperationsCounter
 
incrementReceivedEvents() - Method in class com.hazelcast.impl.monitor.QueueOperationsCounter
 
incrementReceivedMessages() - Method in class com.hazelcast.impl.monitor.TopicOperationsCounter
 
incrementRejectedAcquires(long) - Method in class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
incrementRejectedOffers() - Method in class com.hazelcast.impl.monitor.QueueOperationsCounter
 
incrementReleases(long, int, boolean) - Method in class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
incrementRemoves(long) - Method in class com.hazelcast.impl.monitor.MapOperationsCounter
 
incrementUnlocks() - Method in class com.hazelcast.impl.monitor.LockOperationsCounter
 
Index - Class in com.hazelcast.query
 
index(Long, Record) - Method in class com.hazelcast.query.Index
 
index(Record) - Method in class com.hazelcast.query.MapIndexService
 
IndexAwarePredicate - Interface in com.hazelcast.query
 
IndexStore - Interface in com.hazelcast.query
 
init(Config) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
init(HazelcastInstance, Properties, String) - Method in interface com.hazelcast.core.MapLoaderLifecycleSupport
Initializes this MapLoader implementation.
initialize(Object) - Method in interface com.hazelcast.core.ManagedContext
Initialize the given object instance.
InMemoryXmlConfig - Class in com.hazelcast.config
 
InMemoryXmlConfig() - Constructor for class com.hazelcast.config.InMemoryXmlConfig
 
InMemoryXmlConfig(String) - Constructor for class com.hazelcast.config.InMemoryXmlConfig
 
innerDone() - Method in class com.hazelcast.core.DistributedTask.Inner
 
innerSet(V) - Method in class com.hazelcast.core.DistributedTask.Inner
 
innerSetCancelled() - Method in class com.hazelcast.core.DistributedTask.Inner
 
innerSetException(Throwable, boolean) - Method in class com.hazelcast.core.DistributedTask.Inner
 
innerSetMemberLeft(Member) - Method in class com.hazelcast.core.DistributedTask.Inner
 
Instance - Interface in com.hazelcast.core
 
Instance.InstanceType - Enum in com.hazelcast.core
 
instanceCreated(InstanceEvent) - Method in interface com.hazelcast.core.InstanceListener
 
instanceCreated(InstanceEvent) - Method in class com.hazelcast.jmx.DataMBean
 
instanceDestroyed(InstanceEvent) - Method in interface com.hazelcast.core.InstanceListener
 
instanceDestroyed(InstanceEvent) - Method in class com.hazelcast.jmx.DataMBean
 
InstanceDestroyedException - Exception in com.hazelcast.core
 
InstanceDestroyedException() - Constructor for exception com.hazelcast.core.InstanceDestroyedException
 
InstanceDestroyedException(Instance.InstanceType, String) - Constructor for exception com.hazelcast.core.InstanceDestroyedException
 
InstanceEvent - Class in com.hazelcast.core
 
InstanceEvent(InstanceEvent.InstanceEventType, Instance) - Constructor for class com.hazelcast.core.InstanceEvent
 
InstanceEvent.InstanceEventType - Enum in com.hazelcast.core
 
InstanceListener - Interface in com.hazelcast.core
 
instanceOf(Class) - Static method in class com.hazelcast.query.Predicates
 
Interfaces - Class in com.hazelcast.config
 
Interfaces() - Constructor for class com.hazelcast.config.Interfaces
 
invoke(String, Object[], String[]) - Method in class com.hazelcast.jmx.AbstractMBean
invoke() in interface DynamicMBean
IPermissionPolicy - Interface in com.hazelcast.security
IPermissionPolicy is used to determine any Subject's permissions to perform a security sensitive Hazelcast operation.
IQueue<E> - Interface in com.hazelcast.core
 
is(String) - Method in class com.hazelcast.query.EntryObject
 
isActive() - Method in class com.hazelcast.client.HazelcastClient
 
isActive() - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
isActive() - Method in interface com.hazelcast.monitor.MemberHealthStats
 
isAtomicNumber() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isCacheValue() - Method in class com.hazelcast.config.MapConfig
Returns if the entry values are cached
isCancelled() - Method in class com.hazelcast.core.DistributedTask
 
isCheckCompatibility() - Method in class com.hazelcast.config.Config
 
isClearQuick() - Method in class com.hazelcast.config.MapConfig
Returns if the map can be cleared quickly assuming there is no lock or transaction related
isCompatible(Config) - Method in class com.hazelcast.config.Config
 
isCompatible(MapConfig) - Method in class com.hazelcast.config.MapConfig
 
isCompatible(QueueConfig) - Method in class com.hazelcast.config.QueueConfig
 
isCountDownLatch() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isDone() - Method in class com.hazelcast.core.DistributedTask.Inner
 
isDone() - Method in class com.hazelcast.core.DistributedTask
 
ISemaphore - Interface in com.hazelcast.core
ISemaphore is a backed-up distributed implementation of java.util.concurrent.Semaphore.
isEnabled() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
isEnabled() - Method in class com.hazelcast.config.AwsConfig
 
isEnabled() - Method in class com.hazelcast.config.Interfaces
 
isEnabled() - Method in class com.hazelcast.config.ManagementCenterConfig
 
isEnabled() - Method in class com.hazelcast.config.MapStoreConfig
Returns if this configuration is enabled
isEnabled() - Method in class com.hazelcast.config.MulticastConfig
 
isEnabled() - Method in class com.hazelcast.config.PartitionGroupConfig
 
isEnabled() - Method in class com.hazelcast.config.SecurityConfig
 
isEnabled() - Method in class com.hazelcast.config.SocketInterceptorConfig
Returns if this configuration is enabled
isEnabled() - Method in class com.hazelcast.config.SSLConfig
Returns if this configuration is enabled
isEnabled() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
isEnabled() - Method in class com.hazelcast.config.TcpIpConfig
 
ISet<E> - Interface in com.hazelcast.core
Concurrent, Distributed Set

This class is not a general-purpose Set implementation! While this class implements the Set interface, it intentionally violates Set's general contract, which mandates the use of the equals method when comparing objects.

isFactoryEnabled() - Method in class com.hazelcast.config.SemaphoreConfig
 
isGlobalOrderingEnabled() - Method in class com.hazelcast.config.TopicConfig
 
isIdGenerator() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isIncludeValue() - Method in class com.hazelcast.config.EntryListenerConfig
 
isIncludeValue() - Method in class com.hazelcast.config.ItemListenerConfig
 
isIncludeValue() - Method in class com.hazelcast.config.ListenerConfig
 
isIndexed(QueryContext) - Method in interface com.hazelcast.query.IndexAwarePredicate
 
isIndexed(QueryContext) - Method in class com.hazelcast.query.PredicateBuilder
 
isIndexed(QueryContext) - Method in class com.hazelcast.query.Predicates.AndOrPredicate
 
isIndexed(QueryContext) - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
isIndexed(QueryContext) - Method in class com.hazelcast.query.Predicates.InPredicate
 
isIndexed(QueryContext) - Method in class com.hazelcast.query.SqlPredicate
 
isInvalidateOnChange() - Method in class com.hazelcast.config.NearCacheConfig
 
isList() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isLiteMember() - Method in class com.hazelcast.config.Config
 
isLiteMember() - Method in interface com.hazelcast.core.Member
Returns if this member is a LiteMember.
isLocal() - Method in class com.hazelcast.config.EntryListenerConfig
 
isLocal() - Method in class com.hazelcast.config.ListenerConfig
 
isLock() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isLocked() - Method in interface com.hazelcast.core.ILock
 
isLocked(K) - Method in interface com.hazelcast.core.IMap
Checks the lock for the specified key.
isMap() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isMultiMap() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isNot(String) - Method in class com.hazelcast.query.EntryObject
 
isNot(Expression<Boolean>) - Static method in class com.hazelcast.query.Predicates
 
isNotNull() - Method in class com.hazelcast.query.EntryObject
 
isNull() - Method in class com.hazelcast.query.EntryObject
 
isOrdered() - Method in class com.hazelcast.config.MapIndexConfig
 
isOrdered() - Method in class com.hazelcast.query.Index
 
isOutOfMemory() - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
isOutOfMemory() - Method in interface com.hazelcast.monitor.MemberHealthStats
 
isPortAutoIncrement() - Method in class com.hazelcast.config.Config
Deprecated. instead use getNetworkConfig().isPortAutoIncrement()
isPortAutoIncrement() - Method in class com.hazelcast.config.NetworkConfig
 
isPortAutoIncrement() - Method in class com.hazelcast.jmx.ClusterMBean
 
isQueue() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isReadBackupData() - Method in class com.hazelcast.config.MapConfig
 
isReuseAddress() - Method in class com.hazelcast.config.Config
Deprecated. 
isReuseAddress() - Method in class com.hazelcast.config.NetworkConfig
 
isRunning() - Method in interface com.hazelcast.core.LifecycleService
 
isRunning() - Method in class com.hazelcast.jmx.ClusterMBean
 
isSemaphore() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isSet() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isShuffle() - Method in class com.hazelcast.client.ClientConfig
 
isStrong() - Method in class com.hazelcast.query.Index
 
isStrong() - Method in class com.hazelcast.query.QueryContext
 
isSuperClient() - Method in interface com.hazelcast.core.Member
Deprecated. as of version 2.0
isSuperClient() - Method in class com.hazelcast.jmx.MemberMBean
 
isTopic() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isUpdateAutomatic() - Method in class com.hazelcast.client.ClientConfig
 
isValid() - Method in interface com.hazelcast.core.MapEntry
 
isValueIndexed() - Method in class com.hazelcast.config.MapConfig
Returns if the value of the mapEntry should be indexed for faster containsValue(obj) operations.
itemAdded(ItemEvent<E>) - Method in interface com.hazelcast.core.ItemListener
Invoked when an item is added.
ItemEvent<E> - Class in com.hazelcast.core
 
ItemEvent(String, int, E, Member) - Constructor for class com.hazelcast.core.ItemEvent
 
ItemEvent(String, ItemEventType, E, Member) - Constructor for class com.hazelcast.core.ItemEvent
 
ItemEventType - Enum in com.hazelcast.core
 
ItemListener<E> - Interface in com.hazelcast.core
Item listener for IQueue, ISet and IList
ItemListenerConfig - Class in com.hazelcast.config
 
ItemListenerConfig() - Constructor for class com.hazelcast.config.ItemListenerConfig
 
ItemListenerConfig(String, boolean) - Constructor for class com.hazelcast.config.ItemListenerConfig
 
ItemListenerConfig(ItemListener, boolean) - Constructor for class com.hazelcast.config.ItemListenerConfig
 
itemRemoved(ItemEvent<E>) - Method in interface com.hazelcast.core.ItemListener
Invoked when an item is removed.
iterator() - Method in class com.hazelcast.config.AbstractXmlConfigHelper.IterableNodeList
 
iterator() - Method in class com.hazelcast.query.MultiResultSet
 
iterator() - Method in class com.hazelcast.query.SingleResultSet
 
ITopic<E> - Interface in com.hazelcast.core
 

J

JMXAttribute - Annotation Type in com.hazelcast.jmx
Mark a method as an attribute accessor
JMXDescription - Annotation Type in com.hazelcast.jmx
Add a description
JMXOperation - Annotation Type in com.hazelcast.jmx
Mark a method as a JMX operation
Join - Class in com.hazelcast.config
 
Join() - Constructor for class com.hazelcast.config.Join
 

K

key - Variable in class com.hazelcast.core.EntryEvent
 
key() - Method in class com.hazelcast.query.EntryObject
 
keySet() - Method in interface com.hazelcast.core.IMap
Returns a set clone of the keys contained in this map.
keySet(Predicate) - Method in interface com.hazelcast.core.IMap
Queries the map based on the specified predicate and returns the keys of matching entries.
keySet() - Method in interface com.hazelcast.core.MultiMap
Returns the set of keys in the multimap.
kill() - Method in interface com.hazelcast.core.LifecycleService
 

L

LatestUpdateMergePolicy - Class in com.hazelcast.merge
 
LatestUpdateMergePolicy() - Constructor for class com.hazelcast.merge.LatestUpdateMergePolicy
 
lazySet(long) - Method in interface com.hazelcast.core.AtomicNumber
Deprecated. 
lessEqual(Comparable) - Method in class com.hazelcast.query.EntryObject
 
lessEqual(Expression<? extends T>, T) - Static method in class com.hazelcast.query.Predicates
 
lessThan(Comparable) - Method in class com.hazelcast.query.EntryObject
 
lessThan(Expression<? extends T>, T) - Static method in class com.hazelcast.query.Predicates
 
LifecycleEvent - Class in com.hazelcast.core
 
LifecycleEvent(LifecycleEvent.LifecycleState) - Constructor for class com.hazelcast.core.LifecycleEvent
 
LifecycleEvent.LifecycleState - Enum in com.hazelcast.core
 
LifecycleListener - Interface in com.hazelcast.core
 
LifecycleService - Interface in com.hazelcast.core
LifecycleService allows you to shutdown, restart, pause and resume an HazelcastInstance.
like(Expression<String>, String) - Static method in class com.hazelcast.query.Predicates
 
listener - Variable in class com.hazelcast.jmx.ListMBean
 
listener - Variable in class com.hazelcast.jmx.MapMBean
 
listener - Variable in class com.hazelcast.jmx.QueueMBean
 
listener - Variable in class com.hazelcast.jmx.SetMBean
 
listener - Variable in class com.hazelcast.jmx.TopicMBean
 
ListenerConfig - Class in com.hazelcast.config
 
ListenerConfig() - Constructor for class com.hazelcast.config.ListenerConfig
 
ListenerConfig(String) - Constructor for class com.hazelcast.config.ListenerConfig
 
ListenerConfig(EventListener) - Constructor for class com.hazelcast.config.ListenerConfig
 
ListMBean - Class in com.hazelcast.jmx
MBean for Collections
ListMBean(IList<?>, ManagementService) - Constructor for class com.hazelcast.jmx.ListMBean
 
load(String) - Static method in class com.hazelcast.config.ConfigLoader
 
load(K) - Method in interface com.hazelcast.core.MapLoader
Loads the value of a given key.
loadAll(Collection<K>) - Method in interface com.hazelcast.core.MapLoader
Loads given keys.
loadAllKeys() - Method in interface com.hazelcast.core.MapLoader
Loads all of the keys from the store.
LocalAtomicNumberOperationStats - Interface in com.hazelcast.monitor
 
LocalAtomicNumberOperationStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalAtomicNumberOperationStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalAtomicNumberOperationStatsImpl
 
LocalAtomicNumberStats - Interface in com.hazelcast.monitor
 
LocalAtomicNumberStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalAtomicNumberStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalAtomicNumberStatsImpl
 
LocalCountDownLatchOperationStats - Interface in com.hazelcast.monitor
 
LocalCountDownLatchOperationStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalCountDownLatchOperationStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
LocalCountDownLatchStats - Interface in com.hazelcast.monitor
 
LocalCountDownLatchStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalCountDownLatchStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalCountDownLatchStatsImpl
 
LocalExecutorOperationStats - Interface in com.hazelcast.monitor
 
LocalExecutorOperationStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalExecutorOperationStatsImpl(String) - Constructor for class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
LocalInstanceOperationStats - Interface in com.hazelcast.monitor
 
LocalInstanceStats<T extends LocalInstanceOperationStats> - Interface in com.hazelcast.monitor
 
localKeySet() - Method in interface com.hazelcast.core.IMap
Returns the locally owned set of keys.
localKeySet(Predicate) - Method in interface com.hazelcast.core.IMap
Returns the keys of matching locally owned entries.
localKeySet() - Method in interface com.hazelcast.core.MultiMap
Returns the locally owned set of keys.
LocalLockOperationStats - Interface in com.hazelcast.monitor
 
LocalLockOperationStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalLockOperationStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalLockOperationStatsImpl
 
LocalLockStats - Interface in com.hazelcast.monitor
 
LocalLockStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalLockStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalLockStatsImpl
 
LocalMapOperationStats - Interface in com.hazelcast.monitor
Local Map Operation Statistics returns number of map operations in bounded period.
LocalMapOperationStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalMapOperationStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
LocalMapStats - Interface in com.hazelcast.monitor
Local map statistics.
LocalMapStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalMapStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
localMember() - Method in interface com.hazelcast.core.Member
Returns if this member is the local member.
LocalQueueOperationStats - Interface in com.hazelcast.monitor
Local Queue Operation Statistics returns number of queue operations in bounded period.
LocalQueueOperationStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalQueueOperationStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
LocalQueueStats - Interface in com.hazelcast.monitor
Local queue statistics.
LocalQueueStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalQueueStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalQueueStatsImpl
 
LocalQueueStatsImpl(int, int, long, long, long) - Constructor for class com.hazelcast.impl.monitor.LocalQueueStatsImpl
 
LocalSemaphoreOperationStats - Interface in com.hazelcast.monitor
 
LocalSemaphoreOperationStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalSemaphoreOperationStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
LocalSemaphoreStats - Interface in com.hazelcast.monitor
 
LocalSemaphoreStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalSemaphoreStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalSemaphoreStatsImpl
 
LocalTopicOperationStats - Interface in com.hazelcast.monitor
 
LocalTopicOperationStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalTopicOperationStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalTopicOperationStatsImpl
 
LocalTopicStats - Interface in com.hazelcast.monitor
 
LocalTopicStatsImpl - Class in com.hazelcast.impl.monitor
 
LocalTopicStatsImpl() - Constructor for class com.hazelcast.impl.monitor.LocalTopicStatsImpl
 
locateConfig(String) - Static method in class com.hazelcast.config.ConfigLoader
 
lock(K) - Method in interface com.hazelcast.core.IMap
Acquires the lock for the specified key.
lock(K) - Method in interface com.hazelcast.core.MultiMap
Acquires the lock for the specified key.
lockMap(long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Tries to acquire the lock for the entire map.
lockMap(long, TimeUnit) - Method in interface com.hazelcast.core.MultiMap
Tries to acquire the lock for the entire map.
LockMBean - Class in com.hazelcast.jmx
MBean for Locks
LockMBean(ILock, ManagementService) - Constructor for class com.hazelcast.jmx.LockMBean
 
LockOperationsCounter - Class in com.hazelcast.impl.monitor
 
LockOperationsCounter() - Constructor for class com.hazelcast.impl.monitor.LockOperationsCounter
 
LockOperationsCounter(long) - Constructor for class com.hazelcast.impl.monitor.LockOperationsCounter
 
LOCKS_MAP_HAZELCAST - Static variable in class com.hazelcast.core.Prefix
The Constant LOCKS_MAP_HAZELCAST: "c:__hz_Locks"
logger - Static variable in class com.hazelcast.jmx.AbstractMBean
 
LoginModuleConfig - Class in com.hazelcast.config
 
LoginModuleConfig() - Constructor for class com.hazelcast.config.LoginModuleConfig
 
LoginModuleConfig(String, LoginModuleConfig.LoginModuleUsage) - Constructor for class com.hazelcast.config.LoginModuleConfig
 
LoginModuleConfig.LoginModuleUsage - Enum in com.hazelcast.config
 

M

ManagedContext - Interface in com.hazelcast.core
Container managed context, such as Spring or Guice etc.
ManagementCenterConfig - Class in com.hazelcast.config
 
ManagementCenterConfig() - Constructor for class com.hazelcast.config.ManagementCenterConfig
 
ManagementCenterConfig(String, int) - Constructor for class com.hazelcast.config.ManagementCenterConfig
 
managementService - Variable in class com.hazelcast.jmx.AbstractMBean
 
ManagementService - Class in com.hazelcast.jmx
The management service instruments Hazelcast with MBeans required to use JMX monitoring tools.
ManagementService(FactoryImpl) - Constructor for class com.hazelcast.jmx.ManagementService
 
ManagementService.ScheduledCollector - Class in com.hazelcast.jmx
 
ManagementService.ScheduledCollector(long) - Constructor for class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
MAP - Static variable in class com.hazelcast.core.Prefix
The Constant MAP: "c:"
MAP_BASED - Static variable in class com.hazelcast.core.Prefix
The Constant MAP_BASED: "m:"
MAP_FOR_QUEUE - Static variable in class com.hazelcast.core.Prefix
The Constant MAP_FOR_QUEUE: "c:q:"
MAP_HAZELCAST - Static variable in class com.hazelcast.core.Prefix
The Constant MAP_HAZELCAST: "c:__hz_"
MAP_OF_LIST - Static variable in class com.hazelcast.core.Prefix
The Constant MAP_OF_LIST: "c:q:l:"
MapConfig - Class in com.hazelcast.config
 
MapConfig(String) - Constructor for class com.hazelcast.config.MapConfig
 
MapConfig() - Constructor for class com.hazelcast.config.MapConfig
 
MapConfig(MapConfig) - Constructor for class com.hazelcast.config.MapConfig
 
MapConfig.StorageType - Enum in com.hazelcast.config
 
MapEntry<K,V> - Interface in com.hazelcast.core
 
MapEntryMBean - Class in com.hazelcast.jmx
MBean for MapEntry
MapEntryMBean(IMap, Object) - Constructor for class com.hazelcast.jmx.MapEntryMBean
 
MapIndexConfig - Class in com.hazelcast.config
 
MapIndexConfig() - Constructor for class com.hazelcast.config.MapIndexConfig
 
MapIndexConfig(String, boolean) - Constructor for class com.hazelcast.config.MapIndexConfig
 
MapIndexConfig(Expression, boolean) - Constructor for class com.hazelcast.config.MapIndexConfig
 
MapIndexService - Class in com.hazelcast.query
 
MapIndexService(boolean) - Constructor for class com.hazelcast.query.MapIndexService
 
MapLoader<K,V> - Interface in com.hazelcast.core
Hazelcast distributed map implementation is an in-memory data store but it can be backed by any type of data store such as RDBMS, OODBMS, or simply a file based data store.
MapLoaderLifecycleSupport - Interface in com.hazelcast.core
Provides Lifecycle support for the implementing MapLoader class.
MapMBean - Class in com.hazelcast.jmx
MBean for Map
MapMBean(IMap, ManagementService) - Constructor for class com.hazelcast.jmx.MapMBean
 
MapOperationsCounter - Class in com.hazelcast.impl.monitor
 
MapOperationsCounter() - Constructor for class com.hazelcast.impl.monitor.MapOperationsCounter
 
MapOperationsCounter(long) - Constructor for class com.hazelcast.impl.monitor.MapOperationsCounter
 
MapStore<K,V> - Interface in com.hazelcast.core
Hazelcast distributed map implementation is an in-memory data store but it can be backed by any type of data store such as RDBMS, OODBMS, or simply a file based data store.
MapStoreConfig - Class in com.hazelcast.config
MapStore configuration
MapStoreConfig() - Constructor for class com.hazelcast.config.MapStoreConfig
 
MapStoreFactory<K,V> - Interface in com.hazelcast.core
Factory for MapLoader or MapStore instances, specifiable in MapStoreConfig.
MAX_BACKUP_COUNT - Static variable in class com.hazelcast.config.MapConfig
 
MAX_EVICTION_PERCENTAGE - Static variable in class com.hazelcast.config.MapConfig
 
maxMemory - Variable in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
MaxSizeConfig - Class in com.hazelcast.config
 
MaxSizeConfig() - Constructor for class com.hazelcast.config.MaxSizeConfig
 
mbeanServer - Variable in class com.hazelcast.jmx.AbstractMBean
 
member - Variable in class com.hazelcast.core.EntryEvent
 
Member - Interface in com.hazelcast.core
Cluster member interface.
MEMBER_ADDED - Static variable in class com.hazelcast.core.MembershipEvent
 
MEMBER_REMOVED - Static variable in class com.hazelcast.core.MembershipEvent
 
memberAdded(MembershipEvent) - Method in interface com.hazelcast.core.MembershipListener
Invoked when a new member is added to the cluster.
MemberGroupConfig - Class in com.hazelcast.config
 
MemberGroupConfig() - Constructor for class com.hazelcast.config.MemberGroupConfig
 
MemberHealthStats - Interface in com.hazelcast.monitor
 
MemberHealthStatsImpl - Class in com.hazelcast.impl.monitor
 
MemberHealthStatsImpl() - Constructor for class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
MemberLeftException - Exception in com.hazelcast.core
 
MemberLeftException() - Constructor for exception com.hazelcast.core.MemberLeftException
 
MemberLeftException(Member) - Constructor for exception com.hazelcast.core.MemberLeftException
 
MemberMBean - Class in com.hazelcast.jmx
The instrumentation MBean for a member.
MemberMBean(Member, ManagementService) - Constructor for class com.hazelcast.jmx.MemberMBean
 
memberRemoved(MembershipEvent) - Method in interface com.hazelcast.core.MembershipListener
Invoked when an existing member leaves the cluster.
MembershipEvent - Class in com.hazelcast.core
Membership event fired when a new member is added to the cluster and/or when a member leaves the cluster.
MembershipEvent(Cluster, Member, int) - Constructor for class com.hazelcast.core.MembershipEvent
 
MembershipListener - Interface in com.hazelcast.core
Cluster membership listener.
MemberState - Interface in com.hazelcast.monitor
 
MemberStateImpl - Class in com.hazelcast.impl.monitor
 
MemberStateImpl() - Constructor for class com.hazelcast.impl.monitor.MemberStateImpl
 
merge(String, MapEntry, MapEntry) - Method in class com.hazelcast.merge.AddNewEntryMergePolicy
 
merge(String, MapEntry, MapEntry) - Method in class com.hazelcast.merge.HigherHitsMergePolicy
 
merge(String, MapEntry, MapEntry) - Method in class com.hazelcast.merge.LatestUpdateMergePolicy
 
merge(String, MapEntry, MapEntry) - Method in interface com.hazelcast.merge.MergePolicy
Returns the value of the entry after the merge of entries with the same key.
merge(String, MapEntry, MapEntry) - Method in class com.hazelcast.merge.PassThroughMergePolicy
 
MergePolicy - Interface in com.hazelcast.merge
 
MergePolicyConfig - Class in com.hazelcast.config
 
MergePolicyConfig() - Constructor for class com.hazelcast.config.MergePolicyConfig
 
MergePolicyConfig(String, MergePolicy) - Constructor for class com.hazelcast.config.MergePolicyConfig
 
MergePolicyConfig(String, String) - Constructor for class com.hazelcast.config.MergePolicyConfig
 
Message<E> - Class in com.hazelcast.core
 
Message(String, E) - Constructor for class com.hazelcast.core.Message
 
MessageListener<E> - Interface in com.hazelcast.core
Message listener for ITopic.
migrationCompleted(MigrationEvent) - Method in interface com.hazelcast.partition.MigrationListener
 
MigrationEvent - Class in com.hazelcast.partition
 
MigrationEvent(Object, int, Member, Member) - Constructor for class com.hazelcast.partition.MigrationEvent
 
migrationFailed(MigrationEvent) - Method in interface com.hazelcast.partition.MigrationListener
 
MigrationListener - Interface in com.hazelcast.partition
 
migrationStarted(MigrationEvent) - Method in interface com.hazelcast.partition.MigrationListener
 
MIN_BACKUP_COUNT - Static variable in class com.hazelcast.config.MapConfig
 
MIN_EVICTION_PERCENTAGE - Static variable in class com.hazelcast.config.MapConfig
 
MulticastConfig - Class in com.hazelcast.config
 
MulticastConfig() - Constructor for class com.hazelcast.config.MulticastConfig
 
MultiMap<K,V> - Interface in com.hazelcast.core
A specialized map whose keys can be associated with multiple values.
MULTIMAP - Static variable in class com.hazelcast.core.Prefix
The Constant MULTIMAP: "m:u:"
MultiMapConfig - Class in com.hazelcast.config
 
MultiMapConfig() - Constructor for class com.hazelcast.config.MultiMapConfig
 
MultiMapConfig(MultiMapConfig) - Constructor for class com.hazelcast.config.MultiMapConfig
 
MultiMapConfig.ValueCollectionType - Enum in com.hazelcast.config
 
MultiMapMBean - Class in com.hazelcast.jmx
MBean for MultiMap
MultiMapMBean(MultiMap, ManagementService) - Constructor for class com.hazelcast.jmx.MultiMapMBean
 
MultiResultSet - Class in com.hazelcast.query
 
MultiTask<V> - Class in com.hazelcast.core
 
MultiTask(Callable<V>, Set<Member>) - Constructor for class com.hazelcast.core.MultiTask
 

N

name - Variable in class com.hazelcast.core.EntryEvent
 
NAME - Static variable in class com.hazelcast.merge.AddNewEntryMergePolicy
 
NAME - Static variable in class com.hazelcast.merge.HigherHitsMergePolicy
 
NAME - Static variable in class com.hazelcast.merge.LatestUpdateMergePolicy
 
NAME - Static variable in class com.hazelcast.merge.PassThroughMergePolicy
 
nameMatches(String, String) - Static method in class com.hazelcast.config.Config
 
NearCacheConfig - Class in com.hazelcast.config
 
NearCacheConfig(int, int, String, int, boolean) - Constructor for class com.hazelcast.config.NearCacheConfig
 
NearCacheConfig() - Constructor for class com.hazelcast.config.NearCacheConfig
 
NetworkConfig - Class in com.hazelcast.config
 
NetworkConfig() - Constructor for class com.hazelcast.config.NetworkConfig
 
newCredentials() - Method in interface com.hazelcast.security.ICredentialsFactory
Creates new Credentials object.
newHazelcastClient(ClientConfig) - Static method in class com.hazelcast.client.HazelcastClient
 
newHazelcastInstance(Config) - Static method in class com.hazelcast.core.Hazelcast
Creates a new HazelcastInstance (a new node in a cluster).
newHazelcastInstance() - Static method in class com.hazelcast.core.Hazelcast
Creates a new HazelcastInstance (a new node in a cluster).
newId() - Method in interface com.hazelcast.core.IdGenerator
Generates and returns cluster-wide unique id.
newLiteMemberHazelcastInstance() - Static method in class com.hazelcast.core.Hazelcast
Creates a new HazelcastInstance Lite Member (a new node in a cluster).
newMapStore(String, Properties) - Method in interface com.hazelcast.core.MapStoreFactory
Produces a MapLoader or a MapStore for the given map name and properties.
newRecordIndex(Long, Record) - Method in interface com.hazelcast.query.IndexStore
 
newRecordIndex(Long, Record) - Method in class com.hazelcast.query.SortedIndexStore
 
newRecordIndex(Long, Record) - Method in class com.hazelcast.query.UnsortedIndexStore
 
newStatisticsCollector() - Static method in class com.hazelcast.jmx.ManagementService
Create a new collector or return null if statistics are not enabled
not(Predicate) - Static method in class com.hazelcast.query.Predicates
 
notEqual(Object) - Method in class com.hazelcast.query.EntryObject
 
notEqual(Expression, Object) - Static method in class com.hazelcast.query.Predicates
 

O

ObjectNameSpec - Class in com.hazelcast.jmx
Handle JMX objectName
ObjectNameSpec() - Constructor for class com.hazelcast.jmx.ObjectNameSpec
 
ObjectNameSpec(String, String) - Constructor for class com.hazelcast.jmx.ObjectNameSpec
 
ObjectNameSpec(String) - Constructor for class com.hazelcast.jmx.ObjectNameSpec
 
oldValue - Variable in class com.hazelcast.core.EntryEvent
 
onMessage(Message<E>) - Method in interface com.hazelcast.core.MessageListener
Invoked when a message is received for the added topic.
onOutOfMemory(OutOfMemoryError, HazelcastInstance[]) - Method in class com.hazelcast.core.OutOfMemoryHandler
When an OutOfMemoryError is caught by Hazelcast threads, this method is called for ALL HazelcastInstances knows by current JVM (actually ClassLoader).
onResult(V) - Method in class com.hazelcast.core.DistributedTask
 
onResult(Object) - Method in class com.hazelcast.core.MultiTask
 
OperationRejectedException - Exception in com.hazelcast.core
Hazelcast operations may throw an OperationRejectedException when an operation can not be accepted because number of concurrent calls reaches the limit.
OperationRejectedException() - Constructor for exception com.hazelcast.core.OperationRejectedException
 
OperationRejectedException(String) - Constructor for exception com.hazelcast.core.OperationRejectedException
 
OperationTimeoutException - Exception in com.hazelcast.core
An unchecked version of TimeoutException.
OperationTimeoutException() - Constructor for exception com.hazelcast.core.OperationTimeoutException
 
OperationTimeoutException(String) - Constructor for exception com.hazelcast.core.OperationTimeoutException
 
OperationTimeoutException(String, String) - Constructor for exception com.hazelcast.core.OperationTimeoutException
 
OperationTimeoutException(Throwable) - Constructor for exception com.hazelcast.core.OperationTimeoutException
 
or(Predicate) - Method in class com.hazelcast.query.PredicateBuilder
 
or(Predicate, Predicate) - Static method in class com.hazelcast.query.Predicates
 
OutOfMemoryHandler - Class in com.hazelcast.core
Handler for OutOfMemoryError
OutOfMemoryHandler() - Constructor for class com.hazelcast.core.OutOfMemoryHandler
 

P

Partition - Interface in com.hazelcast.partition
 
PartitionAware<T> - Interface in com.hazelcast.core
 
PartitionGroupConfig - Class in com.hazelcast.config
 
PartitionGroupConfig() - Constructor for class com.hazelcast.config.PartitionGroupConfig
 
PartitionGroupConfig.MemberGroupType - Enum in com.hazelcast.config
 
PartitionService - Interface in com.hazelcast.partition
 
PassThroughMergePolicy - Class in com.hazelcast.merge
 
PassThroughMergePolicy() - Constructor for class com.hazelcast.merge.PassThroughMergePolicy
 
pause() - Method in interface com.hazelcast.core.LifecycleService
 
PermissionConfig - Class in com.hazelcast.config
 
PermissionConfig() - Constructor for class com.hazelcast.config.PermissionConfig
 
PermissionConfig(PermissionConfig.PermissionType, String, String) - Constructor for class com.hazelcast.config.PermissionConfig
 
PermissionConfig.PermissionType - Enum in com.hazelcast.config
 
PermissionPolicyConfig - Class in com.hazelcast.config
 
PermissionPolicyConfig() - Constructor for class com.hazelcast.config.PermissionPolicyConfig
 
PermissionPolicyConfig(String) - Constructor for class com.hazelcast.config.PermissionPolicyConfig
 
POLICY_CLUSTER_WIDE_MAP_SIZE - Static variable in class com.hazelcast.config.MaxSizeConfig
 
POLICY_MAP_SIZE_PER_JVM - Static variable in class com.hazelcast.config.MaxSizeConfig
 
POLICY_PARTITIONS_WIDE_MAP_SIZE - Static variable in class com.hazelcast.config.MaxSizeConfig
 
POLICY_USED_HEAP_PERCENTAGE - Static variable in class com.hazelcast.config.MaxSizeConfig
 
POLICY_USED_HEAP_SIZE - Static variable in class com.hazelcast.config.MaxSizeConfig
 
postDeregister() - Method in class com.hazelcast.jmx.AbstractMBean
From interface MBeanRegistration
postDeregister() - Method in class com.hazelcast.jmx.DataMBean
 
postRegister(Boolean) - Method in class com.hazelcast.jmx.AbstractMBean
From interface MBeanRegistration
postRegister(Boolean) - Method in class com.hazelcast.jmx.ClusterMBean
 
postRegister(Boolean) - Method in class com.hazelcast.jmx.DataMBean
 
postRegister(Boolean) - Method in class com.hazelcast.jmx.ListMBean
 
postRegister(Boolean) - Method in class com.hazelcast.jmx.MapMBean
 
postRegister(Boolean) - Method in class com.hazelcast.jmx.QueueMBean
 
postRegister(Boolean) - Method in class com.hazelcast.jmx.SetMBean
 
postRegister(Boolean) - Method in class com.hazelcast.jmx.TopicMBean
 
preDeregister() - Method in class com.hazelcast.jmx.AbstractMBean
From interface MBeanRegistration
preDeregister() - Method in class com.hazelcast.jmx.ClusterMBean
 
preDeregister() - Method in class com.hazelcast.jmx.DataMBean
 
preDeregister() - Method in class com.hazelcast.jmx.ListMBean
 
preDeregister() - Method in class com.hazelcast.jmx.MapMBean
 
preDeregister() - Method in class com.hazelcast.jmx.QueueMBean
 
preDeregister() - Method in class com.hazelcast.jmx.SetMBean
 
preDeregister() - Method in class com.hazelcast.jmx.TopicMBean
 
Predicate<K,V> - Interface in com.hazelcast.query
 
PredicateBuilder - Class in com.hazelcast.query
 
PredicateBuilder() - Constructor for class com.hazelcast.query.PredicateBuilder
 
Predicates - Class in com.hazelcast.query
 
Predicates() - Constructor for class com.hazelcast.query.Predicates
 
Predicates.AbstractExpression - Class in com.hazelcast.query
 
Predicates.AbstractExpression() - Constructor for class com.hazelcast.query.Predicates.AbstractExpression
 
Predicates.AbstractPredicate - Class in com.hazelcast.query
 
Predicates.AbstractPredicate() - Constructor for class com.hazelcast.query.Predicates.AbstractPredicate
 
Predicates.AndOrPredicate - Class in com.hazelcast.query
 
Predicates.AndOrPredicate() - Constructor for class com.hazelcast.query.Predicates.AndOrPredicate
 
Predicates.AndOrPredicate(boolean, Predicate, Predicate) - Constructor for class com.hazelcast.query.Predicates.AndOrPredicate
 
Predicates.AndOrPredicate(boolean, Predicate...) - Constructor for class com.hazelcast.query.Predicates.AndOrPredicate
 
Predicates.BetweenPredicate - Class in com.hazelcast.query
 
Predicates.BetweenPredicate() - Constructor for class com.hazelcast.query.Predicates.BetweenPredicate
 
Predicates.BetweenPredicate(Expression, Expression, Object) - Constructor for class com.hazelcast.query.Predicates.BetweenPredicate
 
Predicates.BetweenPredicate(Expression, Object, Object) - Constructor for class com.hazelcast.query.Predicates.BetweenPredicate
 
Predicates.EqualPredicate - Class in com.hazelcast.query
 
Predicates.EqualPredicate() - Constructor for class com.hazelcast.query.Predicates.EqualPredicate
 
Predicates.EqualPredicate(Expression, Expression) - Constructor for class com.hazelcast.query.Predicates.EqualPredicate
 
Predicates.EqualPredicate(Expression, Object) - Constructor for class com.hazelcast.query.Predicates.EqualPredicate
 
Predicates.GetExpressionImpl<T> - Class in com.hazelcast.query
 
Predicates.GetExpressionImpl() - Constructor for class com.hazelcast.query.Predicates.GetExpressionImpl
 
Predicates.GetExpressionImpl(String) - Constructor for class com.hazelcast.query.Predicates.GetExpressionImpl
 
Predicates.GreaterLessPredicate - Class in com.hazelcast.query
 
Predicates.GreaterLessPredicate() - Constructor for class com.hazelcast.query.Predicates.GreaterLessPredicate
 
Predicates.GreaterLessPredicate(Expression, Expression, boolean, boolean) - Constructor for class com.hazelcast.query.Predicates.GreaterLessPredicate
 
Predicates.GreaterLessPredicate(Expression, Object, boolean, boolean) - Constructor for class com.hazelcast.query.Predicates.GreaterLessPredicate
 
Predicates.InPredicate - Class in com.hazelcast.query
 
Predicates.InPredicate() - Constructor for class com.hazelcast.query.Predicates.InPredicate
 
Predicates.InPredicate(Expression, Object...) - Constructor for class com.hazelcast.query.Predicates.InPredicate
 
Predicates.LikePredicate - Class in com.hazelcast.query
 
Predicates.LikePredicate() - Constructor for class com.hazelcast.query.Predicates.LikePredicate
 
Predicates.LikePredicate(Expression<String>, String) - Constructor for class com.hazelcast.query.Predicates.LikePredicate
 
Predicates.NotEqualPredicate - Class in com.hazelcast.query
 
Predicates.NotEqualPredicate() - Constructor for class com.hazelcast.query.Predicates.NotEqualPredicate
 
Predicates.NotEqualPredicate(Expression, Expression) - Constructor for class com.hazelcast.query.Predicates.NotEqualPredicate
 
Predicates.NotEqualPredicate(Expression, Object) - Constructor for class com.hazelcast.query.Predicates.NotEqualPredicate
 
Predicates.NotPredicate - Class in com.hazelcast.query
 
Predicates.NotPredicate(Predicate) - Constructor for class com.hazelcast.query.Predicates.NotPredicate
 
Predicates.NotPredicate() - Constructor for class com.hazelcast.query.Predicates.NotPredicate
 
Predicates.RegexPredicate - Class in com.hazelcast.query
 
Predicates.RegexPredicate() - Constructor for class com.hazelcast.query.Predicates.RegexPredicate
 
Predicates.RegexPredicate(Expression<String>, String) - Constructor for class com.hazelcast.query.Predicates.RegexPredicate
 
PredicateType - Enum in com.hazelcast.query
 
Prefix - Class in com.hazelcast.core
Holds the prefix constants used by Hazelcast.
preRegister(MBeanServer, ObjectName) - Method in class com.hazelcast.jmx.AbstractMBean
From interface MBeanRegistration
publish(E) - Method in interface com.hazelcast.core.ITopic
 
put(K, V) - Method in interface com.hazelcast.core.IMap

put(K, V, long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Puts an entry into this map with a given ttl (time to live) value.
put(K, V) - Method in interface com.hazelcast.core.MultiMap
Stores a key-value pair in the multimap.
putAndUnlock(K, V) - Method in interface com.hazelcast.core.IMap
Puts the key and value into this map and unlocks the key if the calling thread owns the lock.
putAsync(K, V) - Method in interface com.hazelcast.core.IMap
Asynchronously puts the given key and value.
putIfAbsent(K, V) - Method in interface com.hazelcast.core.IMap

putIfAbsent(K, V, long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Puts an entry into this map with a given ttl (time to live) value if the specified key is not already associated with a value.
putInternalThroughputStats(Map<String, LocalExecutorOperationStatsImpl>) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putLocalAtomicNumberStats(String, LocalAtomicNumberStatsImpl) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putLocalCountDownLatchStats(String, LocalCountDownLatchStatsImpl) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putLocalMapStats(String, LocalMapStatsImpl) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putLocalMultiMapStats(String, LocalMapStatsImpl) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putLocalQueueStats(String, LocalQueueStatsImpl) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putLocalSemaphoreStats(String, LocalSemaphoreStatsImpl) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putLocalTopicStats(String, LocalTopicStatsImpl) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putThroughputStats(Map<String, LocalExecutorOperationStatsImpl>) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putTransient(K, V, long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Same as #put(K, V, long, TimeUnit) but MapStore, if defined, will not be called to store/persist the entry.

Q

QueryContext - Class in com.hazelcast.query
 
QueryContext(String, Predicate, MapIndexService) - Constructor for class com.hazelcast.query.QueryContext
 
QUEUE - Static variable in class com.hazelcast.core.Prefix
The Constant QUEUE: "q:"
QUEUE_HAZELCAST - Static variable in class com.hazelcast.core.Prefix
The Constant QUEUE_HAZELCAST: "q:__hz_"
QUEUE_LIST - Static variable in class com.hazelcast.core.Prefix
The Constant QUEUE_LIST: "q:l:"
QueueConfig - Class in com.hazelcast.config
 
QueueConfig() - Constructor for class com.hazelcast.config.QueueConfig
 
QueueConfig(QueueConfig) - Constructor for class com.hazelcast.config.QueueConfig
 
QueueMBean - Class in com.hazelcast.jmx
Management bean for Hazelcst Queue
QueueMBean(IQueue<?>, ManagementService) - Constructor for class com.hazelcast.jmx.QueueMBean
 
QueueOperationsCounter - Class in com.hazelcast.impl.monitor
 
QueueOperationsCounter() - Constructor for class com.hazelcast.impl.monitor.QueueOperationsCounter
 
QueueOperationsCounter(long) - Constructor for class com.hazelcast.impl.monitor.QueueOperationsCounter
 

R

readData(DataInput) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
readData(DataInput) - Method in class com.hazelcast.config.Config
 
readData(DataInput) - Method in class com.hazelcast.config.ExecutorConfig
 
readData(DataInput) - Method in class com.hazelcast.config.GroupConfig
 
readData(DataInput) - Method in class com.hazelcast.config.Interfaces
 
readData(DataInput) - Method in class com.hazelcast.config.Join
 
readData(DataInput) - Method in class com.hazelcast.config.MapConfig
 
readData(DataInput) - Method in class com.hazelcast.config.MaxSizeConfig
 
readData(DataInput) - Method in class com.hazelcast.config.MulticastConfig
 
readData(DataInput) - Method in class com.hazelcast.config.MultiMapConfig
 
readData(DataInput) - Method in class com.hazelcast.config.NearCacheConfig
 
readData(DataInput) - Method in class com.hazelcast.config.NetworkConfig
 
readData(DataInput) - Method in class com.hazelcast.config.QueueConfig
 
readData(DataInput) - Method in class com.hazelcast.config.SemaphoreConfig
 
readData(DataInput) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
readData(DataInput) - Method in class com.hazelcast.config.TcpIpConfig
 
readData(DataInput) - Method in class com.hazelcast.config.TopicConfig
 
readData(DataInput) - Method in class com.hazelcast.core.HazelcastInstanceAwareObject
 
readData(DataInput) - Method in exception com.hazelcast.core.InstanceDestroyedException
 
readData(DataInput) - Method in exception com.hazelcast.core.MemberLeftException
 
readData(DataInput) - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
readData(DataInput) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
readData(DataInput) - Method in class com.hazelcast.monitor.TimedMemberState
 
readData(DataInput) - Method in interface com.hazelcast.nio.DataSerializable
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.AndOrPredicate
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.BetweenPredicate
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.GetExpressionImpl
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.GreaterLessPredicate
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.InPredicate
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.LikePredicate
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.NotPredicate
 
readData(DataInput) - Method in class com.hazelcast.query.Predicates.RegexPredicate
 
readData(DataInput) - Method in class com.hazelcast.query.SqlPredicate
 
readData(DataInput) - Method in class com.hazelcast.security.AbstractCredentials
 
readDataInternal(DataInput) - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
readDataInternal(DataInput) - Method in class com.hazelcast.security.AbstractCredentials
 
readDataInternal(DataInput) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
RECONNECTION_ATTEMPT_LIMIT - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
RECONNECTION_TIMEOUT - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
reduce(int) - Method in class com.hazelcast.jmx.SemaphoreMBean
 
reducePermits(int) - Method in interface com.hazelcast.core.ISemaphore
Shrinks the number of available permits by the indicated reduction.
refresh() - Method in class com.hazelcast.jmx.AbstractMBean
Override this method if the managed object requires some refresh before reading.
refresh() - Method in class com.hazelcast.jmx.MapEntryMBean
 
register() - Method in class com.hazelcast.jmx.ManagementService
Register all the MBeans.
registerInstance(Object) - Method in class com.hazelcast.jmx.DataMBean
 
release() - Method in interface com.hazelcast.core.ISemaphore
Releases a permit, increasing the number of available permits by one.
release(int) - Method in interface com.hazelcast.core.ISemaphore
Releases the given number of permits, increasing the number of available permits by that amount.
release(int) - Method in class com.hazelcast.jmx.SemaphoreMBean
 
releaseDetach() - Method in interface com.hazelcast.core.ISemaphore
Detaches a permit from the caller's address and returns it to the semaphore.
releaseDetach(int) - Method in interface com.hazelcast.core.ISemaphore
Detaches the given number of permits from the caller's address and returns them to the semaphore.
remove(Object) - Method in interface com.hazelcast.core.IMap

remove(Object, Object) - Method in interface com.hazelcast.core.IMap

remove(Object, Object) - Method in interface com.hazelcast.core.MultiMap
Removes the given key value pair from the multimap.
remove(Object) - Method in interface com.hazelcast.core.MultiMap
Removes all the entries with the given key.
remove(Record) - Method in class com.hazelcast.query.MapIndexService
 
REMOVE_EXISTING - Static variable in interface com.hazelcast.merge.MergePolicy
 
removeAsync(K) - Method in interface com.hazelcast.core.IMap
Asynchronously removes the given key.
removeClientListener(ClientListener) - Method in interface com.hazelcast.core.ClientService
 
removeEntry(Object) - Method in class com.hazelcast.jmx.MapMBean
 
removeEntryListener(EntryListener<K, V>) - Method in interface com.hazelcast.core.IMap
Removes the specified entry listener Returns silently if there is no such listener added before.
removeEntryListener(EntryListener<K, V>, K) - Method in interface com.hazelcast.core.IMap
Removes the specified entry listener for the specified key.
removeEntryListener(EntryListener<K, V>) - Method in interface com.hazelcast.core.MultiMap
Removes the specified entry listener Returns silently if there is no such listener added before.
removeEntryListener(EntryListener<K, V>, K) - Method in interface com.hazelcast.core.MultiMap
Removes the specified entry listener for the specified key.
removeInstanceListener(InstanceListener) - Method in class com.hazelcast.client.HazelcastClient
 
removeInstanceListener(InstanceListener) - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 2.2
removeInstanceListener(InstanceListener) - Method in interface com.hazelcast.core.HazelcastInstance
Removes the specified instance listener.
removeItem(Object) - Method in class com.hazelcast.jmx.ListMBean
 
removeItem(Object) - Method in class com.hazelcast.jmx.SetMBean
 
removeItemListener(ItemListener<E>) - Method in interface com.hazelcast.core.ICollection
Removes the specified item listener.
removeLifecycleListener(LifecycleListener) - Method in interface com.hazelcast.core.LifecycleService
 
removeMembershipListener(MembershipListener) - Method in interface com.hazelcast.core.Cluster
Removes the specified membership listener.
removeMessageListener(MessageListener<E>) - Method in interface com.hazelcast.core.ITopic
 
removeMigrationListener(MigrationListener) - Method in interface com.hazelcast.partition.PartitionService
 
removeRecordIndex(Long, Long) - Method in interface com.hazelcast.query.IndexStore
 
removeRecordIndex(Long, Long) - Method in class com.hazelcast.query.SortedIndexStore
 
removeRecordIndex(Long, Long) - Method in class com.hazelcast.query.UnsortedIndexStore
 
replace(K, V, V) - Method in interface com.hazelcast.core.IMap

replace(K, V) - Method in interface com.hazelcast.core.IMap

reset() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
reset() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
resetStats() - Method in class com.hazelcast.jmx.DataMBean
Resets statistics
resetStats() - Method in class com.hazelcast.jmx.ListMBean
Resets statistics
resetStats() - Method in class com.hazelcast.jmx.QueueMBean
Resets statistics
resetStats() - Method in class com.hazelcast.jmx.SetMBean
Resets statistics
resetStats() - Method in class com.hazelcast.jmx.TopicMBean
Resets statistics
restart() - Method in class com.hazelcast.client.HazelcastClient
 
restart() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 1.9
restart() - Method in interface com.hazelcast.core.HazelcastInstance
Deprecated. as of version 1.9
restart() - Method in interface com.hazelcast.core.LifecycleService
 
restart() - Method in class com.hazelcast.jmx.ClusterMBean
 
results - Variable in class com.hazelcast.core.MultiTask
 
resume() - Method in interface com.hazelcast.core.LifecycleService
 
rollback() - Method in interface com.hazelcast.core.Transaction
Rolls back the transaction associated with the current thread.
run() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
RuntimeInterruptedException - Exception in com.hazelcast.core
An unchecked version of InterruptedException.
RuntimeInterruptedException() - Constructor for exception com.hazelcast.core.RuntimeInterruptedException
 
RuntimeInterruptedException(String) - Constructor for exception com.hazelcast.core.RuntimeInterruptedException
 

S

secondIsExpression - Variable in class com.hazelcast.query.Predicates.EqualPredicate
 
SecurityConfig - Class in com.hazelcast.config
 
SecurityConfig() - Constructor for class com.hazelcast.config.SecurityConfig
 
SecurityContext - Interface in com.hazelcast.security
SecurityContext is responsible for managing lifecycle of security object such as ICredentialsFactory, IPermissionPolicy etc, to creating LoginContextes for member and client authentications and checking permissions for client operations.
SEMAPHORE - Static variable in class com.hazelcast.core.Prefix
The Constant SEMAPHORE: "4:"
SEMAPHORE_MAP_NAME - Static variable in class com.hazelcast.config.MapConfig
 
SemaphoreConfig - Class in com.hazelcast.config
 
SemaphoreConfig() - Constructor for class com.hazelcast.config.SemaphoreConfig
 
SemaphoreConfig(String) - Constructor for class com.hazelcast.config.SemaphoreConfig
 
SemaphoreConfig(String, int) - Constructor for class com.hazelcast.config.SemaphoreConfig
 
SemaphoreConfig(String, SemaphoreConfig) - Constructor for class com.hazelcast.config.SemaphoreConfig
 
SemaphoreFactory - Interface in com.hazelcast.core
Hazelcast distributed semaphore helper class can be used to dynamically interact with certain semaphore events.
SemaphoreMBean - Class in com.hazelcast.jmx
MBean for ISemaphore
SemaphoreMBean(ISemaphore, ManagementService) - Constructor for class com.hazelcast.jmx.SemaphoreMBean
 
SemaphoreOperationsCounter - Class in com.hazelcast.impl.monitor
 
SemaphoreOperationsCounter() - Constructor for class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
SemaphoreOperationsCounter(long) - Constructor for class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
set(long) - Method in interface com.hazelcast.core.AtomicNumber
Atomically sets the given value.
set(V) - Method in class com.hazelcast.core.DistributedTask
 
set(K, V, long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Puts an entry into this map with a given ttl (time to live) value.
SET - Static variable in class com.hazelcast.core.Prefix
The Constant SET: "m:s:"
set(long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
setAccessKey(String) - Method in class com.hazelcast.config.AwsConfig
 
setActions(Set<String>) - Method in class com.hazelcast.config.PermissionConfig
 
setActive(boolean) - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
setAddress(Address) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
setAddresses(List<String>) - Method in class com.hazelcast.client.ClientConfig
 
setAlgorithm(String) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setAlgorithm(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
setAsymmetricEncryptionConfig(AsymmetricEncryptionConfig) - Method in class com.hazelcast.config.NetworkConfig
 
setAsyncBackupCount(int) - Method in class com.hazelcast.config.MapConfig
Number of asynchronous backups.
setAttribute(String) - Method in class com.hazelcast.config.MapIndexConfig
 
setAttribute(Attribute) - Method in class com.hazelcast.jmx.AbstractMBean
 
setAttributes(AttributeList) - Method in class com.hazelcast.jmx.AbstractMBean
 
setAwsConfig(AwsConfig) - Method in class com.hazelcast.config.Join
 
setBackingMapRef(String) - Method in class com.hazelcast.config.QueueConfig
 
setBackupCount(int) - Method in class com.hazelcast.config.MapConfig
Number of synchronous backups.
setBackupCounts(int, int) - Method in class com.hazelcast.config.MapConfig
Number of sync and async backups.
setBackupEntryCount(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setBackupEntryMemoryCost(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setCacheValue(boolean) - Method in class com.hazelcast.config.MapConfig
Sets if entry values should be cached
setCheckCompatibility(boolean) - Method in class com.hazelcast.config.Config
 
setClassLoader(ClassLoader) - Method in class com.hazelcast.config.Config
 
setClassName(String) - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
setClassName(String) - Method in class com.hazelcast.config.ListenerConfig
 
setClassName(String) - Method in class com.hazelcast.config.LoginModuleConfig
 
setClassName(String) - Method in class com.hazelcast.config.MapStoreConfig
Sets the name for the MapStore implementation class
setClassName(String) - Method in class com.hazelcast.config.MergePolicyConfig
 
setClassName(String) - Method in class com.hazelcast.config.PermissionPolicyConfig
 
setClassName(String) - Method in class com.hazelcast.config.SocketInterceptorConfig
Sets the name for the com.hazelcast.nio.SocketInterceptor implementation class
setClearQuick(boolean) - Method in class com.hazelcast.config.MapConfig
Sets if the map can be cleared quickly assuming there is no lock or transaction related
setClientLoginModuleConfigs(List<LoginModuleConfig>) - Method in class com.hazelcast.config.SecurityConfig
 
setClientPermissionConfigs(Set<PermissionConfig>) - Method in class com.hazelcast.config.SecurityConfig
 
setClientPolicyConfig(PermissionPolicyConfig) - Method in class com.hazelcast.config.SecurityConfig
 
setClusterName(String) - Method in class com.hazelcast.monitor.TimedMemberState
 
setConfigurationFile(File) - Method in class com.hazelcast.config.Config
 
setConfigurationUrl(URL) - Method in class com.hazelcast.config.Config
 
setConnectionTimeout(int) - Method in class com.hazelcast.client.ClientConfig
 
setConnectionTimeoutSeconds(int) - Method in class com.hazelcast.config.TcpIpConfig
 
setCorePoolSize(int) - Method in class com.hazelcast.config.ExecutorConfig
 
setCount(int) - Method in interface com.hazelcast.core.ICountDownLatch
Sets the count to the given value if the current count is zero.
setCreationTime(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setCredentials(Credentials) - Method in class com.hazelcast.client.ClientConfig
 
setDirtyEntryCount(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setDoubleValue(boolean) - Method in class com.hazelcast.query.UnsortedIndexStore
 
setEnabled(boolean) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.AwsConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.Interfaces
 
setEnabled(boolean) - Method in class com.hazelcast.config.ManagementCenterConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.MapStoreConfig
Enables and disables this configuration
setEnabled(boolean) - Method in class com.hazelcast.config.MulticastConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.PartitionGroupConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.SecurityConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.SocketInterceptorConfig
Enables and disables this configuration
setEnabled(boolean) - Method in class com.hazelcast.config.SSLConfig
Enables and disables this configuration
setEnabled(boolean) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.TcpIpConfig
 
setEndpoint(String) - Method in class com.hazelcast.security.AbstractCredentials
 
setEndpoint(String) - Method in interface com.hazelcast.security.Credentials
Sets IP address of endpoint.
setEndpoints(Set<String>) - Method in class com.hazelcast.config.PermissionConfig
 
setEndpoints(List<String>) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
setEntryListenerConfigs(List<EntryListenerConfig>) - Method in class com.hazelcast.config.MapConfig
 
setEntryListenerConfigs(List<EntryListenerConfig>) - Method in class com.hazelcast.config.MultiMapConfig
 
setEvictionDelaySeconds(int) - Method in class com.hazelcast.config.MapConfig
Deprecated.  
setEvictionPercentage(int) - Method in class com.hazelcast.config.MapConfig
When max.
setEvictionPolicy(String) - Method in class com.hazelcast.config.MapConfig
 
setEvictionPolicy(String) - Method in class com.hazelcast.config.NearCacheConfig
 
setExecutionCallback(ExecutionCallback<V>) - Method in class com.hazelcast.core.DistributedTask.Inner
 
setExecutionCallback(ExecutionCallback<V>) - Method in class com.hazelcast.core.DistributedTask
 
setExecutionManagerCallback(ExecutionManagerCallback) - Method in class com.hazelcast.core.DistributedTask.Inner
 
setExecutorConfig(ExecutorConfig) - Method in class com.hazelcast.config.Config
Deprecated. use addExecutorConfig instead
setExecutorConfigMap(Map<String, ExecutorConfig>) - Method in class com.hazelcast.config.Config
 
setExecutorList(List<String>) - Method in class com.hazelcast.monitor.TimedMemberState
 
setExpression(Expression) - Method in class com.hazelcast.config.MapIndexConfig
 
setFactoryClassName(String) - Method in class com.hazelcast.config.MapStoreConfig
Sets the name for the MapStoreFactory implementation class
setFactoryClassName(String) - Method in class com.hazelcast.config.SemaphoreConfig
 
setFactoryClassName(String) - Method in class com.hazelcast.config.SSLConfig
Sets the name for the com.hazelcast.nio.ssl.SSLContextFactory implementation class
setFactoryEnabled(boolean) - Method in class com.hazelcast.config.SemaphoreConfig
 
setFactoryImplementation(Object) - Method in class com.hazelcast.config.MapStoreConfig
Sets the map store factory implementation object
setFactoryImplementation(SemaphoreFactory) - Method in class com.hazelcast.config.SemaphoreConfig
 
setFactoryImplementation(Object) - Method in class com.hazelcast.config.SSLConfig
Sets the com.hazelcast.nio.ssl.SSLContextFactory implementation object
setGlobalOrderingEnabled(boolean) - Method in class com.hazelcast.config.TopicConfig
 
setGroupConfig(GroupConfig) - Method in class com.hazelcast.client.ClientConfig
 
setGroupConfig(GroupConfig) - Method in class com.hazelcast.config.Config
 
setGroupName(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
setGroupPassword(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
setGroupType(PartitionGroupConfig.MemberGroupType) - Method in class com.hazelcast.config.PartitionGroupConfig
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
setHazelcastInstance(HazelcastInstance) - Method in interface com.hazelcast.core.HazelcastInstanceAware
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.core.HazelcastInstanceAwareObject
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.monitor.DistributedMapStatsCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable
 
setHits(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setHostHeader(String) - Method in class com.hazelcast.config.AwsConfig
 
setImplementation(ICredentialsFactory) - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
setImplementation(EntryListener) - Method in class com.hazelcast.config.EntryListenerConfig
 
setImplementation(ItemListener) - Method in class com.hazelcast.config.ItemListenerConfig
 
setImplementation(EventListener) - Method in class com.hazelcast.config.ListenerConfig
 
setImplementation(Object) - Method in class com.hazelcast.config.MapStoreConfig
Sets the map store implementation object
setImplementation(MergePolicy) - Method in class com.hazelcast.config.MergePolicyConfig
 
setImplementation(IPermissionPolicy) - Method in class com.hazelcast.config.PermissionPolicyConfig
 
setImplementation(Object) - Method in class com.hazelcast.config.SocketInterceptorConfig
Sets the com.hazelcast.nio.SocketInterceptor implementation object
setIncludeValue(boolean) - Method in class com.hazelcast.config.EntryListenerConfig
 
setIncludeValue(boolean) - Method in class com.hazelcast.config.ItemListenerConfig
 
setInitialConnectionAttemptLimit(int) - Method in class com.hazelcast.client.ClientConfig
 
setInitialPermits(int) - Method in class com.hazelcast.config.SemaphoreConfig
 
setInstanceName(String) - Method in class com.hazelcast.config.Config
 
setInstanceNames(Set<String>) - Method in class com.hazelcast.monitor.TimedMemberState
 
setInterfaces(Collection<String>) - Method in class com.hazelcast.config.Interfaces
Adds a collection of interfaces.
setInterfaces(Collection<String>) - Method in class com.hazelcast.config.MemberGroupConfig
 
setInterfaces(Interfaces) - Method in class com.hazelcast.config.NetworkConfig
 
setInThreadStats(ThreadStats) - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
setInvalidateOnChange(boolean) - Method in class com.hazelcast.config.NearCacheConfig
 
setItemListenerConfigs(List<ItemListenerConfig>) - Method in class com.hazelcast.config.QueueConfig
 
setIterationCount(int) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
setJoin(Join) - Method in class com.hazelcast.config.NetworkConfig
 
setKeepAliveSeconds(int) - Method in class com.hazelcast.config.ExecutorConfig
 
setKey(byte[]) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
setKeyAlias(String) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setKeyPassword(String) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setLastAccessTime(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLastEvictionTime(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLastUpdateTime(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLicenseKey(String) - Method in class com.hazelcast.config.Config
 
setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.Config
 
setLiteMember(boolean) - Method in class com.hazelcast.config.Config
 
setLocal(boolean) - Method in class com.hazelcast.config.EntryListenerConfig
 
setLocalMapStats(LocalMapStats) - Method in class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat
 
setLocalQueueStats(LocalQueueStats) - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats
 
setLockedEntryCount(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLockWaitCount(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setManagedContext(ManagedContext) - Method in class com.hazelcast.config.Config
 
setManagementCenterConfig(ManagementCenterConfig) - Method in class com.hazelcast.config.Config
 
setMapConfigs(Map<String, MapConfig>) - Method in class com.hazelcast.config.Config
 
setMapIndexConfigs(List<MapIndexConfig>) - Method in class com.hazelcast.config.MapConfig
 
setMapQConfigs(Map<String, QueueConfig>) - Method in class com.hazelcast.config.Config
 
setMapStoreConfig(MapStoreConfig) - Method in class com.hazelcast.config.MapConfig
Sets the mapStore configuration
setMarkedAsRemovedEntryCount(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setMarkedAsRemovedMemoryCost(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setMaster(Boolean) - Method in class com.hazelcast.monitor.TimedMemberState
 
setMaxIdleSeconds(int) - Method in class com.hazelcast.config.MapConfig
Maximum number of seconds for each entry to stay idle in the map.
setMaxIdleSeconds(int) - Method in class com.hazelcast.config.NearCacheConfig
 
setMaxPoolSize(int) - Method in class com.hazelcast.config.ExecutorConfig
 
setMaxSize(int) - Method in class com.hazelcast.config.MapConfig
Deprecated. use MaxSizeConfig.setSize
setMaxSize(int) - Method in class com.hazelcast.config.NearCacheConfig
 
setMaxSizeConfig(MaxSizeConfig) - Method in class com.hazelcast.config.MapConfig
 
setMaxSizePerJVM(int) - Method in class com.hazelcast.config.QueueConfig
 
setMaxSizePolicy(String) - Method in class com.hazelcast.config.MaxSizeConfig
 
SetMBean - Class in com.hazelcast.jmx
MBean for Set
SetMBean(ISet<?>, ManagementService) - Constructor for class com.hazelcast.jmx.SetMBean
 
setMember(Member) - Method in class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat
 
setMember(Member) - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats
 
setMemberCredentialsConfig(CredentialsFactoryConfig) - Method in class com.hazelcast.config.SecurityConfig
 
setMemberGroupConfigs(Collection<MemberGroupConfig>) - Method in class com.hazelcast.config.PartitionGroupConfig
 
setMemberGroupFactoryClassname(String) - Method in class com.hazelcast.config.PartitionGroupConfig
 
setMemberLeft(Member) - Method in class com.hazelcast.core.DistributedTask
 
setMemberList(List<String>) - Method in class com.hazelcast.monitor.TimedMemberState
 
setMemberLoginModuleConfigs(List<LoginModuleConfig>) - Method in class com.hazelcast.config.SecurityConfig
 
setMembers(List<String>) - Method in class com.hazelcast.config.TcpIpConfig
 
setMemberState(MemberState) - Method in class com.hazelcast.monitor.TimedMemberState
 
setMergePolicy(String) - Method in class com.hazelcast.config.MapConfig
 
setMergePolicy(String) - Method in class com.hazelcast.config.WanReplicationRef
 
setMergePolicyConfigs(Map<String, MergePolicyConfig>) - Method in class com.hazelcast.config.Config
 
setMessageListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.TopicConfig
 
setMisses(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setMulticastConfig(MulticastConfig) - Method in class com.hazelcast.config.Join
 
setMulticastGroup(String) - Method in class com.hazelcast.config.MulticastConfig
 
setMulticastPort(int) - Method in class com.hazelcast.config.MulticastConfig
 
setMulticastTimeoutSeconds(int) - Method in class com.hazelcast.config.MulticastConfig
 
setMulticastTimeToLive(int) - Method in class com.hazelcast.config.MulticastConfig
 
setMultiMapConfigs(Map<String, MultiMapConfig>) - Method in class com.hazelcast.config.Config
 
setName(String) - Method in class com.hazelcast.config.ExecutorConfig
 
setName(String) - Method in class com.hazelcast.config.GroupConfig
 
setName(String) - Method in class com.hazelcast.config.MapConfig
 
setName(String) - Method in class com.hazelcast.config.MergePolicyConfig
 
setName(String) - Method in class com.hazelcast.config.MultiMapConfig
 
setName(String) - Method in class com.hazelcast.config.PermissionConfig
 
setName(String) - Method in class com.hazelcast.config.QueueConfig
 
setName(String) - Method in class com.hazelcast.config.TopicConfig
 
setName(String) - Method in class com.hazelcast.config.WanReplicationConfig
 
setName(String) - Method in class com.hazelcast.config.WanReplicationRef
 
setNearCacheConfig(NearCacheConfig) - Method in class com.hazelcast.config.MapConfig
 
setNetworkConfig(NetworkConfig) - Method in class com.hazelcast.config.Config
 
setOrdered(boolean) - Method in class com.hazelcast.config.MapIndexConfig
 
setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.config.NetworkConfig
 
setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.config.NetworkConfig
 
setOutOfMemory(boolean) - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
setOutOfMemoryHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.core.Hazelcast
Sets OutOfMemoryHandler to be used when an OutOfMemoryError is caught by Hazelcast threads.
setOutThreadStats(ThreadStats) - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
setOwnedEntryCount(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setOwnedEntryMemoryCost(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setParentName(ObjectNameSpec) - Method in class com.hazelcast.jmx.AbstractMBean
 
setPartitionGroupConfig(PartitionGroupConfig) - Method in class com.hazelcast.config.Config
 
setPassword(String) - Method in class com.hazelcast.config.GroupConfig
 
setPassword(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
setPassword(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
setPort(int) - Method in class com.hazelcast.config.Config
Deprecated. instead use getNetworkConfig().setPort(int)
setPort(int) - Method in class com.hazelcast.config.NetworkConfig
 
setPortAutoIncrement(boolean) - Method in class com.hazelcast.config.Config
Deprecated. instead use getNetworkConfig().setPortAutoIncrement(boolean)
setPortAutoIncrement(boolean) - Method in class com.hazelcast.config.NetworkConfig
 
setPrincipal(String) - Method in class com.hazelcast.config.PermissionConfig
 
setPrincipal(String) - Method in class com.hazelcast.security.AbstractCredentials
 
setProperties(Properties) - Method in class com.hazelcast.config.Config
 
setProperties(Properties) - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
setProperties(Properties) - Method in class com.hazelcast.config.LoginModuleConfig
 
setProperties(Properties) - Method in class com.hazelcast.config.MapStoreConfig
 
setProperties(Properties) - Method in class com.hazelcast.config.PermissionPolicyConfig
 
setProperties(Properties) - Method in class com.hazelcast.config.SocketInterceptorConfig
 
setProperties(Properties) - Method in class com.hazelcast.config.SSLConfig
 
setProperty(String, String) - Method in class com.hazelcast.config.Config
 
setProperty(String, String) - Method in class com.hazelcast.config.MapStoreConfig
 
setProperty(String, String) - Method in class com.hazelcast.config.SocketInterceptorConfig
 
setProperty(String, String) - Method in class com.hazelcast.config.SSLConfig
 
setPublicAddress(String) - Method in class com.hazelcast.config.NetworkConfig
 
setQConfigs(Map<String, QueueConfig>) - Method in class com.hazelcast.config.Config
 
setReadBackupData(boolean) - Method in class com.hazelcast.config.MapConfig
 
setReconnectionAttemptLimit(int) - Method in class com.hazelcast.client.ClientConfig
 
setReConnectionTimeOut(int) - Method in class com.hazelcast.client.ClientConfig
 
setRegion(String) - Method in class com.hazelcast.config.AwsConfig
 
setReplicationImpl(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
setReplicationImplObject(Object) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
setRequiredMember(String) - Method in class com.hazelcast.config.TcpIpConfig
 
setReuseAddress(boolean) - Method in class com.hazelcast.config.Config
Deprecated. 
setReuseAddress(boolean) - Method in class com.hazelcast.config.NetworkConfig
 
setRunnable(Runnable) - Method in class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
setRuntimeProps(Map<String, Long>) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
setSalt(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
setSecretKey(String) - Method in class com.hazelcast.config.AwsConfig
 
setSecurityConfig(SecurityConfig) - Method in class com.hazelcast.config.Config
 
setSecurityGroupName(String) - Method in class com.hazelcast.config.AwsConfig
 
setSemaphoreConfigMap(Map<String, SemaphoreConfig>) - Method in class com.hazelcast.config.Config
 
setServiceThreadStats(ThreadStats) - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
setShuffle(boolean) - Method in class com.hazelcast.client.ClientConfig
 
setSize(int) - Method in class com.hazelcast.config.MaxSizeConfig
 
setSocketInterceptor(SocketInterceptor) - Method in class com.hazelcast.client.ClientConfig
 
setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.config.NetworkConfig
 
setSSLConfig(SSLConfig) - Method in class com.hazelcast.config.NetworkConfig
 
setStorageType(MapConfig.StorageType) - Method in class com.hazelcast.config.MapConfig
 
setStorePassword(String) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setStorePath(String) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setStoreType(String) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setStrong(boolean) - Method in class com.hazelcast.query.QueryContext
 
setSymmetricEncryptionConfig(SymmetricEncryptionConfig) - Method in class com.hazelcast.config.NetworkConfig
 
setTagKey(String) - Method in class com.hazelcast.config.AwsConfig
 
setTagValue(String) - Method in class com.hazelcast.config.AwsConfig
 
setTargetClusterConfigs(List<WanTargetClusterConfig>) - Method in class com.hazelcast.config.WanReplicationConfig
 
setTcpIpConfig(TcpIpConfig) - Method in class com.hazelcast.config.Join
 
setTime(long) - Method in class com.hazelcast.monitor.TimedMemberState
 
setTimeToLiveSeconds(int) - Method in class com.hazelcast.config.MapConfig
Maximum number of seconds for each entry to stay in the map.
setTimeToLiveSeconds(int) - Method in class com.hazelcast.config.NearCacheConfig
 
setTopicConfigs(Map<String, TopicConfig>) - Method in class com.hazelcast.config.Config
 
setTrustedInterfaces(Set<String>) - Method in class com.hazelcast.config.MulticastConfig
 
setType(PermissionConfig.PermissionType) - Method in class com.hazelcast.config.PermissionConfig
 
setUpdateAutomatic(boolean) - Method in class com.hazelcast.client.ClientConfig
 
setUpdateInterval(int) - Method in class com.hazelcast.config.ManagementCenterConfig
 
setUrl(String) - Method in class com.hazelcast.config.ManagementCenterConfig
 
setUsage(LoginModuleConfig.LoginModuleUsage) - Method in class com.hazelcast.config.LoginModuleConfig
 
setUsername(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
setValueCollectionType(String) - Method in class com.hazelcast.config.MultiMapConfig
 
setValueCollectionType(MultiMapConfig.ValueCollectionType) - Method in class com.hazelcast.config.MultiMapConfig
 
setValueIndexed(boolean) - Method in class com.hazelcast.config.MapConfig
Sets if the value of the map entries should be indexed for faster containsValue(obj) operations.
setWanReplicationConfigs(Map<String, WanReplicationConfig>) - Method in class com.hazelcast.config.Config
 
setWanReplicationRef(WanReplicationRef) - Method in class com.hazelcast.config.MapConfig
 
setWriteDelaySeconds(int) - Method in class com.hazelcast.config.MapStoreConfig
Sets the number of seconds to delay before writing (storing) the dirty records
setXmlConfig(String) - Method in class com.hazelcast.config.Config
 
SHUFFLE_ADDRESSES - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
shutdown() - Method in class com.hazelcast.client.HazelcastClient
 
shutdown() - Static method in class com.hazelcast.core.Hazelcast
Deprecated. as of version 1.9
shutdown() - Method in interface com.hazelcast.core.HazelcastInstance
Deprecated. as of version 1.9
shutdown() - Method in interface com.hazelcast.core.LifecycleService
 
shutdown() - Method in class com.hazelcast.jmx.ClusterMBean
 
shutdown() - Static method in class com.hazelcast.jmx.ManagementService
Stop the management service
shutdownAll() - Static method in class com.hazelcast.client.HazelcastClient
 
shutdownAll() - Static method in class com.hazelcast.core.Hazelcast
Shuts down all running Hazelcast Instances on this JVM, including the default one if it is running.
SingleResultSet - Class in com.hazelcast.query
 
SingleResultSet(ConcurrentMap<Long, Record>) - Constructor for class com.hazelcast.query.SingleResultSet
 
size() - Method in interface com.hazelcast.core.MultiMap
Returns the number of key-value pairs in the multimap.
size() - Method in class com.hazelcast.jmx.QueueMBean
 
size() - Method in class com.hazelcast.query.MapIndexService
 
size() - Method in class com.hazelcast.query.MultiResultSet
 
size() - Method in class com.hazelcast.query.SingleResultSet
 
SocketInterceptorConfig - Class in com.hazelcast.config
 
SocketInterceptorConfig() - Constructor for class com.hazelcast.config.SocketInterceptorConfig
 
SortedIndexStore - Class in com.hazelcast.query
 
SortedIndexStore() - Constructor for class com.hazelcast.query.SortedIndexStore
 
SqlPredicate - Class in com.hazelcast.query
 
SqlPredicate(String) - Constructor for class com.hazelcast.query.SqlPredicate
 
SqlPredicate() - Constructor for class com.hazelcast.query.SqlPredicate
 
SSLConfig - Class in com.hazelcast.config
SSL configuration
SSLConfig() - Constructor for class com.hazelcast.config.SSLConfig
 
startExecution(long) - Method in class com.hazelcast.impl.monitor.ExecutorOperationsCounter
 
startPending() - Method in class com.hazelcast.impl.monitor.ExecutorOperationsCounter
 
stateChanged(LifecycleEvent) - Method in interface com.hazelcast.core.LifecycleListener
 
store(K, V) - Method in interface com.hazelcast.core.MapStore
Stores the key-value pair.
storeAll(Map<K, V>) - Method in interface com.hazelcast.core.MapStore
Stores multiple entries.
SymmetricEncryptionConfig - Class in com.hazelcast.config
 
SymmetricEncryptionConfig() - Constructor for class com.hazelcast.config.SymmetricEncryptionConfig
 
systemProps - Variable in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 

T

TcpIpConfig - Class in com.hazelcast.config
 
TcpIpConfig() - Constructor for class com.hazelcast.config.TcpIpConfig
 
TimedMemberState - Class in com.hazelcast.monitor
 
TimedMemberState() - Constructor for class com.hazelcast.monitor.TimedMemberState
 
TOPIC - Static variable in class com.hazelcast.core.Prefix
The Constant TOPIC: "t:"
TOPIC_HAZELCAST - Static variable in class com.hazelcast.core.Prefix
The Constant TOPIC_HAZELCAST: "t:__hz_"
TopicConfig - Class in com.hazelcast.config
 
TopicConfig() - Constructor for class com.hazelcast.config.TopicConfig
 
TopicConfig(TopicConfig) - Constructor for class com.hazelcast.config.TopicConfig
 
TopicMBean - Class in com.hazelcast.jmx
Management bean for Hazelcst Topic
TopicMBean(ITopic<?>, ManagementService) - Constructor for class com.hazelcast.jmx.TopicMBean
 
TopicOperationsCounter - Class in com.hazelcast.impl.monitor
 
TopicOperationsCounter() - Constructor for class com.hazelcast.impl.monitor.TopicOperationsCounter
 
TopicOperationsCounter(long) - Constructor for class com.hazelcast.impl.monitor.TopicOperationsCounter
 
toString() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
toString() - Method in class com.hazelcast.config.AwsConfig
 
toString() - Method in class com.hazelcast.config.Config
 
toString() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
toString() - Method in class com.hazelcast.config.EntryListenerConfig
 
toString() - Method in class com.hazelcast.config.ExecutorConfig
 
toString() - Method in class com.hazelcast.config.GroupConfig
 
toString() - Method in class com.hazelcast.config.Interfaces
 
toString() - Method in class com.hazelcast.config.ItemListenerConfig
 
toString() - Method in class com.hazelcast.config.Join
 
toString() - Method in class com.hazelcast.config.ListenerConfig
 
toString() - Method in class com.hazelcast.config.LoginModuleConfig
 
toString() - Method in class com.hazelcast.config.ManagementCenterConfig
 
toString() - Method in class com.hazelcast.config.MapConfig
 
toString() - Method in class com.hazelcast.config.MapStoreConfig
 
toString() - Method in class com.hazelcast.config.MaxSizeConfig
 
toString() - Method in class com.hazelcast.config.MergePolicyConfig
 
toString() - Method in class com.hazelcast.config.MulticastConfig
 
toString() - Method in class com.hazelcast.config.MultiMapConfig
 
toString() - Method in class com.hazelcast.config.NetworkConfig
 
toString() - Method in class com.hazelcast.config.PartitionGroupConfig
 
toString() - Method in class com.hazelcast.config.PermissionConfig
 
toString() - Method in class com.hazelcast.config.PermissionPolicyConfig
 
toString() - Method in class com.hazelcast.config.QueueConfig
 
toString() - Method in class com.hazelcast.config.SecurityConfig
 
toString() - Method in class com.hazelcast.config.SemaphoreConfig
 
toString() - Method in class com.hazelcast.config.SocketInterceptorConfig
 
toString() - Method in class com.hazelcast.config.SSLConfig
 
toString() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
toString() - Method in class com.hazelcast.config.TcpIpConfig
 
toString() - Method in class com.hazelcast.config.TopicConfig
 
toString() - Method in class com.hazelcast.config.WanReplicationConfig
 
toString() - Method in class com.hazelcast.config.WanReplicationRef
 
toString() - Method in class com.hazelcast.config.WanTargetClusterConfig
 
toString() - Method in class com.hazelcast.core.EntryEvent
 
toString() - Method in class com.hazelcast.core.ItemEvent
 
toString() - Method in class com.hazelcast.core.LifecycleEvent
 
toString() - Method in class com.hazelcast.core.MembershipEvent
 
toString() - Method in class com.hazelcast.impl.monitor.LocalAtomicNumberOperationStatsImpl
 
toString() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
toString() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
toString() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
toString() - Method in class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
toString() - Method in class com.hazelcast.impl.monitor.LocalQueueStatsImpl
 
toString() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
toString() - Method in class com.hazelcast.impl.monitor.MapOperationsCounter
 
toString() - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
toString() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
toString() - Method in class com.hazelcast.monitor.TimedMemberState
 
toString() - Method in class com.hazelcast.partition.MigrationEvent
 
toString() - Method in class com.hazelcast.query.Index
 
toString() - Method in class com.hazelcast.query.PredicateBuilder
 
toString() - Method in class com.hazelcast.query.Predicates.AndOrPredicate
 
toString() - Method in class com.hazelcast.query.Predicates.BetweenPredicate
 
toString() - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
toString() - Method in class com.hazelcast.query.Predicates.GetExpressionImpl
 
toString() - Method in class com.hazelcast.query.Predicates.GreaterLessPredicate
 
toString() - Method in class com.hazelcast.query.Predicates.InPredicate
 
toString() - Method in class com.hazelcast.query.Predicates.LikePredicate
 
toString() - Method in class com.hazelcast.query.Predicates.NotEqualPredicate
 
toString() - Method in class com.hazelcast.query.Predicates.NotPredicate
 
toString() - Method in class com.hazelcast.query.Predicates.RegexPredicate
 
toString() - Method in class com.hazelcast.query.SortedIndexStore
 
toString() - Method in class com.hazelcast.query.SqlPredicate
 
toString() - Method in class com.hazelcast.query.UnsortedIndexStore
 
toString() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
total() - Method in class com.hazelcast.impl.monitor.LocalAtomicNumberOperationStatsImpl
 
total() - Method in class com.hazelcast.impl.monitor.LocalCountDownLatchOperationStatsImpl
 
total() - Method in class com.hazelcast.impl.monitor.LocalLockOperationStatsImpl
 
total() - Method in class com.hazelcast.impl.monitor.LocalMapOperationStatsImpl
 
total() - Method in class com.hazelcast.impl.monitor.LocalQueueOperationStatsImpl
 
total() - Method in class com.hazelcast.impl.monitor.LocalSemaphoreOperationStatsImpl
 
total() - Method in interface com.hazelcast.monitor.LocalLockOperationStats
Returns the number of total operations.
total() - Method in interface com.hazelcast.monitor.LocalMapOperationStats
Returns the total number of total operations
Transaction - Interface in com.hazelcast.core
Hazelcast transaction interface.
tryAcquire() - Method in interface com.hazelcast.core.ISemaphore
Acquires a permit, if one is available and returns immediately, with the value true, reducing the number of available permits by one.
tryAcquire(int) - Method in interface com.hazelcast.core.ISemaphore
Acquires the given number of permits, if they are available, and returns immediately, with the value true, reducing the number of available permits by the given amount.
tryAcquire(long, TimeUnit) - Method in interface com.hazelcast.core.ISemaphore
Acquires a permit from this semaphore, if one becomes available within the given waiting time and the current thread has not been interrupted.
tryAcquire(int, long, TimeUnit) - Method in interface com.hazelcast.core.ISemaphore
Acquires the given number of permits, if they are available and returns immediately, with the value true, reducing the number of available permits by the given amount.
tryAcquireAttach() - Method in interface com.hazelcast.core.ISemaphore
Acquires a permit from this semaphore and attaches it to the calling member, only if one is available at the time of invocation.
tryAcquireAttach(int) - Method in interface com.hazelcast.core.ISemaphore
Acquires the given number of permits from this semaphore and attaches them to the calling member, only if all are available at the time of invocation.
tryAcquireAttach(long, TimeUnit) - Method in interface com.hazelcast.core.ISemaphore
Acquires a permit from this semaphore and attaches it to the calling member, only if one becomes available within the given waiting time and the current thread has not been interrupted or the instance destroyed.
tryAcquireAttach(int, long, TimeUnit) - Method in interface com.hazelcast.core.ISemaphore
Acquires the given number of permits from this semaphore and attaches them to the calling member, only if all become available within the given waiting time and the current thread has not been interrupted or the instance destroyed.
tryCloseConnections(HazelcastInstance) - Method in class com.hazelcast.core.OutOfMemoryHandler
Tries to close server socket and connections to other HazelcastInstances.
tryLock(K) - Method in interface com.hazelcast.core.IMap
Tries to acquire the lock for the specified key.
tryLock(K, long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Tries to acquire the lock for the specified key.
tryLock(K) - Method in interface com.hazelcast.core.MultiMap
Tries to acquire the lock for the specified key.
tryLock(K, long, TimeUnit) - Method in interface com.hazelcast.core.MultiMap
Tries to acquire the lock for the specified key.
tryLockAndGet(K, long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Tries to acquire the lock for the specified key and returns the value of the key if lock is required in time.
tryPut(K, V, long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Tries to put the given key, value into this map within specified timeout value.
tryRemove(K, long, TimeUnit) - Method in interface com.hazelcast.core.IMap
Tries to remove the entry with the given key from this map within specified timeout value.
tryShutdown(HazelcastInstance) - Method in class com.hazelcast.core.OutOfMemoryHandler
Tries to shutdown HazelcastInstance forcefully; including closing sockets and connections, stopping threads etc.
tryStopThreads(HazelcastInstance) - Method in class com.hazelcast.core.OutOfMemoryHandler
Tries to stop internal Hazelcast threads (such as service thread, IO threads, executor threads).
TXN_STATUS_ACTIVE - Static variable in interface com.hazelcast.core.Transaction
 
TXN_STATUS_COMMITTED - Static variable in interface com.hazelcast.core.Transaction
 
TXN_STATUS_COMMITTING - Static variable in interface com.hazelcast.core.Transaction
 
TXN_STATUS_NO_TXN - Static variable in interface com.hazelcast.core.Transaction
 
TXN_STATUS_PREPARED - Static variable in interface com.hazelcast.core.Transaction
 
TXN_STATUS_PREPARING - Static variable in interface com.hazelcast.core.Transaction
 
TXN_STATUS_ROLLED_BACK - Static variable in interface com.hazelcast.core.Transaction
 
TXN_STATUS_ROLLING_BACK - Static variable in interface com.hazelcast.core.Transaction
 
TXN_STATUS_UNKNOWN - Static variable in interface com.hazelcast.core.Transaction
 
TYPE_ADDED - Static variable in class com.hazelcast.core.EntryEvent
 
TYPE_EVICTED - Static variable in class com.hazelcast.core.EntryEvent
 
TYPE_REMOVED - Static variable in class com.hazelcast.core.EntryEvent
 
TYPE_UPDATED - Static variable in class com.hazelcast.core.EntryEvent
 

U

unlock(K) - Method in interface com.hazelcast.core.IMap
Releases the lock for the specified key.
unlock(K) - Method in interface com.hazelcast.core.MultiMap
Releases the lock for the specified key.
unlockMap() - Method in interface com.hazelcast.core.IMap
Unlocks the map.
unlockMap() - Method in interface com.hazelcast.core.MultiMap
Unlocks the map.
unregister() - Method in class com.hazelcast.jmx.ManagementService
Unregister a cluster instance.
unregisterInstance(Object) - Method in class com.hazelcast.jmx.DataMBean
 
UnsortedIndexStore - Class in com.hazelcast.query
 
UnsortedIndexStore() - Constructor for class com.hazelcast.query.UnsortedIndexStore
 
UPDATE_AUTOMATIC - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
UrlXmlConfig - Class in com.hazelcast.config
 
UrlXmlConfig() - Constructor for class com.hazelcast.config.UrlXmlConfig
 
UrlXmlConfig(String) - Constructor for class com.hazelcast.config.UrlXmlConfig
 
UrlXmlConfig(URL) - Constructor for class com.hazelcast.config.UrlXmlConfig
 
UsernamePasswordCredentials - Class in com.hazelcast.security
Simple implementation of Credentials using username and password as security attributes.
UsernamePasswordCredentials() - Constructor for class com.hazelcast.security.UsernamePasswordCredentials
 
UsernamePasswordCredentials(String, String) - Constructor for class com.hazelcast.security.UsernamePasswordCredentials
 

V

value - Variable in class com.hazelcast.core.EntryEvent
 
valueCount(K) - Method in interface com.hazelcast.core.MultiMap
Returns number of values matching to given key in the multimap.
valueOf(String) - Static method in enum com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.config.MapConfig.StorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.config.MultiMapConfig.ValueCollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.config.PartitionGroupConfig.MemberGroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.config.PermissionConfig.PermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.core.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.core.EntryEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.core.Instance.InstanceType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.hazelcast.core.Instance.InstanceType
 
valueOf(String) - Static method in enum com.hazelcast.core.InstanceEvent.InstanceEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.core.ItemEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.core.LifecycleEvent.LifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.query.PredicateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.config.MapConfig.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.config.MultiMapConfig.ValueCollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.config.PartitionGroupConfig.MemberGroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.config.PermissionConfig.PermissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.core.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.core.EntryEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface com.hazelcast.core.IMap
Returns a collection clone of the values contained in this map.
values(Predicate) - Method in interface com.hazelcast.core.IMap
Queries the map based on the specified predicate and returns the values of matching entries.
values() - Static method in enum com.hazelcast.core.Instance.InstanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.core.InstanceEvent.InstanceEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.core.ItemEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.core.LifecycleEvent.LifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface com.hazelcast.core.MultiMap
Returns the collection of values in the multimap.
values(String) - Method in class com.hazelcast.jmx.MapMBean
 
values() - Static method in enum com.hazelcast.query.PredicateType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WanReplicationConfig - Class in com.hazelcast.config
 
WanReplicationConfig() - Constructor for class com.hazelcast.config.WanReplicationConfig
 
WanReplicationRef - Class in com.hazelcast.config
 
WanReplicationRef() - Constructor for class com.hazelcast.config.WanReplicationRef
 
WanTargetClusterConfig - Class in com.hazelcast.config
 
WanTargetClusterConfig() - Constructor for class com.hazelcast.config.WanTargetClusterConfig
 
weakCompareAndSet(long, long) - Method in interface com.hazelcast.core.AtomicNumber
Deprecated. 
writeData(DataOutput) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.Config
 
writeData(DataOutput) - Method in class com.hazelcast.config.ExecutorConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.GroupConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.Interfaces
 
writeData(DataOutput) - Method in class com.hazelcast.config.Join
 
writeData(DataOutput) - Method in class com.hazelcast.config.MapConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.MaxSizeConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.MulticastConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.MultiMapConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.NearCacheConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.NetworkConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.QueueConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.SemaphoreConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.TcpIpConfig
 
writeData(DataOutput) - Method in class com.hazelcast.config.TopicConfig
 
writeData(DataOutput) - Method in class com.hazelcast.core.HazelcastInstanceAwareObject
 
writeData(DataOutput) - Method in exception com.hazelcast.core.InstanceDestroyedException
 
writeData(DataOutput) - Method in exception com.hazelcast.core.MemberLeftException
 
writeData(DataOutput) - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
writeData(DataOutput) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
writeData(DataOutput) - Method in class com.hazelcast.monitor.TimedMemberState
 
writeData(DataOutput) - Method in interface com.hazelcast.nio.DataSerializable
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.AndOrPredicate
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.BetweenPredicate
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.EqualPredicate
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.GetExpressionImpl
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.GreaterLessPredicate
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.InPredicate
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.LikePredicate
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.NotPredicate
 
writeData(DataOutput) - Method in class com.hazelcast.query.Predicates.RegexPredicate
 
writeData(DataOutput) - Method in class com.hazelcast.query.SqlPredicate
 
writeData(DataOutput) - Method in class com.hazelcast.security.AbstractCredentials
 
writeDataInternal(DataOutput) - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
writeDataInternal(DataOutput) - Method in class com.hazelcast.security.AbstractCredentials
 
writeDataInternal(DataOutput) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 

X

XmlConfigBuilder - Class in com.hazelcast.config
 
XmlConfigBuilder(String) - Constructor for class com.hazelcast.config.XmlConfigBuilder
 
XmlConfigBuilder(InputStream) - Constructor for class com.hazelcast.config.XmlConfigBuilder
 
XmlConfigBuilder() - Constructor for class com.hazelcast.config.XmlConfigBuilder
 
xmlToJavaName(String) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 

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

Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.