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

AbstractAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
 
AbstractAccessDelegate(T, Properties) - Constructor for class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
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
 
AbstractEvolvableDataSerializable - Class in com.hazelcast.nio
 
AbstractEvolvableDataSerializable() - Constructor for class com.hazelcast.nio.AbstractEvolvableDataSerializable
 
AbstractGeneralRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
 
AbstractGeneralRegion(HazelcastInstance, String, Properties, Cache) - Constructor for class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
AbstractHazelcastCacheRegionFactory - Class in com.hazelcast.hibernate
 
AbstractHazelcastCacheRegionFactory() - Constructor for class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
AbstractHazelcastCacheRegionFactory(Properties) - Constructor for class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
AbstractHazelcastCacheRegionFactory(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
AbstractJoiner - Class in com.hazelcast.impl
 
AbstractJoiner(Node) - Constructor for class com.hazelcast.impl.AbstractJoiner
 
AbstractMap<K,V> - Class in com.hazelcast.util
Backport of JDK 1.6 AbstractMap for compatibility.
AbstractMap() - Constructor for class com.hazelcast.util.AbstractMap
 
AbstractMap.SimpleImmutableEntry<K,V> - Class in com.hazelcast.util
An Entry maintaining an immutable key and value.
AbstractMap.SimpleImmutableEntry(K, V) - Constructor for class com.hazelcast.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
AbstractMap.SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class com.hazelcast.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
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
 
AbstractNodeAware - Class in com.hazelcast.cluster
 
AbstractNodeAware() - Constructor for class com.hazelcast.cluster.AbstractNodeAware
 
AbstractRecord - Class in com.hazelcast.impl
 
AbstractRecord(CMap, int, Data, long, long, long) - Constructor for class com.hazelcast.impl.AbstractRecord
 
AbstractRemotelyCallable<T> - Class in com.hazelcast.cluster
 
AbstractRemotelyCallable() - Constructor for class com.hazelcast.cluster.AbstractRemotelyCallable
 
AbstractRemotelyProcessable - Class in com.hazelcast.cluster
 
AbstractRemotelyProcessable() - Constructor for class com.hazelcast.cluster.AbstractRemotelyProcessable
 
AbstractSerializer - Class in com.hazelcast.nio
 
AbstractSerializer(Serializer.DataSerializer, CustomSerializer) - Constructor for class com.hazelcast.nio.AbstractSerializer
 
AbstractSimpleRecord - Class in com.hazelcast.impl
 
AbstractSimpleRecord(int, CMap, long, Data) - Constructor for class com.hazelcast.impl.AbstractSimpleRecord
 
AbstractTextCommand - Class in com.hazelcast.impl.ascii
 
AbstractTextCommand(TextCommandConstants.TextCommandType) - Constructor for class com.hazelcast.impl.ascii.AbstractTextCommand
 
AbstractTextCommandProcessor<T> - Class in com.hazelcast.impl.ascii
 
AbstractTextCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.AbstractTextCommandProcessor
 
AbstractTransactionalDataRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
 
AbstractTransactionalDataRegion(HazelcastInstance, String, Properties, CacheDataDescription, Cache) - Constructor for class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
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
 
AccessDelegate<T extends HazelcastRegion> - Interface in com.hazelcast.hibernate.access
 
acquire() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
acquire(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
acquire() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
acquire(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
ACQUIRE_FAILED - Static variable in interface com.hazelcast.impl.SemaphoreProxy
 
acquireAsync() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
acquireAsync(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
acquireAsync() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
acquireAsync(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
acquireAttach() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
acquireAttach(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
acquireAttach() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
acquireAttach(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
acquireAttachAsync() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
acquireAttachAsync(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
acquireAttachAsync() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
acquireAttachAsync(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
ACQUIRED - Static variable in interface com.hazelcast.impl.SemaphoreProxy
 
activateMigration() - Method in class com.hazelcast.impl.PartitionManager
 
active - Variable in class com.hazelcast.impl.AbstractSimpleRecord
 
add(E) - Method in class com.hazelcast.client.ListClientProxy
 
add(int, E) - Method in class com.hazelcast.client.ListClientProxy
 
add(E) - Method in class com.hazelcast.client.SetClientProxy
 
add(V) - Method in class com.hazelcast.client.ValueCollection
 
add - Variable in class com.hazelcast.cluster.AddOrRemoveConnection
 
add(Object) - Method in class com.hazelcast.impl.base.Values
 
add(String, Object, int) - Method in class com.hazelcast.impl.BlockingQueueManager
 
add(Request, boolean) - Method in class com.hazelcast.impl.CMap
 
add(Record) - Method in class com.hazelcast.impl.concurrentmap.CostAwareRecordList
 
add(Object) - Method in class com.hazelcast.impl.Entries
 
add(Data) - Method in class com.hazelcast.impl.Keys
 
add(Object) - Method in class com.hazelcast.impl.ListProxyImpl
 
add(int, Object) - Method in class com.hazelcast.impl.ListProxyImpl
 
add(Object) - Method in interface com.hazelcast.impl.MProxy
 
add(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
add(Object) - Method in class com.hazelcast.impl.SetProxyImpl
 
add(long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
add(MapEntry) - Method in class com.hazelcast.query.MultiResultSet
 
add(E) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class com.hazelcast.util.SetFromMap
 
add(E) - Method in class com.hazelcast.util.SimpleBlockingQueue
 
add(E) - Method in class com.hazelcast.util.SimpleBoundedQueue
 
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
 
addAll(int, Collection<? extends E>) - Method in class com.hazelcast.client.ListClientProxy
 
addAll(Collection<? extends V>) - Method in class com.hazelcast.client.ValueCollection
 
addAll(Collection) - Method in class com.hazelcast.impl.base.Values
 
addAll(Collection) - Method in class com.hazelcast.impl.Entries
 
addAll(Collection) - Method in class com.hazelcast.impl.ListProxyImpl
 
addAndGet(long) - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
addAndGet(long) - Method in interface com.hazelcast.core.AtomicNumber
Atomically adds the given value to the current value.
addAndGet(long) - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
addBackupOp(VersionedBackupOp) - Method in class com.hazelcast.impl.AbstractRecord
 
addBackupOp(VersionedBackupOp) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
addBackupOp(VersionedBackupOp) - Method in interface com.hazelcast.impl.Record
 
addClientListener(ClientListener) - Method in interface com.hazelcast.core.ClientService
 
addClientListener(ClientListener) - Method in class com.hazelcast.impl.ClientServiceImpl
 
addClientLoginModuleConfig(LoginModuleConfig) - Method in class com.hazelcast.config.SecurityConfig
 
addClientPermissionConfig(PermissionConfig) - Method in class com.hazelcast.config.SecurityConfig
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
addConnectionListener(ConnectionListener) - Method in class com.hazelcast.nio.ConnectionManager
 
addCost(long) - Method in class com.hazelcast.impl.concurrentmap.CostAwareRecordList
 
addDataRecordEntry(DataRecordEntry) - Method in class com.hazelcast.impl.base.RecordSet
 
addDelta(Data, long) - Static method in class com.hazelcast.nio.IOUtil
 
addDelta(Data, int) - Static method in class com.hazelcast.nio.IOUtil
 
addEndpoint(String) - Method in class com.hazelcast.config.PermissionConfig
 
addEndpoint(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
addEntries(Pairs) - Method in class com.hazelcast.impl.Entries
 
addEntry(Object) - Method in class com.hazelcast.jmx.MapMBean
 
addEntryListener(EntryListener<K, V>, boolean) - Method in class com.hazelcast.client.MapClientProxy
 
addEntryListener(EntryListener<K, V>, K, boolean) - Method in class com.hazelcast.client.MapClientProxy
 
addEntryListener(EntryListener<K, V>, boolean) - Method in class com.hazelcast.client.MultiMapClientProxy
 
addEntryListener(EntryListener<K, V>, K, boolean) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
addEntryListener(EntryListener, boolean) - Method in class com.hazelcast.impl.MProxyImpl
 
addEntryListener(EntryListener, Object, boolean) - Method in class com.hazelcast.impl.MProxyImpl
 
addEntryListener(EntryListener, boolean) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
addEntryListener(EntryListener, Object, boolean) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
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
addGenericListener(Object, Object, boolean, Instance.InstanceType) - Method in interface com.hazelcast.impl.MProxy
 
addGenericListener(Object, Object, boolean, Instance.InstanceType) - Method in class com.hazelcast.impl.MProxyImpl
 
addIncoming(DetectDeadlockRequest.Edge) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
addIndex(String, boolean) - Method in class com.hazelcast.client.MapClientProxy
 
addIndex(Expression<?>, boolean) - Method in class com.hazelcast.client.MapClientProxy
 
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.impl.CMap
 
addIndex(String, boolean) - Method in class com.hazelcast.impl.MProxyImpl
 
addIndex(Expression, boolean) - Method in class com.hazelcast.impl.MProxyImpl
 
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.ClusterClientProxy
 
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.
addInstanceListener(InstanceListener) - Method in class com.hazelcast.impl.FactoryImpl
 
addInstanceListener(InstanceListener) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
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 class com.hazelcast.client.CollectionClientProxy
 
addItemListener(ItemListener<E>, boolean) - Method in class com.hazelcast.client.QueueClientProxy
 
addItemListener(ItemListener<E>, boolean) - Method in interface com.hazelcast.core.ICollection
Adds an item listener for this collection.
addItemListener(String, ItemListener, boolean) - Method in class com.hazelcast.impl.BlockingQueueManager
 
addItemListener(ItemListener, boolean) - Method in class com.hazelcast.impl.ListProxyImpl
 
addItemListener(ItemListener, boolean) - Method in class com.hazelcast.impl.QProxyImpl
 
addItemListener(ItemListener, boolean) - Method in class com.hazelcast.impl.SetProxyImpl
 
addItemListenerConfig(ItemListenerConfig) - Method in class com.hazelcast.config.QueueConfig
 
addKey(byte[]) - Method in class com.hazelcast.client.impl.CollectionWrapper
 
addKey(String, Data, int) - Method in class com.hazelcast.impl.BlockingQueueManager
 
addKeyValue(KeyValue) - Method in class com.hazelcast.impl.base.Pairs
 
addLifecycleListener(LifecycleListener) - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
addLifecycleListener(LifecycleListener) - Method in interface com.hazelcast.core.LifecycleService
 
addLifecycleListener(LifecycleListener) - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
addListener(EventListener) - Method in class com.hazelcast.client.ClientConfig
Adds a listener object to configuration to be registered when HazelcastClient starts.
addListener(Address, boolean) - Method in class com.hazelcast.impl.AbstractRecord
 
addListener(Address, boolean) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
addListener(Data, Address, boolean) - Method in class com.hazelcast.impl.CMap
 
addListener(String, Object, Object, boolean, Instance.InstanceType) - Method in class com.hazelcast.impl.ListenerManager
 
addListener(Address, boolean) - Method in interface com.hazelcast.impl.Record
 
addListener(Address, boolean) - Method in class com.hazelcast.impl.TopicManager.TopicInstance
 
addListenerConfig(ListenerConfig) - Method in class com.hazelcast.config.Config
 
addLocalEntryListener(EntryListener<K, V>) - Method in class com.hazelcast.client.MapClientProxy
 
addLocalEntryListener(EntryListener<K, V>) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
addLocalEntryListener(EntryListener) - Method in class com.hazelcast.impl.MProxyImpl
 
addLocalEntryListener(EntryListener) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
addLocalListener(String, Object, Instance.InstanceType) - Method in class com.hazelcast.impl.ListenerManager
 
addLogListener(Level, LogListener) - Method in interface com.hazelcast.logging.LoggingService
 
addLogListener(Level, LogListener) - Method in class com.hazelcast.logging.LoggingServiceImpl
 
addMapConfig(MapConfig) - Method in class com.hazelcast.config.Config
 
AddMapIndex - Class in com.hazelcast.impl.concurrentmap
 
AddMapIndex() - Constructor for class com.hazelcast.impl.concurrentmap.AddMapIndex
 
AddMapIndex(String, Expression, boolean) - Constructor for class com.hazelcast.impl.concurrentmap.AddMapIndex
 
AddMapIndex(String, Expression, boolean, int) - Constructor for class com.hazelcast.impl.concurrentmap.AddMapIndex
 
addMapIndexConfig(MapIndexConfig) - Method in class com.hazelcast.config.MapConfig
 
addMember(MemberImpl) - Method in class com.hazelcast.cluster.ClusterManager
 
addMember(boolean, MemberImpl) - Method in class com.hazelcast.cluster.ClusterManager
 
addMember(Address, NodeType, String) - Method in class com.hazelcast.cluster.ClusterManager
 
addMember(String) - Method in class com.hazelcast.config.TcpIpConfig
 
addMember(MemberImpl) - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
addMember(MemberImpl) - Method in interface com.hazelcast.impl.partition.MemberGroup
 
addMember(MemberImpl) - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
addMemberGroupConfig(MemberGroupConfig) - Method in class com.hazelcast.config.PartitionGroupConfig
 
addMemberInfo(MemberInfo) - Method in class com.hazelcast.cluster.MembersUpdateCall
 
addMemberInfo(MemberInfo, Map<Address, Integer>, int) - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
addMemberLoginModuleConfig(LoginModuleConfig) - Method in class com.hazelcast.config.SecurityConfig
 
addMembers(Collection<MemberImpl>) - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
addMembers(Collection<MemberImpl>) - Method in interface com.hazelcast.impl.partition.MemberGroup
 
addMembers(Collection<MemberImpl>) - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
addMembershipListener(MembershipListener) - Method in class com.hazelcast.client.ClusterClientProxy
 
addMembershipListener(MembershipListener) - Method in class com.hazelcast.cluster.ClusterImpl
 
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) - Method in class com.hazelcast.client.TopicClientProxy
 
addMessageListener(MessageListener<E>) - Method in interface com.hazelcast.core.ITopic
 
addMessageListener(MessageListener) - Method in class com.hazelcast.impl.TopicProxyImpl
 
addMessageListenerConfig(ListenerConfig) - Method in class com.hazelcast.config.TopicConfig
 
addMigrationListener(MigrationListener) - Method in class com.hazelcast.client.PartitionClientProxy
 
addMigrationListener(MigrationListener) - Method in class com.hazelcast.impl.PartitionServiceImpl
 
addMigrationListener(MigrationListener) - Method in interface com.hazelcast.partition.PartitionService
 
addMulticastListener(MulticastListener) - Method in class com.hazelcast.impl.MulticastService
 
addMultiMapConfig(MultiMapConfig) - Method in class com.hazelcast.config.Config
 
AddNewEntryMergePolicy - Class in com.hazelcast.merge
 
AddNewEntryMergePolicy() - Constructor for class com.hazelcast.merge.AddNewEntryMergePolicy
 
AddOrRemoveConnection - Class in com.hazelcast.cluster
 
AddOrRemoveConnection() - Constructor for class com.hazelcast.cluster.AddOrRemoveConnection
 
AddOrRemoveConnection(Address, boolean) - Constructor for class com.hazelcast.cluster.AddOrRemoveConnection
 
addOutboundPort(int) - Method in class com.hazelcast.config.NetworkConfig
 
addOutboundPortDefinition(String) - Method in class com.hazelcast.config.NetworkConfig
 
addOutgoing(DetectDeadlockRequest.Edge) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
addPartition(int) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
addPartitionListener(PartitionListener) - Method in class com.hazelcast.impl.PartitionManager
 
addQueueConfig(QueueConfig) - Method in class com.hazelcast.config.Config
 
addRemoteCall(Call) - Method in class com.hazelcast.impl.BaseManager
 
addRequest(ClientRequestHandler) - Method in class com.hazelcast.impl.ClientEndpoint
 
address - Variable in class com.hazelcast.cluster.AddOrRemoveConnection
 
address - Variable in class com.hazelcast.cluster.JoinRequest
 
address - Variable in class com.hazelcast.cluster.Master
The address.
address - Variable in class com.hazelcast.impl.MemberImpl
 
Address - Class in com.hazelcast.nio
 
Address() - Constructor for class com.hazelcast.nio.Address
 
Address(String, int) - Constructor for class com.hazelcast.nio.Address
 
Address(InetAddress, int) - Constructor for class com.hazelcast.nio.Address
 
Address(InetSocketAddress) - Constructor for class com.hazelcast.nio.Address
 
Address(Address) - Constructor for class com.hazelcast.nio.Address
 
address - Variable in class com.hazelcast.util.AddressUtil.AddressHolder
 
address - Variable in class com.hazelcast.util.AddressUtil.AddressMatcher
 
AddressAwareException - Class in com.hazelcast.impl.base
 
AddressAwareException(Exception, Address) - Constructor for class com.hazelcast.impl.base.AddressAwareException
 
AddressAwareException() - Constructor for class com.hazelcast.impl.base.AddressAwareException
 
ADDRESSES - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
AddressHelper - Class in com.hazelcast.client
 
AddressUtil - Class in com.hazelcast.util
 
AddressUtil.AddressHolder - Class in com.hazelcast.util
 
AddressUtil.AddressHolder(String, int, String) - Constructor for class com.hazelcast.util.AddressUtil.AddressHolder
 
AddressUtil.AddressMatcher - Class in com.hazelcast.util
http://docs.oracle.com/javase/1.5.0/docs/guide/net/ipv6_guide/index.html
AddressUtil.AddressMatcher(String[]) - Constructor for class com.hazelcast.util.AddressUtil.AddressMatcher
 
AddressUtil.InvalidAddressException - Exception in com.hazelcast.util
 
AddressUtil.InvalidAddressException(String) - Constructor for exception com.hazelcast.util.AddressUtil.InvalidAddressException
 
addResultSet(Long, Collection<Record>) - Method in class com.hazelcast.query.MultiResultSet
 
addScheduledAction(ScheduledAction) - Method in class com.hazelcast.impl.AbstractRecord
 
addScheduledAction(ScheduledAction) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
addScheduledAction(ScheduledAction) - Method in interface com.hazelcast.impl.Record
 
addSemaphoreConfig(SemaphoreConfig) - Method in class com.hazelcast.config.Config
Adds a new SemaphoreConfig by name
addTargetClusterConfig(WanTargetClusterConfig) - Method in class com.hazelcast.config.WanReplicationConfig
 
addTask(Runnable) - Method in class com.hazelcast.nio.InOutSelector
 
addThisAsListener(IMap, Data, boolean) - Method in class com.hazelcast.impl.ClientEndpoint
 
addThisAsListener(MultiMap<Object, Object>, Data, boolean) - Method in class com.hazelcast.impl.ClientEndpoint
 
addThreadId(int) - Method in class com.hazelcast.impl.DestroyEndpointThreadsCallable
 
addTopicConfig(TopicConfig) - Method in class com.hazelcast.config.Config
 
addTrustedInterface(String) - Method in class com.hazelcast.config.MulticastConfig
 
addWait(long, long) - Method in class com.hazelcast.util.ThreadWatcher
 
addWanMergeListener(WanMergeListener) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
addWanReplicationConfig(WanReplicationConfig) - Method in class com.hazelcast.config.Config
 
afterInitialize(Node) - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
afterInitialize(Node) - Method in interface com.hazelcast.impl.base.NodeInitializer
 
afterInsert(Object, Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
afterInsert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
afterInsert(Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
allKeys() - Method in interface com.hazelcast.impl.MProxy
 
allKeys() - Method in class com.hazelcast.impl.MProxyImpl
 
AllTest - Class in com.hazelcast.examples
 
AllTest.Customer - Class in com.hazelcast.examples
 
AllTest.Customer(int, String) - Constructor for class com.hazelcast.examples.AllTest.Customer
 
and(Predicate) - Method in class com.hazelcast.query.PredicateBuilder
 
and(Predicate, Predicate) - Static method in class com.hazelcast.query.Predicates
 
appendFullState(StringBuffer) - Method in class com.hazelcast.impl.ExecutorManager
 
appendState(StringBuffer) - Method in class com.hazelcast.cluster.ClusterManager
 
appendState(StringBuffer) - Method in class com.hazelcast.impl.CMap
 
appendState(StringBuffer) - Method in class com.hazelcast.impl.ExecutorManager
 
appendState(StringBuffer) - Method in class com.hazelcast.impl.NamedExecutorService
 
appendState(StringBuffer) - Method in class com.hazelcast.impl.NearCache
 
appendState(StringBuffer) - Method in class com.hazelcast.nio.ConnectionManager
 
appendState(StringBuffer) - Method in class com.hazelcast.query.Index
 
appendState(StringBuffer) - Method in class com.hazelcast.query.MapIndexService
 
appendThreadInfo(ThreadInfo, StringBuilder) - Method in class com.hazelcast.impl.management.ThreadDumpGenerator
 
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:"
asMap() - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
asMap() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
asMap() - Method in interface com.hazelcast.hibernate.RegionCache
 
associateConnection(Object) - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
AsymmetricEncryptionConfig - Class in com.hazelcast.config
 
AsymmetricEncryptionConfig() - Constructor for class com.hazelcast.config.AsymmetricEncryptionConfig
 
AsyncCall - Class in com.hazelcast.impl
 
AsyncCall() - Constructor for class com.hazelcast.impl.AsyncCall
 
AsyncClientCall<V> - Class in com.hazelcast.client
 
AsyncClientCall(Call) - Constructor for class com.hazelcast.client.AsyncClientCall
 
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.
AtomicNumberClientProxy - Class in com.hazelcast.client
 
AtomicNumberClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.AtomicNumberClientProxy
 
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
 
AtomicNumberProxy - Interface in com.hazelcast.impl
 
AtomicNumberProxyImpl - Class in com.hazelcast.impl
 
AtomicNumberProxyImpl() - Constructor for class com.hazelcast.impl.AtomicNumberProxyImpl
 
attach() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
attach(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
attach() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
attach(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
attachConnection(Address, Connection) - Method in class com.hazelcast.nio.ConnectionManager
 
attachDetach(Integer, Address) - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
attachDetachPermits(String, int) - Method in class com.hazelcast.impl.ClientEndpoint
 
attachedPermits() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
attachedPermits() - Method in interface com.hazelcast.core.ISemaphore
Returns the current number of permits attached to the caller's address.
attachedPermits() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
attachGetOp(String, Object, Data) - Method in class com.hazelcast.impl.TransactionImpl
 
attachment - Variable in class com.hazelcast.impl.Request
 
attachPutMultiOp(String, Object, Data) - Method in class com.hazelcast.impl.TransactionImpl
 
attachPutOp(String, Object, Data, boolean) - Method in class com.hazelcast.impl.TransactionImpl
 
attachPutOp(String, Object, Data, int, long, boolean) - Method in class com.hazelcast.impl.TransactionImpl
 
attachPutOp(String, Object, Data, long, boolean, int) - Method in class com.hazelcast.impl.TransactionImpl
 
attachPutOp(String, Object, Data, long, long, boolean, int) - Method in class com.hazelcast.impl.TransactionImpl
 
attachRemoveOp(String, Object, Data, boolean) - Method in class com.hazelcast.impl.TransactionImpl
 
attachRemoveOp(String, Object, Data, boolean, int) - Method in class com.hazelcast.impl.TransactionImpl
 
authenticated() - Method in class com.hazelcast.impl.ClientEndpoint
 
AuthenticationException - Exception in com.hazelcast.client
 
AuthenticationException() - Constructor for exception com.hazelcast.client.AuthenticationException
 
AuthenticationException(String) - Constructor for exception com.hazelcast.client.AuthenticationException
 
AuthorizationCall - Class in com.hazelcast.cluster
 
AuthorizationCall() - Constructor for class com.hazelcast.cluster.AuthorizationCall
 
AuthorizationCall(String, String) - Constructor for class com.hazelcast.cluster.AuthorizationCall
 
available() - Method in class com.hazelcast.jmx.SemaphoreMBean
 
available() - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
availablePermits() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
availablePermits() - Method in interface com.hazelcast.core.ISemaphore
Returns the current number of permits currently available in this semaphore.
availablePermits() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
availableProcessors - Variable in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
await() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
await(long, TimeUnit) - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
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.
await() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
await(long, TimeUnit) - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
await(int, TimeUnit) - Method in class com.hazelcast.impl.TestUtil.MigrationCompletionLatch
 
AWAIT_DONE - Static variable in interface com.hazelcast.impl.CountDownLatchProxy
 
AWAIT_FAILED - Static variable in interface com.hazelcast.impl.CountDownLatchProxy
 
awaitTermination(long, TimeUnit) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
awaitTermination(long, TimeUnit) - Method in class com.hazelcast.impl.ExecutorServiceProxy
Hazelcast ExecutorService cannot be really shut down.
AWSClient - Class in com.hazelcast.aws
 
AWSClient(AwsConfig) - Constructor for class com.hazelcast.aws.AWSClient
 
AwsConfig - Class in com.hazelcast.config
 
AwsConfig() - Constructor for class com.hazelcast.config.AwsConfig
 
AwsURLEncoder - Class in com.hazelcast.aws.utility
 
AwsURLEncoder() - Constructor for class com.hazelcast.aws.utility.AwsURLEncoder
 

B

backup(Request) - Method in class com.hazelcast.impl.CMap
 
BACKUP_REDO_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
Base64 - Class in com.hazelcast.util
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class com.hazelcast.util.Base64
 
BaseManager - Class in com.hazelcast.impl
 
BaseManager(Node) - Constructor for class com.hazelcast.impl.BaseManager
 
BaseManager.ConnectionAwareOp - Class in com.hazelcast.impl
 
BaseManager.ConnectionAwareOp(Connection) - Constructor for class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
BaseManager.ResponseQueueCall - Class in com.hazelcast.impl
 
BaseManager.ResponseQueueCall() - Constructor for class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
BaseManager.ResponsiveOperationHandler - Class in com.hazelcast.impl
 
BaseManager.ResponsiveOperationHandler() - Constructor for class com.hazelcast.impl.BaseManager.ResponsiveOperationHandler
 
BaseManager.ReturnResponseProcess - Class in com.hazelcast.impl
 
BaseManager.ReturnResponseProcess(Request) - Constructor for class com.hazelcast.impl.BaseManager.ReturnResponseProcess
 
BaseManager.TargetAwareOp - Class in com.hazelcast.impl
 
BaseManager.TargetAwareOp() - Constructor for class com.hazelcast.impl.BaseManager.TargetAwareOp
 
BasicSSLContextFactory - Class in com.hazelcast.nio.ssl
 
BasicSSLContextFactory() - Constructor for class com.hazelcast.nio.ssl.BasicSSLContextFactory
 
BATCH_OPS_EXECUTOR_NAME - Static variable in class com.hazelcast.impl.BaseManager
 
bbHeader - Variable in class com.hazelcast.nio.Packet
 
bbSizes - Variable in class com.hazelcast.nio.Packet
 
beforeInitialize(Node) - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
beforeInitialize(Node) - Method in interface com.hazelcast.impl.base.NodeInitializer
 
beforeRedo() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
beforeRedo() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
beforeRedo() - Method in class com.hazelcast.impl.Request
 
begin() - Method in class com.hazelcast.client.TransactionClientProxy
 
begin() - Method in interface com.hazelcast.core.Transaction
Creates a new transaction and associate it with the current thread.
begin() - Method in class com.hazelcast.impl.TransactionImpl
 
begin() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
between(Comparable, Comparable) - Method in class com.hazelcast.query.EntryObject
 
between(Expression<? extends T>, T, T) - Static method in class com.hazelcast.query.Predicates
 
bind(Connection, Credentials) - Method in interface com.hazelcast.client.ClientBinder
 
bind(Connection, Credentials) - Method in class com.hazelcast.client.DefaultClientBinder
 
Bind - Class in com.hazelcast.cluster
 
Bind() - Constructor for class com.hazelcast.cluster.Bind
 
Bind(Address) - Constructor for class com.hazelcast.cluster.Bind
 
Bind(Address, Address, boolean) - Constructor for class com.hazelcast.cluster.Bind
 
bind(Connection, Address, Address, boolean) - Method in class com.hazelcast.nio.ConnectionManager
 
blockId - Variable in class com.hazelcast.impl.AbstractSimpleRecord
 
blockId - Variable in class com.hazelcast.impl.Request
 
blockId - Variable in class com.hazelcast.nio.Packet
 
BlockingQueueManager - Class in com.hazelcast.impl
 
blockingQueueManager - Variable in class com.hazelcast.impl.Node
 
BlockingQueueManager.GetValueKeysCallable - Class in com.hazelcast.impl
 
BlockingQueueManager.GetValueKeysCallable() - Constructor for class com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable
 
BlockingQueueManager.GetValueKeysCallable(String, Data) - Constructor for class com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable
 
buffer - Variable in class com.hazelcast.nio.Data
 
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
 
build - Variable in class com.hazelcast.impl.base.DefaultNodeInitializer
 
buildAccessStrategy(AccessType) - Method in class com.hazelcast.hibernate.region.HazelcastCollectionRegion
 
buildAccessStrategy(AccessType) - Method in class com.hazelcast.hibernate.region.HazelcastEntityRegion
 
buildCache(String, Properties) - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
buildNumber - Variable in class com.hazelcast.cluster.JoinRequest
 
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
 
buildQueryResultsRegion(String, Properties) - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
BYTE_BUFFER_SIZE - Static variable in interface com.hazelcast.client.Constants.IO
 
bytes - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
bytesToString(long) - Static method in class com.hazelcast.util.HealthMonitor
 
ByteUtil - Class in com.hazelcast.util
This class allows to set, clear and check bits of a byte value.

C

cache - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
cache - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
CacheEnvironment - Class in com.hazelcast.hibernate
 
CacheEnvironment() - Constructor for class com.hazelcast.hibernate.CacheEnvironment
 
calculateRFC2104HMAC(String, String) - Static method in class com.hazelcast.aws.security.RFC2104HMAC
 
Call - Class in com.hazelcast.client
 
Call(Long, Packet) - Constructor for class com.hazelcast.client.Call
 
call() - Method in class com.hazelcast.cluster.AuthorizationCall
 
call() - Method in class com.hazelcast.cluster.ConnectionCheckCall
 
call() - Method in class com.hazelcast.cluster.FinalizeJoin
 
call() - Method in class com.hazelcast.cluster.MembersUpdateCall
 
call() - Method in class com.hazelcast.cluster.SyncProcess
 
call() - Method in class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
call() - Method in class com.hazelcast.examples.TestApp.Echo
 
call() - Method in class com.hazelcast.examples.TestApp.LongTask
 
call() - Method in class com.hazelcast.impl.AsyncCall
 
Call - Interface in com.hazelcast.impl.base
 
call() - Method in class com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable
 
call() - Method in class com.hazelcast.impl.ClientDistributedTask
 
call() - Method in class com.hazelcast.impl.concurrentmap.GetAllCallable
 
call() - Method in class com.hazelcast.impl.concurrentmap.MapQueryCallable
 
call() - Method in class com.hazelcast.impl.concurrentmap.MapSizeCallable
 
call() - Method in class com.hazelcast.impl.concurrentmap.PutAllCallable
 
call() - Method in class com.hazelcast.impl.DestroyEndpointThreadsCallable
 
call() - Method in class com.hazelcast.impl.EvictLocalMapEntriesCallable
 
call(String, DistributedTask) - Method in class com.hazelcast.impl.ExecutorManager
 
call() - Method in class com.hazelcast.impl.FactoryImpl.GetAllProxyKeysCallable
 
call() - Method in class com.hazelcast.impl.FactoryImpl.InitializeMap
 
call() - Method in class com.hazelcast.impl.management.GetMapConfigCallable
 
call() - Method in class com.hazelcast.impl.management.LockInformationCallable
 
call() - Method in class com.hazelcast.impl.management.ManagementCenterConfigCallable
 
call() - Method in class com.hazelcast.impl.management.RuntimeStateRequest
 
call() - Method in class com.hazelcast.impl.management.ScriptExecutorCallable
 
call() - Method in class com.hazelcast.impl.management.ThreadDumpCallable
 
call() - Method in class com.hazelcast.impl.management.UpdateMapConfigCallable
 
call() - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
call() - Method in class com.hazelcast.impl.partition.MigrationTask
 
call() - Method in class com.hazelcast.impl.PartitionManager.RemotelyCheckMigratingPartition
 
call - Variable in class com.hazelcast.impl.Request
 
call() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateCallable
 
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
 
callAndGetResult(Packet) - Method in class com.hazelcast.client.ProxyHelper
 
CallContext - Class in com.hazelcast.impl
 
CallContext(int, boolean) - Constructor for class com.hazelcast.impl.CallContext
 
caller - Variable in class com.hazelcast.impl.Request
 
callId - Variable in class com.hazelcast.impl.Request
 
callId - Variable in class com.hazelcast.nio.Packet
 
CallKey - Class in com.hazelcast.impl.base
 
CallKey(Address, int) - Constructor for class com.hazelcast.impl.base.CallKey
 
callMap - Variable in class com.hazelcast.client.IORunnable
 
calls(HazelcastClient) - Method in class com.hazelcast.client.impl.EntryListenerManager
 
calls(HazelcastClient) - Method in class com.hazelcast.client.impl.InstanceListenerManager
 
calls(HazelcastClient) - Method in class com.hazelcast.client.impl.ItemListenerManager
 
calls(HazelcastClient) - Method in class com.hazelcast.client.impl.MessageListenerManager
 
calls(HazelcastClient) - Method in class com.hazelcast.client.impl.QueueItemListenerManager
 
callService(String) - Method in class com.hazelcast.aws.impl.DescribeInstances
 
CallState - Class in com.hazelcast.impl.base
 
CallState(long, Address, int) - Constructor for class com.hazelcast.impl.base.CallState
 
callState - Variable in class com.hazelcast.impl.Request
 
callState - Variable in class com.hazelcast.nio.Packet
 
CallStateAware - Interface in com.hazelcast.impl.base
 
cancel(boolean) - Method in class com.hazelcast.client.AsyncClientCall
 
cancel(boolean) - Method in class com.hazelcast.core.DistributedTask
 
cancel(boolean) - Method in class com.hazelcast.core.DistributedTask.Inner
 
cancel(boolean) - Method in class com.hazelcast.impl.AsyncCall
 
cancel() - Method in class com.hazelcast.impl.ClientRequestHandler
 
cancel(boolean) - Method in interface com.hazelcast.impl.ExecutionManagerCallback
 
cancel(boolean) - Method in interface com.hazelcast.impl.InnerFutureTask
 
cancelled - Variable in class com.hazelcast.client.AsyncClientCall
 
canTimeout() - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
canTimeout() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
ceiling(E) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
ceiling(E) - Method in interface com.hazelcast.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceilingEntry(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingEntry(K) - Method in interface com.hazelcast.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
ceilingKey(K) - Method in interface com.hazelcast.util.NavigableMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
changeWebServerUrl(String) - Method in class com.hazelcast.impl.management.ManagementCenterService
 
changeWebServerUrlOverCluster(String, String, String) - Method in class com.hazelcast.impl.management.ManagementCenterService
 
ChatApplication - Class in com.hazelcast.examples
 
ChatApplication() - Constructor for class com.hazelcast.examples.ChatApplication
 
check(Node, String, String) - Static method in class com.hazelcast.impl.base.VersionCheck
 
checkAuthorization(String, String, Address) - Method in class com.hazelcast.cluster.ClusterManager
 
checkIdle() - Method in class com.hazelcast.cluster.ClusterService
 
checkJoin(Connection) - Method in class com.hazelcast.cluster.ClusterManager
 
checkNodeState() - Method in class com.hazelcast.impl.Node
 
checkPermission(Permission) - Method in interface com.hazelcast.security.SecurityContext
Checks whether current Subject has been granted specified permission or not.
checkProxy(FactoryImpl.ProxyKey) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
checkProxy(FactoryImpl.ProxyKey) - Method in interface com.hazelcast.impl.ProxyFactory
 
checkScheduledActions() - Method in class com.hazelcast.cluster.ClusterManager
 
checkSerializable(Object) - Static method in class com.hazelcast.impl.Util
 
checkServiceThread() - Method in class com.hazelcast.impl.BaseManager
 
checkTrue(String) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
ClassLoaderAwareAsyncCall - Class in com.hazelcast.impl
 
ClassLoaderAwareAsyncCall() - Constructor for class com.hazelcast.impl.ClassLoaderAwareAsyncCall
 
ClassLoaderAwareAsyncCall(ClassLoader) - Constructor for class com.hazelcast.impl.ClassLoaderAwareAsyncCall
 
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
 
cleanup(Thread) - Method in interface com.hazelcast.impl.ExecutorThreadFactory.ThreadCleanup
 
cleanup() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
CLEANUP_DELAY_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
CleanupService - Class in com.hazelcast.hibernate.local
 
CleanupService(String) - Constructor for class com.hazelcast.hibernate.local.CleanupService
 
cleanupServiceThread() - Method in class com.hazelcast.impl.Node
 
clear() - Method in class com.hazelcast.client.MapClientProxy
 
clear() - Method in class com.hazelcast.client.MultiMapClientProxy
 
clear() - Method in class com.hazelcast.client.ValueCollection
 
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.hibernate.distributed.IMapRegionCache
 
clear() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
clear() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
clear() - Method in interface com.hazelcast.hibernate.RegionCache
 
clear() - Method in class com.hazelcast.impl.base.DistributedLock
 
clear() - Method in class com.hazelcast.impl.base.Values
 
clear() - Method in class com.hazelcast.impl.Entries
 
clear() - Method in class com.hazelcast.impl.MProxyImpl
 
clear() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
clear() - Method in class com.hazelcast.impl.SetProxyImpl
 
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
 
clear() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Removes all of the mappings from this map.
clear() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Removes all of the elements from this set.
clear() - Method in class com.hazelcast.util.NoneStrictObjectPool
 
clear() - Method in class com.hazelcast.util.SetFromMap
 
clear() - Method in class com.hazelcast.util.SimpleBlockingQueue
 
clear() - Method in class com.hazelcast.util.SimpleBoundedQueue
 
clear() - Method in class com.hazelcast.util.SortedHashMap
 
clearEntries() - Method in class com.hazelcast.impl.Entries
 
clearForResponse() - Method in class com.hazelcast.impl.Request
 
clearForResponse() - Method in class com.hazelcast.nio.Packet
 
clearLock() - Method in class com.hazelcast.impl.AbstractRecord
 
clearLock() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
clearLock() - Method in interface com.hazelcast.impl.Record
 
clearPartitions() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
client - Variable in class com.hazelcast.client.IORunnable
 
Client - Interface in com.hazelcast.core
 
client - Variable in class com.hazelcast.nio.Packet
 
CLIENT_ERROR - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
ClientBinder - Interface in com.hazelcast.client
 
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
 
ClientDistributedTask<V> - Class in com.hazelcast.impl
 
ClientDistributedTask() - Constructor for class com.hazelcast.impl.ClientDistributedTask
 
ClientDistributedTask(Callable<V>, Member, Set<Member>, Object) - Constructor for class com.hazelcast.impl.ClientDistributedTask
 
ClientEndpoint - Class in com.hazelcast.impl
 
ClientHandlerService - Class in com.hazelcast.impl
 
ClientHandlerService(Node) - Constructor for class com.hazelcast.impl.ClientHandlerService
 
clientHandlerService - Variable in class com.hazelcast.impl.Node
 
ClientHandlerService.ClientItemListener - Class in com.hazelcast.impl
 
ClientHandlerService.ClientListener - Interface in com.hazelcast.impl
 
ClientHandlerService.ClientMessageListener - Class in com.hazelcast.impl
 
ClientHandlerService.ClientOperationHandler - Class in com.hazelcast.impl
 
ClientHandlerService.ClientOperationHandler() - Constructor for class com.hazelcast.impl.ClientHandlerService.ClientOperationHandler
 
ClientHandlerService.CountDownLatchLeave - Class in com.hazelcast.impl
 
ClientHandlerService.CountDownLatchLeave(Address) - Constructor for class com.hazelcast.impl.ClientHandlerService.CountDownLatchLeave
 
ClientHandlerService.CountDownLatchLeave() - Constructor for class com.hazelcast.impl.ClientHandlerService.CountDownLatchLeave
 
ClientHandlerService.PartitionImpl - Class in com.hazelcast.impl
 
ClientHandlerService.PartitionImpl() - Constructor for class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
ClientListener - Interface in com.hazelcast.core
 
ClientMapEntry<K,V> - Class in com.hazelcast.client
 
ClientMapEntry(CMap.CMapEntry, K, MapClientProxy<K, V>) - Constructor for class com.hazelcast.client.ClientMapEntry
 
ClientProperties - Class in com.hazelcast.client
Deprecated.
ClientProperties() - Constructor for class com.hazelcast.client.ClientProperties
Deprecated.
 
ClientProperties.ClientPropertyName - Enum in com.hazelcast.client
Deprecated.
ClientRequestHandler - Class in com.hazelcast.impl
 
ClientRequestHandler(Node, Packet, CallContext, ClientHandlerService.ClientOperationHandler, Subject) - Constructor for class com.hazelcast.impl.ClientRequestHandler
 
ClientRunnable - Class in com.hazelcast.client
 
ClientRunnable() - Constructor for class com.hazelcast.client.ClientRunnable
 
ClientSerializer - Class in com.hazelcast.client
 
ClientSerializer() - Constructor for class com.hazelcast.client.ClientSerializer
 
ClientService - Interface in com.hazelcast.core
 
clientService - Variable in class com.hazelcast.impl.Node
 
ClientServiceException - Class in com.hazelcast.impl
 
ClientServiceException() - Constructor for class com.hazelcast.impl.ClientServiceException
 
ClientServiceException(Throwable) - Constructor for class com.hazelcast.impl.ClientServiceException
 
ClientServiceImpl - Class in com.hazelcast.impl
 
ClientServiceImpl(ConcurrentMapManager) - Constructor for class com.hazelcast.impl.ClientServiceImpl
 
ClientThreadContext - Class in com.hazelcast.client
 
ClientThreadContext(Thread) - Constructor for class com.hazelcast.client.ClientThreadContext
 
ClientType - Enum in com.hazelcast.core
 
Clock - Class in com.hazelcast.util
 
clone() - Method in class com.hazelcast.monitor.TimedMemberState
 
clone() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a shallow copy of this ConcurrentSkipListMap instance.
close() - Method in class com.hazelcast.client.Connection
 
close() - Method in class com.hazelcast.jca.ConnectionImpl
 
close() - Method in class com.hazelcast.nio.Connection
 
close(Throwable) - Method in class com.hazelcast.nio.Connection
 
close() - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
close() - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
close() - Method in class com.hazelcast.nio.ssl.SSLSocketChannelWrapper
 
close0() - Method in class com.hazelcast.nio.Connection
 
closeConnection() - Method in class com.hazelcast.nio.ascii.SocketTextReader
 
closeResource(Closeable) - Static method in class com.hazelcast.nio.IOUtil
 
CloudyUtility - Class in com.hazelcast.aws.utility
 
CloudyUtility() - Constructor for class com.hazelcast.aws.utility.CloudyUtility
 
Cluster - Interface in com.hazelcast.core
Hazelcast cluster interface.
ClusterClientException - Exception in com.hazelcast.client
 
ClusterClientException() - Constructor for exception com.hazelcast.client.ClusterClientException
 
ClusterClientException(String) - Constructor for exception com.hazelcast.client.ClusterClientException
 
ClusterClientException(String, Throwable) - Constructor for exception com.hazelcast.client.ClusterClientException
 
ClusterClientException(Throwable) - Constructor for exception com.hazelcast.client.ClusterClientException
 
ClusterClientProxy - Class in com.hazelcast.client
 
ClusterClientProxy(HazelcastClient) - Constructor for class com.hazelcast.client.ClusterClientProxy
 
ClusterImpl - Class in com.hazelcast.cluster
 
ClusterImpl(Node) - Constructor for class com.hazelcast.cluster.ClusterImpl
 
ClusterManager - Class in com.hazelcast.cluster
 
ClusterManager(Node) - Constructor for class com.hazelcast.cluster.ClusterManager
 
clusterManager - Variable in class com.hazelcast.impl.Node
 
ClusterManager.AsyncRemotelyBooleanOp - Class in com.hazelcast.cluster
 
ClusterManager.AsyncRemotelyBooleanOp(AbstractRemotelyCallable<Boolean>, Address, boolean) - Constructor for class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
ClusterManager.AuthenticationFailureProcessable - Class in com.hazelcast.cluster
 
ClusterManager.AuthenticationFailureProcessable() - Constructor for class com.hazelcast.cluster.ClusterManager.AuthenticationFailureProcessable
 
ClusterManager.MasterConfirmation - Class in com.hazelcast.cluster
 
ClusterManager.MasterConfirmation() - Constructor for class com.hazelcast.cluster.ClusterManager.MasterConfirmation
 
ClusterManager.NoneMemberAsyncRemotelyBooleanOp - Class in com.hazelcast.cluster
 
ClusterManager.NoneMemberAsyncRemotelyBooleanOp(AbstractRemotelyCallable<Boolean>, Address, boolean) - Constructor for class com.hazelcast.cluster.ClusterManager.NoneMemberAsyncRemotelyBooleanOp
 
ClusterMBean - Class in com.hazelcast.jmx
The instrumentation MBean for the cluster.
ClusterMBean(ManagementService, String) - Constructor for class com.hazelcast.jmx.ClusterMBean
 
ClusterOperation - Enum in com.hazelcast.impl
 
ClusterPropsRequest - Class in com.hazelcast.impl.management
 
ClusterPropsRequest() - Constructor for class com.hazelcast.impl.management.ClusterPropsRequest
 
ClusterRuntimeState - Class in com.hazelcast.impl.management
 
ClusterRuntimeState() - Constructor for class com.hazelcast.impl.management.ClusterRuntimeState
 
ClusterRuntimeState(Collection<Member>, PartitionInfo[], MigratingPartition, Map<Address, Connection>, Collection<Record>) - Constructor for class com.hazelcast.impl.management.ClusterRuntimeState
 
ClusterService - Class in com.hazelcast.cluster
 
ClusterService(Node) - Constructor for class com.hazelcast.cluster.ClusterService
 
clusterService - Variable in class com.hazelcast.impl.Node
 
ClusterServiceCallable - Class in com.hazelcast.impl.management
 
ClusterServiceCallable() - Constructor for class com.hazelcast.impl.management.ClusterServiceCallable
 
cmap - Variable in class com.hazelcast.impl.AbstractSimpleRecord
 
CMap - Class in com.hazelcast.impl
 
CMap.CMapEntry - Class in com.hazelcast.impl
 
CMap.CMapEntry() - Constructor for class com.hazelcast.impl.CMap.CMapEntry
 
CMap.CMapEntry(Record) - Constructor for class com.hazelcast.impl.CMap.CMapEntry
 
cmd_delete - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
cmd_get - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
cmd_set - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
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
 
CollectionClientProxy<E> - Class in com.hazelcast.client
 
CollectionClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.CollectionClientProxy
 
CollectionClientProxy(ProxyHelper, String) - Constructor for class com.hazelcast.client.CollectionClientProxy
 
CollectionRegionAccessStrategyAdapter - Class in com.hazelcast.hibernate.region
 
CollectionRegionAccessStrategyAdapter(AccessDelegate<? extends HazelcastCollectionRegion>) - Constructor for class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
CollectionWrapper<K> - Class in com.hazelcast.client.impl
 
CollectionWrapper() - Constructor for class com.hazelcast.client.impl.CollectionWrapper
 
collectScheduledLocks(Map<Object, DistributedLock>, Map<Object, DistributedLock>) - Method in class com.hazelcast.impl.CMap
for dead-lock detection

TODO: Warning => DistributedLock is not thread-safe !!!

com.hazelcast.aws - package com.hazelcast.aws
 
com.hazelcast.aws.impl - package com.hazelcast.aws.impl
 
com.hazelcast.aws.security - package com.hazelcast.aws.security
 
com.hazelcast.aws.utility - package com.hazelcast.aws.utility
 
com.hazelcast.client - package com.hazelcast.client
 
com.hazelcast.client.examples - package com.hazelcast.client.examples
 
com.hazelcast.client.impl - package com.hazelcast.client.impl
 
com.hazelcast.cluster - package com.hazelcast.cluster
 
com.hazelcast.config - package com.hazelcast.config
 
com.hazelcast.core - package com.hazelcast.core
 
com.hazelcast.examples - package com.hazelcast.examples
 
com.hazelcast.hibernate - package com.hazelcast.hibernate
 
com.hazelcast.hibernate.access - package com.hazelcast.hibernate.access
 
com.hazelcast.hibernate.distributed - package com.hazelcast.hibernate.distributed
 
com.hazelcast.hibernate.instance - package com.hazelcast.hibernate.instance
 
com.hazelcast.hibernate.local - package com.hazelcast.hibernate.local
 
com.hazelcast.hibernate.provider - package com.hazelcast.hibernate.provider
 
com.hazelcast.hibernate.region - package com.hazelcast.hibernate.region
 
com.hazelcast.impl - package com.hazelcast.impl
 
com.hazelcast.impl.ascii - package com.hazelcast.impl.ascii
 
com.hazelcast.impl.ascii.memcache - package com.hazelcast.impl.ascii.memcache
 
com.hazelcast.impl.ascii.rest - package com.hazelcast.impl.ascii.rest
 
com.hazelcast.impl.base - package com.hazelcast.impl.base
 
com.hazelcast.impl.concurrentmap - package com.hazelcast.impl.concurrentmap
 
com.hazelcast.impl.executor - package com.hazelcast.impl.executor
 
com.hazelcast.impl.management - package com.hazelcast.impl.management
 
com.hazelcast.impl.monitor - package com.hazelcast.impl.monitor
 
com.hazelcast.impl.partition - package com.hazelcast.impl.partition
 
com.hazelcast.impl.wan - package com.hazelcast.impl.wan
 
com.hazelcast.jca - package com.hazelcast.jca
 
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.logging - package com.hazelcast.logging
 
com.hazelcast.merge - package com.hazelcast.merge
 
com.hazelcast.monitor - package com.hazelcast.monitor
 
com.hazelcast.nio - package com.hazelcast.nio
 
com.hazelcast.nio.ascii - package com.hazelcast.nio.ascii
 
com.hazelcast.nio.ssl - package com.hazelcast.nio.ssl
 
com.hazelcast.partition - package com.hazelcast.partition
 
com.hazelcast.query - package com.hazelcast.query
 
com.hazelcast.security - package com.hazelcast.security
 
com.hazelcast.util - package com.hazelcast.util
 
com.hazelcast.util.concurrent - package com.hazelcast.util.concurrent
 
com.hazelcast.web - package com.hazelcast.web
 
CommandParser - Interface in com.hazelcast.impl.ascii
 
commit() - Method in class com.hazelcast.client.TransactionClientProxy
 
commit() - Method in interface com.hazelcast.core.Transaction
Commits the transaction associated with the current thread.
commit() - Method in class com.hazelcast.impl.TransactionImpl
 
commit() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
comparator() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
comparator() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
compare(MapEntry, MapEntry) - Method in class com.hazelcast.impl.concurrentmap.LFUMapEntryComparator
 
compare(MapEntry, MapEntry) - Method in class com.hazelcast.impl.concurrentmap.LRUMapEntryComparator
 
compareAndSet(long, long) - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
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.impl.AtomicNumberProxyImpl
 
compareAndSet(long, long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
compareTo(Object) - Method in class com.hazelcast.impl.base.SystemLogRecord
 
compareTo(Object) - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
compareTo(Object) - Method in class com.hazelcast.impl.VersionedBackupOp
 
compress(byte[]) - Static method in class com.hazelcast.nio.IOUtil
 
CONCURRENT_MAP_PARTITION_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
CONCURRENT_MAP_SIMPLE_RECORD - Variable in class com.hazelcast.impl.GroupProperties
 
ConcurrentHashSet<E> - Class in com.hazelcast.util
 
ConcurrentHashSet() - Constructor for class com.hazelcast.util.ConcurrentHashSet
 
ConcurrentMapManager - Class in com.hazelcast.impl
 
concurrentMapManager - Variable in class com.hazelcast.impl.Node
 
ConcurrentMapManager.MClearQuick - Class in com.hazelcast.impl
 
ConcurrentMapManager.MClearQuick(String) - Constructor for class com.hazelcast.impl.ConcurrentMapManager.MClearQuick
 
ConcurrentMapManager.MContainsValue - Class in com.hazelcast.impl
 
ConcurrentMapManager.MContainsValue(String, Object) - Constructor for class com.hazelcast.impl.ConcurrentMapManager.MContainsValue
 
ConcurrentMapManager.MEmpty - Class in com.hazelcast.impl
 
ConcurrentMapManager.MEmpty() - Constructor for class com.hazelcast.impl.ConcurrentMapManager.MEmpty
 
ConcurrentMapManager.MLockMap - Class in com.hazelcast.impl
 
ConcurrentMapManager.MLockMap(String, boolean) - Constructor for class com.hazelcast.impl.ConcurrentMapManager.MLockMap
 
ConcurrentNavigableMap<K,V> - Interface in com.hazelcast.util.concurrent
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap<K,V> - Class in com.hazelcast.util.concurrent
A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListMap() - Constructor for class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(Comparator<? super K>) - Constructor for class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the specified comparator.
ConcurrentSkipListMap(Map<? extends K, ? extends V>) - Constructor for class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(SortedMap<K, ? extends V>) - Constructor for class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings and using the same ordering as the specified sorted map.
ConcurrentSkipListSet<E> - Class in com.hazelcast.util.concurrent
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
ConcurrentSkipListSet() - Constructor for class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to their natural ordering.
ConcurrentSkipListSet(Comparator<? super E>) - Constructor for class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to the specified comparator.
ConcurrentSkipListSet(Collection<? extends E>) - Constructor for class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
ConcurrentSkipListSet(SortedSet<E>) - Constructor for class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
config - Variable in class com.hazelcast.cluster.JoinRequest
 
Config - Class in com.hazelcast.config
 
Config() - Constructor for class com.hazelcast.config.Config
 
config - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
config - Variable in class com.hazelcast.impl.AbstractJoiner
 
config - Variable in class com.hazelcast.impl.Node
 
CONFIG_FILE_PATH - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
CONFIG_FILE_PATH_LEGACY - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
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
 
ConfigMemberGroupFactory - Class in com.hazelcast.impl.partition
 
ConfigMemberGroupFactory(Collection<MemberGroupConfig>) - Constructor for class com.hazelcast.impl.partition.ConfigMemberGroupFactory
 
configure(Properties) - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
 
configure(GroupConfig, Properties) - Method in interface com.hazelcast.security.ICredentialsFactory
configure(SecurityConfig, Properties) - Method in interface com.hazelcast.security.IPermissionPolicy
Configures IPermissionPolicy.
configureBlocking(boolean) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
configureBlocking(boolean) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
ConfigXmlGenerator - Class in com.hazelcast.config
 
ConfigXmlGenerator() - Constructor for class com.hazelcast.config.ConfigXmlGenerator
 
ConfigXmlGenerator(boolean) - Constructor for class com.hazelcast.config.ConfigXmlGenerator
 
conn - Variable in class com.hazelcast.cluster.AbstractRemotelyProcessable
 
conn - Variable in class com.hazelcast.nio.Packet
 
connect(SocketAddress) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
connect(SocketAddress) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
CONNECT_ALL_WAIT_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
connectAndSendJoinRequest(Collection<Address>) - Method in class com.hazelcast.impl.AbstractJoiner
 
Connection - Class in com.hazelcast.client
Holds the socket to one of the members of Hazelcast Cluster.
Connection(int, InetSocketAddress, int) - Constructor for class com.hazelcast.client.Connection
 
Connection - Class in com.hazelcast.nio
 
Connection(ConnectionManager, InOutSelector, int, SocketChannelWrapper) - Constructor for class com.hazelcast.nio.Connection
 
Connection.Type - Enum in com.hazelcast.nio
 
CONNECTION_ATTEMPT_LIMIT - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
CONNECTION_MONITOR_INTERVAL - Variable in class com.hazelcast.impl.GroupProperties
 
CONNECTION_MONITOR_MAX_FAULTS - Variable in class com.hazelcast.impl.GroupProperties
 
CONNECTION_TIMEOUT - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
connectionAdded(Connection) - Method in class com.hazelcast.cluster.ClusterManager
 
connectionAdded(Connection) - Method in class com.hazelcast.impl.ClientEndpoint
 
connectionAdded(Connection) - Method in class com.hazelcast.impl.ClientHandlerService
 
connectionAdded(Connection) - Method in interface com.hazelcast.nio.ConnectionListener
 
ConnectionCheckCall - Class in com.hazelcast.cluster
 
ConnectionCheckCall() - Constructor for class com.hazelcast.cluster.ConnectionCheckCall
 
ConnectionFactoryImpl - Class in com.hazelcast.jca
 
ConnectionFactoryImpl(ManagedConnectionFactoryImpl, ConnectionManager) - Constructor for class com.hazelcast.jca.ConnectionFactoryImpl
 
ConnectionImpl - Class in com.hazelcast.jca
 
ConnectionImpl(ManagedConnectionImpl) - Constructor for class com.hazelcast.jca.ConnectionImpl
 
ConnectionInfo - Class in com.hazelcast.impl.management
 
ConnectionInfo() - Constructor for class com.hazelcast.impl.management.ConnectionInfo
 
ConnectionInfo(int, boolean, long, long) - Constructor for class com.hazelcast.impl.management.ConnectionInfo
 
ConnectionListener - Interface in com.hazelcast.nio
 
ConnectionManager - Class in com.hazelcast.client
 
ConnectionManager(HazelcastClient, ClientConfig, LifecycleServiceClientImpl) - Constructor for class com.hazelcast.client.ConnectionManager
 
connectionManager - Variable in class com.hazelcast.impl.Node
 
ConnectionManager - Class in com.hazelcast.nio
 
ConnectionManager(IOService, ServerSocketChannel) - Constructor for class com.hazelcast.nio.ConnectionManager
 
connectionManager - Variable in class com.hazelcast.nio.InOutSelector
 
connectionRemoved(Connection) - Method in class com.hazelcast.cluster.ClusterManager
 
connectionRemoved(Connection) - Method in class com.hazelcast.impl.ClientEndpoint
 
connectionRemoved(Connection) - Method in class com.hazelcast.impl.ClientHandlerService
 
connectionRemoved(Connection) - Method in interface com.hazelcast.nio.ConnectionListener
 
ConsoleCommandHandler - Class in com.hazelcast.impl.management
 
ConsoleCommandHandler(HazelcastInstance) - Constructor for class com.hazelcast.impl.management.ConsoleCommandHandler
 
ConsoleCommandRequest - Class in com.hazelcast.impl.management
 
ConsoleCommandRequest() - Constructor for class com.hazelcast.impl.management.ConsoleCommandRequest
 
ConsoleCommandRequest(String) - Constructor for class com.hazelcast.impl.management.ConsoleCommandRequest
 
ConsoleRequest - Interface in com.hazelcast.impl.management
 
ConsoleRequestConstants - Class in com.hazelcast.impl.management
 
Constants - Class in com.hazelcast.aws.impl
 
Constants() - Constructor for class com.hazelcast.aws.impl.Constants
 
Constants - Interface in com.hazelcast.client
 
Constants - Interface in com.hazelcast.impl
 
Constants.IO - Interface in com.hazelcast.client
 
Constants.IO - Interface in com.hazelcast.impl
 
Constants.Objects - Interface in com.hazelcast.client
 
Constants.Objects - Interface in com.hazelcast.impl
 
Constants.RedoType - Enum in com.hazelcast.impl
 
Constants.ResponseTypes - Interface in com.hazelcast.client
 
Constants.ResponseTypes - Interface in com.hazelcast.impl
 
Constants.Timeouts - Interface in com.hazelcast.client
 
consume() - Method in class com.hazelcast.impl.base.ScheduledAction
 
contains(Object) - Method in class com.hazelcast.client.ListClientProxy
 
contains(Object) - Method in class com.hazelcast.client.SetClientProxy
 
contains(Object) - Method in class com.hazelcast.client.ValueCollection
 
contains(Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
contains(Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
contains(Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
contains(Object) - Method in class com.hazelcast.impl.base.Values
 
contains(Object) - Method in class com.hazelcast.impl.ListProxyImpl
 
contains(Object) - Method in class com.hazelcast.impl.SetProxyImpl
 
contains(Object) - Method in class com.hazelcast.query.MultiResultSet
 
contains(Object) - Method in class com.hazelcast.query.SingleResultSet
 
contains(Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains the specified element.
contains(Object) - Method in class com.hazelcast.util.SetFromMap
 
containsAll(Collection<?>) - Method in class com.hazelcast.client.ValueCollection
 
containsAll(Collection) - Method in class com.hazelcast.impl.base.Values
 
containsAll(Collection) - Method in class com.hazelcast.impl.Entries
 
containsAll(Collection<?>) - Method in class com.hazelcast.util.SetFromMap
 
containsEntry(Object, Object) - Method in class com.hazelcast.client.MultiMapClientProxy
 
containsEntry(K, V) - Method in interface com.hazelcast.core.MultiMap
Returns whether the multimap contains the given key-value pair.
containsEntry(Object, Object) - Method in interface com.hazelcast.impl.MProxy
 
containsEntry(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
containsEntry(Object, Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
containsEntry(String, Object, Object) - Method in class com.hazelcast.impl.TransactionImpl
 
containsKey(Object) - Method in class com.hazelcast.client.MapClientProxy
 
containsKey(Object) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
containsKey(Request) - Method in class com.hazelcast.impl.CMap
 
containsKey(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
containsKey(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
containsKey(Object) - Method in class com.hazelcast.impl.NearCache
 
containsKey(Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.hazelcast.util.SortedHashMap
 
containsValue(Object) - Method in interface com.hazelcast.client.EntryHolder
 
containsValue(Object) - Method in class com.hazelcast.client.MapClientProxy
 
containsValue(Object) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
containsValue(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
containsValue(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
containsValue(String, Object) - Method in class com.hazelcast.impl.TransactionImpl
 
containsValue(Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.hazelcast.util.SortedHashMap
 
CONTENT_LENGTH - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
CONTENT_TYPE - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
CONTENT_TYPE_BINARY - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
CONTENT_TYPE_PLAIN_TEXT - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
copy(boolean, Address, int) - Method in class com.hazelcast.cluster.JoinInfo
 
copy() - Method in class com.hazelcast.impl.DefaultRecord
 
copy() - Method in interface com.hazelcast.impl.Record
 
copy() - Method in class com.hazelcast.impl.SimpleRecord
 
copyFile(File, File) - Static method in class com.hazelcast.impl.Util
 
copyFromDirectToDirectBuffer(ByteBuffer, ByteBuffer) - Static method in class com.hazelcast.nio.IOUtil
 
copyFromPacket(Packet) - Static method in class com.hazelcast.impl.Request
 
copyFromRequest(Request) - Static method in class com.hazelcast.impl.Request
 
copyStream(InputStream, OutputStream) - Static method in class com.hazelcast.impl.Util
 
copyToDirectBuffer(ByteBuffer, ByteBuffer) - Static method in class com.hazelcast.nio.IOUtil
 
copyToHeapBuffer(ByteBuffer, ByteBuffer) - Static method in class com.hazelcast.nio.IOUtil
 
CostAwareRecordList - Class in com.hazelcast.impl.concurrentmap
 
CostAwareRecordList(int) - Constructor for class com.hazelcast.impl.concurrentmap.CostAwareRecordList
 
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 class com.hazelcast.client.CountDownLatchClientProxy
 
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.impl.base.DistributedCountDownLatch
 
countDown() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
countDown() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
CountDownLatchClientProxy - Class in com.hazelcast.client
 
CountDownLatchClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.CountDownLatchClientProxy
 
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
 
CountDownLatchProxy - Interface in com.hazelcast.impl
 
CountDownLatchProxyImpl - Class in com.hazelcast.impl
 
CountDownLatchProxyImpl(String, FactoryImpl) - Constructor for class com.hazelcast.impl.CountDownLatchProxyImpl
 
Counter - Class in com.hazelcast.util
non-thread-safe counter
Counter() - Constructor for class com.hazelcast.util.Counter
 
Counter(int) - Constructor for class com.hazelcast.util.Counter
 
CpuUtilization - Class in com.hazelcast.impl.base
 
CpuUtilization() - Constructor for class com.hazelcast.impl.base.CpuUtilization
 
create() - Static method in class com.hazelcast.impl.base.NodeInitializerFactory
 
create(short) - Static method in enum com.hazelcast.impl.ClusterOperation
 
create(int) - Static method in enum com.hazelcast.impl.NodeType
 
createAndAddMapState(CMap) - Method in class com.hazelcast.impl.concurrentmap.InitialState
 
createAtomicNumberProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createAtomicNumberProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createBaseClientProperties(String, String) - Static method in class com.hazelcast.client.ClientProperties
Deprecated.
 
createCall(Packet) - Method in class com.hazelcast.client.ProxyHelper
 
createClientLoginContext(Credentials) - Method in interface com.hazelcast.security.SecurityContext
Creates client LoginContext.
createConnectionFactory() - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
createConnectionFactory(ConnectionManager) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
createCountDownLatchProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createCountDownLatchProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createDefault() - Static method in class com.hazelcast.impl.base.NodeInitializerFactory
 
createDeflatingBuffer(int) - Static method in class com.hazelcast.nio.PipedZipBufferFactory
 
createDeflatingBuffer(int, int) - Static method in class com.hazelcast.nio.PipedZipBufferFactory
 
createDocument(InputStream) - Method in class com.hazelcast.web.Installer
 
createExecutorServiceProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createExecutorServiceProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createIdGeneratorProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createIdGeneratorProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createInflatingBuffer(int) - Static method in class com.hazelcast.nio.PipedZipBufferFactory
 
createInstance(Properties) - Static method in class com.hazelcast.hibernate.instance.HazelcastInstanceFactory
 
createInstanceLoader(Properties) - Static method in class com.hazelcast.hibernate.instance.HazelcastInstanceFactory
 
createInteraction() - Method in class com.hazelcast.jca.ConnectionImpl
 
createInternalMemberGroups(Collection<MemberImpl>) - Method in class com.hazelcast.impl.partition.ConfigMemberGroupFactory
 
createInternalMemberGroups(Collection<MemberImpl>) - Method in class com.hazelcast.impl.partition.HostAwareMemberGroupFactory
 
createJoinInfo() - Method in class com.hazelcast.impl.Node
 
createJoinInfo(boolean) - Method in class com.hazelcast.impl.Node
 
createListProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createListProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createLockedValue(SoftLock) - Method in class com.hazelcast.hibernate.local.Value
 
createLockProxy(Object) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createLockProxy(Object) - Method in interface com.hazelcast.impl.ProxyFactory
 
createLogger(String) - Method in class com.hazelcast.logging.Log4jFactory
 
createLogger(String) - Method in class com.hazelcast.logging.LoggerFactorySupport
 
createLogger(String) - Method in class com.hazelcast.logging.Slf4jFactory
 
createLogger(String) - Method in class com.hazelcast.logging.StandardLoggerFactory
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
createMapProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createMapProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createMember(Address, NodeType, String, String) - Method in class com.hazelcast.cluster.ClusterManager
 
createMemberGroups(Collection<MemberImpl>) - Method in interface com.hazelcast.impl.partition.MemberGroupFactory
 
createMemberGroups(Collection<MemberImpl>) - Method in class com.hazelcast.impl.partition.SingleMemberGroupFactory
 
createMemberLoginContext(Credentials) - Method in interface com.hazelcast.security.SecurityContext
Creates member LoginContext.
createMessage(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
createMessage(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.TimestampsRegionCache
 
createMessageListener() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
createMessageListener() - Method in class com.hazelcast.hibernate.local.TimestampsRegionCache
 
createMultiMapProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createMultiMapProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createNew() - Method in class com.hazelcast.util.NoneStrictObjectPool
 
createNewAddItemListenerCall(ProxyHelper, boolean) - Method in class com.hazelcast.client.impl.QueueItemListenerManager
 
createNewAddListenerCall(ProxyHelper, Object, boolean) - Method in class com.hazelcast.client.impl.EntryListenerManager
 
createNewAddListenerCall(ProxyHelper) - Method in class com.hazelcast.client.impl.InstanceListenerManager
 
createNewAddListenerCall(ProxyHelper, boolean) - Method in class com.hazelcast.client.impl.ItemListenerManager
 
createNewAddListenerCall(ProxyHelper) - Method in class com.hazelcast.client.impl.MessageListenerManager
 
createNewNearCacheRecord(CMap, Data, Data) - Method in class com.hazelcast.impl.concurrentmap.DefaultRecordFactory
 
createNewNearCacheRecord(CMap, Data, Data) - Method in interface com.hazelcast.impl.concurrentmap.RecordFactory
 
createNewRecord(CMap, int, Data, Data, long, long, long) - Method in class com.hazelcast.impl.concurrentmap.DefaultRecordFactory
 
createNewRecord(CMap, int, Data, Data, long, long, long) - Method in interface com.hazelcast.impl.concurrentmap.RecordFactory
 
createNewThreadId() - Method in class com.hazelcast.impl.ThreadContext
 
createProxy(FactoryImpl.ProxyKey) - Method in class com.hazelcast.impl.FactoryImpl
 
createQueueProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createQueueProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createRemotelyProcessablePacket(RemotelyProcessable) - Method in class com.hazelcast.impl.BaseManager
 
createRequestPacket(ClusterOperation, byte[], byte[]) - Method in class com.hazelcast.client.ProxyHelper
 
createSecureCallable(Subject, Callable<V>) - Method in interface com.hazelcast.security.SecurityContext
Creates secure callable that runs in a sandbox.
createSemaphoreProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createSemaphoreProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createSetProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createSetProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createSimpleMapEntry(FactoryImpl, String, Object, Data) - Static method in class com.hazelcast.impl.BaseManager
 
createTopicProxy(String) - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createTopicProxy(String) - Method in interface com.hazelcast.impl.ProxyFactory
 
createTransaction() - Method in class com.hazelcast.impl.DefaultProxyFactory
 
createTransaction() - Method in interface com.hazelcast.impl.ProxyFactory
 
createUnlockedValue() - Method in class com.hazelcast.hibernate.local.Value
 
createValue() - Static method in class com.hazelcast.examples.SimpleFunctionalMapTest
 
creationTime - Variable in class com.hazelcast.impl.AbstractRecord
 
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
 
curr_connections - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
currentTimeMillis() - Static method in class com.hazelcast.util.Clock
 
customRun() - Method in class com.hazelcast.client.ClientRunnable
 
customRun() - Method in class com.hazelcast.client.impl.ListenerManager
 
customRun() - Method in class com.hazelcast.client.InRunnable
 
customRun() - Method in class com.hazelcast.client.OutRunnable
 
CustomSerializer - Interface in com.hazelcast.nio
 
CustomSerializerAdapter - Class in com.hazelcast.nio
 
CustomSerializerAdapter(CustomSerializer) - Constructor for class com.hazelcast.nio.CustomSerializerAdapter
 

D

Data - Class in com.hazelcast.nio
 
Data() - Constructor for class com.hazelcast.nio.Data
 
Data(byte[]) - Constructor for class com.hazelcast.nio.Data
 
DATA_LONG_ZERO - Static variable in interface com.hazelcast.impl.AtomicNumberProxy
 
DATA_TRUE - Static variable in interface com.hazelcast.impl.SemaphoreProxy
 
DataAwareEntryEvent - Class in com.hazelcast.impl
 
DataAwareEntryEvent(Member, int, String, Data, Data, Data, boolean) - Constructor for class com.hazelcast.impl.DataAwareEntryEvent
 
DataAwareItemEvent - Class in com.hazelcast.impl
 
DataAwareItemEvent(String, ItemEventType, Data, Member) - Constructor for class com.hazelcast.impl.DataAwareItemEvent
 
DataHolder - Class in com.hazelcast.nio
 
DataHolder(int) - Constructor for class com.hazelcast.nio.DataHolder
 
DataHolder(Data) - Constructor for class com.hazelcast.nio.DataHolder
 
dataKey - Variable in class com.hazelcast.impl.DataAwareEntryEvent
 
DataMBean - Class in com.hazelcast.jmx
Manager of data instances and collects general statistics.
DataMBean(ManagementService) - Constructor for class com.hazelcast.jmx.DataMBean
 
dataMemberCount - Variable in class com.hazelcast.impl.BaseManager
Counter for normal/data (non-lite) members.
DataMessage<E> - Class in com.hazelcast.impl
 
DataMessage(String, Data) - Constructor for class com.hazelcast.impl.DataMessage
 
dataNewValue - Variable in class com.hazelcast.impl.DataAwareEntryEvent
 
dataOldValue - Variable in class com.hazelcast.impl.DataAwareEntryEvent
 
DataRecordEntry - Class in com.hazelcast.impl.base
 
DataRecordEntry() - Constructor for class com.hazelcast.impl.base.DataRecordEntry
 
DataRecordEntry(Record) - Constructor for class com.hazelcast.impl.base.DataRecordEntry
 
DataRecordEntry(Record, boolean) - Constructor for class com.hazelcast.impl.base.DataRecordEntry
 
DataRecordEntry(Record, Data, boolean) - Constructor for class com.hazelcast.impl.base.DataRecordEntry
 
DataSerializable - Interface in com.hazelcast.nio
 
date - Variable in class com.hazelcast.impl.base.SystemLog
 
DATE_FORMAT - Static variable in class com.hazelcast.aws.impl.Constants
 
decode(byte[]) - Static method in class com.hazelcast.util.Base64
Decodes Base64 data into octects
decompress(byte[]) - Static method in class com.hazelcast.nio.IOUtil
 
decrement() - Method in class com.hazelcast.util.Counter
 
decrementAndGet() - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
decrementAndGet() - Method in interface com.hazelcast.core.AtomicNumber
Atomically decrements the current value by one.
decrementAndGet() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
decrementAndGet() - Method in class com.hazelcast.impl.concurrentmap.LocalLock
 
decrementAndGet() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
DEFAULT_BACKUP_COUNT - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_BLOCK_ID - Static variable in class com.hazelcast.impl.Request
 
DEFAULT_CACHE_VALUE - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_CALL_ID - Static variable in class com.hazelcast.impl.Request
 
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_LOCK_COUNT - Static variable in class com.hazelcast.impl.Request
 
DEFAULT_LOCK_THREAD_ID - Static variable in class com.hazelcast.impl.Request
 
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_REDO_COUNT - Static variable in class com.hazelcast.impl.Request
 
DEFAULT_TIMEOUT - Static variable in interface com.hazelcast.client.Constants.Timeouts
 
DEFAULT_TIMEOUT - Static variable in class com.hazelcast.impl.Request
 
DEFAULT_TTL - Static variable in class com.hazelcast.impl.Request
 
DEFAULT_TTL_SECONDS - Static variable in class com.hazelcast.config.MapConfig
 
DEFAULT_TTL_SECONDS - Static variable in class com.hazelcast.config.NearCacheConfig
 
DEFAULT_TXN_ID - Static variable in class com.hazelcast.impl.Request
 
DEFAULT_TXN_TIMEOUT - Static variable in interface com.hazelcast.client.Constants.Timeouts
 
DEFAULT_TXN_TIMEOUT - Static variable in class com.hazelcast.impl.TransactionImpl
 
DEFAULT_VERSION - Static variable in class com.hazelcast.impl.Request
 
DEFAULT_WRITE_DELAY_SECONDS - Static variable in class com.hazelcast.config.MapStoreConfig
 
DefaultClientBinder - Class in com.hazelcast.client
 
DefaultClientBinder(HazelcastClient) - Constructor for class com.hazelcast.client.DefaultClientBinder
 
DefaultMemberGroup - Class in com.hazelcast.impl.partition
 
DefaultMemberGroup() - Constructor for class com.hazelcast.impl.partition.DefaultMemberGroup
 
DefaultMemberGroup(Collection<MemberImpl>) - Constructor for class com.hazelcast.impl.partition.DefaultMemberGroup
 
DefaultNearCacheRecord - Class in com.hazelcast.impl
 
DefaultNearCacheRecord(Data, Data) - Constructor for class com.hazelcast.impl.DefaultNearCacheRecord
 
DefaultNodeInitializer - Class in com.hazelcast.impl.base
 
DefaultNodeInitializer() - Constructor for class com.hazelcast.impl.base.DefaultNodeInitializer
 
DefaultProxyFactory - Class in com.hazelcast.impl
 
DefaultProxyFactory(FactoryImpl) - Constructor for class com.hazelcast.impl.DefaultProxyFactory
 
DefaultRecord - Class in com.hazelcast.impl
 
DefaultRecord(CMap, int, Data, Data, long, long, long) - Constructor for class com.hazelcast.impl.DefaultRecord
 
DefaultRecordFactory - Class in com.hazelcast.impl.concurrentmap
 
DefaultRecordFactory(boolean) - Constructor for class com.hazelcast.impl.concurrentmap.DefaultRecordFactory
 
DefaultSerializer - Class in com.hazelcast.nio
 
DefaultSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer
 
DefaultSerializer.BigIntegerSerializer - Class in com.hazelcast.nio
 
DefaultSerializer.BigIntegerSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.BigIntegerSerializer
 
DefaultSerializer.BooleanSerializer - Class in com.hazelcast.nio
 
DefaultSerializer.BooleanSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.BooleanSerializer
 
DefaultSerializer.ByteArraySerializer - Class in com.hazelcast.nio
 
DefaultSerializer.ByteArraySerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.ByteArraySerializer
 
DefaultSerializer.ClassSerializer - Class in com.hazelcast.nio
 
DefaultSerializer.ClassSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.ClassSerializer
 
DefaultSerializer.DateSerializer - Class in com.hazelcast.nio
 
DefaultSerializer.DateSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.DateSerializer
 
DefaultSerializer.Externalizer - Class in com.hazelcast.nio
 
DefaultSerializer.Externalizer() - Constructor for class com.hazelcast.nio.DefaultSerializer.Externalizer
 
DefaultSerializer.IntegerSerializer - Class in com.hazelcast.nio
 
DefaultSerializer.IntegerSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.IntegerSerializer
 
DefaultSerializer.LongSerializer - Class in com.hazelcast.nio
 
DefaultSerializer.LongSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.LongSerializer
 
DefaultSerializer.ObjectSerializer - Class in com.hazelcast.nio
 
DefaultSerializer.ObjectSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.ObjectSerializer
 
DefaultSerializer.StringSerializer - Class in com.hazelcast.nio
 
DefaultSerializer.StringSerializer() - Constructor for class com.hazelcast.nio.DefaultSerializer.StringSerializer
 
DefaultSocketChannelWrapper - Class in com.hazelcast.nio
 
DefaultSocketChannelWrapper(SocketChannel) - Constructor for class com.hazelcast.nio.DefaultSocketChannelWrapper
 
deflate() - Method in interface com.hazelcast.nio.PipedZipBufferFactory.DeflatingPipedBuffer
 
delete(K) - Method in interface com.hazelcast.core.MapStore
Deletes the entry with a given key from the store.
delete(Object) - Method in class com.hazelcast.examples.DummyStore
 
delete(String, String) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
delete(String, String) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
delete(Object) - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
deleteAll(Collection<K>) - Method in interface com.hazelcast.core.MapStore
Deletes multiple entries from the store.
deleteAll(Collection) - Method in class com.hazelcast.examples.DummyStore
 
deleteAll(Collection) - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
DeleteCommand - Class in com.hazelcast.impl.ascii.memcache
 
DeleteCommand(String, int, boolean) - Constructor for class com.hazelcast.impl.ascii.memcache.DeleteCommand
 
DeleteCommandParser - Class in com.hazelcast.impl.ascii.memcache
 
DeleteCommandParser() - Constructor for class com.hazelcast.impl.ascii.memcache.DeleteCommandParser
 
DeleteCommandProcessor - Class in com.hazelcast.impl.ascii.memcache
 
DeleteCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.memcache.DeleteCommandProcessor
 
DELETED - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
deregisterScheduledAction(ScheduledAction) - Method in class com.hazelcast.cluster.ClusterManager
 
descendingIterator() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in descending order.
descendingIterator() - Method in interface com.hazelcast.util.NavigableSet
Returns an iterator over the elements in this set, in descending order.
descendingKeySet() - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
descendingKeySet() - Method in interface com.hazelcast.util.NavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingMap() - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
descendingMap() - Method in interface com.hazelcast.util.NavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingSet() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in interface com.hazelcast.util.NavigableSet
Returns a reverse order view of the elements contained in this set.
DescribeInstances - Class in com.hazelcast.aws.impl
 
DescribeInstances(AwsConfig) - Constructor for class com.hazelcast.aws.impl.DescribeInstances
 
destroy() - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
destroy() - Method in class com.hazelcast.client.CollectionClientProxy
 
destroy() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
destroy(String) - Method in class com.hazelcast.client.HazelcastClient
 
destroy() - Method in class com.hazelcast.client.IdGeneratorClientProxy
 
destroy() - Method in class com.hazelcast.client.LockClientProxy
 
destroy() - Method in class com.hazelcast.client.MapClientProxy
 
destroy() - Method in class com.hazelcast.client.MultiMapClientProxy
 
destroy() - Method in class com.hazelcast.client.ProxyHelper
 
destroy() - Method in class com.hazelcast.client.QueueClientProxy
 
destroy() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
destroy() - Method in class com.hazelcast.client.TopicClientProxy
 
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.hibernate.provider.HazelcastCache
 
destroy() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
destroy() - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
destroy() - Method in interface com.hazelcast.impl.base.NodeInitializer
 
destroy(String) - Method in class com.hazelcast.impl.BlockingQueueManager
 
destroy() - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
destroy(String) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
destroy() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
destroy() - Method in class com.hazelcast.impl.IdGeneratorProxyImpl
 
destroy() - Method in class com.hazelcast.impl.ListProxyImpl
 
destroy() - Method in class com.hazelcast.impl.LockProxyImpl
 
destroy() - Method in class com.hazelcast.impl.MProxyImpl
 
destroy() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
destroy() - Method in class com.hazelcast.impl.QProxyImpl
 
destroy() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
destroy() - Method in class com.hazelcast.impl.SetProxyImpl
 
destroy() - Method in class com.hazelcast.impl.TopicProxyImpl
 
destroy() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
destroy() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
destroy() - Method in interface com.hazelcast.security.ICredentialsFactory
destroy() - Method in interface com.hazelcast.security.IPermissionPolicy
destroy() - Method in interface com.hazelcast.security.SecurityContext
Destroys SecurityContext and all security elements.
destroy() - Method in class com.hazelcast.web.WebFilter
 
destroyConnection(Connection) - Method in class com.hazelcast.client.ConnectionManager
 
destroyConnection(Connection) - Method in class com.hazelcast.nio.ConnectionManager
 
destroyEndpointThreads(Address, Set<Integer>) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
DestroyEndpointThreadsCallable - Class in com.hazelcast.impl
 
DestroyEndpointThreadsCallable() - Constructor for class com.hazelcast.impl.DestroyEndpointThreadsCallable
 
DestroyEndpointThreadsCallable(Address, Set<Integer>) - Constructor for class com.hazelcast.impl.DestroyEndpointThreadsCallable
 
destroyProxy(FactoryImpl.ProxyKey) - Method in class com.hazelcast.impl.FactoryImpl
 
detach() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
detach(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
detach() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
detach(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
detachAndGetConnection(Address) - Method in class com.hazelcast.nio.ConnectionManager
 
DetectDeadlockRequest - Class in com.hazelcast.impl.management
 
DetectDeadlockRequest() - Constructor for class com.hazelcast.impl.management.DetectDeadlockRequest
 
DetectDeadlockRequest.Edge - Class in com.hazelcast.impl.management
 
DetectDeadlockRequest.Edge() - Constructor for class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
DetectDeadlockRequest.Vertex - Class in com.hazelcast.impl.management
 
didPing() - Method in class com.hazelcast.impl.MemberImpl
 
didRead() - Method in class com.hazelcast.impl.MemberImpl
 
didWrite() - Method in class com.hazelcast.impl.MemberImpl
 
dirty - Variable in class com.hazelcast.impl.AbstractRecord
 
disconnectExistingCalls(Address) - Method in class com.hazelcast.cluster.ClusterManager
 
disconnectExistingCalls(Address) - Method in interface com.hazelcast.nio.IOService
 
disconnectExistingCalls(Address) - Method in class com.hazelcast.nio.NodeIOService
 
DistributedCountDownLatch - Class in com.hazelcast.impl.base
 
DistributedCountDownLatch() - Constructor for class com.hazelcast.impl.base.DistributedCountDownLatch
 
DistributedLock - Class in com.hazelcast.impl.base
 
DistributedLock() - Constructor for class com.hazelcast.impl.base.DistributedLock
 
DistributedLock(DistributedLock) - Constructor for class com.hazelcast.impl.base.DistributedLock
 
DistributedLock(Address, int) - Constructor for class com.hazelcast.impl.base.DistributedLock
 
DistributedLock(Address, int, int) - Constructor for class com.hazelcast.impl.base.DistributedLock
 
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
 
DistributedRunnableAdapter<V> - Interface in com.hazelcast.impl
 
DistributedSemaphore - Class in com.hazelcast.impl.base
 
DistributedSemaphore() - Constructor for class com.hazelcast.impl.base.DistributedSemaphore
 
DistributedSemaphore(int) - Constructor for class com.hazelcast.impl.base.DistributedSemaphore
 
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
 
DistributedTimeoutException - Class in com.hazelcast.util
 
DistributedTimeoutException() - Constructor for class com.hazelcast.util.DistributedTimeoutException
 
doActualRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.rest.HttpPostCommand
 
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.
doBackup(Request) - Method in class com.hazelcast.impl.CMap
 
DOC_VERSION - Static variable in class com.hazelcast.aws.impl.Constants
 
doCall(Call) - Method in class com.hazelcast.client.ProxyHelper
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.hazelcast.web.WebFilter
 
doFireAndForget(ClusterOperation, Object, Object) - Method in class com.hazelcast.client.ProxyHelper
 
doJoin(AtomicBoolean) - Method in class com.hazelcast.impl.AbstractJoiner
 
doJoin(AtomicBoolean) - Method in class com.hazelcast.impl.MulticastJoiner
 
doJoin(AtomicBoolean) - Method in class com.hazelcast.impl.TcpIpJoiner
 
doLocalOp() - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
doLocalOp() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
doMatch(String, String, int) - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
doMigrate(int, int, RecordSet, Address) - Method in class com.hazelcast.impl.PartitionManager
 
done(Future<V>) - Method in interface com.hazelcast.core.ExecutionCallback
 
doObtainPacket() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
doOp(ClusterOperation, Object, Object) - Method in class com.hazelcast.client.ProxyHelper
 
doOp(ClusterOperation, Object, Object, long, TimeUnit) - Method in class com.hazelcast.client.ProxyHelper
 
doOp() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
doQuery(QueryContext) - Method in class com.hazelcast.query.MapIndexService
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.ErrorCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.GetCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.SimpleCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.StatsCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.NoOpCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.rest.HttpDeleteCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.rest.HttpGetCommand
 
doRead(ByteBuffer) - Method in class com.hazelcast.impl.ascii.rest.HttpPostCommand
POST /path HTTP/1.0 User-Agent: HTTPTool/1.0 Content-TextCommandType: application/x-www-form-urlencoded Content-Length: 45 byte[45]
doRead(ByteBuffer) - Method in interface com.hazelcast.impl.ascii.TextCommand
 
doReleasePacket(Packet) - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
doRun() - Method in class com.hazelcast.impl.ClientRequestHandler
 
doRun() - Method in class com.hazelcast.impl.FallThroughRunnable
 
DoubleBlockingQueue<E> - Class in com.hazelcast.util
 
DoubleBlockingQueue() - Constructor for class com.hazelcast.util.DoubleBlockingQueue
 
drain() - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
drain() - Method in class com.hazelcast.jmx.SemaphoreMBean
 
drainPermits() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
drainPermits() - Method in interface com.hazelcast.core.ISemaphore
Acquires and returns all permits that are immediately available.
drainPermits() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
drainTo(Collection<? super E>) - Method in class com.hazelcast.client.QueueClientProxy
 
drainTo(Collection<? super E>, int) - Method in class com.hazelcast.client.QueueClientProxy
 
drainTo(Collection) - Method in class com.hazelcast.impl.QProxyImpl
 
drainTo(Collection, int) - Method in class com.hazelcast.impl.QProxyImpl
 
drainTo(Collection<? super E>) - Method in class com.hazelcast.util.DoubleBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class com.hazelcast.util.DoubleBlockingQueue
 
drainTo(Collection<? super E>) - Method in class com.hazelcast.util.SimpleBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class com.hazelcast.util.SimpleBlockingQueue
 
DUMMY_CLIENT - Static variable in class com.hazelcast.impl.CallContext
 
DummyStore - Class in com.hazelcast.examples
 
DummyStore() - Constructor for class com.hazelcast.examples.DummyStore
 
dump() - Method in class com.hazelcast.impl.base.SystemLogService
 
dumpAllThreads() - Method in class com.hazelcast.impl.management.ThreadDumpGenerator
 
dumpDeadlocks() - Method in class com.hazelcast.impl.management.ThreadDumpGenerator
 
DuplicateInstanceNameException - Exception in com.hazelcast.core
 
DuplicateInstanceNameException() - Constructor for exception com.hazelcast.core.DuplicateInstanceNameException
 
DuplicateInstanceNameException(String) - Constructor for exception com.hazelcast.core.DuplicateInstanceNameException
 

E

EC2RequestSigner - Class in com.hazelcast.aws.security
 
EC2RequestSigner(String) - Constructor for class com.hazelcast.aws.security.EC2RequestSigner
 
ELASTIC_MEMORY_CHUNK_SIZE - Variable in class com.hazelcast.impl.GroupProperties
 
ELASTIC_MEMORY_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
ELASTIC_MEMORY_SHARED_STORAGE - Variable in class com.hazelcast.impl.GroupProperties
 
ELASTIC_MEMORY_TOTAL_SIZE - Variable in class com.hazelcast.impl.GroupProperties
 
EMPTY_DATA - Static variable in interface com.hazelcast.impl.Constants.IO
 
ENABLE_JMX - Variable in class com.hazelcast.impl.GroupProperties
 
ENABLE_JMX_DETAILED - Variable in class com.hazelcast.impl.GroupProperties
 
encode(byte[]) - Static method in class com.hazelcast.util.Base64
Encodes hex octects into Base64
END - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
EndCommand - Class in com.hazelcast.impl.ascii.memcache
 
EndCommand() - Constructor for class com.hazelcast.impl.ascii.memcache.EndCommand
 
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class com.hazelcast.jca.ResourceAdapterImpl
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class com.hazelcast.jca.ResourceAdapterImpl
 
enqueue(Object) - Method in class com.hazelcast.client.impl.ListenerManager
 
enQueue(Call) - Method in class com.hazelcast.client.OutRunnable
 
enqueue(TextCommand) - Method in class com.hazelcast.nio.ascii.SocketTextWriter
 
enqueueAndReturn(Processable) - Method in class com.hazelcast.cluster.ClusterService
 
enqueueAndReturn(Processable) - Method in class com.hazelcast.impl.BaseManager
 
enqueueAndWait(Processable, int) - Method in class com.hazelcast.cluster.ClusterService
 
enqueueAndWait(Processable) - Method in class com.hazelcast.cluster.ClusterService
 
enqueueAndWait(Processable, int) - Method in class com.hazelcast.impl.BaseManager
 
enqueueAndWait(Processable) - Method in class com.hazelcast.impl.BaseManager
 
enqueuePacket(Packet) - Method in class com.hazelcast.cluster.ClusterService
 
enqueuePriorityAndReturn(Processable) - Method in class com.hazelcast.cluster.ClusterService
 
enqueueSocketWritable(SocketWritable) - Method in class com.hazelcast.nio.WriteHandler
 
ENTERPRISE_LICENSE_KEY - Variable in class com.hazelcast.impl.GroupProperties
 
EntityRegionAccessStrategyAdapter - Class in com.hazelcast.hibernate.region
 
EntityRegionAccessStrategyAdapter(AccessDelegate<? extends HazelcastEntityRegion>) - Constructor for class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
entries(Predicate) - Method in class com.hazelcast.client.ProxyHelper
 
Entries - Class in com.hazelcast.impl
 
Entries(ConcurrentMapManager, String, ClusterOperation, Predicate) - Constructor for class com.hazelcast.impl.Entries
 
ENTRY_COUNT - Static variable in class com.hazelcast.client.examples.SimpleMapTest
 
ENTRY_COUNT - Static variable in class com.hazelcast.examples.SimpleFunctionalMapTest
 
ENTRY_COUNT - Static variable in class com.hazelcast.examples.SimpleMapTest
 
ENTRY_COUNT - Static variable in class com.hazelcast.examples.SimpleMultiMapTest
 
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.
entryAdded(EntryEvent) - Method in class com.hazelcast.examples.TestApp
 
entryAdded(EntryEvent) - Method in class com.hazelcast.impl.ClientEndpoint
 
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.
entryEvicted(EntryEvent) - Method in class com.hazelcast.examples.TestApp
 
entryEvicted(EntryEvent) - Method in class com.hazelcast.impl.ClientEndpoint
 
EntryHolder<K,V> - Interface in com.hazelcast.client
 
entryIgnored() - Method in interface com.hazelcast.impl.wan.WanMergeListener
 
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
 
EntryListenerManager - Class in com.hazelcast.client.impl
 
EntryListenerManager() - Constructor for class com.hazelcast.client.impl.EntryListenerManager
 
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.
entryRemoved(EntryEvent) - Method in class com.hazelcast.examples.TestApp
 
entryRemoved(EntryEvent) - Method in class com.hazelcast.impl.ClientEndpoint
 
entryRemoved() - Method in interface com.hazelcast.impl.wan.WanMergeListener
 
entrySet(Predicate) - Method in class com.hazelcast.client.MapClientProxy
 
entrySet() - Method in class com.hazelcast.client.MapClientProxy
 
entrySet() - Method in class com.hazelcast.client.MultiMapClientProxy
 
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() - Method in class com.hazelcast.impl.MProxyImpl
 
entrySet(Predicate) - Method in class com.hazelcast.impl.MProxyImpl
 
entrySet() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
entrySet(String) - Method in class com.hazelcast.jmx.MapMBean
 
entrySet() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class com.hazelcast.util.SortedHashMap
 
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.
entryUpdated(EntryEvent) - Method in class com.hazelcast.examples.TestApp
 
entryUpdated(EntryEvent) - Method in class com.hazelcast.impl.ClientEndpoint
 
entryUpdated() - Method in interface com.hazelcast.impl.wan.WanMergeListener
 
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.client.ListClientProxy
 
equals(Object) - Method in class com.hazelcast.client.LockClientProxy
 
equals(Object) - Method in class com.hazelcast.client.MapClientProxy
 
equals(Object) - Method in class com.hazelcast.client.MultiMapClientProxy
 
equals(Object) - Method in class com.hazelcast.client.QueueClientProxy
 
equals(Object) - Method in class com.hazelcast.client.SetClientProxy
 
equals(Object) - Method in class com.hazelcast.client.TopicClientProxy
 
equals(Object) - Method in class com.hazelcast.cluster.MemberInfo
 
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.hibernate.local.Value
 
equals(Object) - Method in class com.hazelcast.impl.AbstractRecord
 
equals(Object) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
equals(Object) - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.base.CallKey
 
equals(Object) - Method in class com.hazelcast.impl.base.DistributedLock
 
equals(Object) - Method in class com.hazelcast.impl.base.KeyValue
 
equals(Object) - Method in class com.hazelcast.impl.base.ScheduledAction
 
equals(Object) - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
equals(Object) - Method in class com.hazelcast.impl.CMap.CMapEntry
 
equals(Object) - Method in class com.hazelcast.impl.concurrentmap.LocalLock
 
equals(Object) - Method in class com.hazelcast.impl.concurrentmap.ValueHolder
 
equals(Object) - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.FactoryImpl
 
equals(Object) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
equals(Object) - Method in class com.hazelcast.impl.FactoryImpl.ProxyKey
 
equals(Object) - Method in class com.hazelcast.impl.IdGeneratorProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.LockProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
equals(Object) - Method in class com.hazelcast.impl.MemberImpl
 
equals(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
equals(Object) - Method in class com.hazelcast.impl.partition.MigratingPartition
 
equals(Object) - Method in class com.hazelcast.impl.partition.PartitionInfo
 
equals(Object) - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
equals(Object) - Method in class com.hazelcast.impl.QProxyImpl
 
equals(Object) - Method in interface com.hazelcast.impl.Record
 
equals(Object) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.SetProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.TestUtil.AbstractValue
 
equals(Object) - Method in class com.hazelcast.impl.TestUtil.Employee
 
equals(Object) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
equals(Object) - Method in class com.hazelcast.impl.TestUtil.Value
 
equals(Object) - Method in class com.hazelcast.impl.ThreadContext
 
equals(Object) - Method in class com.hazelcast.impl.TopicProxyImpl
 
equals(Object) - Method in class com.hazelcast.impl.VersionedBackupOp
 
equals(Object) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
equals(Object) - Method in class com.hazelcast.jca.ResourceAdapterImpl
 
equals(Object) - Method in class com.hazelcast.nio.Address
 
equals(Object) - Method in class com.hazelcast.nio.Connection
 
equals(Object) - Method in class com.hazelcast.nio.Data
 
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
 
equals(Object) - Method in class com.hazelcast.util.AbstractMap.SimpleImmutableEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Compares the specified object with this map for equality.
equals(Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Compares the specified object with this set for equality.
equals(Object) - Method in class com.hazelcast.util.SetFromMap
 
ERROR - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
ErrorCommand - Class in com.hazelcast.impl.ascii.memcache
 
ErrorCommand(TextCommandConstants.TextCommandType) - Constructor for class com.hazelcast.impl.ascii.memcache.ErrorCommand
 
ErrorCommand(TextCommandConstants.TextCommandType, String) - Constructor for class com.hazelcast.impl.ascii.memcache.ErrorCommand
 
ErrorCommandProcessor - Class in com.hazelcast.impl.ascii.memcache
 
ErrorCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.memcache.ErrorCommandProcessor
 
evict(Object) - Method in class com.hazelcast.client.MapClientProxy
 
evict(Object) - Method in interface com.hazelcast.core.IMap
Evicts the specified key from this map.
evict(Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
evict(Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
evict(Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
evict(Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
evict(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
evict(long, boolean) - Method in class com.hazelcast.impl.NearCache
 
evictAll() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
evictAll() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
evictAll() - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
evictAll() - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
EvictLocalMapEntriesCallable - Class in com.hazelcast.impl
 
EvictLocalMapEntriesCallable() - Constructor for class com.hazelcast.impl.EvictLocalMapEntriesCallable
 
EvictLocalMapEntriesCallable(String, int) - Constructor for class com.hazelcast.impl.EvictLocalMapEntriesCallable
 
EvictLocalMapRequest - Class in com.hazelcast.impl.management
 
EvictLocalMapRequest() - Constructor for class com.hazelcast.impl.management.EvictLocalMapRequest
 
EvictLocalMapRequest(String, int) - Constructor for class com.hazelcast.impl.management.EvictLocalMapRequest
 
Evolvable - Interface in com.hazelcast.nio
 
exceedsTreshold() - Method in class com.hazelcast.util.HealthMonitor.HealthMetrics
 
excludeLiteMember() - Method in class com.hazelcast.impl.ConcurrentMapManager.MClearQuick
 
excludeLiteMember() - Method in class com.hazelcast.impl.ConcurrentMapManager.MContainsValue
 
excludeLiteMember() - Method in class com.hazelcast.impl.ConcurrentMapManager.MLockMap
 
excludeLiteMember() - Method in class com.hazelcast.impl.ListenerManager.AddRemoveListener
 
execute(String) - Method in class com.hazelcast.aws.impl.DescribeInstances
 
execute(Runnable) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
execute() - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
execute(Runnable) - Method in interface com.hazelcast.impl.executor.ParallelExecutor
 
execute(Runnable, int) - Method in interface com.hazelcast.impl.executor.ParallelExecutor
 
execute(Runnable) - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
execute(Runnable) - Method in class com.hazelcast.impl.NamedExecutorService
 
executeAsync(Runnable) - Method in class com.hazelcast.impl.ExecutorManager
 
executeAsync(Runnable) - Method in interface com.hazelcast.nio.IOService
 
executeAsync(Runnable) - Method in class com.hazelcast.nio.NodeIOService
 
executeCleanup(CMap, boolean) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
executeLocally(Runnable) - Method in class com.hazelcast.impl.ExecutorManager
 
executeNow(Runnable) - Method in class com.hazelcast.impl.ExecutorManager
 
executeOrderedRunnable(int, Runnable) - Method in class com.hazelcast.impl.NamedExecutorService
 
executeQueryTask(Runnable) - Method in class com.hazelcast.impl.ExecutorManager
 
ExecuteScriptRequest - Class in com.hazelcast.impl.management
 
ExecuteScriptRequest() - Constructor for class com.hazelcast.impl.management.ExecuteScriptRequest
 
ExecuteScriptRequest(String, String, boolean, Map<String, Object>) - Constructor for class com.hazelcast.impl.management.ExecuteScriptRequest
 
ExecuteScriptRequest(String, String, Set<Address>, Map<String, Object>) - Constructor for class com.hazelcast.impl.management.ExecuteScriptRequest
 
ExecutionCallback<V> - Interface in com.hazelcast.core
 
ExecutionLoadBalancer - Interface in com.hazelcast.impl
 
ExecutionManagerCallback - Interface in com.hazelcast.impl
 
EXECUTOR_ASYNC_THREAD_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
EXECUTOR_CLIENT_THREAD_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
EXECUTOR_EVENT_THREAD_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
EXECUTOR_QUERY_THREAD_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
EXECUTOR_SERVICE - Static variable in class com.hazelcast.core.Prefix
The Constant EXECUTOR_SERVICE: "x:"
EXECUTOR_STORE_THREAD_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
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
 
ExecutorManager - Class in com.hazelcast.impl
 
executorManager - Variable in class com.hazelcast.impl.Node
 
ExecutorOperationsCounter - Class in com.hazelcast.impl.monitor
 
ExecutorOperationsCounter(long, String) - Constructor for class com.hazelcast.impl.monitor.ExecutorOperationsCounter
 
ExecutorServiceClientProxy - Class in com.hazelcast.client
 
ExecutorServiceClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.ExecutorServiceClientProxy
 
ExecutorServiceProxy - Class in com.hazelcast.impl
Implements a distributed @link java.util.concurrent.ExecutorService.
ExecutorServiceProxy(Node, String) - Constructor for class com.hazelcast.impl.ExecutorServiceProxy
 
ExecutorThreadFactory - Class in com.hazelcast.impl
 
ExecutorThreadFactory(ThreadGroup, String, ClassLoader) - Constructor for class com.hazelcast.impl.ExecutorThreadFactory
 
ExecutorThreadFactory(ThreadGroup, String, ClassLoader, ExecutorThreadFactory.ThreadCleanup) - Constructor for class com.hazelcast.impl.ExecutorThreadFactory
 
ExecutorThreadFactory.ThreadCleanup - Interface in com.hazelcast.impl
 
expirationTime - Variable in class com.hazelcast.impl.AbstractRecord
 
expired() - Method in class com.hazelcast.impl.base.ScheduledAction
 
EXPLICIT_VERSION_CHECK - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
Expression<T> - Interface in com.hazelcast.query
 
extractLongValue(Object) - Method in class com.hazelcast.query.Index
 

F

factory - Variable in class com.hazelcast.impl.base.FactoryAwareNamedProxy
 
factory - Variable in class com.hazelcast.impl.Node
 
FactoryAwareNamedProxy - Class in com.hazelcast.impl.base
 
FactoryAwareNamedProxy() - Constructor for class com.hazelcast.impl.base.FactoryAwareNamedProxy
 
FactoryImpl - Class in com.hazelcast.impl
 
FactoryImpl(String, Config) - Constructor for class com.hazelcast.impl.FactoryImpl
 
FactoryImpl.CreateOrDestroyInstanceProxy - Class in com.hazelcast.impl
 
FactoryImpl.CreateOrDestroyInstanceProxy() - Constructor for class com.hazelcast.impl.FactoryImpl.CreateOrDestroyInstanceProxy
 
FactoryImpl.CreateOrDestroyInstanceProxy(FactoryImpl.ProxyKey, boolean) - Constructor for class com.hazelcast.impl.FactoryImpl.CreateOrDestroyInstanceProxy
 
FactoryImpl.GetAllProxyKeysCallable - Class in com.hazelcast.impl
 
FactoryImpl.GetAllProxyKeysCallable() - Constructor for class com.hazelcast.impl.FactoryImpl.GetAllProxyKeysCallable
 
FactoryImpl.HazelcastInstanceProxy - Class in com.hazelcast.impl
 
FactoryImpl.HazelcastInstanceProxy() - Constructor for class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
FactoryImpl.HazelcastInstanceProxy(FactoryImpl) - Constructor for class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
FactoryImpl.InitializeMap - Class in com.hazelcast.impl
 
FactoryImpl.InitializeMap(String) - Constructor for class com.hazelcast.impl.FactoryImpl.InitializeMap
 
FactoryImpl.InitializeMap() - Constructor for class com.hazelcast.impl.FactoryImpl.InitializeMap
 
FactoryImpl.ProxyKey - Class in com.hazelcast.impl
 
FactoryImpl.ProxyKey() - Constructor for class com.hazelcast.impl.FactoryImpl.ProxyKey
 
FactoryImpl.ProxyKey(String, Object) - Constructor for class com.hazelcast.impl.FactoryImpl.ProxyKey
 
failedConnection(Address) - Method in class com.hazelcast.impl.Node
 
failedJoiningToMaster(boolean, int) - Method in class com.hazelcast.impl.AbstractJoiner
 
FallThroughRunnable - Class in com.hazelcast.impl
 
FallThroughRunnable() - Constructor for class com.hazelcast.impl.FallThroughRunnable
 
FastByteArrayInputStream - Class in com.hazelcast.nio
 
FastByteArrayInputStream(byte[]) - Constructor for class com.hazelcast.nio.FastByteArrayInputStream
 
FastByteArrayInputStream(byte[], int, int) - Constructor for class com.hazelcast.nio.FastByteArrayInputStream
 
FastByteArrayOutputStream - Class in com.hazelcast.nio
 
FastByteArrayOutputStream() - Constructor for class com.hazelcast.nio.FastByteArrayOutputStream
 
FastByteArrayOutputStream(int) - Constructor for class com.hazelcast.nio.FastByteArrayOutputStream
 
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
 
filterConfig - Variable in class com.hazelcast.web.WebFilter
 
finalizeJoin() - Method in class com.hazelcast.cluster.ClusterManager
 
FinalizeJoin - Class in com.hazelcast.cluster
 
FinalizeJoin() - Constructor for class com.hazelcast.cluster.FinalizeJoin
 
finalizeTransaction() - Method in class com.hazelcast.impl.CallContext
 
finalizeTxn() - Method in class com.hazelcast.impl.ThreadContext
 
findDeadlockedThreads() - Method in class com.hazelcast.impl.management.ThreadDumpGenerator
 
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
 
finishConnect() - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
finishConnect() - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
finishExecution(long) - Method in class com.hazelcast.impl.monitor.ExecutorOperationsCounter
 
fireConnectionEvent(int) - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
firedLocally - Variable in class com.hazelcast.impl.DataAwareEntryEvent
 
fireLifecycleEvent(LifecycleEvent.LifecycleState) - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
fireLifecycleEvent(LifecycleEvent) - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
fireLifecycleEvent(LifecycleEvent.LifecycleState) - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
fireLifecycleEvent(LifecycleEvent) - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
fireMigrationEvent(MigrationStatus, int, Address, Address) - Method in class com.hazelcast.impl.PartitionManager
 
first() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
firstArrangement() - Method in class com.hazelcast.impl.PartitionManager
 
firstEntry() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in interface com.hazelcast.util.NavigableMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstKey() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
fixScopeIdAndGetInetAddress(InetAddress) - Static method in class com.hazelcast.util.AddressUtil
 
FLAG_ZERO - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
flipBuffers() - Method in class com.hazelcast.nio.Packet
 
floor(E) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
floor(E) - Method in interface com.hazelcast.util.NavigableSet
Returns the greatest element in this set less than or equal to the given element, or null if there is no such element.
floorEntry(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(K) - Method in interface com.hazelcast.util.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorKey(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
floorKey(K) - Method in interface com.hazelcast.util.NavigableMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
flush() - Method in class com.hazelcast.client.MapClientProxy
 
flush(Connection) - Method in class com.hazelcast.client.PacketWriter
 
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()
flush(String) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
flush() - Method in class com.hazelcast.impl.MProxyImpl
 
FORCE_THROW_INTERRUPTED_EXCEPTION - Variable in class com.hazelcast.impl.GroupProperties
 
forceBackupOps() - Method in class com.hazelcast.impl.AbstractRecord
 
forceBackupOps() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
forceBackupOps() - Method in interface com.hazelcast.impl.Record
 
forceUnlock() - Method in class com.hazelcast.client.LockClientProxy
 
forceUnlock(K) - Method in class com.hazelcast.client.MapClientProxy
 
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.
forceUnlock() - Method in class com.hazelcast.impl.LockProxyImpl
 
forceUnlock(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
format(LogRecord) - Method in class com.hazelcast.impl.LogFormatter
 
from - Variable in class com.hazelcast.impl.partition.MigratingPartition
 
fromByte(byte) - Static method in class com.hazelcast.util.ByteUtil
 
fromValue(String) - Static method in enum com.hazelcast.client.ClientProperties.ClientPropertyName
Deprecated.
 

G

generate(Config) - Method in class com.hazelcast.config.ConfigXmlGenerator
 
generateKey(String, long) - Method in class com.hazelcast.impl.BlockingQueueManager
 
GET - Static variable in class com.hazelcast.aws.impl.Constants
 
get() - Method in class com.hazelcast.client.AsyncClientCall
 
get(long, TimeUnit) - Method in class com.hazelcast.client.AsyncClientCall
 
get() - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
get() - Static method in class com.hazelcast.client.ClientThreadContext
 
get(K) - Method in interface com.hazelcast.client.EntryHolder
 
get(K) - Method in class com.hazelcast.client.GuavaNearCacheImpl
 
get(int) - Method in class com.hazelcast.client.ListClientProxy
 
get(Object) - Method in class com.hazelcast.client.MapClientProxy
 
get(Object) - Method in class com.hazelcast.client.MultiMapClientProxy
 
get(K) - Method in interface com.hazelcast.client.NearCache
 
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(Object, long) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
get(Object, long) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Attempt to retrieve an object from the cache.
get(Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
get(Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
get(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
get(Object) - Method in class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
get(Object, long) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
get(Object, long) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
get(Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
get(String, String) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
get(String, String) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
get() - Method in class com.hazelcast.impl.AsyncCall
 
get(long, TimeUnit) - Method in class com.hazelcast.impl.AsyncCall
 
get() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
get(Request) - Method in class com.hazelcast.impl.CMap
 
get() - Method in interface com.hazelcast.impl.ExecutionManagerCallback
 
get(long, TimeUnit) - Method in interface com.hazelcast.impl.ExecutionManagerCallback
 
get(Object) - Method in interface com.hazelcast.impl.IGetAwareProxy
 
get(int) - Method in class com.hazelcast.impl.ListProxyImpl
 
get(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
get(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
get(Object) - Method in class com.hazelcast.impl.NearCache
 
get(byte) - Static method in enum com.hazelcast.impl.partition.MigrationStatus
 
get() - Static method in class com.hazelcast.impl.ThreadContext
 
get(String, Object) - Method in class com.hazelcast.impl.TransactionImpl
 
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
 
get(Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in class com.hazelcast.util.Counter
 
get(Object) - Method in class com.hazelcast.util.SortedHashMap
 
get0(Object) - Method in class com.hazelcast.client.MapClientProxy
 
get_hits - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
get_misses - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
GET_PERCENTAGE - Static variable in class com.hazelcast.client.examples.SimpleMapTest
 
GET_PERCENTAGE - Static variable in class com.hazelcast.examples.SimpleMapTest
 
GET_PERCENTAGE - Static variable in class com.hazelcast.examples.SimpleMultiMapTest
 
getAccessKey() - Method in class com.hazelcast.config.AwsConfig
 
getAcquireTime() - Method in class com.hazelcast.impl.base.DistributedLock
 
getAcquireTime() - Method in class com.hazelcast.impl.management.LockInfo
 
getActions() - Method in class com.hazelcast.config.PermissionConfig
 
getActiveCount() - Method in interface com.hazelcast.impl.executor.ParallelExecutor
 
getActivePartitionRecords(int, int, Address, boolean) - Method in class com.hazelcast.impl.PartitionManager
 
getActualValue() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
getAdd(long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
getAddress() - Method in class com.hazelcast.client.Connection
 
getAddress() - Method in class com.hazelcast.cluster.Master
Gets the address.
getAddress() - Method in class com.hazelcast.cluster.MemberInfo
 
getAddress() - Method in class com.hazelcast.impl.base.AddressAwareException
 
getAddress() - Method in class com.hazelcast.impl.MemberImpl
 
getAddress() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getAddress() - Method in interface com.hazelcast.monitor.MemberState
 
getAddress() - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
getAddresses() - Method in class com.hazelcast.config.TcpIpConfig
 
getAddressHolder(String) - Static method in class com.hazelcast.util.AddressUtil
 
getAddressHolder(String, int) - Static method in class com.hazelcast.util.AddressUtil
 
getAddressList() - Method in class com.hazelcast.client.ClientConfig
 
getAddressMatcher(String) - Static method in class com.hazelcast.util.AddressUtil
 
getAdjustedTTLSeconds(int) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
getAdjustedTTLSeconds(int) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
getAge() - Method in class com.hazelcast.impl.TestUtil.Employee
 
getAlgorithm() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getAlgorithm() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
getAll(Set<K>) - Method in class com.hazelcast.client.MapClientProxy
 
getAll(Set<K>) - Method in interface com.hazelcast.core.IMap
Returns the entries for the given keys.
getAll(Set) - Method in class com.hazelcast.impl.MProxyImpl
 
GetAllCallable - Class in com.hazelcast.impl.concurrentmap
 
GetAllCallable() - Constructor for class com.hazelcast.impl.concurrentmap.GetAllCallable
 
GetAllCallable(String, Keys) - Constructor for class com.hazelcast.impl.concurrentmap.GetAllCallable
 
getAllData() - Method in class com.hazelcast.impl.concurrentmap.MultiData
 
getAllHazelcastClients() - Static method in class com.hazelcast.client.HazelcastClient
 
getAllHazelcastInstanceProxies() - Static method in class com.hazelcast.impl.FactoryImpl
 
getAllHazelcastInstances() - Static method in class com.hazelcast.core.Hazelcast
Returns all active/running HazelcastInstances on this JVM.
getAllTextConnections() - Method in class com.hazelcast.nio.ConnectionManager
 
getAllThreads() - Method in class com.hazelcast.impl.management.ThreadDumpGenerator
 
getAndAdd(long) - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
getAndAdd(long) - Method in interface com.hazelcast.core.AtomicNumber
Atomically adds the given value to the current value.
getAndAdd(long) - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
getAndReset() - Method in class com.hazelcast.client.examples.SimpleMapTest.Stats
 
getAndReset() - Method in class com.hazelcast.examples.SimpleFunctionalMapTest.Stats
 
getAndReset() - Method in class com.hazelcast.examples.SimpleQueueTest.Stats
 
getAndSet(long) - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
getAndSet(long) - Method in interface com.hazelcast.core.AtomicNumber
Atomically sets the given value and returns the old value.
getAndSet(long) - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
getArg1() - Method in class com.hazelcast.impl.base.SystemArgsLog
 
getArg2() - Method in class com.hazelcast.impl.base.SystemArgsLog
 
getArg3() - Method in class com.hazelcast.impl.base.SystemArgsLog
 
getArgCount() - Method in class com.hazelcast.impl.base.SystemArgsLog
 
getAsymmetricEncryptionConfig() - Method in class com.hazelcast.config.NetworkConfig
 
getAsymmetricEncryptionConfig() - Method in interface com.hazelcast.nio.IOService
 
getAsymmetricEncryptionConfig() - Method in class com.hazelcast.nio.NodeIOService
 
getAsync(K) - Method in class com.hazelcast.client.MapClientProxy
 
getAsync(K) - Method in interface com.hazelcast.core.IMap
Asynchronously gets the given key.
getAsync(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
getAsyncBackupCount() - Method in class com.hazelcast.config.MapConfig
 
getAsyncBackupCount() - Method in class com.hazelcast.impl.CMap
 
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.
getAtomicNumber() - Method in class com.hazelcast.examples.TestApp
 
getAtomicNumber(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getAtomicNumber(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getAttached() - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
getAttached(Address) - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
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.impl.concurrentmap.AddMapIndex
 
getAttributeIndex() - Method in class com.hazelcast.query.Index
 
getAttributes() - Method in class com.hazelcast.aws.impl.DescribeInstances
 
getAttributes(String[]) - Method in class com.hazelcast.jmx.AbstractMBean
getAttributes() in interface DynamicMBean
getAvailable() - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
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
 
getBackupCount() - Method in class com.hazelcast.impl.CMap
 
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.
getBackupMember(int, int) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getBackupOpCount() - Method in class com.hazelcast.impl.AbstractRecord
 
getBackupOpCount() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getBackupOpCount() - Method in interface com.hazelcast.impl.Record
 
getBackupOps() - Method in class com.hazelcast.impl.AbstractRecord
 
getBackupOps() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getBackupOps() - Method in interface com.hazelcast.impl.Record
 
getBase() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
getBase() - Method in class com.hazelcast.impl.SetProxyImpl
 
getBlockId() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getBlockId() - Method in interface com.hazelcast.impl.Record
 
getBoolean() - Method in class com.hazelcast.impl.GroupProperties.GroupProperty
 
getBoolean(ByteBuffer) - Static method in class com.hazelcast.nio.IOUtil
 
getBuild() - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
getBuild() - Method in interface com.hazelcast.impl.base.NodeInitializer
 
getBuildNumber() - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
getBuildNumber() - Method in interface com.hazelcast.impl.base.NodeInitializer
 
getByte() - Method in class com.hazelcast.impl.GroupProperties.GroupProperty
 
getByteArray(String, String) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
getByteArray(String, String) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
getBytes() - Method in class com.hazelcast.impl.ascii.memcache.MemcacheEntry
 
getBytes() - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
getByType(int) - Static method in enum com.hazelcast.core.EntryEventType
 
getByType(int) - Static method in enum com.hazelcast.core.ItemEventType
 
getCache() - Method in class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
getCache() - Method in class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
getCache() - Method in interface com.hazelcast.hibernate.region.HazelcastRegion
 
getCacheDataDescription() - Method in class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
getCallable() - Method in class com.hazelcast.core.DistributedTask.Inner
 
getCallable() - Method in class com.hazelcast.impl.ClientDistributedTask
 
getCallable() - Method in interface com.hazelcast.impl.InnerFutureTask
 
getCallCache(FactoryImpl) - Method in class com.hazelcast.impl.ThreadContext
 
getCallContext(int) - Method in class com.hazelcast.impl.ClientEndpoint
 
getCallContext() - Method in class com.hazelcast.impl.ThreadContext
 
getCaller() - Method in class com.hazelcast.impl.base.CallState
 
getCallerAddress() - Method in class com.hazelcast.impl.base.CallKey
 
getCallerThreadId() - Method in class com.hazelcast.impl.base.CallKey
 
getCallerThreadId() - Method in class com.hazelcast.impl.base.CallState
 
getCallId() - Method in class com.hazelcast.client.Packet
 
getCallId() - Method in interface com.hazelcast.impl.base.Call
 
getCallId() - Method in class com.hazelcast.impl.base.CallState
 
getCallId() - Method in class com.hazelcast.impl.base.SystemLogRecord
 
getCallState() - Method in class com.hazelcast.impl.base.CallState
 
getCallState() - Method in interface com.hazelcast.impl.base.CallStateAware
 
getCallState(Address, int) - Method in class com.hazelcast.impl.base.SystemLogService
 
getCallState() - Method in class com.hazelcast.impl.Request
 
getCallState() - Method in class com.hazelcast.nio.Packet
 
getCallStateForCallId(long, Address, int) - Method in class com.hazelcast.impl.base.SystemLogService
 
getCity() - Method in class com.hazelcast.impl.TestUtil.Employee
 
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 SocketInterceptor implementation class
getClientConfig() - Method in class com.hazelcast.client.HazelcastClient
 
getClientEndpoint(Connection) - Method in class com.hazelcast.impl.ClientHandlerService
 
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.
getClientService() - Method in class com.hazelcast.impl.FactoryImpl
 
getClientService() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getClientType() - Method in interface com.hazelcast.core.Client
 
getClientType() - Method in class com.hazelcast.impl.ClientEndpoint
 
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.InitialMembershipEvent
Returns the cluster of the event.
getCluster() - Method in class com.hazelcast.core.MembershipEvent
Returns the cluster of the event.
getCluster() - Method in class com.hazelcast.impl.FactoryImpl
 
getCluster() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getClusteredFilePrefix() - Method in class com.hazelcast.web.Installer
 
getClusterImpl() - Method in class com.hazelcast.impl.Node
 
getClusterName() - Method in class com.hazelcast.monitor.TimedMemberState
 
getClusterService() - Method in class com.hazelcast.impl.management.ClusterServiceCallable
 
getClusterService() - Method in class com.hazelcast.impl.Node
 
getClusterTime() - Method in class com.hazelcast.client.ClusterClientProxy
 
getClusterTime() - Method in class com.hazelcast.cluster.ClusterImpl
 
getClusterTime() - Method in interface com.hazelcast.core.Cluster
Returns the cluster-wide time.
getClusterTime() - Method in class com.hazelcast.jmx.ClusterMBean
 
getClusterTimeFor(long) - Method in class com.hazelcast.cluster.ClusterImpl
 
getCMap(HazelcastInstance, String) - Static method in class com.hazelcast.impl.TestUtil
 
getCMapForMultiMap(HazelcastInstance, String) - Static method in class com.hazelcast.impl.TestUtil
 
getCMaps() - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getCode() - Method in enum com.hazelcast.impl.Constants.RedoType
 
getCode() - Method in enum com.hazelcast.impl.partition.MigrationStatus
 
GetCommand - Class in com.hazelcast.impl.ascii.memcache
 
GetCommand(TextCommandConstants.TextCommandType, String) - Constructor for class com.hazelcast.impl.ascii.memcache.GetCommand
 
GetCommand(String) - Constructor for class com.hazelcast.impl.ascii.memcache.GetCommand
 
GetCommandParser - Class in com.hazelcast.impl.ascii.memcache
 
GetCommandParser() - Constructor for class com.hazelcast.impl.ascii.memcache.GetCommandParser
 
GetCommandProcessor - Class in com.hazelcast.impl.ascii.memcache
 
GetCommandProcessor(TextCommandService, boolean) - Constructor for class com.hazelcast.impl.ascii.memcache.GetCommandProcessor
 
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
 
getConcurrentMapManager() - Method in class com.hazelcast.impl.management.ClusterServiceCallable
 
getConcurrentMapManager(HazelcastInstance) - Static method in class com.hazelcast.impl.TestUtil
 
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.impl.FactoryImpl
 
getConfig() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getConfig() - Method in class com.hazelcast.impl.Node
 
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
 
getConfigFilePath(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getConfigFileURL() - Method in class com.hazelcast.jmx.ClusterMBean
 
getConfigurationFile() - Method in class com.hazelcast.config.Config
 
getConfigurationMembers(Config) - Static method in class com.hazelcast.impl.TcpIpJoiner
 
getConfigurationUrl() - Method in class com.hazelcast.config.Config
 
getConnectedClients() - Method in interface com.hazelcast.core.ClientService
 
getConnectedClients() - Method in class com.hazelcast.impl.ClientServiceImpl
 
getConnection() - Method in class com.hazelcast.client.ConnectionManager
 
getConnection() - Method in class com.hazelcast.client.PacketHandler
 
getConnection() - Method in class com.hazelcast.cluster.AbstractRemotelyCallable
 
getConnection() - Method in class com.hazelcast.cluster.AbstractRemotelyProcessable
 
getConnection() - Method in class com.hazelcast.cluster.SyncProcess
 
getConnection() - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
getConnection() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
 
getConnection(ConnectionSpec) - Method in class com.hazelcast.jca.ConnectionFactoryImpl
 
getConnection(Subject, ConnectionRequestInfo) - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
getConnection(Address) - Method in class com.hazelcast.nio.ConnectionManager
 
getConnectionId() - Method in class com.hazelcast.nio.Connection
 
getConnectionInfos() - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
getConnectionManager() - Method in class com.hazelcast.client.HazelcastClient
 
getConnectionManager() - Method in class com.hazelcast.impl.Node
 
getConnectionManager() - Method in class com.hazelcast.nio.Connection
 
getConnectionMonitorInterval() - Method in interface com.hazelcast.nio.IOService
 
getConnectionMonitorInterval() - Method in class com.hazelcast.nio.NodeIOService
 
getConnectionMonitorMaxFaults() - Method in interface com.hazelcast.nio.IOService
 
getConnectionMonitorMaxFaults() - Method in class com.hazelcast.nio.NodeIOService
 
getConnectionTimeout() - Method in class com.hazelcast.client.ClientConfig
 
getConnectionTimeoutSeconds() - Method in class com.hazelcast.config.TcpIpConfig
 
getContentType() - Method in class com.hazelcast.impl.ascii.rest.HttpPostCommand
 
getContentType() - Method in class com.hazelcast.impl.ascii.rest.RestValue
 
getConvertedRealValue(Object, Object) - Static method in class com.hazelcast.query.Predicates.EqualPredicate
 
getCorePoolSize() - Method in class com.hazelcast.config.ExecutorConfig
 
getCost() - Method in class com.hazelcast.client.ClientMapEntry
 
getCost() - Method in interface com.hazelcast.core.MapEntry
 
getCost() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getCost() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getCost() - Method in class com.hazelcast.impl.concurrentmap.CostAwareRecordList
 
getCost() - Method in class com.hazelcast.impl.DefaultRecord
 
getCost() - Method in interface com.hazelcast.impl.Record
 
getCost() - Method in class com.hazelcast.impl.SimpleRecord
 
getCost() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
getCost() - Method in class com.hazelcast.jmx.MapEntryMBean
 
getCount() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
getCount() - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 
getCount() - Method in class com.hazelcast.impl.concurrentmap.LocalLock
 
getCount() - Method in interface com.hazelcast.impl.CountDownLatchProxy
 
getCount() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
getCount() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getCount() - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
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.
getCountDownLatch(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getCountDownLatch(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getCountDownLatchOperationsCounter() - Method in interface com.hazelcast.impl.CountDownLatchProxy
 
getCountDownLatchOperationsCounter() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
getCpuUtilization() - Method in class com.hazelcast.impl.Node
 
getCreateMillis() - Method in class com.hazelcast.util.ThreadStats
 
getCreationTime() - Method in class com.hazelcast.client.ClientMapEntry
 
getCreationTime() - Method in interface com.hazelcast.core.MapEntry
 
getCreationTime() - Method in class com.hazelcast.hibernate.local.Value
 
getCreationTime() - Method in class com.hazelcast.impl.AbstractRecord
 
getCreationTime() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getCreationTime() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getCreationTime() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getCreationTime() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getCreationTime() - Method in class com.hazelcast.impl.partition.MigratingPartition
 
getCreationTime() - Method in interface com.hazelcast.impl.Record
 
getCreationTime() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
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
 
getCredentials() - Method in class com.hazelcast.cluster.JoinRequest
 
getCredentialsFactory() - Method in interface com.hazelcast.security.SecurityContext
Returns current ICredentialsFactory.
getCurrentClientConnections() - Method in class com.hazelcast.nio.ConnectionManager
 
getCurrentCount() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getCurrentFactory() - Method in class com.hazelcast.impl.ThreadContext
 
getCurrentLevel() - Method in class com.hazelcast.impl.base.SystemLogService
 
getCurrentManagedContext() - Method in class com.hazelcast.impl.ThreadContext
 
getCurrentOwner() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getCurrentPermits() - Method in class com.hazelcast.jmx.SemaphoreMBean
 
getCurrentThreadId() - Method in class com.hazelcast.client.ProxyHelper
 
getCustomerId() - Method in class com.hazelcast.impl.TestUtil.OrderKey
 
getCustomerId() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateCallable
 
getCustomerId() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateRunnable
 
getData() - Method in class com.hazelcast.impl.ascii.rest.HttpPostCommand
 
getData(int) - Method in class com.hazelcast.impl.concurrentmap.MultiData
 
getData() - Method in class com.hazelcast.impl.concurrentmap.ValueHolder
 
getDataInput() - Method in interface com.hazelcast.nio.PipedZipBufferFactory.InflatingPipedBuffer
 
getDataOutput() - Method in interface com.hazelcast.nio.PipedZipBufferFactory.DeflatingPipedBuffer
 
getDate() - Method in class com.hazelcast.impl.base.SystemLog
 
getDate() - Method in class com.hazelcast.impl.base.SystemLogRecord
 
getDate() - Method in class com.hazelcast.impl.TestUtil.Employee
 
getDecodedDataLength(byte[]) - Static method in class com.hazelcast.util.Base64
returns length of decoded data given an array containing encoded data.
getDefaultAccessType() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
getDefaultCacheTimeoutInMillis() - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getDefaultExecutorService() - Method in class com.hazelcast.impl.ExecutorManager
 
getDefaultInstance() - Static method in class com.hazelcast.core.Hazelcast
Deprecated.
as of version 2.2
getDefaultValue() - Method in enum com.hazelcast.client.ClientProperties.ClientPropertyName
Deprecated.
 
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).
getElementCountInMemory() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
getElementCountOnDisk() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
Hazelcast does not support pushing elements to disk.
getEndPoint() - Method in class com.hazelcast.nio.Connection
 
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
 
getEndpoints() - Method in class com.hazelcast.impl.wan.WanReplication
 
getEnqueueCount() - Method in interface com.hazelcast.impl.base.Call
 
getEntry(int) - Method in class com.hazelcast.impl.base.Pairs
 
getEntryListenerConfigs() - Method in class com.hazelcast.config.MapConfig
 
getEntryListenerConfigs() - Method in class com.hazelcast.config.MultiMapConfig
 
getEntryListenerManager() - Method in class com.hazelcast.client.impl.ListenerManager
 
getEntryObject() - Method in class com.hazelcast.query.PredicateBuilder
 
getError() - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
getEventExecutorService() - Method in class com.hazelcast.impl.ExecutorManager
 
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
 
getException() - Method in class com.hazelcast.impl.base.AddressAwareException
 
getExecutionCallback() - Method in class com.hazelcast.core.DistributedTask
 
getExecutionCallback() - Method in class com.hazelcast.core.DistributedTask.Inner
 
getExecutionCallback() - Method in interface com.hazelcast.impl.InnerFutureTask
 
getExecutionLoadBalancer() - Method in class com.hazelcast.impl.NamedExecutorService
 
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
 
getExecutorManager() - Method in class com.hazelcast.impl.Node
 
getExecutorName() - Method in class com.hazelcast.impl.monitor.LocalExecutorOperationStatsImpl
 
getExecutorNames() - Method in class com.hazelcast.impl.ExecutorManager
 
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.
getExecutorService() - Method in class com.hazelcast.impl.FactoryImpl
 
getExecutorService(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getExecutorService() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getExecutorService(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getExpiration() - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommand
 
getExpiration() - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
getExpirationTime() - Method in class com.hazelcast.client.ClientMapEntry
 
getExpirationTime() - Method in interface com.hazelcast.core.MapEntry
 
getExpirationTime() - Method in class com.hazelcast.impl.AbstractRecord
 
getExpirationTime() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getExpirationTime() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getExpirationTime() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getExpirationTime() - Method in interface com.hazelcast.impl.Record
 
getExpirationTime() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
getExpireTime() - Method in class com.hazelcast.impl.base.ScheduledAction
 
getExpression() - Method in class com.hazelcast.config.MapIndexConfig
 
getExpression() - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
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
 
getFactory() - Method in class com.hazelcast.impl.base.FactoryAwareNamedProxy
 
getFactory() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getFactory() - Method in class com.hazelcast.impl.management.ClusterServiceCallable
 
getFactory() - Method in class com.hazelcast.impl.QProxyImpl
 
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 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 SSLContextFactory implementation object
getFailedConnections() - Method in class com.hazelcast.impl.Node
 
getFirstAddressToMakeCall() - Method in class com.hazelcast.impl.ConcurrentMapManager.MLockMap
 
getFirstRunDelayMillis() - Method in class com.hazelcast.impl.SplitBrainHandler
 
getFlag() - Method in class com.hazelcast.impl.ascii.memcache.MemcacheEntry
 
getFlag() - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
getFreeMemory() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getFrom() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
getFromAddress() - Method in class com.hazelcast.impl.partition.MigratingPartition
 
getFutureData() - Method in class com.hazelcast.nio.AbstractEvolvableDataSerializable
 
getFutureData() - Method in interface com.hazelcast.nio.Evolvable
Return the data read (unparsed) from a node that has a newer version of this class.
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
 
getGroupProperties() - Method in class com.hazelcast.impl.Node
 
getGroupType() - Method in class com.hazelcast.config.PartitionGroupConfig
 
getHazelcastClient() - Method in class com.hazelcast.client.ProxyHelper
 
getHazelcastInstance() - Method in class com.hazelcast.core.HazelcastInstanceAwareObject
 
getHazelcastInstance() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
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.
getHazelcastInstance() - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
getHazelcastInstanceByName(String) - Static method in class com.hazelcast.core.Hazelcast
Returns an existing HazelcastInstance with instanceName.
getHazelcastInstanceProxy(String) - Static method in class com.hazelcast.impl.FactoryImpl
 
getHazelcastInstanceProxy() - Method in class com.hazelcast.impl.FactoryImpl
 
getHazelcastInstanceThreadContext(FactoryImpl) - Method in class com.hazelcast.impl.ThreadContext
 
getHazelcastRegion() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
getHazelcastRegion() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Get the wrapped cache region
getHits() - Method in class com.hazelcast.client.ClientMapEntry
 
getHits() - Method in interface com.hazelcast.core.MapEntry
 
getHits() - Method in class com.hazelcast.impl.AbstractRecord
 
getHits() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getHits() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getHits() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getHits() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getHits() - Method in interface com.hazelcast.impl.Record
 
getHits() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
getHits() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the number of hits (reads) of the locally owned entries.
getHost() - Method in class com.hazelcast.nio.Address
 
getHostHeader() - Method in class com.hazelcast.config.AwsConfig
 
getId() - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
getId() - Method in class com.hazelcast.client.Call
 
getId() - Method in class com.hazelcast.client.CollectionClientProxy
 
getId() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
getId() - Method in class com.hazelcast.client.IdGeneratorClientProxy
 
getId() - Method in class com.hazelcast.client.LockClientProxy
 
getId() - Method in class com.hazelcast.client.MapClientProxy
 
getId() - Method in class com.hazelcast.client.MultiMapClientProxy
 
getId() - Method in class com.hazelcast.client.QueueClientProxy
 
getId() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
getId() - Method in class com.hazelcast.client.TopicClientProxy
 
getId() - Method in interface com.hazelcast.core.Instance
Returns the unique id for this instance.
getId() - Method in enum com.hazelcast.core.InstanceEvent.InstanceEventType
 
getId() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getId() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
getId() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
getId() - Method in class com.hazelcast.impl.IdGeneratorProxyImpl
 
getId() - Method in class com.hazelcast.impl.ListProxyImpl
 
getId() - Method in class com.hazelcast.impl.LockProxyImpl
 
getId() - Method in class com.hazelcast.impl.MProxyImpl
 
getId() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
getId() - Method in class com.hazelcast.impl.QProxyImpl
 
getId() - Method in interface com.hazelcast.impl.Record
 
getId() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
getId() - Method in class com.hazelcast.impl.SetProxyImpl
 
getId() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
getId() - Method in class com.hazelcast.impl.TopicProxyImpl
 
getId() - Method in class com.hazelcast.impl.TransactionImpl
 
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.
getIdGenerator(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getIdGenerator(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getImmediateTasksCount() - Method in class com.hazelcast.impl.PartitionManager
 
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 SocketInterceptor implementation object
getIncomings() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
getIndex() - Method in class com.hazelcast.impl.TestUtil.Value
 
getIndexes() - Method in class com.hazelcast.impl.AbstractRecord
 
getIndexes() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getIndexes() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getIndexes() - Method in interface com.hazelcast.impl.Record
 
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.impl.AbstractRecord
 
getIndexTypes() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getIndexTypes() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getIndexTypes() - Method in interface com.hazelcast.impl.Record
 
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.impl.MemberImpl
 
getInetAddress() - Method in class com.hazelcast.jmx.MemberMBean
 
getInetAddress() - Method in class com.hazelcast.nio.Address
 
getInetAddressFor(Inet6Address, String) - Static method in class com.hazelcast.util.AddressUtil
 
getInetSocketAddress() - Method in interface com.hazelcast.core.Member
Returns the InetSocketAddress of this member.
getInetSocketAddress() - Method in class com.hazelcast.impl.MemberImpl
 
getInetSocketAddress() - Method in class com.hazelcast.nio.Address
 
getInitConnection() - Method in class com.hazelcast.client.ConnectionManager
 
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.
getInitLock() - Method in class com.hazelcast.impl.CMap
 
getInner() - Method in class com.hazelcast.core.DistributedTask
 
getInOutSelector() - Method in class com.hazelcast.nio.Connection
 
getInputStream() - Method in class com.hazelcast.client.Connection
 
getInRunnable() - Method in class com.hazelcast.client.HazelcastClient
 
getInstance() - Method in class com.hazelcast.core.InstanceEvent
 
getInstance() - Method in interface com.hazelcast.hibernate.region.HazelcastRegion
 
getInstance() - Method in class com.hazelcast.jmx.ManagementService
 
getInstance(Properties) - Method in class com.hazelcast.web.WebFilter
 
getInstanceCount() - Method in class com.hazelcast.jmx.DataMBean
 
getInstanceListenerManager() - Method in class com.hazelcast.client.impl.ListenerManager
 
getInstanceName() - Method in class com.hazelcast.config.Config
 
getInstanceName(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getInstanceName() - Method in class com.hazelcast.jmx.ClusterMBean
 
getInstanceNames() - Method in class com.hazelcast.monitor.TimedMemberState
 
getInstances() - Method in class com.hazelcast.client.ClusterClientProxy
 
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.
getInstances() - Method in class com.hazelcast.impl.FactoryImpl
 
getInstances() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
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 class com.hazelcast.client.AtomicNumberClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.IdGeneratorClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.ListClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.LockClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.MapClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.MultiMapClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.QueueClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.SetClientProxy
 
getInstanceType() - Method in class com.hazelcast.client.TopicClientProxy
 
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
 
getInstanceType() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
getInstanceType(String) - Static method in class com.hazelcast.impl.BaseManager
 
getInstanceType() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.IdGeneratorProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.ListProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.LockProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.MProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.QProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.SetProxyImpl
 
getInstanceType() - Method in class com.hazelcast.impl.TopicProxyImpl
 
getInteger(ClientProperties.ClientPropertyName) - Method in class com.hazelcast.client.ClientProperties
Deprecated.
 
getInteger() - Method in class com.hazelcast.impl.GroupProperties.GroupProperty
 
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
 
getInternalThroughputMap() - Method in class com.hazelcast.impl.ExecutorManager
 
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
 
getIOHandler() - Method in class com.hazelcast.nio.ConnectionManager
 
getItem() - Method in class com.hazelcast.core.ItemEvent
 
getItem() - Method in class com.hazelcast.impl.DataAwareItemEvent
 
getItemData() - Method in class com.hazelcast.impl.DataAwareItemEvent
 
getItemListenerConfigs() - Method in class com.hazelcast.config.QueueConfig
 
getItemListenerManager() - Method in class com.hazelcast.client.impl.ListenerManager
 
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.client.ClientMapEntry
 
getKey() - Method in class com.hazelcast.client.impl.KeyValue
 
getKey() - Method in class com.hazelcast.client.MapEntryIterator.MapEntry
 
getKey() - Method in class com.hazelcast.client.MapEntrySetIterator.MapEntry
 
getKey() - Method in class com.hazelcast.client.Packet
 
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
getKey() - Method in class com.hazelcast.hibernate.local.Invalidation
 
getKey() - Method in class com.hazelcast.hibernate.local.Timestamp
 
getKey() - Method in class com.hazelcast.impl.AbstractRecord
 
getKey() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getKey() - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommand
 
getKey() - Method in class com.hazelcast.impl.ascii.memcache.GetCommand
 
getKey() - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
getKey() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getKey() - Method in class com.hazelcast.impl.base.KeyValue
 
getKey() - Method in class com.hazelcast.impl.ClientDistributedTask
 
getKey() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getKey() - Method in class com.hazelcast.impl.DataAwareEntryEvent
 
getKey() - Method in class com.hazelcast.impl.FactoryImpl.ProxyKey
 
getKey() - Method in interface com.hazelcast.impl.InnerFutureTask
 
getKey() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
getKey() - Method in class com.hazelcast.impl.management.LockInfo
 
getKey() - Method in interface com.hazelcast.impl.Record
 
getKey() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
getKey() - Method in class com.hazelcast.nio.Packet
 
getKey() - Method in class com.hazelcast.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKeyAlias() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getKeyClass() - Method in class com.hazelcast.jmx.MapEntryMBean
 
getKeyData() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getKeyData() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getKeyData() - Method in class com.hazelcast.impl.base.KeyValue
 
getKeyData() - Method in class com.hazelcast.impl.DataAwareEntryEvent
 
getKeyData() - Method in class com.hazelcast.impl.DefaultNearCacheRecord
 
getKeyData() - Method in interface com.hazelcast.impl.NearCacheRecord
 
getKeyData() - Method in interface com.hazelcast.impl.Record
 
getKeyData() - Method in class com.hazelcast.nio.Packet
 
getKeyHash() - Method in class com.hazelcast.client.Packet
 
getKeyOwner(Request) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getKeyOwner(Data) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getKeyPassword() - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
getKeys() - Method in class com.hazelcast.client.impl.CollectionWrapper
 
getKeys() - Method in class com.hazelcast.impl.Keys
 
getKeyValues() - Method in class com.hazelcast.impl.base.Pairs
 
getKeyValues() - Method in class com.hazelcast.impl.Entries
 
getLastAccessTime() - Method in class com.hazelcast.client.ClientMapEntry
 
getLastAccessTime() - Method in interface com.hazelcast.core.MapEntry
 
getLastAccessTime() - Method in class com.hazelcast.impl.AbstractRecord
 
getLastAccessTime() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getLastAccessTime() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getLastAccessTime() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getLastAccessTime() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getLastAccessTime() - Method in interface com.hazelcast.impl.Record
 
getLastAccessTime() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
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.
getLastPing() - Method in class com.hazelcast.impl.MemberImpl
 
getLastRead() - Method in class com.hazelcast.impl.management.ConnectionInfo
 
getLastRead() - Method in class com.hazelcast.impl.MemberImpl
 
getLastStoredTime() - Method in class com.hazelcast.client.ClientMapEntry
 
getLastStoredTime() - Method in interface com.hazelcast.core.MapEntry
 
getLastStoredTime() - Method in class com.hazelcast.impl.AbstractRecord
 
getLastStoredTime() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getLastStoredTime() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getLastStoredTime() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getLastStoredTime() - Method in interface com.hazelcast.impl.Record
 
getLastStoredTime() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
getLastUpdateTime() - Method in class com.hazelcast.client.ClientMapEntry
 
getLastUpdateTime() - Method in interface com.hazelcast.core.MapEntry
 
getLastUpdateTime() - Method in class com.hazelcast.impl.AbstractRecord
 
getLastUpdateTime() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getLastUpdateTime() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getLastUpdateTime() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getLastUpdateTime() - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
getLastUpdateTime() - Method in interface com.hazelcast.impl.Record
 
getLastUpdateTime() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
getLastUpdateTime() - Method in interface com.hazelcast.monitor.LocalMapStats
Returns the last update time of the locally owned entries.
getLastWrite() - Method in class com.hazelcast.impl.management.ConnectionInfo
 
getLastWrite() - Method in class com.hazelcast.impl.MemberImpl
 
getLevel() - Method in interface com.hazelcast.logging.ILogger
 
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.
getLifecycleService() - Method in class com.hazelcast.impl.FactoryImpl
 
getLifecycleService() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
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.
getList() - Method in class com.hazelcast.examples.TestApp
 
getList(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getList(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getListenerCalls() - Method in class com.hazelcast.client.impl.ListenerManager
 
getListenerConfigs() - Method in class com.hazelcast.config.Config
 
getListeners() - Method in class com.hazelcast.client.ClientConfig
 
getListeners() - Method in class com.hazelcast.impl.AbstractRecord
 
getListeners() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getListeners() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getListeners() - Method in interface com.hazelcast.impl.Record
 
getLocalAtomicNumberStats() - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
getLocalAtomicNumberStats() - Method in interface com.hazelcast.core.AtomicNumber
 
getLocalAtomicNumberStats() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
getLocalAtomicNumberStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalAtomicNumberStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalCountDownLatchStats() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
getLocalCountDownLatchStats() - Method in interface com.hazelcast.core.ICountDownLatch
 
getLocalCountDownLatchStats() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
getLocalCountDownLatchStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalCountDownLatchStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalLockStats() - Method in class com.hazelcast.client.LockClientProxy
 
getLocalLockStats() - Method in interface com.hazelcast.core.ILock
 
getLocalLockStats() - Method in class com.hazelcast.impl.LockProxyImpl
 
getLocalMapStats() - Method in class com.hazelcast.client.MapClientProxy
 
getLocalMapStats() - Method in interface com.hazelcast.core.IMap
Returns LocalMapStats for this map.
getLocalMapStats(String) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getLocalMapStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalMapStats() - Method in class com.hazelcast.impl.MProxyImpl
 
getLocalMapStats() - Method in class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat
 
getLocalMapStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalMember() - Method in class com.hazelcast.client.ClusterClientProxy
 
getLocalMember() - Method in class com.hazelcast.cluster.ClusterImpl
 
getLocalMember() - Method in interface com.hazelcast.core.Cluster
Returns this Hazelcast instance member
getLocalMember() - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
getLocalMember() - Method in class com.hazelcast.impl.Node
 
getLocalMultiMapStats() - Method in class com.hazelcast.client.MultiMapClientProxy
 
getLocalMultiMapStats() - Method in interface com.hazelcast.core.MultiMap
Returns LocalMultiMapStats for this map.
getLocalMultiMapStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalMultiMapStats() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
getLocalMultiMapStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalNodeType() - Method in class com.hazelcast.impl.Node
 
getLocalQueueStats() - Method in class com.hazelcast.client.QueueClientProxy
 
getLocalQueueStats() - Method in interface com.hazelcast.core.IQueue
 
getLocalQueueStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalQueueStats() - Method in class com.hazelcast.impl.QProxyImpl
 
getLocalQueueStats() - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats
 
getLocalQueueStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalSemaphoreStats() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
getLocalSemaphoreStats() - Method in interface com.hazelcast.core.ISemaphore
 
getLocalSemaphoreStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalSemaphoreStats() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
getLocalSemaphoreStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalTopicStats() - Method in class com.hazelcast.client.TopicClientProxy
 
getLocalTopicStats() - Method in interface com.hazelcast.core.ITopic
 
getLocalTopicStats(String) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getLocalTopicStats() - Method in class com.hazelcast.impl.TopicProxyImpl
 
getLocalTopicStats(String) - Method in interface com.hazelcast.monitor.MemberState
 
getLocalTransaction() - Method in class com.hazelcast.jca.ConnectionImpl
 
getLocalTransaction() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
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.
getLock() - Method in class com.hazelcast.hibernate.local.Value
 
getLock() - Method in class com.hazelcast.impl.AbstractRecord
 
getLock() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getLock(Object) - Method in class com.hazelcast.impl.FactoryImpl
 
getLock(Object) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getLock() - Method in interface com.hazelcast.impl.Record
 
getLockAcquireTime() - Method in class com.hazelcast.impl.AbstractRecord
 
getLockAcquireTime() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getLockAcquireTime() - Method in interface com.hazelcast.impl.Record
 
getLockAddress() - Method in class com.hazelcast.impl.AbstractRecord
 
getLockAddress() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getLockAddress() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getLockAddress() - Method in class com.hazelcast.impl.base.DistributedLock
 
getLockAddress() - Method in interface com.hazelcast.impl.Record
 
getLockCount() - Method in class com.hazelcast.impl.AbstractRecord
 
getLockCount() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getLockCount() - Method in class com.hazelcast.impl.base.DistributedLock
 
getLockCount() - Method in interface com.hazelcast.impl.Record
 
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.
getLockedRecordsFor(long) - Method in class com.hazelcast.impl.CMap
Thread-safe
getLockInfos() - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
getLockObject() - Method in class com.hazelcast.client.LockClientProxy
 
getLockObject() - Method in interface com.hazelcast.core.ILock
Returns the lock object, the key for this lock instance.
getLockObject() - Method in class com.hazelcast.impl.LockProxyImpl
 
getLockObject() - Method in class com.hazelcast.jmx.LockMBean
 
getLockOperationCounter() - Method in interface com.hazelcast.impl.LockProxy
 
getLockOperationCounter() - Method in class com.hazelcast.impl.LockProxyImpl
 
getLockOwners() - Method in class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
getLockRequested() - Method in class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
getLockThreadId() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getLockThreadId() - Method in class com.hazelcast.impl.base.DistributedLock
 
getLockTimeoutInMillis(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getLockTotalNum() - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
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.
getLogBundle() - Method in class com.hazelcast.impl.base.SystemLogService
 
getLogger() - Method in interface com.hazelcast.hibernate.region.HazelcastRegion
 
getLogger(String) - Method in class com.hazelcast.impl.Node
 
getLogger(String) - Static method in class com.hazelcast.logging.Logger
 
getLogger(String) - Method in interface com.hazelcast.logging.LoggerFactory
 
getLogger(String) - Method in class com.hazelcast.logging.LoggerFactorySupport
 
getLogger(String) - Method in interface com.hazelcast.logging.LoggingService
 
getLogger(String) - Method in class com.hazelcast.logging.LoggingServiceImpl
 
getLogger(String) - Method in class com.hazelcast.logging.NoLogFactory
 
getLogger(String) - Method in interface com.hazelcast.nio.IOService
 
getLogger(String) - Method in class com.hazelcast.nio.NodeIOService
 
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.
getLoggingService() - Method in class com.hazelcast.impl.FactoryImpl
 
getLoggingService() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getLoginContext() - Method in class com.hazelcast.impl.ClientEndpoint
 
GetLogLevelRequest - Class in com.hazelcast.impl.management
 
GetLogLevelRequest() - Constructor for class com.hazelcast.impl.management.GetLogLevelRequest
 
getLogRecord() - Method in class com.hazelcast.logging.LogEvent
 
getLogs() - Method in class com.hazelcast.impl.base.CallState
 
GetLogsRequest - Class in com.hazelcast.impl.management
 
GetLogsRequest() - Constructor for class com.hazelcast.impl.management.GetLogsRequest
 
getLogWriter() - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
getLogWriter() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
getLong(ClientProperties.ClientPropertyName) - Method in class com.hazelcast.client.ClientProperties
Deprecated.
 
getLong() - Method in class com.hazelcast.impl.GroupProperties.GroupProperty
 
getLong(Data) - Static method in class com.hazelcast.nio.IOUtil
 
getLongName() - Method in interface com.hazelcast.impl.AtomicNumberProxy
 
getLongName() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
getLongName() - Method in interface com.hazelcast.impl.CountDownLatchProxy
 
getLongName() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
getLongName() - Method in class com.hazelcast.impl.DataAwareEntryEvent
 
getLongName() - Method in interface com.hazelcast.impl.MProxy
 
getLongName() - Method in class com.hazelcast.impl.MProxyImpl
 
getLongName() - Method in interface com.hazelcast.impl.MultiMapProxy
 
getLongName() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
getLongName() - Method in interface com.hazelcast.impl.QProxy
 
getLongName() - Method in class com.hazelcast.impl.QProxyImpl
 
getLongName() - Method in interface com.hazelcast.impl.SemaphoreProxy
 
getLongName() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
getLongName() - Method in interface com.hazelcast.impl.TopicProxy
 
getLongName() - Method in class com.hazelcast.impl.TopicProxyImpl
 
getLongValue() - Method in class com.hazelcast.client.Packet
 
getManagedContext() - Method in class com.hazelcast.config.Config
 
getManagedObject() - Method in class com.hazelcast.jmx.AbstractMBean
 
getManagementCenterConfig() - Method in class com.hazelcast.config.Config
 
getManagementCenterService() - Method in class com.hazelcast.impl.Node
 
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.
getMap() - Method in class com.hazelcast.examples.TestApp
 
getMap(String) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getMap(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getMap(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getMapConfig(String) - Method in class com.hazelcast.config.Config
 
getMapConfig() - Method in class com.hazelcast.impl.CMap
 
GetMapConfigCallable - Class in com.hazelcast.impl.management
 
GetMapConfigCallable() - Constructor for class com.hazelcast.impl.management.GetMapConfigCallable
 
GetMapConfigCallable(String) - Constructor for class com.hazelcast.impl.management.GetMapConfigCallable
 
getMapConfigs() - Method in class com.hazelcast.config.Config
 
getMapEntry(K) - Method in class com.hazelcast.client.MapClientProxy
 
getMapEntry(K) - Method in interface com.hazelcast.core.IMap
Returns the MapEntry for the specified key.
getMapEntry(Request) - Method in class com.hazelcast.impl.CMap
 
getMapEntry(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
GetMapEntryRequest - Class in com.hazelcast.impl.management
 
GetMapEntryRequest() - Constructor for class com.hazelcast.impl.management.GetMapEntryRequest
 
GetMapEntryRequest(String, String, String) - Constructor for class com.hazelcast.impl.management.GetMapEntryRequest
 
getMapIndexConfigs() - Method in class com.hazelcast.config.MapConfig
 
getMapIndexes() - Method in class com.hazelcast.query.QueryContext
 
getMapIndexService() - Method in class com.hazelcast.impl.CMap
 
getMapIndexService() - Method in class com.hazelcast.query.QueryContext
 
getMapLoader() - Method in class com.hazelcast.impl.CMap
 
getMapLoaderExecutorService() - Method in class com.hazelcast.impl.ExecutorManager
 
getMapName() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
getMapName() - Method in class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
getMapOperationCounter() - Method in interface com.hazelcast.impl.MProxy
 
getMapOperationCounter() - Method in class com.hazelcast.impl.MProxyImpl
 
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
getMapStoreExecutorService() - Method in class com.hazelcast.impl.ExecutorManager
 
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
 
getMasterAddress() - Method in class com.hazelcast.impl.BaseManager
 
getMasterAddress() - Method in class com.hazelcast.impl.Node
 
getMasterTime() - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
getMatchingIpv4Addresses(AddressUtil.AddressMatcher) - Static method in class com.hazelcast.util.AddressUtil
 
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
 
getMaxOperationTimeout(HazelcastInstance) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
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
 
getMaxSize() - Method in class com.hazelcast.impl.NearCache
 
getMaxSizeConfig() - Method in class com.hazelcast.config.MapConfig
 
getMaxSizeConfig() - Method in interface com.hazelcast.impl.MapMaxSizePolicy
 
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.client.Connection
 
getMember(Address) - Method in class com.hazelcast.cluster.ClusterImpl
 
getMember(Address) - Method in class com.hazelcast.cluster.ClusterManager
 
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.impl.ClientDistributedTask
 
getMember() - Method in interface com.hazelcast.impl.InnerFutureTask
 
getMember(int) - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
getMember(Address) - Method in class com.hazelcast.impl.PartitionManager
 
getMember() - Method in class com.hazelcast.logging.LogEvent
 
getMember() - Method in class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat
 
getMember() - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats
 
getMemberCount() - Method in class com.hazelcast.cluster.JoinInfo
 
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
 
getMemberIndex() - Method in class com.hazelcast.impl.management.ConnectionInfo
 
getMemberInfos() - Method in class com.hazelcast.cluster.MembersUpdateCall
 
getMemberList() - Method in class com.hazelcast.monitor.TimedMemberState
 
getMemberLoginModuleConfigs() - Method in class com.hazelcast.config.SecurityConfig
 
getMembers() - Method in class com.hazelcast.client.ClusterClientProxy
 
getMembers() - Method in class com.hazelcast.cluster.ClusterImpl
 
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.core.InitialMembershipEvent
Returns an immutable set of ordered members at the moment this InitialMembershipListener is registered.
getMembers() - Method in class com.hazelcast.core.MembershipEvent
Returns a consistent view of the the members exactly after this MembershipEvent has been processed.
getMembers() - Method in class com.hazelcast.impl.BaseManager
 
getMembers() - Method in class com.hazelcast.impl.ClientDistributedTask
 
getMembers() - Method in interface com.hazelcast.impl.InnerFutureTask
 
getMembers() - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
getMembers() - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
getMembers() - Method in class com.hazelcast.impl.TcpIpJoiner
 
getMembers() - Method in class com.hazelcast.impl.TcpIpJoinerOverAWS
 
getMembers() - Method in class com.hazelcast.jmx.ClusterMBean
 
getMembershipListenerManager() - Method in class com.hazelcast.client.impl.ListenerManager
 
getMemberSocketInterceptor() - Method in class com.hazelcast.nio.ConnectionManager
 
getMemberState() - Method in class com.hazelcast.monitor.TimedMemberState
 
GetMemberSystemPropertiesRequest - Class in com.hazelcast.impl.management
 
GetMemberSystemPropertiesRequest() - Constructor for class com.hazelcast.impl.management.GetMemberSystemPropertiesRequest
 
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
 
getMessage() - Method in class com.hazelcast.impl.base.SystemLogRecord
 
getMessage() - Method in exception com.hazelcast.impl.concurrentmap.QueryException
 
getMessageData() - Method in class com.hazelcast.impl.DataMessage
 
getMessageListenerConfigs() - Method in class com.hazelcast.config.TopicConfig
 
getMessageListenerManager() - Method in class com.hazelcast.client.impl.ListenerManager
 
getMessageObject() - Method in class com.hazelcast.core.Message
 
getMessageObject() - Method in class com.hazelcast.impl.DataMessage
 
getMetaData() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
 
getMetaData() - Method in class com.hazelcast.jca.ConnectionImpl
 
getMetaData() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
getMigratingPartition() - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
getMigratingPartition() - Method in class com.hazelcast.impl.PartitionManager
 
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.
getMonitor() - Method in class com.hazelcast.nio.Connection
 
getMProxy() - Method in interface com.hazelcast.impl.MultiMapProxy
 
getMProxy() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
getMProxy() - Method in interface com.hazelcast.impl.SetProxy
 
getMProxy() - Method in class com.hazelcast.impl.SetProxyImpl
 
getMsg() - Method in class com.hazelcast.impl.base.SystemArgsLog
 
getMulti(String, Object, Collection) - Method in class com.hazelcast.impl.TransactionImpl
 
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.
getMultiMap(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getMultiMap(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getMultiMapConfig(String) - Method in class com.hazelcast.config.Config
 
getMultiMapConfigs() - Method in class com.hazelcast.config.Config
 
getMultiValues() - Method in class com.hazelcast.impl.AbstractRecord
 
getMultiValues() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getMultiValues() - Method in interface com.hazelcast.impl.Record
 
getName() - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
getName() - Method in enum com.hazelcast.client.ClientProperties.ClientPropertyName
Deprecated.
 
getName() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
getName() - Method in class com.hazelcast.client.HazelcastClient
 
getName() - Method in class com.hazelcast.client.IdGeneratorClientProxy
 
getName() - Method in class com.hazelcast.client.ListClientProxy
 
getName() - Method in class com.hazelcast.client.MapClientProxy
 
getName() - Method in class com.hazelcast.client.MultiMapClientProxy
 
getName() - Method in class com.hazelcast.client.Packet
 
getName() - Method in class com.hazelcast.client.ProxyHelper
 
getName() - Method in class com.hazelcast.client.QueueClientProxy
 
getName() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
getName() - Method in class com.hazelcast.client.SetClientProxy
 
getName() - Method in class com.hazelcast.client.TopicClientProxy
 
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.impl.AbstractSimpleRecord
 
getName() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
getName() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getName() - Method in class com.hazelcast.impl.base.FactoryAwareNamedProxy
 
getName() - Method in class com.hazelcast.impl.CMap
 
getName() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
getName() - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
getName() - Method in class com.hazelcast.impl.FactoryImpl
 
getName() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getName() - Method in class com.hazelcast.impl.FactoryImpl.ProxyKey
 
getName() - Method in class com.hazelcast.impl.GroupProperties.GroupProperty
 
getName() - Method in class com.hazelcast.impl.IdGeneratorProxyImpl
 
getName() - Method in class com.hazelcast.impl.ListProxyImpl
 
getName() - Method in class com.hazelcast.impl.management.LockInfo
 
getName() - Method in class com.hazelcast.impl.MProxyImpl
 
getName() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
getName() - Method in class com.hazelcast.impl.Node
 
getName() - Method in class com.hazelcast.impl.QProxyImpl
 
getName() - Method in interface com.hazelcast.impl.Record
 
getName() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
getName() - Method in class com.hazelcast.impl.SetProxyImpl
 
getName() - Method in class com.hazelcast.impl.TestUtil.Employee
 
getName() - Method in class com.hazelcast.impl.TopicProxyImpl
 
getName() - Method in class com.hazelcast.impl.wan.WanReplication
 
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
 
getNearCache() - Method in class com.hazelcast.client.MapClientProxy
 
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
 
getNewAddress() - Method in class com.hazelcast.impl.partition.PartitionReplicaChangeEvent
 
getNewOwner() - Method in class com.hazelcast.partition.MigrationEvent
 
getNewValueData() - Method in class com.hazelcast.impl.DataAwareEntryEvent
 
getNextConnection() - Method in class com.hazelcast.client.ConnectionManager
 
getNextMemberAfter(Address, boolean, int) - Method in class com.hazelcast.impl.BaseManager
 
getNextMemberAfter(List<MemberImpl>, Address, boolean, int) - Method in class com.hazelcast.impl.BaseManager
 
getNextRunDelayMillis() - Method in class com.hazelcast.impl.SplitBrainHandler
 
getNode() - Method in class com.hazelcast.cluster.AbstractNodeAware
 
getNode() - Method in interface com.hazelcast.cluster.NodeAware
 
getNode() - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
getNode() - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
getNode() - Method in class com.hazelcast.impl.base.SystemLogRecord
 
getNode() - Method in class com.hazelcast.impl.BaseManager
 
getNode() - Method in class com.hazelcast.impl.ClientHandlerService.CountDownLatchLeave
 
getNode() - Method in class com.hazelcast.impl.CMap
 
getNode(HazelcastInstance) - Static method in class com.hazelcast.impl.TestUtil
 
getNodeType() - Method in class com.hazelcast.impl.MemberImpl
 
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.
getOldAddress() - Method in class com.hazelcast.impl.partition.PartitionReplicaChangeEvent
 
getOldOwner() - Method in class com.hazelcast.partition.MigrationEvent
 
getOldValue() - Method in class com.hazelcast.core.EntryEvent
Returns the old value of the entry event
getOldValue() - Method in class com.hazelcast.impl.DataAwareEntryEvent
 
getOldValueData() - Method in class com.hazelcast.impl.DataAwareEntryEvent
 
getOperation() - Method in class com.hazelcast.client.Packet
 
getOperationsCounter() - Method in interface com.hazelcast.impl.AtomicNumberProxy
 
getOperationsCounter() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
getOperationsCounter() - Method in interface com.hazelcast.impl.SemaphoreProxy
 
getOperationsCounter() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
getOperationStats() - Method in interface com.hazelcast.monitor.LocalInstanceStats
Returns the operation stats for this member.
getOptionalInfo() - Method in class com.hazelcast.impl.AbstractRecord
 
getOptionalInfo() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getOptionalInfo() - Method in interface com.hazelcast.impl.Record
 
getOrConnect(Address) - Method in class com.hazelcast.nio.ConnectionManager
 
getOrConnect(Address, boolean) - Method in class com.hazelcast.nio.ConnectionManager
 
getOrCreateCallState(long, Address, int) - Method in class com.hazelcast.impl.base.SystemLogService
 
getOrCreateListenerList(String) - Method in class com.hazelcast.impl.ListenerManager
 
getOrCreateMap(String) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getOrCreateNamedExecutorService(String) - Method in class com.hazelcast.impl.ExecutorManager
 
getOrCreateProxy(FactoryImpl.ProxyKey) - Method in class com.hazelcast.impl.FactoryImpl
 
getOrCreateProxyByName(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getOrderId() - Method in class com.hazelcast.impl.TestUtil.OrderKey
 
getOrderId() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateCallable
 
getOrderId() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateRunnable
 
getOrderingTypeByName(String) - Static method in class com.hazelcast.util.SortedHashMap
 
getOutboundPortDefinitions() - Method in class com.hazelcast.config.NetworkConfig
 
getOutboundPorts() - Method in class com.hazelcast.config.NetworkConfig
 
getOutboundPorts() - Method in interface com.hazelcast.nio.IOService
 
getOutboundPorts() - Method in class com.hazelcast.nio.NodeIOService
 
getOutgoings() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
getOutputStream() - Method in class com.hazelcast.client.Connection
 
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.
getOwnedPartitionCount() - Method in class com.hazelcast.impl.PartitionServiceImpl
 
getOwnedRecords() - Method in class com.hazelcast.query.MapIndexService
 
getOwner() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
getOwner() - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
getOwner() - Method in interface com.hazelcast.impl.CountDownLatchProxy
 
getOwner() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
getOwner() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
getOwner() - Method in class com.hazelcast.impl.partition.PartitionInfo
 
getOwner(int) - Method in class com.hazelcast.impl.PartitionManager
 
getOwner() - Method in class com.hazelcast.jmx.CountDownLatchMBean
 
getOwner() - Method in interface com.hazelcast.partition.Partition
 
getOwnerAddress() - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 
getOwnerMemberIndex() - Method in class com.hazelcast.impl.management.LockInfo
 
getPacketProcessor(ClusterOperation) - Method in class com.hazelcast.cluster.ClusterService
 
getPacketProcessor(ClusterOperation) - Method in class com.hazelcast.impl.BaseManager
 
getPacketQueueSize() - Method in class com.hazelcast.cluster.ClusterService
 
getParentName() - Method in class com.hazelcast.jmx.AbstractMBean
 
getPartition(Object) - Method in class com.hazelcast.client.PartitionClientProxy
 
getPartition(int) - Method in class com.hazelcast.impl.PartitionManager
 
getPartition(Object) - Method in class com.hazelcast.impl.PartitionServiceImpl
 
getPartition(int) - Method in class com.hazelcast.impl.PartitionServiceImpl
 
getPartition(Object) - Method in interface com.hazelcast.partition.PartitionService
 
getPartitionById(PartitionService, int) - Static method in class com.hazelcast.impl.TestUtil
 
getPartitionCount() - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getPartitionGroupConfig() - Method in class com.hazelcast.config.Config
 
getPartitionHash() - Method in class com.hazelcast.nio.Data
 
getPartitionId() - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
getPartitionId(Request) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getPartitionId(Data) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getPartitionId() - Method in class com.hazelcast.impl.partition.MigratingPartition
 
getPartitionId() - Method in class com.hazelcast.impl.partition.PartitionInfo
 
getPartitionId() - Method in class com.hazelcast.impl.partition.PartitionReplicaChangeEvent
 
getPartitionId() - Method in class com.hazelcast.partition.MigrationEvent
 
getPartitionId() - Method in interface com.hazelcast.partition.Partition
 
getPartitionInfo(int) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getPartitionKey() - Method in interface com.hazelcast.core.PartitionAware
 
getPartitionKey() - Method in class com.hazelcast.impl.TestUtil.OrderKey
 
getPartitionKey() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateCallable
 
getPartitionKey() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateRunnable
 
getPartitionManager() - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getPartitionOwner(int) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
getPartitions() - Method in class com.hazelcast.client.PartitionClientProxy
 
getPartitions() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getPartitions() - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
getPartitions() - Method in class com.hazelcast.impl.PartitionManager
 
getPartitions() - Method in class com.hazelcast.impl.PartitionServiceImpl
 
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.
getPartitionService() - Method in class com.hazelcast.impl.FactoryImpl
 
getPartitionService() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
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.
getPoolSize() - Method in interface com.hazelcast.impl.executor.ParallelExecutor
 
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.impl.MemberImpl
 
getPort() - Method in class com.hazelcast.jmx.ClusterMBean
 
getPort() - Method in class com.hazelcast.jmx.MemberMBean
 
getPort() - Method in class com.hazelcast.nio.Address
 
getPossibleInetAddressesFor(Inet6Address) - Static method in class com.hazelcast.util.AddressUtil
 
getPossibleSocketAddresses(InetAddress, int) - Static method in class com.hazelcast.client.AddressHelper
 
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.
getPrivateIpAddresses(AwsConfig) - Method in class com.hazelcast.aws.AWSClient
 
getProcessablePriorityQueueSize() - Method in class com.hazelcast.cluster.ClusterService
 
getProcessableQueueSize() - Method in class com.hazelcast.cluster.ClusterService
 
getProperties() - Method in class com.hazelcast.client.ClientProperties
Deprecated.
 
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.client.ClientProperties
Deprecated.
 
getProperty(ClientProperties.ClientPropertyName) - Method in class com.hazelcast.client.ClientProperties
Deprecated.
 
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
 
getProxies() - Method in class com.hazelcast.impl.FactoryImpl
 
getProxyFactory() - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
getProxyFactory() - Method in interface com.hazelcast.impl.base.NodeInitializer
 
getPublicAddress() - Method in class com.hazelcast.config.NetworkConfig
 
getQConfigs() - Method in class com.hazelcast.config.Config
 
getQueryString() - Method in class com.hazelcast.aws.impl.DescribeInstances
 
getQueryString(Map<String, String>) - Static method in class com.hazelcast.aws.utility.CloudyUtility
 
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.
getQueue() - Method in class com.hazelcast.examples.TestApp
 
getQueue(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getQueue(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getQueueConfig(String) - Method in class com.hazelcast.config.Config
 
getQueueItemListenerManager() - Method in class com.hazelcast.client.impl.ListenerManager
 
getQueueOperationCounter() - Method in interface com.hazelcast.impl.QProxy
 
getQueueOperationCounter() - Method in class com.hazelcast.impl.QProxyImpl
 
getQueueSize() - Method in class com.hazelcast.client.OutRunnable
 
getRawPassword() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
getReadHandler() - Method in class com.hazelcast.nio.Connection
 
getReadonlyConnectionMap() - Method in class com.hazelcast.nio.ConnectionManager
 
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
 
getRecord(Data) - Method in class com.hazelcast.impl.CMap
 
getRecordFactory() - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
getRecordFactory() - Method in interface com.hazelcast.impl.base.NodeInitializer
 
getRecordFactory() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
 
getRecords() - Method in class com.hazelcast.impl.base.RecordSet
 
getRecords() - Method in class com.hazelcast.impl.concurrentmap.CostAwareRecordList
 
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
 
getRedoAwareResult() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
getRedoType(int) - Static method in enum com.hazelcast.impl.Constants.RedoType
 
getReference() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
 
getRegion() - Method in class com.hazelcast.config.AwsConfig
 
getRegion() - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
getRegion() - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
getRegionName() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
getRemainingIdle() - Method in class com.hazelcast.impl.AbstractRecord
 
getRemainingIdle() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getRemainingIdle() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getRemainingIdle() - Method in interface com.hazelcast.impl.Record
 
getRemainingTTL() - Method in class com.hazelcast.impl.AbstractRecord
 
getRemainingTTL() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getRemainingTTL() - Method in interface com.hazelcast.impl.Record
 
getRemoteCall(long) - Method in class com.hazelcast.impl.BaseManager
 
getRemoveTime() - Method in class com.hazelcast.impl.AbstractRecord
 
getRemoveTime() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getRemoveTime() - Method in interface com.hazelcast.impl.Record
 
getReplicaAddress(int) - Method in class com.hazelcast.impl.partition.PartitionInfo
 
getReplicaIndex() - Method in class com.hazelcast.impl.partition.MigratingPartition
 
getReplicaIndex() - Method in class com.hazelcast.impl.partition.PartitionReplicaChangeEvent
 
getReplicaIndexOf(Address) - Method in class com.hazelcast.impl.partition.PartitionInfo
 
getReplicationImpl() - Method in class com.hazelcast.config.WanTargetClusterConfig
 
getReplicationImplObject() - Method in class com.hazelcast.config.WanTargetClusterConfig
 
getRequest() - Method in class com.hazelcast.client.Call
 
getRequest() - Method in class com.hazelcast.impl.base.ScheduledAction
 
getRequestId() - Method in class com.hazelcast.impl.ascii.AbstractTextCommand
 
getRequestId() - Method in interface com.hazelcast.impl.ascii.TextCommand
 
getRequiredMember() - Method in class com.hazelcast.config.TcpIpConfig
 
getResponse() - Method in class com.hazelcast.client.Call
 
getResponse(long, TimeUnit) - Method in class com.hazelcast.client.Call
 
getResponseType() - Method in class com.hazelcast.client.Packet
 
getResult() - Method in class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
getResult(long, TimeUnit) - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
getResult() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
getResult() - Method in interface com.hazelcast.impl.DistributedRunnableAdapter
 
getResultAsBoolean(int) - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
getResultSetInfo() - Method in class com.hazelcast.jca.ConnectionImpl
 
getRootName() - Method in class com.hazelcast.jmx.ClusterMBean
 
getRunCount() - Method in class com.hazelcast.util.ThreadStats
 
getRunnable() - Method in class com.hazelcast.core.DistributedTask.DistributedRunnableAdapterImpl
 
getRunnable() - Method in interface com.hazelcast.impl.DistributedRunnableAdapter
 
getRuntimeConfig() - Method in class com.hazelcast.impl.CMap
 
getRuntimeProps() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
getRuntimeProps() - Method in interface com.hazelcast.monitor.MemberState
 
gets - Variable in class com.hazelcast.client.examples.SimpleMapTest.Stats
 
getSalary() - Method in class com.hazelcast.impl.TestUtil.Employee
 
getSalt() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
getScheduledActionCount() - Method in class com.hazelcast.impl.AbstractRecord
 
getScheduledActionCount() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getScheduledActionCount() - Method in interface com.hazelcast.impl.Record
 
getScheduledActions() - Method in class com.hazelcast.impl.AbstractRecord
 
getScheduledActions() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getScheduledActions() - Method in interface com.hazelcast.impl.Record
 
getScheduledExecutorService() - Method in class com.hazelcast.impl.ExecutorManager
 
getScheduledTasksCount() - Method in class com.hazelcast.impl.PartitionManager
 
getScopedHost() - Method in class com.hazelcast.nio.Address
 
getScopeId() - Method in class com.hazelcast.nio.Address
 
getSecondsBetween(long) - Method in class com.hazelcast.util.ThreadStats
 
getSecretKey() - Method in class com.hazelcast.config.AwsConfig
 
getSecurityConfig() - Method in class com.hazelcast.config.Config
 
getSecurityContext() - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
getSecurityContext() - Method in interface com.hazelcast.impl.base.NodeInitializer
 
getSecurityGroupName() - Method in class com.hazelcast.config.AwsConfig
 
getSelectorThreadCount() - Method in interface com.hazelcast.nio.IOService
 
getSelectorThreadCount() - Method in class com.hazelcast.nio.NodeIOService
 
getSelfCopyReplicaIndex() - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
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.
getSemaphore(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getSemaphore(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
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.
getServiceThread() - Method in class com.hazelcast.cluster.ClusterService
 
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() - Method in class com.hazelcast.examples.TestApp
 
getSet(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getSet(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
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
 
getSizeInMemory() - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
getSizeInMemory() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
getSizeInMemory() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
getSizeInMemory() - Method in interface com.hazelcast.hibernate.RegionCache
 
getSocket() - Method in class com.hazelcast.client.Connection
 
getSocketAddress() - Method in interface com.hazelcast.core.Client
 
getSocketAddress() - Method in class com.hazelcast.impl.ClientEndpoint
 
getSocketAddresses(String) - Static method in class com.hazelcast.client.AddressHelper
 
getSocketChannelWrapper() - Method in class com.hazelcast.nio.Connection
 
getSocketInterceptor() - Method in class com.hazelcast.client.ClientConfig
 
getSocketInterceptorConfig() - Method in class com.hazelcast.config.NetworkConfig
 
getSocketInterceptorConfig() - Method in interface com.hazelcast.nio.IOService
 
getSocketInterceptorConfig() - Method in class com.hazelcast.nio.NodeIOService
 
getSocketKeepAlive() - Method in interface com.hazelcast.nio.IOService
 
getSocketKeepAlive() - Method in class com.hazelcast.nio.NodeIOService
 
getSocketLingerSeconds() - Method in interface com.hazelcast.nio.IOService
 
getSocketLingerSeconds() - Method in class com.hazelcast.nio.NodeIOService
 
getSocketNoDelay() - Method in interface com.hazelcast.nio.IOService
 
getSocketNoDelay() - Method in class com.hazelcast.nio.NodeIOService
 
getSocketPort() - Method in interface com.hazelcast.nio.IOService
 
getSocketPort() - Method in class com.hazelcast.nio.NodeIOService
 
getSocketReceiveBufferSize() - Method in interface com.hazelcast.nio.IOService
 
getSocketReceiveBufferSize() - Method in class com.hazelcast.nio.NodeIOService
 
getSocketSendBufferSize() - Method in interface com.hazelcast.nio.IOService
 
getSocketSendBufferSize() - Method in class com.hazelcast.nio.NodeIOService
 
getSocketTextReader() - Method in class com.hazelcast.impl.ascii.AbstractTextCommand
 
getSocketTextReader() - Method in interface com.hazelcast.impl.ascii.TextCommand
 
getSocketTextWriter() - Method in class com.hazelcast.impl.ascii.AbstractTextCommand
 
getSocketTextWriter() - Method in interface com.hazelcast.impl.ascii.TextCommand
 
getSocketTextWriter() - Method in class com.hazelcast.nio.ascii.SocketTextReader
 
getSocketWriter() - Method in class com.hazelcast.nio.WriteHandler
 
getSource() - Method in class com.hazelcast.core.EntryEvent
 
getSSLConfig() - Method in class com.hazelcast.config.NetworkConfig
 
getSSLConfig() - Method in interface com.hazelcast.nio.IOService
 
getSSLConfig() - Method in class com.hazelcast.nio.NodeIOService
 
getSSLContext() - Method in class com.hazelcast.nio.ssl.BasicSSLContextFactory
 
getSSLContext() - Method in interface com.hazelcast.nio.ssl.SSLContextFactory
 
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
 
getStartTime() - Method in class com.hazelcast.impl.AbstractJoiner
 
getStartTime() - Method in interface com.hazelcast.impl.Joiner
 
getState() - Method in class com.hazelcast.core.LifecycleEvent
 
getState() - Method in class com.hazelcast.impl.TestUtil.Employee
 
getStats() - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
getStats() - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
getStatus() - Method in class com.hazelcast.client.TransactionClientProxy
 
getStatus() - Method in interface com.hazelcast.core.Transaction
Returns the status of the transaction associated with the current thread.
getStatus() - Method in class com.hazelcast.impl.TransactionImpl
 
getStorageMap(String) - Method in class com.hazelcast.impl.BlockingQueueManager
 
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
 
getString() - Method in class com.hazelcast.impl.GroupProperties.GroupProperty
 
getSubject() - Method in class com.hazelcast.impl.CallContext
 
getSubject() - Method in class com.hazelcast.impl.ClientEndpoint
 
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
 
getSymmetricEncryptionConfig() - Method in interface com.hazelcast.nio.IOService
 
getSymmetricEncryptionConfig() - Method in class com.hazelcast.nio.NodeIOService
 
getSystemLogService() - Method in class com.hazelcast.impl.Node
 
getSystemLogService() - Method in class com.hazelcast.nio.Connection
 
getSystemLogService() - Method in interface com.hazelcast.nio.IOService
 
getSystemLogService() - Method in class com.hazelcast.nio.NodeIOService
 
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
 
getTarget() - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
getTarget() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
getTarget() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
getTarget(HazelcastInstance) - Method in interface com.hazelcast.impl.ExecutionLoadBalancer
 
getTarget() - Method in class com.hazelcast.impl.management.MapConfigRequest
 
getTarget(HazelcastInstance) - Method in class com.hazelcast.impl.RoundRobinLoadBalancer
 
getTargetClusterConfigs() - Method in class com.hazelcast.config.WanReplicationConfig
 
getTargets() - Method in class com.hazelcast.impl.management.ExecuteScriptRequest
 
getTask(long) - Method in class com.hazelcast.impl.ClientEndpoint
 
getTcpIpConfig() - Method in class com.hazelcast.config.Join
 
getTextCommandService() - Method in class com.hazelcast.impl.Node
 
getTextCommandService() - Method in interface com.hazelcast.nio.IOService
 
getTextCommandService() - Method in class com.hazelcast.nio.NodeIOService
 
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
 
getTheCollection() - Method in class com.hazelcast.client.CollectionClientProxy
 
getTheCollection() - Method in class com.hazelcast.client.ListClientProxy
 
getTheCollection() - Method in class com.hazelcast.client.SetClientProxy
 
getThisAddress() - Method in class com.hazelcast.impl.BaseManager
 
getThisAddress() - Method in class com.hazelcast.impl.Node
 
getThisAddress() - Method in interface com.hazelcast.nio.IOService
 
getThisAddress() - Method in class com.hazelcast.nio.NodeIOService
 
getThreadGroup() - Method in interface com.hazelcast.nio.IOService
 
getThreadGroup() - Method in class com.hazelcast.nio.NodeIOService
 
getThreadId() - Method in class com.hazelcast.client.Packet
 
getThreadId() - Method in class com.hazelcast.impl.CallContext
 
getThreadId() - Method in class com.hazelcast.impl.concurrentmap.LocalLock
 
getThreadId() - Method in class com.hazelcast.impl.ThreadContext
 
getThreadNamePrefix(String) - Method in class com.hazelcast.impl.Node
 
getThreadPoolNamePrefix(String) - Method in class com.hazelcast.impl.Node
 
getThreadPrefix() - Method in interface com.hazelcast.nio.IOService
 
getThreadPrefix() - Method in class com.hazelcast.nio.NodeIOService
 
getThreads(long[]) - Method in class com.hazelcast.impl.management.ThreadDumpGenerator
 
getThroughputMap() - Method in class com.hazelcast.impl.ExecutorManager
 
getThrowable() - Method in class com.hazelcast.impl.ClientServiceException
 
getTime() - Method in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
getTime() - Method in class com.hazelcast.monitor.TimedMemberState
 
getTimeout() - Method in class com.hazelcast.client.Packet
 
getTimeout(HazelcastInstance, String) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
getTimeout() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
getTimestamp() - Method in class com.hazelcast.hibernate.local.Timestamp
 
getTimeToLiveSeconds() - Method in class com.hazelcast.config.MapConfig
 
getTimeToLiveSeconds() - Method in class com.hazelcast.config.NearCacheConfig
 
getTo() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
getToAddress() - Method in class com.hazelcast.impl.partition.MigratingPartition
 
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.
getTopic() - Method in class com.hazelcast.examples.TestApp
 
getTopic(String) - Method in class com.hazelcast.impl.FactoryImpl
 
getTopic(String) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getTopicConfig(String) - Method in class com.hazelcast.config.Config
 
getTopicConfigs() - Method in class com.hazelcast.config.Config
 
getTopicInstance(String) - Method in class com.hazelcast.impl.TopicManager
 
getTopicOperationCounter() - Method in interface com.hazelcast.impl.TopicProxy
 
getTopicOperationCounter() - Method in class com.hazelcast.impl.TopicProxyImpl
 
getTopicStats() - Method in class com.hazelcast.impl.TopicManager.TopicInstance
 
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.
getTotalBackupCount() - Method in class com.hazelcast.impl.CMap
 
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.
getTotalWriteQueueSize() - Method in class com.hazelcast.nio.ConnectionManager
 
getTransaction(HazelcastClient) - Method in class com.hazelcast.client.ClientThreadContext
 
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.
getTransaction() - Method in class com.hazelcast.impl.CallContext
 
getTransaction() - Method in class com.hazelcast.impl.FactoryImpl
 
getTransaction() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
getTransaction() - Method in class com.hazelcast.impl.ThreadContext
 
getTrustedInterfaces() - Method in class com.hazelcast.config.MulticastConfig
 
getTryCount() - Method in class com.hazelcast.cluster.JoinInfo
 
getTtl() - Method in class com.hazelcast.client.Packet
 
getTxnId() - Method in class com.hazelcast.impl.CallContext
 
getTxnId() - Method in class com.hazelcast.impl.ThreadContext
 
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
 
getType() - Method in class com.hazelcast.impl.ascii.AbstractTextCommand
 
getType() - Method in interface com.hazelcast.impl.ascii.TextCommand
 
getType() - Method in class com.hazelcast.impl.base.SystemLog
 
getType() - Method in class com.hazelcast.impl.base.SystemLogRecord
 
getType() - Method in class com.hazelcast.impl.management.ClusterPropsRequest
 
getType() - Method in class com.hazelcast.impl.management.ConsoleCommandRequest
 
getType() - Method in interface com.hazelcast.impl.management.ConsoleRequest
 
getType() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest
 
getType() - Method in class com.hazelcast.impl.management.EvictLocalMapRequest
 
getType() - Method in class com.hazelcast.impl.management.ExecuteScriptRequest
 
getType() - Method in class com.hazelcast.impl.management.GetLogLevelRequest
 
getType() - Method in class com.hazelcast.impl.management.GetLogsRequest
 
getType() - Method in class com.hazelcast.impl.management.GetMapEntryRequest
 
getType() - Method in class com.hazelcast.impl.management.GetMemberSystemPropertiesRequest
 
getType() - Method in class com.hazelcast.impl.management.GetVersionRequest
 
getType() - Method in class com.hazelcast.impl.management.MapConfigRequest
 
getType() - Method in class com.hazelcast.impl.management.MemberConfigRequest
 
getType() - Method in class com.hazelcast.impl.management.RestartMemberRequest
 
getType() - Method in class com.hazelcast.impl.management.RunGcRequest
 
getType() - Method in class com.hazelcast.impl.management.RuntimeStateRequest
 
getType() - Method in class com.hazelcast.impl.management.SetLogLevelRequest
 
getType() - Method in class com.hazelcast.impl.management.ShutdownMemberRequest
 
getType() - Method in class com.hazelcast.impl.management.ThreadDumpRequest
 
getType() - Method in class com.hazelcast.impl.management.VersionMismatchLogRequest
 
getType() - Method in class com.hazelcast.impl.TestUtil.Value
 
getType() - Method in class com.hazelcast.nio.Connection
 
getTypeId() - Method in enum com.hazelcast.core.Instance.InstanceType
 
getTypeId() - Method in class com.hazelcast.nio.CustomSerializerAdapter
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.BigIntegerSerializer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.BooleanSerializer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.ByteArraySerializer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.ClassSerializer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.DateSerializer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.Externalizer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.IntegerSerializer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.LongSerializer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.ObjectSerializer
 
getTypeId() - Method in class com.hazelcast.nio.DefaultSerializer.StringSerializer
 
getTypeId() - Method in class com.hazelcast.nio.Serializer.DataSerializer
 
getTypeId() - Method in interface com.hazelcast.nio.TypeSerializer
 
getTypeName() - Method in class com.hazelcast.impl.TestUtil.ValueType
 
getUpdateInterval() - Method in class com.hazelcast.config.ManagementCenterConfig
 
getURI() - Method in class com.hazelcast.impl.ascii.rest.HttpCommand
 
getUrl() - Method in class com.hazelcast.config.ManagementCenterConfig
 
getUsage() - Method in class com.hazelcast.config.LoginModuleConfig
 
getUsername() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
getUtilizationPercentage() - Method in class com.hazelcast.util.ThreadStats
 
getUuid() - Method in class com.hazelcast.cluster.JoinRequest
 
getUuid() - Method in interface com.hazelcast.core.Member
Returns UUID of this member.
getUuid() - Method in class com.hazelcast.impl.MemberImpl
 
getValue() - Method in class com.hazelcast.client.ClientMapEntry
 
getValue() - Method in class com.hazelcast.client.impl.KeyValue
 
getValue() - Method in class com.hazelcast.client.MapEntryIterator.MapEntry
 
getValue() - Method in class com.hazelcast.client.MapEntrySetIterator.MapEntry
 
getValue() - Method in class com.hazelcast.client.Packet
 
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() - Method in class com.hazelcast.hibernate.local.Value
 
getValue() - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
getValue() - Method in class com.hazelcast.impl.ascii.rest.RestValue
 
getValue() - Method in enum com.hazelcast.impl.ascii.TextCommandConstants.TextCommandType
 
getValue() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getValue() - Method in class com.hazelcast.impl.base.KeyValue
 
getValue() - Method in enum com.hazelcast.impl.base.SystemLogService.Level
 
getValue() - Method in enum com.hazelcast.impl.ClusterOperation
 
getValue() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getValue() - Method in class com.hazelcast.impl.concurrentmap.ValueHolder
 
getValue() - Method in class com.hazelcast.impl.DataAwareEntryEvent
 
getValue() - Method in class com.hazelcast.impl.DefaultNearCacheRecord
 
getValue() - Method in class com.hazelcast.impl.DefaultRecord
 
getValue() - Method in class com.hazelcast.impl.GroupProperties.GroupProperty
 
getValue() - Method in interface com.hazelcast.impl.NearCacheRecord
 
getValue() - Method in enum com.hazelcast.impl.NodeType
 
getValue() - Method in interface com.hazelcast.impl.Record
 
getValue() - Method in class com.hazelcast.impl.SimpleRecord
 
getValue() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
getValue() - Method in class com.hazelcast.nio.Packet
 
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
 
getValue() - Method in class com.hazelcast.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValueClass() - Method in class com.hazelcast.jmx.MapEntryMBean
 
getValueCollectionType() - Method in class com.hazelcast.config.MultiMapConfig
 
getValueData() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getValueData() - Method in class com.hazelcast.impl.base.KeyValue
 
getValueData() - Method in class com.hazelcast.impl.DefaultNearCacheRecord
 
getValueData() - Method in class com.hazelcast.impl.DefaultRecord
 
getValueData() - Method in interface com.hazelcast.impl.NearCacheRecord
 
getValueData() - Method in interface com.hazelcast.impl.Record
 
getValueData() - Method in class com.hazelcast.impl.SimpleRecord
 
getValueData() - Method in class com.hazelcast.nio.Packet
 
getValueHash() - Method in class com.hazelcast.client.Packet
 
getValueIndex() - Method in class com.hazelcast.query.MapIndexService
 
getVersion() - Method in class com.hazelcast.client.ClientMapEntry
 
getVersion() - Method in class com.hazelcast.client.Connection
 
getVersion() - Method in interface com.hazelcast.core.MapEntry
 
getVersion() - Method in class com.hazelcast.hibernate.local.Invalidation
 
getVersion() - Method in class com.hazelcast.hibernate.local.Value
 
getVersion() - Method in class com.hazelcast.impl.AbstractRecord
 
getVersion() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getVersion() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
getVersion() - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
getVersion() - Method in interface com.hazelcast.impl.base.NodeInitializer
 
getVersion() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
getVersion() - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
getVersion() - Method in class com.hazelcast.impl.PartitionManager
 
getVersion() - Method in interface com.hazelcast.impl.Record
 
getVersion() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
GetVersionRequest - Class in com.hazelcast.impl.management
 
GetVersionRequest() - Constructor for class com.hazelcast.impl.management.GetVersionRequest
 
getVisited() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
getWaitCount() - Method in class com.hazelcast.util.ThreadStats
 
getWaitingThreadCount() - Method in class com.hazelcast.impl.management.LockInfo
 
getWanReplication(String) - Method in class com.hazelcast.impl.wan.WanReplicationService
 
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.
getWriteHandler() - Method in class com.hazelcast.nio.Connection
 
getWriteTime() - Method in class com.hazelcast.impl.AbstractRecord
 
getWriteTime() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
getWriteTime() - Method in interface com.hazelcast.impl.Record
 
getXAResource() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
getXAResources(ActivationSpec[]) - Method in class com.hazelcast.jca.ResourceAdapterImpl
 
getXmlConfig() - Method in class com.hazelcast.config.Config
 
GRACEFUL_SHUTDOWN_MAX_WAIT - Variable in class com.hazelcast.impl.GroupProperties
 
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
 
GroupProperties - Class in com.hazelcast.impl
 
GroupProperties(Config) - Constructor for class com.hazelcast.impl.GroupProperties
 
groupProperties - Variable in class com.hazelcast.impl.Node
 
GroupProperties.GroupProperty - Class in com.hazelcast.impl
 
GuavaNearCacheImpl<K,V> - Class in com.hazelcast.client
 
GuavaNearCacheImpl(NearCacheConfig, MapClientProxy<K, V>) - Constructor for class com.hazelcast.client.GuavaNearCacheImpl
 

H

handle(DeleteCommand) - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommandProcessor
 
handle(ErrorCommand) - Method in class com.hazelcast.impl.ascii.memcache.ErrorCommandProcessor
 
handle(GetCommand) - Method in class com.hazelcast.impl.ascii.memcache.GetCommandProcessor
 
handle(SetCommand) - Method in class com.hazelcast.impl.ascii.memcache.SetCommandProcessor
"set" means "store this data".
handle(SimpleCommand) - Method in class com.hazelcast.impl.ascii.memcache.SimpleCommandProcessor
 
handle(StatsCommand) - Method in class com.hazelcast.impl.ascii.memcache.StatsCommandProcessor
 
handle(NoOpCommand) - Method in class com.hazelcast.impl.ascii.NoOpCommandProcessor
 
handle(HttpDeleteCommand) - Method in class com.hazelcast.impl.ascii.rest.HttpDeleteCommandProcessor
 
handle(HttpGetCommand) - Method in class com.hazelcast.impl.ascii.rest.HttpGetCommandProcessor
 
handle(HttpPostCommand) - Method in class com.hazelcast.impl.ascii.rest.HttpPostCommandProcessor
 
handle(T) - Method in interface com.hazelcast.impl.ascii.TextCommandProcessor
 
handle(Request) - Method in interface com.hazelcast.impl.base.RequestHandler
 
handle(Node, Packet) - Method in class com.hazelcast.impl.ClientHandlerService.ClientOperationHandler
 
handle(Packet) - Method in class com.hazelcast.impl.ClientHandlerService
 
handle() - Method in interface com.hazelcast.nio.SelectionHandler
 
handle() - Method in class com.hazelcast.nio.WriteHandler
 
handleAddListener(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleAddRemoveConnection(AddOrRemoveConnection) - Method in class com.hazelcast.cluster.ClusterManager
 
handleClear(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleClientPacket(Packet) - Method in interface com.hazelcast.nio.IOService
 
handleClientPacket(Packet) - Method in class com.hazelcast.nio.NodeIOService
 
handleCommand(String) - Method in class com.hazelcast.examples.TestApp
 
handleCommand(String) - Method in class com.hazelcast.impl.management.ConsoleCommandHandler
 
handleContains(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleDestroy(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleHelp(String) - Method in class com.hazelcast.examples.TestApp
 
handleInstances(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleInterruptedException(boolean, ClusterOperation) - Method in class com.hazelcast.impl.BaseManager
 
handleInterruptedException(Thread, Exception) - Method in class com.hazelcast.impl.Node
 
handleInterruptedException(Thread, RuntimeException) - Method in interface com.hazelcast.nio.IOService
 
handleInterruptedException(Thread, RuntimeException) - Method in class com.hazelcast.nio.NodeIOService
 
handleInterruption() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
handleIterator(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleListAdd(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleListAddMany(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleListContains(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleListRemove(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleListSet(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleLock(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapEntries() - Method in class com.hazelcast.examples.TestApp
 
handleMapEvict(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapGet(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapGetAsync(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapGetMany(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapGetMapEntry(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapKeys() - Method in class com.hazelcast.examples.TestApp
 
handleMapLocalKeys() - Method in class com.hazelcast.examples.TestApp
 
handleMapLock(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapPut(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapPutAsync(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapPutIfAbsent(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapPutMany(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapRemove(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapRemoveMany(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapReplace(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapTryLock(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapUnlock(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleMapValues() - Method in class com.hazelcast.examples.TestApp
 
handleMaster(Master) - Method in class com.hazelcast.cluster.ClusterManager
 
handleMemberPacket(Packet) - Method in interface com.hazelcast.nio.IOService
 
handleMemberPacket(Packet) - Method in class com.hazelcast.nio.NodeIOService
 
handleNoneRedoResponse(Packet) - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
handlePartitions(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleQCapacity(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleQOffer(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleQOfferMany(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleQPeek(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleQPoll(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleQPollMany(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleQTake(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleRejection(DeleteCommand) - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommandProcessor
 
handleRejection(ErrorCommand) - Method in class com.hazelcast.impl.ascii.memcache.ErrorCommandProcessor
 
handleRejection(GetCommand) - Method in class com.hazelcast.impl.ascii.memcache.GetCommandProcessor
 
handleRejection(SetCommand) - Method in class com.hazelcast.impl.ascii.memcache.SetCommandProcessor
 
handleRejection(SimpleCommand) - Method in class com.hazelcast.impl.ascii.memcache.SimpleCommandProcessor
 
handleRejection(StatsCommand) - Method in class com.hazelcast.impl.ascii.memcache.StatsCommandProcessor
 
handleRejection(NoOpCommand) - Method in class com.hazelcast.impl.ascii.NoOpCommandProcessor
 
handleRejection(HttpDeleteCommand) - Method in class com.hazelcast.impl.ascii.rest.HttpDeleteCommandProcessor
 
handleRejection(HttpGetCommand) - Method in class com.hazelcast.impl.ascii.rest.HttpGetCommandProcessor
 
handleRejection(HttpPostCommand) - Method in class com.hazelcast.impl.ascii.rest.HttpPostCommandProcessor
 
handleRejection(T) - Method in interface com.hazelcast.impl.ascii.TextCommandProcessor
 
handleRemoveListener(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleResponse(Packet) - Method in interface com.hazelcast.impl.base.Call
 
handleResponse(Packet) - Method in class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
handleResponse(Packet) - Method in class com.hazelcast.impl.BaseManager
 
handleResponse(Packet) - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
handleSelectorException(Throwable) - Method in class com.hazelcast.nio.InOutSelector
 
handleSetAdd(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleSetAddMany(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleSetRemove(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleSetRemoveMany(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleSize(String[]) - Method in class com.hazelcast.examples.TestApp
 
handleStreamResponse(Object) - Method in interface com.hazelcast.impl.StreamResponseHandler
 
handleTopicPublish(String[]) - Method in class com.hazelcast.examples.TestApp
 
has(String, Object) - Method in class com.hazelcast.impl.TransactionImpl
 
has(String, Object, Object) - Method in class com.hazelcast.impl.TransactionImpl
 
hasActiveBackupTask() - Method in class com.hazelcast.impl.PartitionManager
 
hasCount() - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
hasCount() - Method in interface com.hazelcast.core.ICountDownLatch
Returns whether the current count is greater than zero.
hasCount() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
hasEnoughTimeToSchedule() - Method in class com.hazelcast.impl.Request
 
hashCode() - Method in class com.hazelcast.client.CollectionClientProxy
 
hashCode() - Method in class com.hazelcast.client.LockClientProxy
 
hashCode() - Method in class com.hazelcast.client.MapClientProxy
 
hashCode() - Method in class com.hazelcast.client.MultiMapClientProxy
 
hashCode() - Method in class com.hazelcast.client.QueueClientProxy
 
hashCode() - Method in class com.hazelcast.client.TopicClientProxy
 
hashCode() - Method in class com.hazelcast.cluster.MemberInfo
 
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.hibernate.local.Value
 
hashCode() - Method in class com.hazelcast.impl.AbstractRecord
 
hashCode() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
hashCode() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
hashCode() - Method in class com.hazelcast.impl.base.CallKey
 
hashCode() - Method in class com.hazelcast.impl.base.DistributedLock
 
hashCode() - Method in class com.hazelcast.impl.base.KeyValue
 
hashCode() - Method in class com.hazelcast.impl.base.ScheduledAction
 
hashCode() - Method in class com.hazelcast.impl.ClientEndpoint
 
hashCode() - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
hashCode() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
hashCode() - Method in class com.hazelcast.impl.concurrentmap.LocalLock
 
hashCode() - Method in class com.hazelcast.impl.concurrentmap.ValueHolder
 
hashCode() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
hashCode() - Method in class com.hazelcast.impl.FactoryImpl
 
hashCode() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
hashCode() - Method in class com.hazelcast.impl.FactoryImpl.ProxyKey
 
hashCode() - Method in class com.hazelcast.impl.IdGeneratorProxyImpl
 
hashCode() - Method in class com.hazelcast.impl.LockProxyImpl
 
hashCode() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
hashCode() - Method in class com.hazelcast.impl.MemberImpl
 
hashCode() - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
hashCode() - Method in class com.hazelcast.impl.MProxyImpl
 
hashCode() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
hashCode() - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
hashCode() - Method in class com.hazelcast.impl.partition.MigratingPartition
 
hashCode() - Method in class com.hazelcast.impl.partition.PartitionInfo
 
hashCode() - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
hashCode() - Method in class com.hazelcast.impl.QProxyImpl
 
hashCode() - Method in interface com.hazelcast.impl.Record
 
hashCode() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
hashCode() - Method in class com.hazelcast.impl.SetProxyImpl
 
hashCode() - Method in class com.hazelcast.impl.TestUtil.AbstractValue
 
hashCode() - Method in class com.hazelcast.impl.TestUtil.Employee
 
hashCode() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
hashCode() - Method in class com.hazelcast.impl.TestUtil.Value
 
hashCode() - Method in class com.hazelcast.impl.ThreadContext
 
hashCode() - Method in class com.hazelcast.impl.TopicProxyImpl
 
hashCode(byte[]) - Static method in class com.hazelcast.impl.Util
 
hashCode() - Method in class com.hazelcast.impl.VersionedBackupOp
 
hashCode() - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
hashCode() - Method in class com.hazelcast.jca.ResourceAdapterImpl
 
hashCode() - Method in class com.hazelcast.nio.Address
 
hashCode() - Method in class com.hazelcast.nio.Connection
 
hashCode() - Method in class com.hazelcast.nio.Data
 
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
 
hashCode() - Method in class com.hazelcast.util.AbstractMap.SimpleImmutableEntry
Returns the hash code value for this map entry.
hashCode() - Method in class com.hazelcast.util.SetFromMap
 
hasIndexedAttributes() - Method in class com.hazelcast.query.MapIndexService
 
hasListener() - Method in class com.hazelcast.impl.AbstractRecord
 
hasListener() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
hasListener() - Method in interface com.hazelcast.impl.Record
 
hasMember(MemberImpl) - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
hasMember(MemberImpl) - Method in interface com.hazelcast.impl.partition.MemberGroup
 
hasMember(MemberImpl) - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
hasNext() - Method in class com.hazelcast.client.MapEntryIterator
 
hasNext() - Method in class com.hazelcast.client.MapEntrySetIterator
 
hasNext() - Method in class com.hazelcast.client.MultiMapEntryIterator
 
hasNext() - Method in class com.hazelcast.client.QueueItemIterator
 
hasNext() - Method in class com.hazelcast.client.ValueIterator
 
hasResponse() - Method in class com.hazelcast.client.Call
 
hasScheduledAction() - Method in class com.hazelcast.impl.AbstractRecord
 
hasScheduledAction() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
hasScheduledAction() - Method in interface com.hazelcast.impl.Record
 
hasTextContent(Node) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
hasValue() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
hasValueData() - Method in class com.hazelcast.impl.DefaultNearCacheRecord
 
hasValueData() - Method in class com.hazelcast.impl.DefaultRecord
 
hasValueData() - Method in interface com.hazelcast.impl.NearCacheRecord
 
hasValueData() - Method in interface com.hazelcast.impl.Record
 
hasValueData() - Method in class com.hazelcast.impl.SimpleRecord
 
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_"
HAZELCAST_INSTANCE_NAME - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
HazelcastAccessor - Class in com.hazelcast.hibernate.instance
Access underlying HazelcastInstance using Hibernate SessionFactory
HazelcastCache - Class in com.hazelcast.hibernate.provider
Implementation of (deprecated) Hibernate Cache interface for compatibility with pre-Hibernate 3.3.x code.
HazelcastCache(HazelcastInstance, String, Properties) - Constructor for class com.hazelcast.hibernate.provider.HazelcastCache
 
HazelcastCacheProvider - Class in com.hazelcast.hibernate.provider
Implementation of (deprecated) Hibernate CacheProvider interface for compatibility with pre-Hibernate 3.3.x code.
HazelcastCacheProvider() - Constructor for class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
HazelcastCacheProvider(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
HazelcastCacheRegionFactory - Class in com.hazelcast.hibernate
 
HazelcastCacheRegionFactory() - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastCacheRegionFactory(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastCacheRegionFactory(Properties) - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastClient - Class in com.hazelcast.client
Hazelcast Client enables you to do all Hazelcast operations without being a member of the cluster.
HazelcastCollectionRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
 
HazelcastCollectionRegion(HazelcastInstance, String, Properties, CacheDataDescription, Cache) - Constructor for class com.hazelcast.hibernate.region.HazelcastCollectionRegion
 
HazelcastEntityRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
 
HazelcastEntityRegion(HazelcastInstance, String, Properties, CacheDataDescription, Cache) - Constructor for class com.hazelcast.hibernate.region.HazelcastEntityRegion
 
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
 
hazelcastInstance - Variable in class com.hazelcast.impl.management.ClusterServiceCallable
 
HazelcastInstanceAware - Interface in com.hazelcast.core
 
HazelcastInstanceAwareInstance - Interface in com.hazelcast.impl
 
HazelcastInstanceAwareObject - Class in com.hazelcast.core
 
HazelcastInstanceAwareObject() - Constructor for class com.hazelcast.core.HazelcastInstanceAwareObject
 
HazelcastInstanceFactory - Class in com.hazelcast.hibernate.instance
 
HazelcastInstanceFactory() - Constructor for class com.hazelcast.hibernate.instance.HazelcastInstanceFactory
 
HazelcastLocalCacheRegionFactory - Class in com.hazelcast.hibernate
 
HazelcastLocalCacheRegionFactory() - Constructor for class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
HazelcastLocalCacheRegionFactory(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
HazelcastLocalCacheRegionFactory(Properties) - Constructor for class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
HazelcastManagedContext - Class in com.hazelcast.impl.base
 
HazelcastManagedContext(FactoryImpl, ManagedContext) - Constructor for class com.hazelcast.impl.base.HazelcastManagedContext
 
HazelcastQueryResultsRegion - Class in com.hazelcast.hibernate.region
 
HazelcastQueryResultsRegion(HazelcastInstance, String, Properties) - Constructor for class com.hazelcast.hibernate.region.HazelcastQueryResultsRegion
 
hazelcastRegion - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
HazelcastRegion<Cache extends RegionCache> - Interface in com.hazelcast.hibernate.region
 
HazelcastSerializationException - Exception in com.hazelcast.nio
This is an exception thrown when an exception occurs while serializing/deserializing objects.
HazelcastSerializationException(String, Throwable) - Constructor for exception com.hazelcast.nio.HazelcastSerializationException
 
HazelcastSerializationException(Throwable) - Constructor for exception com.hazelcast.nio.HazelcastSerializationException
 
HazelcastTimestamper - Class in com.hazelcast.hibernate
 
HazelcastTimestamper() - Constructor for class com.hazelcast.hibernate.HazelcastTimestamper
 
HazelcastTimestampsRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
 
HazelcastTimestampsRegion(HazelcastInstance, String, Properties, Cache) - Constructor for class com.hazelcast.hibernate.region.HazelcastTimestampsRegion
 
HEADER - Static variable in class com.hazelcast.client.PacketHandler
 
HEADER_CHUNKED - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
HEADER_CONTENT_LENGTH - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
HEADER_CONTENT_TYPE - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
HEADER_EXPECT_100 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
headMap(K, boolean) - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
 
headMap(K) - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
 
headMap(K, boolean) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
headMap(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
headMap(K, boolean) - Method in interface com.hazelcast.util.NavigableMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headMap(K) - Method in interface com.hazelcast.util.NavigableMap

headSet(E, boolean) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
headSet(E) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
headSet(E, boolean) - Method in interface com.hazelcast.util.NavigableSet
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
headSet(E) - Method in interface com.hazelcast.util.NavigableSet

HEALTH_MONITORING_DELAY_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
HEALTH_MONITORING_LEVEL - Variable in class com.hazelcast.impl.GroupProperties
 
HealthMonitor - Class in com.hazelcast.util
 
HealthMonitor(Node, HealthMonitorLevel, int) - Constructor for class com.hazelcast.util.HealthMonitor
 
HealthMonitor.HealthMetrics - Class in com.hazelcast.util
 
HealthMonitor.HealthMetrics() - Constructor for class com.hazelcast.util.HealthMonitor.HealthMetrics
 
HealthMonitorLevel - Enum in com.hazelcast.util
 
HEARTBEAT_INTERVAL_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
heartBeater() - Method in class com.hazelcast.cluster.ClusterManager
 
higher(E) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
higher(E) - Method in interface com.hazelcast.util.NavigableSet
Returns the least element in this set strictly greater than the given element, or null if there is no such element.
higherEntry(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(K) - Method in interface com.hazelcast.util.NavigableMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
HigherHitsMergePolicy - Class in com.hazelcast.merge
 
HigherHitsMergePolicy() - Constructor for class com.hazelcast.merge.HigherHitsMergePolicy
 
higherKey(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
higherKey(K) - Method in interface com.hazelcast.util.NavigableMap
Returns the least key strictly greater than the given key, or null if there is no such key.
hits - Variable in class com.hazelcast.impl.AbstractRecord
 
HostAwareMemberGroupFactory - Class in com.hazelcast.impl.partition
 
HostAwareMemberGroupFactory() - Constructor for class com.hazelcast.impl.partition.HostAwareMemberGroupFactory
 
HttpCommand - Class in com.hazelcast.impl.ascii.rest
 
HttpCommand(TextCommandConstants.TextCommandType, String) - Constructor for class com.hazelcast.impl.ascii.rest.HttpCommand
 
HttpCommandProcessor<T> - Class in com.hazelcast.impl.ascii.rest
 
HttpCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.rest.HttpCommandProcessor
 
HttpDeleteCommand - Class in com.hazelcast.impl.ascii.rest
 
HttpDeleteCommand(String) - Constructor for class com.hazelcast.impl.ascii.rest.HttpDeleteCommand
 
HttpDeleteCommandParser - Class in com.hazelcast.impl.ascii.rest
 
HttpDeleteCommandParser() - Constructor for class com.hazelcast.impl.ascii.rest.HttpDeleteCommandParser
 
HttpDeleteCommandProcessor - Class in com.hazelcast.impl.ascii.rest
 
HttpDeleteCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.rest.HttpDeleteCommandProcessor
 
HttpGetCommand - Class in com.hazelcast.impl.ascii.rest
 
HttpGetCommand(String) - Constructor for class com.hazelcast.impl.ascii.rest.HttpGetCommand
 
HttpGetCommandParser - Class in com.hazelcast.impl.ascii.rest
 
HttpGetCommandParser() - Constructor for class com.hazelcast.impl.ascii.rest.HttpGetCommandParser
 
HttpGetCommandProcessor - Class in com.hazelcast.impl.ascii.rest
 
HttpGetCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.rest.HttpGetCommandProcessor
 
HttpPostCommand - Class in com.hazelcast.impl.ascii.rest
 
HttpPostCommand(SocketTextReader, String) - Constructor for class com.hazelcast.impl.ascii.rest.HttpPostCommand
 
HttpPostCommandParser - Class in com.hazelcast.impl.ascii.rest
 
HttpPostCommandParser() - Constructor for class com.hazelcast.impl.ascii.rest.HttpPostCommandParser
 
HttpPostCommandProcessor - Class in com.hazelcast.impl.ascii.rest
 
HttpPostCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.rest.HttpPostCommandProcessor
 

I

ICMP_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
ICMP_TIMEOUT - Variable in class com.hazelcast.impl.GroupProperties
 
ICMP_TTL - Variable in class com.hazelcast.impl.GroupProperties
 
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.
id - Variable in class com.hazelcast.impl.AbstractSimpleRecord
 
id - Variable in class com.hazelcast.impl.base.ScheduledAction
 
IDGEN - Static variable in class com.hazelcast.core.Prefix
The Constant IDGEN: "i:"
IdGenerator - Interface in com.hazelcast.core
Cluster-wide unique id generator.
IdGeneratorClientProxy - Class in com.hazelcast.client
 
IdGeneratorClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.IdGeneratorClientProxy
 
IdGeneratorProxy - Interface in com.hazelcast.impl
 
IdGeneratorProxyImpl - Class in com.hazelcast.impl
 
IdGeneratorProxyImpl() - Constructor for class com.hazelcast.impl.IdGeneratorProxyImpl
 
IdGeneratorProxyImpl(String, FactoryImpl) - Constructor for class com.hazelcast.impl.IdGeneratorProxyImpl
 
IGetAwareProxy - Interface in com.hazelcast.impl
 
IHazelcastInstanceLoader - Interface in com.hazelcast.hibernate.instance
 
IList<E> - Interface in com.hazelcast.core
 
IllegalPartitionState - Exception in com.hazelcast.impl.concurrentmap
 
IllegalPartitionState(String) - Constructor for exception com.hazelcast.impl.concurrentmap.IllegalPartitionState
 
ILock - Interface in com.hazelcast.core
 
ILogger - Interface in com.hazelcast.logging
 
IMap<K,V> - Interface in com.hazelcast.core
Concurrent, distributed, observable and queryable map.
IMapRegionCache - Class in com.hazelcast.hibernate.distributed
 
IMapRegionCache(String, HazelcastInstance, Properties, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.distributed.IMapRegionCache
 
IMMEDIATE_BACKUP_INTERVAL - Variable in class com.hazelcast.impl.GroupProperties
 
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
 
IN_THREAD_PRIORITY - Variable in class com.hazelcast.impl.GroupProperties
 
inactivate(HazelcastInstance) - Method in class com.hazelcast.core.OutOfMemoryHandler
Just inactivates HazelcastInstance; leaves threads, connections untouched.
inactivate(HazelcastInstance) - Static method in class com.hazelcast.impl.OutOfMemoryErrorDispatcher.Helper
 
inactivateMigration() - Method in class com.hazelcast.impl.PartitionManager
 
includeValue - Variable in class com.hazelcast.impl.ListenerManager.ListenerItem
 
increment(String) - Method in class com.hazelcast.examples.SimpleFunctionalMapTest.Stats
 
increment() - Method in class com.hazelcast.util.Counter
 
incrementAcquires(long, int, boolean) - Method in class com.hazelcast.impl.monitor.SemaphoreOperationsCounter
 
incrementAndGet() - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
incrementAndGet() - Method in interface com.hazelcast.core.AtomicNumber
Atomically increments the current value by one.
incrementAndGet() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
incrementAndGet() - Method in class com.hazelcast.impl.concurrentmap.LocalLock
 
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
 
incrementDeleteCount() - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
incrementDeleteCount() - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
incrementEmptyPolls() - Method in class com.hazelcast.impl.monitor.QueueOperationsCounter
 
incrementFailedLocks() - Method in class com.hazelcast.impl.monitor.LockOperationsCounter
 
incrementGetCount() - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
incrementGetCount() - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
incrementGetCount() - Method in class com.hazelcast.impl.CMap
 
incrementGets(long) - Method in class com.hazelcast.impl.monitor.MapOperationsCounter
 
incrementHitCount() - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
incrementHitCount() - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
incrementHits() - Method in class com.hazelcast.impl.AbstractRecord
 
incrementHits() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
incrementHits() - Method in interface com.hazelcast.impl.Record
 
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
 
incrementRunCount() - Method in class com.hazelcast.util.ThreadWatcher
 
incrementSetCount() - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
incrementSetCount() - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
incrementTextConnections() - Method in class com.hazelcast.nio.ConnectionManager
 
incrementUnlocks() - Method in class com.hazelcast.impl.monitor.LockOperationsCounter
 
incrementVersion() - Method in class com.hazelcast.impl.AbstractRecord
 
incrementVersion() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
incrementVersion() - Method in interface com.hazelcast.impl.Record
 
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
 
indexes - Variable in class com.hazelcast.impl.Request
 
indexes - Variable in class com.hazelcast.nio.Packet
 
indexOf(Object) - Method in class com.hazelcast.client.ListClientProxy
 
indexOf(Object) - Method in class com.hazelcast.impl.ListProxyImpl
 
IndexStore - Interface in com.hazelcast.query
 
indexTypes - Variable in class com.hazelcast.impl.Request
 
indexTypes - Variable in class com.hazelcast.nio.Packet
 
inflate() - Method in interface com.hazelcast.nio.PipedZipBufferFactory.InflatingPipedBuffer
 
inflate(int) - Method in interface com.hazelcast.nio.PipedZipBufferFactory.InflatingPipedBuffer
 
info(CallStateAware, SystemLog) - Method in class com.hazelcast.impl.base.SystemLogService
 
info(CallStateAware, String) - Method in class com.hazelcast.impl.base.SystemLogService
 
info(CallStateAware, String, Object) - Method in class com.hazelcast.impl.base.SystemLogService
 
info(CallStateAware, String, Object, Object) - Method in class com.hazelcast.impl.base.SystemLogService
 
init(Config) - Static method in class com.hazelcast.core.Hazelcast
Deprecated.
as of version 2.2
init(InitialMembershipEvent) - Method in interface com.hazelcast.core.InitialMembershipListener
Is called when this listener is registered.
init(HazelcastInstance, Properties, String) - Method in interface com.hazelcast.core.MapLoaderLifecycleSupport
Initializes this MapLoader implementation.
init(SocketTextReader, long) - Method in class com.hazelcast.impl.ascii.AbstractTextCommand
 
init(SocketTextReader, long) - Method in interface com.hazelcast.impl.ascii.TextCommand
 
init(Node, String, String, String...) - Method in class com.hazelcast.impl.wan.WanNoDelayReplication
 
init(Node, String, String, String...) - Method in interface com.hazelcast.impl.wan.WanReplicationEndpoint
 
init(SocketInterceptorConfig) - Method in interface com.hazelcast.nio.MemberSocketInterceptor
 
init(Properties) - Method in class com.hazelcast.nio.ssl.BasicSSLContextFactory
 
init(Properties) - Method in interface com.hazelcast.nio.ssl.SSLContextFactory
 
init(FilterConfig) - Method in class com.hazelcast.web.WebFilter
 
INITIAL_MIN_CLUSTER_SIZE - Variable in class com.hazelcast.impl.GroupProperties
 
INITIAL_WAIT_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
initialChecks() - Method in class com.hazelcast.impl.FactoryImpl
 
initialize(Object) - Method in interface com.hazelcast.core.ManagedContext
Initialize the given object instance.
initialize(Object) - Method in class com.hazelcast.impl.base.HazelcastManagedContext
 
initialize(Collection<MemberImpl>, int) - Method in interface com.hazelcast.impl.partition.PartitionStateGenerator
 
initializer - Variable in class com.hazelcast.impl.Node
 
InitialMembershipEvent - Class in com.hazelcast.core
A event that is send when a InitialMembershipListener registers itself on a Cluster.
InitialMembershipEvent(Cluster, Set<Member>) - Constructor for class com.hazelcast.core.InitialMembershipEvent
 
InitialMembershipListener - Interface in com.hazelcast.core
The InitializingMembershipListener is a MembershipListener that will first receives a InitialMembershipEvent when it is registered so it immediately knows which members are available.
InitialState - Class in com.hazelcast.impl.concurrentmap
 
InitialState() - Constructor for class com.hazelcast.impl.concurrentmap.InitialState
 
initSocket(Socket) - Method in class com.hazelcast.nio.ConnectionManager
 
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
 
innerDone() - Method in interface com.hazelcast.impl.InnerFutureTask
 
InnerFutureTask<V> - Interface in com.hazelcast.impl
 
innerSet(V) - Method in class com.hazelcast.core.DistributedTask.Inner
 
innerSet(V) - Method in interface com.hazelcast.impl.InnerFutureTask
 
innerSetCancelled() - Method in class com.hazelcast.core.DistributedTask.Inner
 
innerSetCancelled() - Method in interface com.hazelcast.impl.InnerFutureTask
 
innerSetException(Throwable, boolean) - Method in class com.hazelcast.core.DistributedTask.Inner
 
innerSetException(Throwable, boolean) - Method in interface com.hazelcast.impl.InnerFutureTask
 
innerSetMemberLeft(Member) - Method in class com.hazelcast.core.DistributedTask.Inner
 
innerSetMemberLeft(Member) - Method in interface com.hazelcast.impl.InnerFutureTask
 
InOutSelector - Class in com.hazelcast.nio
 
InOutSelector(ConnectionManager) - Constructor for class com.hazelcast.nio.InOutSelector
 
inputStreamToString(InputStream) - Static method in class com.hazelcast.impl.Util
 
InRunnable - Class in com.hazelcast.client
 
InRunnable(HazelcastClient, OutRunnable, Map<Long, Call>, PacketReader) - Constructor for class com.hazelcast.client.InRunnable
 
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
This is an asynchronous cache access strategy.
insert(Object, Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
Installer - Class in com.hazelcast.web
 
Installer() - Constructor for class com.hazelcast.web.Installer
 
Instance - Interface in com.hazelcast.core
 
instance - Variable in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
Instance.InstanceType - Enum in com.hazelcast.core
 
INSTANCE_DESTROYED - Static variable in interface com.hazelcast.impl.CountDownLatchProxy
 
INSTANCE_DESTROYED - Static variable in interface com.hazelcast.impl.SemaphoreProxy
 
instanceCreated(InstanceEvent) - Method in interface com.hazelcast.core.InstanceListener
 
instanceCreated(InstanceEvent) - Method in class com.hazelcast.impl.ClientEndpoint
 
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.impl.ClientEndpoint
 
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
 
InstanceListenerManager - Class in com.hazelcast.client.impl
 
InstanceListenerManager(HazelcastClient) - Constructor for class com.hazelcast.client.impl.InstanceListenerManager
 
instanceOf(Class) - Static method in class com.hazelcast.query.Predicates
 
instanceType - Variable in class com.hazelcast.client.MapEntryIterator
 
instanceType - Variable in class com.hazelcast.client.MapEntrySetIterator
 
instanceType - Variable in class com.hazelcast.impl.ListenerManager.ListenerItem
 
Interfaces - Class in com.hazelcast.config
 
Interfaces() - Constructor for class com.hazelcast.config.Interfaces
 
INTERNAL_OPS_EXECUTOR_NAME - Static variable in class com.hazelcast.impl.BaseManager
 
interruptWaitingCalls() - Method in class com.hazelcast.client.IORunnable
 
interruptWaitingCalls() - Method in class com.hazelcast.client.OutRunnable
 
interruptWaitingCallsAndShutdown(boolean) - Method in class com.hazelcast.client.IORunnable
 
inThread - Variable in class com.hazelcast.impl.base.CpuUtilization
 
invalidate(K) - Method in class com.hazelcast.client.GuavaNearCacheImpl
 
invalidate(K) - Method in interface com.hazelcast.client.NearCache
 
invalidate() - Method in class com.hazelcast.impl.DefaultNearCacheRecord
 
invalidate() - Method in class com.hazelcast.impl.DefaultRecord
 
invalidate(Data) - Method in class com.hazelcast.impl.NearCache
 
invalidate() - Method in interface com.hazelcast.impl.NearCacheRecord
 
invalidate() - Method in interface com.hazelcast.impl.Record
 
invalidate() - Method in class com.hazelcast.impl.SimpleRecord
 
invalidateScheduledActionsFor(Address, Set<Integer>) - Method in class com.hazelcast.cluster.ClusterManager
 
invalidateValueCache() - Method in class com.hazelcast.impl.AbstractRecord
 
invalidateValueCache() - Method in class com.hazelcast.impl.DefaultRecord
 
Invalidation - Class in com.hazelcast.hibernate.local
 
Invalidation() - Constructor for class com.hazelcast.hibernate.local.Invalidation
 
Invalidation(Object, Object) - Constructor for class com.hazelcast.hibernate.local.Invalidation
 
invoke() - Method in class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
invoke() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
invoke(String, Object[], String[]) - Method in class com.hazelcast.jmx.AbstractMBean
invoke() in interface DynamicMBean
invokeAll(Collection) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
invokeAll(Collection, long, TimeUnit) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
invokeAll(Collection) - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
invokeAll(Collection, long, TimeUnit) - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
invokeAny(Collection) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
invokeAny(Collection, long, TimeUnit) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
invokeAny(Collection) - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
invokeAny(Collection, long, TimeUnit) - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
IO_THREAD_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
IORunnable - Class in com.hazelcast.client
 
IORunnable(HazelcastClient, Map<Long, Call>) - Constructor for class com.hazelcast.client.IORunnable
 
IOService - Interface in com.hazelcast.nio
 
IOUtil - Class in com.hazelcast.client
 
IOUtil() - Constructor for class com.hazelcast.client.IOUtil
 
IOUtil - Class in com.hazelcast.nio
 
IOUtil() - Constructor for class com.hazelcast.nio.IOUtil
 
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.AbstractSimpleRecord
 
isActive() - Method in class com.hazelcast.impl.BaseManager
 
isActive() - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
isActive() - Method in class com.hazelcast.impl.Node
 
isActive() - Method in interface com.hazelcast.impl.Record
 
isActive() - Method in class com.hazelcast.impl.TestUtil.Employee
 
isActive() - Method in interface com.hazelcast.monitor.MemberHealthStats
 
isActive() - Method in interface com.hazelcast.nio.IOService
 
isActive() - Method in class com.hazelcast.nio.NodeIOService
 
isAddHazelcastLib() - Method in class com.hazelcast.web.Installer
 
isAppsSharingSessions() - Method in class com.hazelcast.web.Installer
 
isArrayByteBase64(byte[]) - Static method in class com.hazelcast.util.Base64
 
isAtomicNumber() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isAuthenticated() - Method in class com.hazelcast.impl.ClientEndpoint
 
isBackup(Address, int) - Method in class com.hazelcast.impl.partition.PartitionInfo
 
isBase64(String) - Static method in class com.hazelcast.util.Base64
 
isBase64(byte) - Static method in class com.hazelcast.util.Base64
 
isBinary() - Method in enum com.hazelcast.nio.Connection.Type
 
isBlocking() - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
isBlocking() - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
isBooleanRequest() - Method in class com.hazelcast.impl.Request
 
isCacheValue() - Method in class com.hazelcast.config.MapConfig
Returns if the entry values are cached
isCacheValue() - Method in class com.hazelcast.impl.CMap
 
isCancelled() - Method in class com.hazelcast.client.AsyncClientCall
 
isCancelled() - Method in class com.hazelcast.core.DistributedTask
 
isCancelled() - Method in class com.hazelcast.impl.AsyncCall
 
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
isClearQuick() - Method in class com.hazelcast.impl.CMap
 
isClient() - Method in class com.hazelcast.impl.CallContext
 
isClient() - Method in class com.hazelcast.impl.ThreadContext
Is this thread remote Java or CSharp Client thread?
isClient() - Method in class com.hazelcast.nio.Connection
 
isClient() - Method in enum com.hazelcast.nio.Connection.Type
 
isClient() - Method in interface com.hazelcast.nio.IOService
 
isClient() - Method in class com.hazelcast.nio.NodeIOService
 
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
 
isConnected() - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
isConnected() - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
isConnectionPending() - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
isConnectionPending() - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
isCountDownLatch() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isData(byte) - Static method in class com.hazelcast.util.Base64
 
isDirty() - Method in class com.hazelcast.impl.AbstractRecord
 
isDirty() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
isDirty() - Method in interface com.hazelcast.impl.Record
 
isDone() - Method in class com.hazelcast.client.AsyncClientCall
 
isDone() - Method in class com.hazelcast.core.DistributedTask.Inner
 
isDone() - Method in class com.hazelcast.core.DistributedTask
 
isDone() - Method in class com.hazelcast.impl.AsyncCall
 
isDone() - Method in interface com.hazelcast.impl.InnerFutureTask
 
ISemaphore - Interface in com.hazelcast.core
ISemaphore is a backed-up distributed implementation of java.util.concurrent.Semaphore.
isEmpty() - Method in class com.hazelcast.client.MapClientProxy
 
isEmpty() - Method in class com.hazelcast.client.ValueCollection
 
isEmpty() - Method in class com.hazelcast.impl.base.Values
 
isEmpty(String) - Method in class com.hazelcast.impl.ConcurrentMapManager.MEmpty
 
isEmpty() - Method in class com.hazelcast.impl.MProxyImpl
 
isEmpty() - Method in class com.hazelcast.impl.NearCache
 
isEmpty() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains no elements.
isEmpty() - Method in class com.hazelcast.util.SetFromMap
 
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
 
isEnabled() - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
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.

isEvictable() - Method in class com.hazelcast.impl.AbstractRecord
 
isEvictable() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
isEvictable() - Method in interface com.hazelcast.impl.Record
 
isEvicted() - Method in class com.hazelcast.impl.AbstractRecord
 
isExplicitVersionCheckEnabled(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
isFactoryEnabled() - Method in class com.hazelcast.config.SemaphoreConfig
 
isFalse(byte, int) - Static method in class com.hazelcast.util.ByteUtil
Checks if the index-th bit of number is NOT set.
isFireNforget() - Method in class com.hazelcast.client.Call
 
isGlobalLock() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
isGlobalLock() - Method in class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
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
 
isInterruptible() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
isInvalidateOnChange() - Method in class com.hazelcast.config.NearCacheConfig
 
isIpAddress(String) - Static method in class com.hazelcast.util.AddressUtil
 
isIPv4() - Method in class com.hazelcast.nio.Address
 
isIPv4() - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
isIPv6() - Method in class com.hazelcast.nio.Address
 
isIPv6() - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
isList() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isList() - Method in class com.hazelcast.impl.CMap
 
isLiteMember() - Method in class com.hazelcast.config.Config
 
isLiteMember() - Method in interface com.hazelcast.core.Member
Returns if this member is a LiteMember.
isLiteMember(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
isLiteMember() - Method in class com.hazelcast.impl.BaseManager
 
isLiteMember() - Method in class com.hazelcast.impl.MemberImpl
 
isLiteMember() - Method in class com.hazelcast.impl.Node
 
isLive() - Method in class com.hazelcast.impl.management.ConnectionInfo
 
isLive() - Method in class com.hazelcast.nio.ConnectionManager
 
isLoadable() - Method in class com.hazelcast.impl.AbstractRecord
True if record is not removed (map.remove() ...) and either is not active or not valid or has not value (may because of locking)
isLoadable() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
isLoadable() - Method in interface com.hazelcast.impl.Record
 
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 class com.hazelcast.client.LockClientProxy
 
isLocked(K) - Method in class com.hazelcast.client.MapClientProxy
 
isLocked() - Method in interface com.hazelcast.core.ILock
 
isLocked(K) - Method in interface com.hazelcast.core.IMap
Checks the lock for the specified key.
isLocked() - Method in class com.hazelcast.impl.AbstractRecord
 
isLocked() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
isLocked() - Method in class com.hazelcast.impl.base.DistributedLock
 
isLocked() - Method in class com.hazelcast.impl.LockProxyImpl
 
isLocked(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
isLocked() - Method in interface com.hazelcast.impl.Record
 
isLockedBy(Address, int) - Method in class com.hazelcast.impl.base.DistributedLock
 
isLoggable(Level) - Method in interface com.hazelcast.logging.ILogger
 
isLongRequest() - Method in class com.hazelcast.impl.Request
 
isMap() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isMap() - Method in class com.hazelcast.impl.CMap
 
isMapLoader() - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
isMapStore() - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
isMaster() - Method in class com.hazelcast.impl.BaseManager
 
isMaster() - Method in class com.hazelcast.impl.Node
 
isMemcacheEnabled() - Method in interface com.hazelcast.nio.IOService
 
isMemcacheEnabled() - Method in class com.hazelcast.nio.NodeIOService
 
isMigrating(Request, int) - Method in class com.hazelcast.impl.BaseManager
 
isMigrating(Request) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
isMigrating(Request, int) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
isMigration() - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
isMinimalPutsEnabledByDefault() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
isMultiMap() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isMultiMap() - Method in class com.hazelcast.impl.CMap
 
isNativeClient(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
isNew(String, Object) - Method in class com.hazelcast.impl.TransactionImpl
 
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
 
isObjectRequest() - Method in class com.hazelcast.impl.Request
 
isOpen() - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
isOpen() - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
isOrdered() - Method in class com.hazelcast.config.MapIndexConfig
 
isOrdered() - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
isOrdered() - Method in class com.hazelcast.query.Index
 
isOutOfMemory() - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
isOutOfMemory() - Method in class com.hazelcast.impl.Node
 
isOutOfMemory() - Method in interface com.hazelcast.monitor.MemberHealthStats
 
isOwnedPartitionMigrating(int) - Method in class com.hazelcast.impl.PartitionManager
 
isOwnerOrBackup(Address, int) - Method in class com.hazelcast.impl.partition.PartitionInfo
 
isOwnerOrMemberAddress(Address) - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 
isPad(byte) - Static method in class com.hazelcast.util.Base64
 
isPartitionMigrating(int) - Method in class com.hazelcast.impl.PartitionManager
 
isPartitionMigrating(int, int) - Method in class com.hazelcast.impl.PartitionManager
 
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
 
isReadBackupData() - Method in class com.hazelcast.impl.CMap
 
isRemovable() - Method in class com.hazelcast.impl.AbstractRecord
 
isRemovable() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
isRemovable() - Method in interface com.hazelcast.impl.Record
 
isRemoved() - Method in class com.hazelcast.impl.AbstractRecord
 
isRemoved() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
isRemoved() - Method in interface com.hazelcast.impl.Record
 
isRemoved(String, Object) - Method in class com.hazelcast.impl.TransactionImpl
 
isReplaceOld() - Method in class com.hazelcast.web.Installer
 
isRequest() - Method in class com.hazelcast.cluster.JoinInfo
 
isRestEnabled() - Method in interface com.hazelcast.nio.IOService
 
isRestEnabled() - Method in class com.hazelcast.nio.NodeIOService
 
isReuseAddress() - Method in class com.hazelcast.config.Config
Deprecated.
isReuseAddress() - Method in class com.hazelcast.config.NetworkConfig
 
isReuseSocketAddress() - Method in interface com.hazelcast.nio.IOService
 
isReuseSocketAddress() - Method in class com.hazelcast.nio.NodeIOService
 
isRunning() - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
isRunning() - Method in interface com.hazelcast.core.LifecycleService
 
isRunning() - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
isRunning() - Method in class com.hazelcast.jmx.ClusterMBean
 
isRunning() - Method in class com.hazelcast.util.ThreadStats
 
isSemaphore() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isServiceThread() - Method in class com.hazelcast.impl.Node
 
isSet() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isSet() - Method in class com.hazelcast.impl.CMap
 
isShuffle() - Method in class com.hazelcast.client.ClientConfig
 
isShutdown() - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
isShutdown() - Method in class com.hazelcast.impl.ExecutorServiceProxy
Hazelcast ExecutorService cannot be really shut down.
isSocketBindAny() - Method in interface com.hazelcast.nio.IOService
 
isSocketBindAny() - Method in class com.hazelcast.nio.NodeIOService
 
isSocketPortAutoIncrement() - Method in interface com.hazelcast.nio.IOService
 
isSocketPortAutoIncrement() - Method in class com.hazelcast.nio.NodeIOService
 
isStrong() - Method in class com.hazelcast.query.Index
 
isStrong() - Method in class com.hazelcast.query.QueryContext
 
isSuitable(Object) - Method in class com.hazelcast.nio.CustomSerializerAdapter
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.BigIntegerSerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.BooleanSerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.ByteArraySerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.ClassSerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.DateSerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.Externalizer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.IntegerSerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.LongSerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.ObjectSerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.DefaultSerializer.StringSerializer
 
isSuitable(Object) - Method in class com.hazelcast.nio.Serializer.DataSerializer
 
isSuitable(Object) - Method in interface com.hazelcast.nio.TypeSerializer
 
isSuperClient() - Method in interface com.hazelcast.core.Member
Deprecated.
as of version 2.0
isSuperClient(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
Deprecated.
isSuperClient() - Method in class com.hazelcast.impl.MemberImpl
Deprecated.
isSuperClient() - Method in class com.hazelcast.jmx.MemberMBean
 
isTerminated() - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
isTerminated() - Method in class com.hazelcast.impl.ExecutorServiceProxy
Hazelcast ExecutorService cannot be really shut down.
isTopic() - Method in enum com.hazelcast.core.Instance.InstanceType
 
isTransactionAware() - Method in class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
isTrue(byte, int) - Static method in class com.hazelcast.util.ByteUtil
Checks if the index-th bit of number is set.
isUpdateAutomatic() - Method in class com.hazelcast.client.ClientConfig
 
isValid() - Method in class com.hazelcast.client.ClientMapEntry
 
isValid() - Method in interface com.hazelcast.core.MapEntry
 
isValid(long) - Method in class com.hazelcast.impl.AbstractRecord
 
isValid() - Method in class com.hazelcast.impl.AbstractRecord
 
isValid(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
isValid() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
isValid() - Method in class com.hazelcast.impl.base.DataRecordEntry
 
isValid() - Method in class com.hazelcast.impl.base.ScheduledAction
 
isValid() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
isValid(long) - Method in interface com.hazelcast.impl.Record
 
isValid() - Method in interface com.hazelcast.impl.Record
 
isValid() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
isValueIndexed() - Method in class com.hazelcast.config.MapConfig
Returns if the value of the mapEntry should be indexed for faster containsValue(obj) operations.
isWhiteSpace(byte) - Static method in class com.hazelcast.util.Base64
 
it - Variable in class com.hazelcast.client.MapEntryIterator
 
it - Variable in class com.hazelcast.client.MapEntrySetIterator
 
itemAdded(ItemEvent<E>) - Method in interface com.hazelcast.core.ItemListener
Invoked when an item is added.
itemAdded(ItemEvent) - Method in class com.hazelcast.examples.TestApp
 
itemAdded(ItemEvent) - Method in class com.hazelcast.impl.ClientHandlerService.ClientItemListener
 
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
 
ItemListenerManager - Class in com.hazelcast.client.impl
 
ItemListenerManager(EntryListenerManager) - Constructor for class com.hazelcast.client.impl.ItemListenerManager
 
itemRemoved(ItemEvent<E>) - Method in interface com.hazelcast.core.ItemListener
Invoked when an item is removed.
itemRemoved(ItemEvent) - Method in class com.hazelcast.examples.TestApp
 
itemRemoved(ItemEvent) - Method in class com.hazelcast.impl.ClientHandlerService.ClientItemListener
 
iterate(String) - Method in class com.hazelcast.impl.BlockingQueueManager
 
iterator() - Method in class com.hazelcast.client.CollectionClientProxy
 
iterator() - Method in class com.hazelcast.client.LightEntrySet
 
iterator() - Method in class com.hazelcast.client.LightEntrySetSet
 
iterator() - Method in class com.hazelcast.client.LightKeySet
 
iterator() - Method in class com.hazelcast.client.LightMultiMapEntrySet
 
iterator() - Method in class com.hazelcast.client.QueueClientProxy
 
iterator() - Method in class com.hazelcast.client.ValueCollection
 
iterator() - Method in class com.hazelcast.config.AbstractXmlConfigHelper.IterableNodeList
 
iterator() - Method in class com.hazelcast.impl.base.Values
 
iterator() - Method in class com.hazelcast.impl.Entries
 
iterator() - Method in class com.hazelcast.impl.Keys
 
iterator() - Method in class com.hazelcast.impl.ListProxyImpl
 
iterator() - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
iterator() - Method in interface com.hazelcast.impl.partition.MemberGroup
 
iterator() - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
iterator() - Method in class com.hazelcast.impl.QProxyImpl
 
iterator() - Method in class com.hazelcast.impl.SetProxyImpl
 
iterator() - Method in class com.hazelcast.query.MultiResultSet
 
iterator() - Method in class com.hazelcast.query.SingleResultSet
 
iterator() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class com.hazelcast.util.DoubleBlockingQueue
 
iterator() - Method in interface com.hazelcast.util.NavigableSet
Returns an iterator over the elements in this set, in ascending order.
iterator() - Method in class com.hazelcast.util.SetFromMap
 
iterator() - Method in class com.hazelcast.util.SimpleBlockingQueue
 
iterator() - Method in class com.hazelcast.util.SimpleBoundedQueue
 
ITopic<E> - Interface in com.hazelcast.core
 

J

JcaBase - Class in com.hazelcast.jca
 
JcaBase() - Constructor for class com.hazelcast.jca.JcaBase
 
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
 
join(AtomicBoolean) - Method in class com.hazelcast.impl.AbstractJoiner
 
join(AtomicBoolean) - Method in interface com.hazelcast.impl.Joiner
 
joined() - Method in class com.hazelcast.impl.Node
 
Joiner - Interface in com.hazelcast.impl
 
JoinInfo - Class in com.hazelcast.cluster
 
JoinInfo() - Constructor for class com.hazelcast.cluster.JoinInfo
 
JoinInfo(ILogger, boolean, Address, Config, NodeType, byte, int, int, int, String) - Constructor for class com.hazelcast.cluster.JoinInfo
 
JoinRequest - Class in com.hazelcast.cluster
 
JoinRequest() - Constructor for class com.hazelcast.cluster.JoinRequest
 
JoinRequest(Address, Config, NodeType, byte, int, String) - Constructor for class com.hazelcast.cluster.JoinRequest
 
JoinRequest(Address, Address, Config, NodeType, byte, int, String) - Constructor for class com.hazelcast.cluster.JoinRequest
 

K

KB - Static variable in class com.hazelcast.examples.SimpleFunctionalMapTest
 
key - Variable in class com.hazelcast.core.EntryEvent
 
key - Variable in class com.hazelcast.impl.AbstractSimpleRecord
 
key - Variable in class com.hazelcast.impl.base.KeyValue
 
key - Variable in class com.hazelcast.impl.ListenerManager.ListenerItem
 
key - Variable in class com.hazelcast.impl.Request
 
key() - Method in class com.hazelcast.query.EntryObject
 
keyFor(Selector) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
keyFor(Selector) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
keys(Predicate) - Method in class com.hazelcast.client.ProxyHelper
 
Keys - Class in com.hazelcast.impl
 
Keys() - Constructor for class com.hazelcast.impl.Keys
 
Keys(Collection<Data>) - Constructor for class com.hazelcast.impl.Keys
 
keySet(Predicate) - Method in class com.hazelcast.client.MapClientProxy
 
keySet() - Method in class com.hazelcast.client.MapClientProxy
 
keySet() - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
keySet() - Method in class com.hazelcast.impl.MProxyImpl
 
keySet(Predicate) - Method in class com.hazelcast.impl.MProxyImpl
 
keySet() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
keySet() - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class com.hazelcast.util.SortedHashMap
 
KeyValue - Class in com.hazelcast.client.impl
 
KeyValue() - Constructor for class com.hazelcast.client.impl.KeyValue
 
KeyValue - Class in com.hazelcast.impl.base
 
KeyValue() - Constructor for class com.hazelcast.impl.base.KeyValue
 
KeyValue(Data, Data) - Constructor for class com.hazelcast.impl.base.KeyValue
 
kill() - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
kill() - Method in interface com.hazelcast.core.LifecycleService
 
kill(FactoryImpl) - Static method in class com.hazelcast.impl.FactoryImpl
 
kill() - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
KILO_BYTE - Static variable in interface com.hazelcast.impl.Constants.IO
 

L

last() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
lastAccessTime - Variable in class com.hazelcast.impl.AbstractRecord
 
lastEntry - Variable in class com.hazelcast.client.MapEntryIterator
 
lastEntry - Variable in class com.hazelcast.client.MapEntrySetIterator
 
lastEntry() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in interface com.hazelcast.util.NavigableMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastIndexOf(Object) - Method in class com.hazelcast.client.ListClientProxy
 
lastIndexOf(Object) - Method in class com.hazelcast.impl.ListProxyImpl
 
lastKey() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
lastMultiMapEntry - Variable in class com.hazelcast.client.MultiMapEntryIterator
 
lastPing - Variable in class com.hazelcast.impl.MemberImpl
 
lastRead - Variable in class com.hazelcast.impl.MemberImpl
 
lastReadTime() - Method in class com.hazelcast.nio.Connection
 
lastStoredTime - Variable in class com.hazelcast.impl.AbstractRecord
 
lastTime - Variable in class com.hazelcast.impl.Request
 
lastUpdateTime - Variable in class com.hazelcast.impl.AbstractRecord
 
lastWrite - Variable in class com.hazelcast.impl.MemberImpl
 
lastWriteTime() - Method in class com.hazelcast.nio.Connection
 
LatestUpdateMergePolicy - Class in com.hazelcast.merge
 
LatestUpdateMergePolicy() - Constructor for class com.hazelcast.merge.LatestUpdateMergePolicy
 
lazySet(long) - Method in class com.hazelcast.client.AtomicNumberClientProxy
Deprecated.
lazySet(long) - Method in interface com.hazelcast.core.AtomicNumber
Deprecated.
lazySet(long) - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
Deprecated.
LENGTH - Static variable in enum com.hazelcast.impl.ClusterOperation
 
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
 
LFUMapEntryComparator - Class in com.hazelcast.impl.concurrentmap
 
LFUMapEntryComparator() - Constructor for class com.hazelcast.impl.concurrentmap.LFUMapEntryComparator
 
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.
LifecycleServiceClientImpl - Class in com.hazelcast.client
 
LifecycleServiceClientImpl(HazelcastClient) - Constructor for class com.hazelcast.client.LifecycleServiceClientImpl
 
LifecycleServiceImpl - Class in com.hazelcast.impl
 
LifecycleServiceImpl(FactoryImpl) - Constructor for class com.hazelcast.impl.LifecycleServiceImpl
 
LightEntrySet<K,V> - Class in com.hazelcast.client
 
LightEntrySet(Set<K>, MapClientProxy<K, V>, Instance.InstanceType) - Constructor for class com.hazelcast.client.LightEntrySet
 
LightEntrySetSet<K,V> - Class in com.hazelcast.client
 
LightEntrySetSet(Collection, MapClientProxy<K, V>, Instance.InstanceType) - Constructor for class com.hazelcast.client.LightEntrySetSet
 
LightKeySet<E> - Class in com.hazelcast.client
 
LightKeySet(EntryHolder<?, ?>, Set<E>) - Constructor for class com.hazelcast.client.LightKeySet
 
LightMultiMapEntrySet<K,V> - Class in com.hazelcast.client
 
LightMultiMapEntrySet(Set<K>, MultiMapClientProxy, Instance.InstanceType) - Constructor for class com.hazelcast.client.LightMultiMapEntrySet
 
like(Expression<String>, String) - Static method in class com.hazelcast.query.Predicates
 
LineReader - Interface in com.hazelcast.examples
 
ListClientProxy<E> - Class in com.hazelcast.client
 
ListClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.ListClientProxy
 
listener - Variable in class com.hazelcast.impl.ListenerManager.ListenerItem
 
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
 
ListenerManager - Class in com.hazelcast.client.impl
 
ListenerManager(HazelcastClient) - Constructor for class com.hazelcast.client.impl.ListenerManager
 
ListenerManager - Class in com.hazelcast.impl
 
listenerManager - Variable in class com.hazelcast.impl.Node
 
ListenerManager.AddRemoveListener - Class in com.hazelcast.impl
 
ListenerManager.AddRemoveListener(String, boolean, boolean) - Constructor for class com.hazelcast.impl.ListenerManager.AddRemoveListener
 
ListenerManager.ListenerItem - Class in com.hazelcast.impl
 
ListenerManager.ListenerItem() - Constructor for class com.hazelcast.impl.ListenerManager.ListenerItem
 
ListenerManager.ListenerItem(String, Object, Object, boolean, Instance.InstanceType) - Constructor for class com.hazelcast.impl.ListenerManager.ListenerItem
 
ListenerManager.ListenerItem(String, Object, Object, boolean, Instance.InstanceType, boolean) - Constructor for class com.hazelcast.impl.ListenerManager.ListenerItem
 
listens(DataAwareEntryEvent) - Method in class com.hazelcast.impl.ListenerManager.ListenerItem
 
listIterator() - Method in class com.hazelcast.client.ListClientProxy
 
listIterator(int) - Method in class com.hazelcast.client.ListClientProxy
 
ListMBean - Class in com.hazelcast.jmx
MBean for Collections
ListMBean(IList<?>, ManagementService) - Constructor for class com.hazelcast.jmx.ListMBean
 
ListProxy<E> - Interface in com.hazelcast.impl
 
ListProxyImpl - Class in com.hazelcast.impl
 
ListProxyImpl() - Constructor for class com.hazelcast.impl.ListProxyImpl
 
ListProxyImpl(String, FactoryImpl) - Constructor for class com.hazelcast.impl.ListProxyImpl
 
live() - Method in class com.hazelcast.nio.Connection
 
live - Variable in class com.hazelcast.nio.InOutSelector
 
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.
load(Object) - Method in class com.hazelcast.examples.DummyStore
 
load(Object) - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
loadAll(Collection<K>) - Method in interface com.hazelcast.core.MapLoader
Loads given keys.
loadAll(Collection) - Method in class com.hazelcast.examples.DummyStore
 
loadAll(Collection) - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
loadAllKeys() - Method in interface com.hazelcast.core.MapLoader
Loads all of the keys from the store.
loadAllKeys() - Method in class com.hazelcast.examples.DummyStore
 
loadAllKeys() - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
loadClass(String) - Static method in class com.hazelcast.nio.AbstractSerializer
 
loadClass(ClassLoader, String) - Static method in class com.hazelcast.nio.AbstractSerializer
 
loadClass(String) - Method in class com.hazelcast.nio.DefaultSerializer.ClassSerializer
 
loadClass(String) - Method in class com.hazelcast.nio.Serializer.DataSerializer
 
loadClass(String) - Static method in class com.hazelcast.nio.Serializer
 
loadClass(ClassLoader, String) - Static method in class com.hazelcast.nio.Serializer
 
loadInstance() - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
 
local - Variable in class com.hazelcast.impl.Request
 
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
 
localIdGen - Variable in class com.hazelcast.impl.BaseManager
 
LocalInstanceOperationStats - Interface in com.hazelcast.monitor
 
LocalInstanceStats<T extends LocalInstanceOperationStats> - Interface in com.hazelcast.monitor
 
localKeySet() - Method in class com.hazelcast.client.MapClientProxy
 
localKeySet(Predicate) - Method in class com.hazelcast.client.MapClientProxy
 
localKeySet() - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
localKeySet() - Method in class com.hazelcast.impl.MProxyImpl
 
localKeySet(Predicate) - Method in class com.hazelcast.impl.MProxyImpl
 
localKeySet() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
localListener - Variable in class com.hazelcast.impl.ListenerManager.ListenerItem
 
LocalLock - Class in com.hazelcast.impl.concurrentmap
 
LocalLock(int) - Constructor for class com.hazelcast.impl.concurrentmap.LocalLock
 
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.
localMember - Variable in class com.hazelcast.impl.MemberImpl
 
localMember() - Method in class com.hazelcast.impl.MemberImpl
 
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
 
LocalRegionCache - Class in com.hazelcast.hibernate.local
 
LocalRegionCache(String, HazelcastInstance, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.local.LocalRegionCache
 
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
 
LocalUpdateListener - Interface in com.hazelcast.impl
 
locateConfig(String) - Static method in class com.hazelcast.config.ConfigLoader
 
lock() - Method in class com.hazelcast.client.LockClientProxy
 
lock(K) - Method in class com.hazelcast.client.MapClientProxy
 
lock(K) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
LOCK - Static variable in class com.hazelcast.core.Prefix
 
lock(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
lock - Variable in class com.hazelcast.impl.AbstractRecord
 
lock(int, Address) - Method in class com.hazelcast.impl.AbstractRecord
 
lock(int, Address) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
lock(Address, int) - Method in class com.hazelcast.impl.base.DistributedLock
 
lock(String, Object, long) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
lock() - Method in class com.hazelcast.impl.LockProxyImpl
 
lock(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
lock(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
lock(int, Address) - Method in interface com.hazelcast.impl.Record
 
LOCK_TIMEOUT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
LOCK_TIMEOUT_SECONDS - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Deprecated.
lockAddress - Variable in class com.hazelcast.impl.Request
 
lockAddress - Variable in class com.hazelcast.nio.Packet
 
LockClientProxy - Class in com.hazelcast.client
 
LockClientProxy(Object, HazelcastClient) - Constructor for class com.hazelcast.client.LockClientProxy
 
lockCount - Variable in class com.hazelcast.impl.Request
 
lockCount - Variable in class com.hazelcast.nio.Packet
 
LockInfo - Class in com.hazelcast.impl.management
 
LockInfo() - Constructor for class com.hazelcast.impl.management.LockInfo
 
LockInfo(String, String, long, int, int) - Constructor for class com.hazelcast.impl.management.LockInfo
 
LockInformationCallable - Class in com.hazelcast.impl.management
 
LockInformationCallable() - Constructor for class com.hazelcast.impl.management.LockInformationCallable
 
LockInformationCallable.MapLockState - Class in com.hazelcast.impl.management
 
LockInformationCallable.MapLockState() - Constructor for class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
lockInterruptibly() - Method in class com.hazelcast.client.LockClientProxy
 
lockInterruptibly() - Method in class com.hazelcast.impl.LockProxyImpl
 
lockItem(Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
lockMap(long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
lockMap(long, TimeUnit) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
lockMap(Request) - Method in class com.hazelcast.impl.CMap
 
lockMap(long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 
lockMap(long, TimeUnit) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
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
 
LockProxy - Interface in com.hazelcast.impl
 
LockProxyImpl - Class in com.hazelcast.impl
 
LockProxyImpl() - Constructor for class com.hazelcast.impl.LockProxyImpl
 
lockRegion() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
NO-OP
lockRegion() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Lock the entire region
lockRegion() - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
lockRegion() - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
lockRegion() - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
LOCKS_MAP_HAZELCAST - Static variable in class com.hazelcast.core.Prefix
The Constant LOCKS_MAP_HAZELCAST: "c:__hz_Locks"
lockThreadId - Variable in class com.hazelcast.impl.Request
 
LOG - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
log(Object, Object) - Method in class com.hazelcast.jca.JcaBase
 
log(Level, String) - Method in interface com.hazelcast.logging.ILogger
 
log(Level, String, Throwable) - Method in interface com.hazelcast.logging.ILogger
 
log(LogEvent) - Method in interface com.hazelcast.logging.ILogger
 
log(LogEvent) - Method in interface com.hazelcast.logging.LogListener
 
log(Object) - Method in class com.hazelcast.web.WebFilter
 
Log4jFactory - Class in com.hazelcast.logging
 
Log4jFactory() - Constructor for class com.hazelcast.logging.Log4jFactory
 
LOG_STATE - Variable in class com.hazelcast.impl.GroupProperties
 
logAtMaster(Level, String) - Method in class com.hazelcast.cluster.ClusterManager
 
logConnection(String) - Method in class com.hazelcast.impl.base.SystemLogService
 
LogEvent - Class in com.hazelcast.logging
 
LogEvent(LogRecord, String, Member) - Constructor for class com.hazelcast.logging.LogEvent
 
LogFormatter - Class in com.hazelcast.impl
 
LogFormatter() - Constructor for class com.hazelcast.impl.LogFormatter
 
logger - Variable in class com.hazelcast.impl.AbstractJoiner
 
logger - Variable in class com.hazelcast.impl.base.DefaultNodeInitializer
 
logger - Variable in class com.hazelcast.impl.BaseManager
 
logger - Static variable in class com.hazelcast.impl.management.ThreadDumpGenerator
 
logger - Static variable in class com.hazelcast.jca.JcaBase
 
logger - Static variable in class com.hazelcast.jmx.AbstractMBean
 
Logger - Class in com.hazelcast.logging
 
Logger() - Constructor for class com.hazelcast.logging.Logger
 
logger - Variable in class com.hazelcast.nio.ConnectionManager
 
logger - Variable in class com.hazelcast.nio.InOutSelector
 
logger - Static variable in class com.hazelcast.web.Installer
 
LoggerFactory - Interface in com.hazelcast.logging
 
LoggerFactorySupport - Class in com.hazelcast.logging
 
LoggerFactorySupport() - Constructor for class com.hazelcast.logging.LoggerFactorySupport
 
LOGGING_TYPE - Variable in class com.hazelcast.impl.GroupProperties
 
loggingService - Variable in class com.hazelcast.impl.Node
 
LoggingService - Interface in com.hazelcast.logging
 
LoggingServiceImpl - Class in com.hazelcast.logging
 
LoggingServiceImpl(SystemLogService, String, String, MemberImpl) - Constructor for class com.hazelcast.logging.LoggingServiceImpl
 
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
 
logJoin(String) - Method in class com.hazelcast.impl.base.SystemLogService
 
logLevel - Variable in class com.hazelcast.impl.management.SetLogLevelRequest
 
LogListener - Interface in com.hazelcast.logging
 
logNode(String) - Method in class com.hazelcast.impl.base.SystemLogService
 
logObject(CallStateAware, SystemLogService.Level, Object) - Method in class com.hazelcast.impl.base.SystemLogService
 
logPartition(String) - Method in class com.hazelcast.impl.base.SystemLogService
 
logRedo(Request, Constants.RedoType, boolean) - Method in class com.hazelcast.impl.BaseManager
 
logState(CallStateAware, SystemLogService.Level, SystemLog) - Method in class com.hazelcast.impl.base.SystemLogService
 
LongRunningTest - Class in com.hazelcast.examples
 
LongRunningTest() - Constructor for class com.hazelcast.examples.LongRunningTest
 
LongRunningTransactionTest - Class in com.hazelcast.examples
 
LongRunningTransactionTest() - Constructor for class com.hazelcast.examples.LongRunningTransactionTest
 
longValue - Variable in class com.hazelcast.impl.Request
 
longValue - Variable in class com.hazelcast.nio.Packet
 
lookForLiveConnection() - Method in class com.hazelcast.client.ConnectionManager
 
lower(E) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
lower(E) - Method in interface com.hazelcast.util.NavigableSet
Returns the greatest element in this set strictly less than the given element, or null if there is no such element.
lowerEntry(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
lowerEntry(K) - Method in interface com.hazelcast.util.NavigableMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
lowerKey(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
lowerKey(K) - Method in interface com.hazelcast.util.NavigableMap
Returns the greatest key strictly less than the given key, or null if there is no such key.
LRUMapEntryComparator - Class in com.hazelcast.impl.concurrentmap
 
LRUMapEntryComparator() - Constructor for class com.hazelcast.impl.concurrentmap.LRUMapEntryComparator
 
lsMembers - Variable in class com.hazelcast.impl.BaseManager
 

M

main(String[]) - Static method in class com.hazelcast.client.examples.SimpleMapTest
 
main(String[]) - Static method in class com.hazelcast.client.examples.TestClientApp
 
main(String[]) - Static method in class com.hazelcast.examples.AllTest
 
main(String[]) - Static method in class com.hazelcast.examples.ChatApplication
 
main(String[]) - Static method in class com.hazelcast.examples.LongRunningTest
 
main(String[]) - Static method in class com.hazelcast.examples.LongRunningTransactionTest
 
main(String[]) - Static method in class com.hazelcast.examples.SimpleFunctionalMapTest
 
main(String[]) - Static method in class com.hazelcast.examples.SimpleMapTest
 
main(String[]) - Static method in class com.hazelcast.examples.SimpleMultiMapTest
 
main(String[]) - Static method in class com.hazelcast.examples.SimpleQueueTest
 
main(String[]) - Static method in class com.hazelcast.examples.StartServer
 
main(String[]) - Static method in class com.hazelcast.examples.TestApp
 
main(String[]) - Static method in class com.hazelcast.impl.PlaceHolder
 
main(String[]) - Static method in class com.hazelcast.web.Installer
 
ManagedConnectionFactoryImpl - Class in com.hazelcast.jca
 
ManagedConnectionFactoryImpl() - Constructor for class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
ManagedConnectionImpl - Class in com.hazelcast.jca
 
ManagedConnectionImpl() - Constructor for class com.hazelcast.jca.ManagedConnectionImpl
 
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
 
ManagementCenterConfigCallable - Class in com.hazelcast.impl.management
 
ManagementCenterConfigCallable() - Constructor for class com.hazelcast.impl.management.ManagementCenterConfigCallable
 
ManagementCenterConfigCallable(String) - Constructor for class com.hazelcast.impl.management.ManagementCenterConfigCallable
 
ManagementCenterService - Class in com.hazelcast.impl.management
 
ManagementCenterService(FactoryImpl) - Constructor for class com.hazelcast.impl.management.ManagementCenterService
 
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_LOAD_CHUNK_SIZE - Variable in class com.hazelcast.impl.GroupProperties
 
MAP_LOAD_THREAD_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
MAP_OF_LIST - Static variable in class com.hazelcast.core.Prefix
The Constant MAP_OF_LIST: "c:q:l:"
mapCalls - Variable in class com.hazelcast.impl.BaseManager
 
MapClientProxy<K,V> - Class in com.hazelcast.client
 
MapClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.MapClientProxy
 
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
 
MapConfigRequest - Class in com.hazelcast.impl.management
 
MapConfigRequest() - Constructor for class com.hazelcast.impl.management.MapConfigRequest
 
MapConfigRequest(String, MapConfig) - Constructor for class com.hazelcast.impl.management.MapConfigRequest
 
MapConfigRequest(String, Address) - Constructor for class com.hazelcast.impl.management.MapConfigRequest
 
MapEntry<K,V> - Interface in com.hazelcast.core
 
MapEntryIterator<K,V> - Class in com.hazelcast.client
 
MapEntryIterator(Iterator<K>, EntryHolder<K, V>, Instance.InstanceType) - Constructor for class com.hazelcast.client.MapEntryIterator
 
MapEntryIterator.MapEntry - Class in com.hazelcast.client
 
MapEntryIterator.MapEntry(K, V, EntryHolder<K, V>) - Constructor for class com.hazelcast.client.MapEntryIterator.MapEntry
 
MapEntryMBean - Class in com.hazelcast.jmx
MBean for MapEntry
MapEntryMBean(IMap, Object) - Constructor for class com.hazelcast.jmx.MapEntryMBean
 
MapEntrySetIterator<K,V> - Class in com.hazelcast.client
 
MapEntrySetIterator(Iterator, EntryHolder<K, V>, Instance.InstanceType) - Constructor for class com.hazelcast.client.MapEntrySetIterator
 
MapEntrySetIterator.MapEntry - Class in com.hazelcast.client
 
MapEntrySetIterator.MapEntry(K, V, EntryHolder<K, V>) - Constructor for class com.hazelcast.client.MapEntrySetIterator.MapEntry
 
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.
MapMaxSizePolicy - Interface in com.hazelcast.impl
 
MapMBean - Class in com.hazelcast.jmx
MBean for Map
MapMBean(IMap, ManagementService) - Constructor for class com.hazelcast.jmx.MapMBean
 
mapMembers - Variable in class com.hazelcast.impl.BaseManager
 
mapName - Variable in class com.hazelcast.impl.management.GetMapConfigCallable
 
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
 
MapQueryCallable - Class in com.hazelcast.impl.concurrentmap
 
MapQueryCallable(String, ClusterOperation, Data, int) - Constructor for class com.hazelcast.impl.concurrentmap.MapQueryCallable
 
MapQueryCallable() - Constructor for class com.hazelcast.impl.concurrentmap.MapQueryCallable
 
MapSizeCallable - Class in com.hazelcast.impl.concurrentmap
 
MapSizeCallable(String, int) - Constructor for class com.hazelcast.impl.concurrentmap.MapSizeCallable
 
MapSizeCallable() - Constructor for class com.hazelcast.impl.concurrentmap.MapSizeCallable
 
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.
MapStoreWrapper - Class in com.hazelcast.impl.concurrentmap
 
MapStoreWrapper(Object, HazelcastInstance, Properties, String, boolean) - Constructor for class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
MapSystemLogFactory - Class in com.hazelcast.impl.concurrentmap
 
MapSystemLogFactory() - Constructor for class com.hazelcast.impl.concurrentmap.MapSystemLogFactory
 
markRemoved() - Method in class com.hazelcast.impl.AbstractRecord
 
markRemoved() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
markRemoved() - Method in interface com.hazelcast.impl.Record
 
markSupported() - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
Master - Class in com.hazelcast.cluster
The Class Master.
Master() - Constructor for class com.hazelcast.cluster.Master
Instantiates a new isMaster.
Master(Address) - Constructor for class com.hazelcast.cluster.Master
Instantiates a new isMaster.
MASTER_CONFIRMATION_INTERVAL_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
match(String[], String[], int) - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
match(AddressUtil.AddressMatcher) - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
match(String) - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
matchAnyInterface(String, Collection<String>) - Static method in class com.hazelcast.util.AddressUtil
 
matchInterface(String, String) - Static method in class com.hazelcast.util.AddressUtil
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
MAX_BACKUP_COUNT - Static variable in class com.hazelcast.config.MapConfig
 
MAX_CONCURRENT_OPERATION_LIMIT - Variable in class com.hazelcast.impl.GroupProperties
 
MAX_EVICTION_PERCENTAGE - Static variable in class com.hazelcast.config.MapConfig
 
MAX_JOIN_MERGE_TARGET_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
MAX_JOIN_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
MAX_NO_HEARTBEAT_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
MAX_NO_MASTER_CONFIRMATION_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
MAX_OPERATION_TIMEOUT - Variable in class com.hazelcast.impl.GroupProperties
 
MAX_REPLICA_COUNT - Static variable in class com.hazelcast.impl.partition.PartitionInfo
 
MAX_WAIT_SECONDS_BEFORE_JOIN - Variable in class com.hazelcast.impl.GroupProperties
 
maxIdleMillis - Variable in class com.hazelcast.impl.AbstractRecord
 
maxMemory - Variable in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 
maxOperationLimit - Variable in class com.hazelcast.impl.BaseManager
 
maxOperationTimeout - Variable in class com.hazelcast.impl.BaseManager
 
MaxSizeConfig - Class in com.hazelcast.config
 
MaxSizeConfig() - Constructor for class com.hazelcast.config.MaxSizeConfig
 
mbeanServer - Variable in class com.hazelcast.jmx.AbstractMBean
 
MC_ATOMIC_NUMBER_EXCLUDES - Variable in class com.hazelcast.impl.GroupProperties
 
MC_COUNT_DOWN_LATCH_EXCLUDES - Variable in class com.hazelcast.impl.GroupProperties
 
MC_MAP_EXCLUDES - Variable in class com.hazelcast.impl.GroupProperties
 
MC_MAX_INSTANCE_COUNT - Variable in class com.hazelcast.impl.GroupProperties
 
MC_QUEUE_EXCLUDES - Variable in class com.hazelcast.impl.GroupProperties
 
MC_SEMAPHORE_EXCLUDES - Variable in class com.hazelcast.impl.GroupProperties
 
MC_TOPIC_EXCLUDES - Variable in class com.hazelcast.impl.GroupProperties
 
MC_URL_CHANGE_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
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_LIST_PUBLISH_INTERVAL_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
MEMBER_REMOVED - Static variable in class com.hazelcast.core.MembershipEvent
 
memberAdded(MembershipEvent) - Method in class com.hazelcast.client.ConnectionManager
 
memberAdded(MembershipEvent) - Method in interface com.hazelcast.core.MembershipListener
Invoked when a new member is added to the cluster.
memberAdded(MembershipEvent) - Method in class com.hazelcast.impl.ClientEndpoint
 
memberAdded(MembershipEvent) - Method in class com.hazelcast.impl.management.ManagementCenterService
 
MemberConfigRequest - Class in com.hazelcast.impl.management
 
MemberConfigRequest() - Constructor for class com.hazelcast.impl.management.MemberConfigRequest
 
memberDoesNotExist() - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
memberDoesNotExist() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
MemberGroup - Interface in com.hazelcast.impl.partition
 
MemberGroupConfig - Class in com.hazelcast.config
 
MemberGroupConfig() - Constructor for class com.hazelcast.config.MemberGroupConfig
 
MemberGroupFactory - Interface in com.hazelcast.impl.partition
 
MemberHealthStats - Interface in com.hazelcast.monitor
 
MemberHealthStatsImpl - Class in com.hazelcast.impl.monitor
 
MemberHealthStatsImpl() - Constructor for class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
MemberImpl - Class in com.hazelcast.impl
 
MemberImpl() - Constructor for class com.hazelcast.impl.MemberImpl
 
MemberImpl(Address, boolean) - Constructor for class com.hazelcast.impl.MemberImpl
 
MemberImpl(Address, boolean, NodeType, String) - Constructor for class com.hazelcast.impl.MemberImpl
 
MemberInfo - Class in com.hazelcast.cluster
 
MemberInfo() - Constructor for class com.hazelcast.cluster.MemberInfo
 
MemberInfo(Address) - Constructor for class com.hazelcast.cluster.MemberInfo
 
MemberInfo(Address, NodeType, String) - Constructor for class com.hazelcast.cluster.MemberInfo
 
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
 
memberOnly() - Method in class com.hazelcast.cluster.ClusterManager.NoneMemberAsyncRemotelyBooleanOp
 
memberOnly() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
memberRemoved(MembershipEvent) - Method in class com.hazelcast.client.ConnectionManager
 
memberRemoved(MembershipEvent) - Method in interface com.hazelcast.core.MembershipListener
Invoked when an existing member leaves the cluster.
memberRemoved(MembershipEvent) - Method in class com.hazelcast.impl.ClientEndpoint
 
memberRemoved(MembershipEvent) - Method in class com.hazelcast.impl.management.ManagementCenterService
 
MemberRemover - Class in com.hazelcast.cluster
 
MemberRemover() - Constructor for class com.hazelcast.cluster.MemberRemover
 
MemberRemover(Address) - Constructor for class com.hazelcast.cluster.MemberRemover
 
members - Variable in class com.hazelcast.impl.partition.PartitionRuntimeState
 
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, Set<Member>) - Constructor for class com.hazelcast.core.MembershipEvent
 
MembershipListener - Interface in com.hazelcast.core
Cluster membership listener.
MembershipListenerManager - Class in com.hazelcast.client.impl
 
MembershipListenerManager(HazelcastClient) - Constructor for class com.hazelcast.client.impl.MembershipListenerManager
 
MemberSocketInterceptor - Interface in com.hazelcast.nio
 
MemberState - Interface in com.hazelcast.monitor
 
MemberStateImpl - Class in com.hazelcast.impl.monitor
 
MemberStateImpl() - Constructor for class com.hazelcast.impl.monitor.MemberStateImpl
 
MembersUpdateCall - Class in com.hazelcast.cluster
 
MembersUpdateCall() - Constructor for class com.hazelcast.cluster.MembersUpdateCall
 
MembersUpdateCall(Collection<MemberImpl>, long) - Constructor for class com.hazelcast.cluster.MembersUpdateCall
 
MEMCACHE_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
MemcacheEntry - Class in com.hazelcast.impl.ascii.memcache
 
MemcacheEntry(String, byte[], int) - Constructor for class com.hazelcast.impl.ascii.memcache.MemcacheEntry
 
MemcacheEntry() - Constructor for class com.hazelcast.impl.ascii.memcache.MemcacheEntry
 
merge(String, MapEntry, MapEntry) - Method in class com.hazelcast.hibernate.VersionAwareMergePolicy
 
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
 
MERGE_FIRST_RUN_DELAY_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
MERGE_NEXT_RUN_DELAY_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
MergeClusters - Class in com.hazelcast.impl
 
MergeClusters() - Constructor for class com.hazelcast.impl.MergeClusters
 
MergeClusters(Address) - Constructor for class com.hazelcast.impl.MergeClusters
 
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
 
mergeWanRecord(DataRecordEntry) - Method in class com.hazelcast.impl.ConcurrentMapManager
Should be called from ExecutorService threads.
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.
messageListener - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
MessageListenerManager - Class in com.hazelcast.client.impl
 
MessageListenerManager() - Constructor for class com.hazelcast.client.impl.MessageListenerManager
 
migrateKey(Object, HazelcastInstance, HazelcastInstance, int) - Static method in class com.hazelcast.impl.TestUtil
 
MigratingPartition - Class in com.hazelcast.impl.partition
 
MigratingPartition() - Constructor for class com.hazelcast.impl.partition.MigratingPartition
 
MigratingPartition(int, int, Address, Address) - Constructor for class com.hazelcast.impl.partition.MigratingPartition
 
MIGRATION_EXECUTOR_NAME - Static variable in class com.hazelcast.impl.PartitionManager
 
migrationCompleted(MigrationEvent) - Method in class com.hazelcast.impl.TestUtil.MigrationCompletionLatch
 
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 class com.hazelcast.impl.TestUtil.MigrationCompletionLatch
 
migrationFailed(MigrationEvent) - Method in interface com.hazelcast.partition.MigrationListener
 
MigrationListener - Interface in com.hazelcast.partition
 
MigrationNotification - Class in com.hazelcast.impl.partition
 
MigrationNotification() - Constructor for class com.hazelcast.impl.partition.MigrationNotification
 
MigrationNotification(MigrationStatus, MigrationRequestTask) - Constructor for class com.hazelcast.impl.partition.MigrationNotification
 
MigrationRequestTask - Class in com.hazelcast.impl.partition
 
MigrationRequestTask() - Constructor for class com.hazelcast.impl.partition.MigrationRequestTask
 
MigrationRequestTask(int, Address, Address, int, boolean) - Constructor for class com.hazelcast.impl.partition.MigrationRequestTask
 
MigrationRequestTask(int, Address, Address, int, boolean, boolean) - Constructor for class com.hazelcast.impl.partition.MigrationRequestTask
 
migrationStarted(MigrationEvent) - Method in class com.hazelcast.impl.TestUtil.MigrationCompletionLatch
 
migrationStarted(MigrationEvent) - Method in interface com.hazelcast.partition.MigrationListener
 
MigrationStatus - Enum in com.hazelcast.impl.partition
 
MigrationTask - Class in com.hazelcast.impl.partition
 
MigrationTask() - Constructor for class com.hazelcast.impl.partition.MigrationTask
 
MigrationTask(int, CostAwareRecordList, int, Address, boolean) - Constructor for class com.hazelcast.impl.partition.MigrationTask
 
MIN_BACKUP_COUNT - Static variable in class com.hazelcast.config.MapConfig
 
MIN_EVICTION_PERCENTAGE - Static variable in class com.hazelcast.config.MapConfig
 
mockCMap(String) - Static method in class com.hazelcast.impl.TestUtil
 
modify(File, File) - Method in class com.hazelcast.web.Installer
 
modifyWebXml(Document) - Method in class com.hazelcast.web.Installer
 
monitor - Variable in class com.hazelcast.client.ClientRunnable
 
MONTH_SECONDS - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
moveToTop(SortedHashMap, Object) - Static method in class com.hazelcast.util.SortedHashMap
 
MProxy - Interface in com.hazelcast.impl
 
MProxyImpl - Class in com.hazelcast.impl
 
MProxyImpl() - Constructor for class com.hazelcast.impl.MProxyImpl
 
MulticastConfig - Class in com.hazelcast.config
 
MulticastConfig() - Constructor for class com.hazelcast.config.MulticastConfig
 
MulticastJoiner - Class in com.hazelcast.impl
 
MulticastJoiner(Node) - Constructor for class com.hazelcast.impl.MulticastJoiner
 
MulticastListener - Interface in com.hazelcast.impl
 
MulticastService - Class in com.hazelcast.impl
 
MulticastService(Node, MulticastSocket) - Constructor for class com.hazelcast.impl.MulticastService
 
multicastService - Variable in class com.hazelcast.impl.Node
 
MultiData - Class in com.hazelcast.impl.concurrentmap
 
MultiData() - Constructor for class com.hazelcast.impl.concurrentmap.MultiData
 
MultiData(Data, Data) - Constructor for class com.hazelcast.impl.concurrentmap.MultiData
 
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:"
MultiMapClientProxy<K,V> - Class in com.hazelcast.client
 
MultiMapClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.MultiMapClientProxy
 
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
 
MultiMapEntryIterator - Class in com.hazelcast.client
 
MultiMapEntryIterator(Iterator, EntryHolder, Instance.InstanceType) - Constructor for class com.hazelcast.client.MultiMapEntryIterator
 
MultiMapMBean - Class in com.hazelcast.jmx
MBean for MultiMap
MultiMapMBean(MultiMap, ManagementService) - Constructor for class com.hazelcast.jmx.MultiMapMBean
 
MultiMapProxy - Interface in com.hazelcast.impl
 
MultiMapProxyImpl - Class in com.hazelcast.impl
 
MultiMapProxyImpl() - Constructor for class com.hazelcast.impl.MultiMapProxyImpl
 
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.client.CollectionClientProxy
 
name - Variable in class com.hazelcast.client.QueueClientProxy
 
name - Variable in class com.hazelcast.core.EntryEvent
 
NAME - Static variable in class com.hazelcast.hibernate.VersionAwareMergePolicy
 
name - Variable in class com.hazelcast.impl.base.FactoryAwareNamedProxy
 
name - Variable in class com.hazelcast.impl.ListenerManager.ListenerItem
 
name() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
name - Variable in class com.hazelcast.impl.Request
 
name - Variable in class com.hazelcast.impl.TestUtil.AbstractValue
 
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
 
name - Variable in class com.hazelcast.nio.Packet
 
NamedExecutorService - Class in com.hazelcast.impl
 
NamedExecutorService(String, ParallelExecutor) - Constructor for class com.hazelcast.impl.NamedExecutorService
 
nameMatches(String, String) - Static method in class com.hazelcast.config.Config
 
NATIVE_CLIENT_ADDRESS - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
NATIVE_CLIENT_GROUP - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
NATIVE_CLIENT_HOSTS - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Deprecated.
NATIVE_CLIENT_PASSWORD - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
navigableKeySet() - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
navigableKeySet() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
navigableKeySet() - Method in interface com.hazelcast.util.NavigableMap
Returns a NavigableSet view of the keys contained in this map.
NavigableMap<K,V> - Interface in com.hazelcast.util
A SortedMap extended with navigation methods returning the closest matches for given search targets.
NavigableSet<E> - Interface in com.hazelcast.util
A SortedSet extended with navigation methods reporting closest matches for given search targets.
NearCache<K,V> - Interface in com.hazelcast.client
 
NearCache - Class in com.hazelcast.impl
 
NearCache(CMap, SortedHashMap.OrderingType, int, long, long, boolean) - Constructor for class com.hazelcast.impl.NearCache
 
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
 
NearCacheRecord - Interface in com.hazelcast.impl
 
NetworkConfig - Class in com.hazelcast.config
 
NetworkConfig() - Constructor for class com.hazelcast.config.NetworkConfig
 
neverExpires() - Method in class com.hazelcast.impl.base.ScheduledAction
 
newBlockingParallelExecutor(int, int) - Method in class com.hazelcast.impl.executor.ParallelExecutorService
 
newCallId() - Static method in class com.hazelcast.client.ProxyHelper
 
newCondition() - Method in class com.hazelcast.client.LockClientProxy
 
newCondition() - Method in class com.hazelcast.impl.LockProxyImpl
 
newConfigPartitionStateGenerator(PartitionGroupConfig) - Static method in class com.hazelcast.impl.partition.PartitionStateGeneratorFactory
 
newContainsRequest(Data, Data) - Static method in class com.hazelcast.impl.TestUtil
 
newCredentials() - Method in interface com.hazelcast.security.ICredentialsFactory
Creates new Credentials object.
newCustomPartitionStateGenerator(MemberGroupFactory) - Static method in class com.hazelcast.impl.partition.PartitionStateGeneratorFactory
 
newEntries(String) - Method in class com.hazelcast.impl.TransactionImpl
 
newEvictRequest(Data) - Static method in class com.hazelcast.impl.TestUtil
 
newGetRequest(Data) - Static method in class com.hazelcast.impl.TestUtil
 
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).
newHazelcastInstanceProxy(Config) - Static method in class com.hazelcast.impl.FactoryImpl
 
newHazelcastInstanceProxy(Config, Boolean) - Static method in class com.hazelcast.impl.FactoryImpl
 
newHostAwarePartitionStateGenerator() - Static method in class com.hazelcast.impl.partition.PartitionStateGeneratorFactory
 
newId() - Method in class com.hazelcast.client.IdGeneratorClientProxy
 
newId() - Method in interface com.hazelcast.core.IdGenerator
Generates and returns cluster-wide unique id.
newId() - Method in class com.hazelcast.impl.IdGeneratorProxyImpl
 
newInputStream(ByteBuffer) - Static method in class com.hazelcast.nio.IOUtil
 
newInstance() - Static method in class com.hazelcast.impl.management.ThreadDumpGenerator
 
newInstance(ThreadMXBean) - Static method in class com.hazelcast.impl.management.ThreadDumpGenerator
 
newInstance(Class) - Static method in class com.hazelcast.nio.AbstractSerializer
 
newInstance(String) - Static method in class com.hazelcast.nio.Serializer
 
newInstance(Class) - Static method in class com.hazelcast.nio.Serializer
 
newInstanceData - Static variable in class com.hazelcast.impl.base.DistributedCountDownLatch
 
newKeys(String) - Method in class com.hazelcast.impl.TransactionImpl
 
newLiteMemberHazelcastInstance() - Static method in class com.hazelcast.core.Hazelcast
Creates a new HazelcastInstance Lite Member (a new node in a cluster).
newLoggerFactory(String) - Static method in class com.hazelcast.logging.Logger
 
newMapStore(String, Properties) - Method in interface com.hazelcast.core.MapStoreFactory
Produces a MapLoader or a MapStore for the given map name and properties.
newMemberGroupFactory(PartitionGroupConfig) - Static method in class com.hazelcast.impl.partition.PartitionStateGeneratorFactory
 
newObjectInputStream(InputStream) - Static method in class com.hazelcast.nio.AbstractSerializer
 
newOutputStream(ByteBuffer) - Static method in class com.hazelcast.nio.IOUtil
 
newParallelExecutor(int) - Method in class com.hazelcast.impl.executor.ParallelExecutorService
 
newParallelExecutor(int) - Method in class com.hazelcast.impl.ExecutorManager
 
newPutIfAbsentRequest(Data, Data, long) - Static method in class com.hazelcast.impl.TestUtil
 
newPutRequest(Data, Data) - Static method in class com.hazelcast.impl.TestUtil
 
newPutRequest(Data, Data, long) - Static method in class com.hazelcast.impl.TestUtil
 
newRandomPartitionStateGenerator() - Static method in class com.hazelcast.impl.partition.PartitionStateGeneratorFactory
 
newRecord(CMap, long, Data, Data) - Static method in class com.hazelcast.impl.TestUtil
 
newRecord(long, Data, Data) - Static method in class com.hazelcast.impl.TestUtil
 
newRecord(CMap, long, Object, Object) - Static method in class com.hazelcast.impl.TestUtil
 
newRecord(long, Object, Object) - Static method in class com.hazelcast.impl.TestUtil
 
newRecord(long) - Static method in class com.hazelcast.impl.TestUtil
 
newRecordId() - Method in class com.hazelcast.impl.ConcurrentMapManager
 
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
 
newRedoLog(Node, Request, Constants.RedoType, boolean) - Static method in class com.hazelcast.impl.concurrentmap.MapSystemLogFactory
 
newRemoveRequest(Data) - Static method in class com.hazelcast.impl.TestUtil
 
newRequest(ClusterOperation, Data, Data, long) - Static method in class com.hazelcast.impl.TestUtil
 
newResponseQueue() - Static method in class com.hazelcast.util.ResponseQueueFactory
 
newScheduleRequest(Request, Record) - Static method in class com.hazelcast.impl.concurrentmap.MapSystemLogFactory
 
newStatisticsCollector() - Static method in class com.hazelcast.jmx.ManagementService
Create a new collector or return null if statistics are not enabled
newThread(Runnable) - Method in class com.hazelcast.impl.ExecutorThreadFactory
 
next() - Method in class com.hazelcast.client.MapEntryIterator
 
next() - Method in class com.hazelcast.client.MapEntrySetIterator
 
next() - Method in class com.hazelcast.client.MultiMapEntryIterator
 
next() - Method in class com.hazelcast.client.QueueItemIterator
 
next() - Method in class com.hazelcast.client.ValueIterator
 
nextTimestamp() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
nextTimestamp(HazelcastInstance) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
nextTimestamp() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
nextTimestamp() - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
noArgument() - Method in class com.hazelcast.client.examples.TestClientApp
 
node - Variable in class com.hazelcast.cluster.AbstractNodeAware
 
node - Variable in class com.hazelcast.impl.AbstractJoiner
 
node - Variable in class com.hazelcast.impl.base.DefaultNodeInitializer
 
node - Variable in class com.hazelcast.impl.BaseManager
 
node - Variable in class com.hazelcast.impl.FactoryImpl
 
Node - Class in com.hazelcast.impl
 
Node(FactoryImpl, Config) - Constructor for class com.hazelcast.impl.Node
 
Node.NodeShutdownHookThread - Class in com.hazelcast.impl
 
NodeAware - Interface in com.hazelcast.cluster
 
NodeBaseVariables - Class in com.hazelcast.impl
 
NodeInitializer - Interface in com.hazelcast.impl.base
 
NodeInitializerFactory - Class in com.hazelcast.impl.base
 
NodeInitializerFactory() - Constructor for class com.hazelcast.impl.base.NodeInitializerFactory
 
NodeIOService - Class in com.hazelcast.nio
 
NodeIOService(Node) - Constructor for class com.hazelcast.nio.NodeIOService
 
NodeMulticastListener - Class in com.hazelcast.impl
 
NodeMulticastListener(Node) - Constructor for class com.hazelcast.impl.NodeMulticastListener
 
nodeType - Variable in class com.hazelcast.cluster.JoinRequest
 
nodeType - Variable in class com.hazelcast.impl.MemberImpl
 
NodeType - Enum in com.hazelcast.impl
 
noListenerRegistered(Object, String, boolean) - Method in class com.hazelcast.client.impl.EntryListenerManager
 
noListenerRegistered() - Method in class com.hazelcast.client.impl.InstanceListenerManager
 
noListenerRegistered() - Method in class com.hazelcast.client.impl.MembershipListenerManager
 
noListenerRegistered(String) - Method in class com.hazelcast.client.impl.MessageListenerManager
 
noListenerRegistered(String) - Method in class com.hazelcast.client.impl.QueueItemListenerManager
 
NoLogFactory - Class in com.hazelcast.logging
 
NoLogFactory() - Constructor for class com.hazelcast.logging.NoLogFactory
 
NoMemberAvailableException - Exception in com.hazelcast.client
 
NoMemberAvailableException() - Constructor for exception com.hazelcast.client.NoMemberAvailableException
 
NoMemberAvailableException(String) - Constructor for exception com.hazelcast.client.NoMemberAvailableException
 
NoneStrictObjectPool<T> - Class in com.hazelcast.util
 
NoneStrictObjectPool(int) - Constructor for class com.hazelcast.util.NoneStrictObjectPool
 
NonStrictReadWriteAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
Makes no guarantee of consistency between the cache and the database.
NonStrictReadWriteAccessDelegate(T, Properties) - Constructor for class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
NoOpCommand - Class in com.hazelcast.impl.ascii
 
NoOpCommand(byte[]) - Constructor for class com.hazelcast.impl.ascii.NoOpCommand
 
NoOpCommandProcessor - Class in com.hazelcast.impl.ascii
 
NoOpCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.NoOpCommandProcessor
 
not(Predicate) - Static method in class com.hazelcast.query.Predicates
 
NOT_FOUND - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
NOT_STORED - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
notEqual(Object) - Method in class com.hazelcast.query.EntryObject
 
notEqual(Expression, Object) - Static method in class com.hazelcast.query.Predicates
 
notifyListeners(Packet) - Method in class com.hazelcast.client.impl.EntryListenerManager
 
notifyListeners(Packet) - Method in class com.hazelcast.client.impl.InstanceListenerManager
 
notifyListeners(Packet) - Method in class com.hazelcast.client.impl.MembershipListenerManager
 
notifyListeners(Packet) - Method in class com.hazelcast.client.impl.QueueItemListenerManager
 
notifyMessageListeners(Packet) - Method in class com.hazelcast.client.impl.MessageListenerManager
 
NULL - Static variable in class com.hazelcast.client.AsyncClientCall
 
numberOfConnectedClients() - Method in class com.hazelcast.impl.ClientHandlerService
 

O

OBJECT_CANCELLED - Static variable in interface com.hazelcast.client.Constants.Objects
 
OBJECT_CANCELLED - Static variable in interface com.hazelcast.impl.Constants.Objects
 
OBJECT_DONE - Static variable in interface com.hazelcast.client.Constants.Objects
 
OBJECT_DONE - Static variable in interface com.hazelcast.impl.Constants.Objects
 
OBJECT_MEMBER_LEFT - Static variable in interface com.hazelcast.client.Constants.Objects
 
OBJECT_MEMBER_LEFT - Static variable in interface com.hazelcast.impl.Constants.Objects
 
OBJECT_NO_RESPONSE - Static variable in interface com.hazelcast.impl.Constants.Objects
 
OBJECT_NULL - Static variable in interface com.hazelcast.client.Constants.Objects
 
OBJECT_NULL - Static variable in interface com.hazelcast.impl.Constants.Objects
 
OBJECT_REDO - Static variable in interface com.hazelcast.client.Constants.Objects
 
OBJECT_REDO - Static variable in interface com.hazelcast.impl.Constants.Objects
 
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
 
objKey - Variable in class com.hazelcast.impl.base.KeyValue
 
objValue - Variable in class com.hazelcast.impl.base.KeyValue
 
obtain() - Method in class com.hazelcast.util.NoneStrictObjectPool
 
obtainPacket(String, Object, Object, ClusterOperation, long) - Method in class com.hazelcast.impl.BaseManager
 
obtainPacket() - Method in class com.hazelcast.impl.BaseManager
 
obtainPacket() - Method in class com.hazelcast.nio.Connection
 
offer(E) - Method in class com.hazelcast.client.QueueClientProxy
 
offer(E, long, TimeUnit) - Method in class com.hazelcast.client.QueueClientProxy
 
offer(String, Object) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
offer(String, Object) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
offer(String, Object, long) - Method in class com.hazelcast.impl.BlockingQueueManager
 
offer(String, Object, int, long) - Method in class com.hazelcast.impl.BlockingQueueManager
 
offer(Object) - Method in class com.hazelcast.impl.QProxyImpl
 
offer(Object, long, TimeUnit) - Method in class com.hazelcast.impl.QProxyImpl
 
offer(E, long, TimeUnit) - Method in class com.hazelcast.util.DoubleBlockingQueue
 
offer(E) - Method in class com.hazelcast.util.DoubleBlockingQueue
 
offer(E) - Method in class com.hazelcast.util.SimpleBlockingQueue
 
offer(E, long, TimeUnit) - Method in class com.hazelcast.util.SimpleBlockingQueue
 
offer(E) - Method in class com.hazelcast.util.SimpleBoundedQueue
 
offerCommit(String, Object, Data, int) - Method in class com.hazelcast.impl.BlockingQueueManager
 
offers - Variable in class com.hazelcast.examples.SimpleQueueTest.Stats
 
oldValue - Variable in class com.hazelcast.core.EntryEvent
 
onAccept(Socket) - Method in interface com.hazelcast.nio.MemberSocketInterceptor
 
onConnect(Socket) - Method in interface com.hazelcast.nio.SocketInterceptor
 
onDeadAddress(Address) - Method in class com.hazelcast.impl.partition.PartitionInfo
 
onDisconnect(Member) - Method in class com.hazelcast.client.Call
 
onDisconnect(Connection) - Method in class com.hazelcast.client.IORunnable
 
onDisconnect(Address) - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
onDisconnect(Address) - Method in interface com.hazelcast.impl.base.Call
 
onDisconnect(Address) - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
onDisconnect(Address) - Method in class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
onDisconnect(Address) - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
onDisconnect(Address) - Method in class com.hazelcast.impl.CMap
 
onDisconnect(Record, Address) - Method in class com.hazelcast.impl.CMap
 
onEnqueue() - Method in class com.hazelcast.impl.ascii.AbstractTextCommand
 
onEnqueue() - Method in interface com.hazelcast.impl.base.Call
 
onEnqueue() - Method in class com.hazelcast.nio.Packet
 
onEnqueue() - Method in interface com.hazelcast.nio.SocketWritable
 
onExpire() - Method in class com.hazelcast.impl.base.ScheduledAction
 
onFailedConnection(Address) - Method in interface com.hazelcast.nio.IOService
 
onFailedConnection(Address) - Method in class com.hazelcast.nio.NodeIOService
 
onFatalError(Exception) - Method in interface com.hazelcast.nio.IOService
 
onFatalError(Exception) - Method in class com.hazelcast.nio.NodeIOService
 
onIOThreadStart() - Method in interface com.hazelcast.nio.IOService
 
onIOThreadStart() - Method in class com.hazelcast.nio.NodeIOService
 
onMessage(Message<E>) - Method in interface com.hazelcast.core.MessageListener
Invoked when a message is received for the added topic.
onMessage(Message) - Method in class com.hazelcast.examples.TestApp
 
onMessage(Message) - Method in class com.hazelcast.impl.ClientHandlerService.ClientMessageListener
 
onMessage(Object) - Method in interface com.hazelcast.impl.MulticastListener
 
onMessage(Object) - Method in class com.hazelcast.impl.NodeMulticastListener
 
onMigrate() - Method in class com.hazelcast.impl.base.ScheduledAction
 
onMigrate(Record) - Method in class com.hazelcast.impl.CMap
 
onObtain(T) - Method in class com.hazelcast.util.NoneStrictObjectPool
 
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).
onOutOfMemory(OutOfMemoryError) - Static method in class com.hazelcast.impl.OutOfMemoryErrorDispatcher
 
onOutOfMemory(OutOfMemoryError) - Method in interface com.hazelcast.nio.IOService
 
onOutOfMemory(OutOfMemoryError) - Method in class com.hazelcast.nio.NodeIOService
 
onReceivedJoinInfo(JoinInfo) - Method in class com.hazelcast.impl.MulticastJoiner
 
onRelease(T) - Method in class com.hazelcast.util.NoneStrictObjectPool
 
onRemoveMulti(Request, Record) - Method in class com.hazelcast.impl.CMap
 
onRestart() - Method in class com.hazelcast.cluster.ClusterManager
 
onRestart() - Method in class com.hazelcast.impl.ConcurrentMapManager
 
onRestart() - Method in class com.hazelcast.impl.Node
 
onRestart() - Method in class com.hazelcast.nio.ConnectionManager
 
onResult(V) - Method in class com.hazelcast.core.DistributedTask
 
onResult(Object) - Method in class com.hazelcast.core.MultiTask
 
onShutdown() - Method in interface com.hazelcast.nio.IOService
 
onShutdown() - Method in class com.hazelcast.nio.NodeIOService
 
onStillWaiting() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
onStillWaiting() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
operation - Variable in class com.hazelcast.impl.Request
 
operation - Variable in class com.hazelcast.nio.Packet
 
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
 
optionalInfo - Variable in class com.hazelcast.impl.AbstractRecord
 
or(Predicate) - Method in class com.hazelcast.query.PredicateBuilder
 
or(Predicate, Predicate) - Static method in class com.hazelcast.query.Predicates
 
OUT_THREAD_PRIORITY - Variable in class com.hazelcast.impl.GroupProperties
 
OutOfMemoryErrorDispatcher - Class in com.hazelcast.impl
 
OutOfMemoryErrorDispatcher.Helper - Class in com.hazelcast.impl
 
OutOfMemoryErrorDispatcher.Helper() - Constructor for class com.hazelcast.impl.OutOfMemoryErrorDispatcher.Helper
 
OutOfMemoryHandler - Class in com.hazelcast.core
Handler for OutOfMemoryError
OutOfMemoryHandler() - Constructor for class com.hazelcast.core.OutOfMemoryHandler
 
OutRunnable - Class in com.hazelcast.client
 
OutRunnable(HazelcastClient, Map<Long, Call>, PacketWriter) - Constructor for class com.hazelcast.client.OutRunnable
 
outThread - Variable in class com.hazelcast.impl.base.CpuUtilization
 
overCapacity() - Method in interface com.hazelcast.impl.MapMaxSizePolicy
 
own(DataRecordEntry) - Method in class com.hazelcast.impl.CMap
 
OWNER_LEFT - Static variable in interface com.hazelcast.impl.CountDownLatchProxy
 
ownerLeft() - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 

P

Packet - Class in com.hazelcast.client
 
Packet() - Constructor for class com.hazelcast.client.Packet
 
Packet - Class in com.hazelcast.nio
 
Packet() - Constructor for class com.hazelcast.nio.Packet
 
PACKET_VERSION - Static variable in class com.hazelcast.impl.GroupProperties
 
PACKET_VERSION - Static variable in class com.hazelcast.nio.Packet
 
PacketHandler - Class in com.hazelcast.client
 
PacketHandler() - Constructor for class com.hazelcast.client.PacketHandler
 
packetNotSent() - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
packetNotSent() - Method in class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
packetNotSent() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
PacketProcessor - Interface in com.hazelcast.impl.base
 
PacketReader - Class in com.hazelcast.client
 
PacketReader() - Constructor for class com.hazelcast.client.PacketReader
 
packetVersion - Variable in class com.hazelcast.cluster.JoinRequest
 
PacketWriter - Class in com.hazelcast.client
 
PacketWriter() - Constructor for class com.hazelcast.client.PacketWriter
 
Pairs - Class in com.hazelcast.impl.base
 
Pairs() - Constructor for class com.hazelcast.impl.base.Pairs
 
Pairs(int) - Constructor for class com.hazelcast.impl.base.Pairs
 
ParallelExecutor - Interface in com.hazelcast.impl.executor
 
ParallelExecutorService - Class in com.hazelcast.impl.executor
todo: the ParallelExecutorService can lead to unbound thread creation.
ParallelExecutorService(ILogger, ExecutorService) - Constructor for class com.hazelcast.impl.executor.ParallelExecutorService
 
parse(String...) - Static method in class com.hazelcast.examples.SimpleMapTest
 
parser(SocketTextReader, String, int) - Method in interface com.hazelcast.impl.ascii.CommandParser
 
parser(SocketTextReader, String, int) - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommandParser
 
parser(SocketTextReader, String, int) - Method in class com.hazelcast.impl.ascii.memcache.GetCommandParser
 
parser(SocketTextReader, String, int) - Method in class com.hazelcast.impl.ascii.memcache.SetCommandParser
 
parser(SocketTextReader, String, int) - Method in class com.hazelcast.impl.ascii.memcache.SimpleCommandParser
 
parser(SocketTextReader, String, int) - Method in class com.hazelcast.impl.ascii.rest.HttpDeleteCommandParser
 
parser(SocketTextReader, String, int) - Method in class com.hazelcast.impl.ascii.rest.HttpGetCommandParser
 
parser(SocketTextReader, String, int) - Method in class com.hazelcast.impl.ascii.rest.HttpPostCommandParser
 
parseSystemProps() - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
PartialGetCommand - Class in com.hazelcast.impl.ascii.memcache
 
PartialGetCommand(String) - Constructor for class com.hazelcast.impl.ascii.memcache.PartialGetCommand
 
Partition - Interface in com.hazelcast.partition
 
PARTITION_MIGRATION_INTERVAL - Variable in class com.hazelcast.impl.GroupProperties
 
PARTITION_MIGRATION_TIMEOUT - Variable in class com.hazelcast.impl.GroupProperties
 
PARTITION_MIGRATION_ZIP_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
PARTITION_TABLE_SEND_INTERVAL - Variable in class com.hazelcast.impl.GroupProperties
 
PartitionAware<T> - Interface in com.hazelcast.core
 
PartitionClientProxy - Class in com.hazelcast.client
 
PartitionClientProxy(HazelcastClient) - Constructor for class com.hazelcast.client.PartitionClientProxy
 
PartitionGroupConfig - Class in com.hazelcast.config
 
PartitionGroupConfig() - Constructor for class com.hazelcast.config.PartitionGroupConfig
 
PartitionGroupConfig.MemberGroupType - Enum in com.hazelcast.config
 
partitionHash - Variable in class com.hazelcast.nio.Data
 
partitionId - Variable in class com.hazelcast.impl.partition.MigratingPartition
 
PartitionInfo - Class in com.hazelcast.impl.partition
 
PartitionInfo(int, PartitionListener) - Constructor for class com.hazelcast.impl.partition.PartitionInfo
 
PartitionInfo(int) - Constructor for class com.hazelcast.impl.partition.PartitionInfo
 
PartitionInfo(PartitionInfo) - Constructor for class com.hazelcast.impl.partition.PartitionInfo
 
partitionInfos - Variable in class com.hazelcast.impl.partition.PartitionRuntimeState
 
PartitionListener - Interface in com.hazelcast.impl.partition
 
PartitionManager - Class in com.hazelcast.impl
 
PartitionManager(ConcurrentMapManager) - Constructor for class com.hazelcast.impl.PartitionManager
 
PartitionManager.AssignPartitions - Class in com.hazelcast.impl
 
PartitionManager.AssignPartitions() - Constructor for class com.hazelcast.impl.PartitionManager.AssignPartitions
 
PartitionManager.RemotelyCheckMigratingPartition - Class in com.hazelcast.impl
 
PartitionManager.RemotelyCheckMigratingPartition() - Constructor for class com.hazelcast.impl.PartitionManager.RemotelyCheckMigratingPartition
 
PartitionManager.RemotelyCheckMigratingPartition(MigratingPartition) - Constructor for class com.hazelcast.impl.PartitionManager.RemotelyCheckMigratingPartition
 
PartitionReplicaChangeEvent - Class in com.hazelcast.impl.partition
 
PartitionReplicaChangeEvent(int, int, Address, Address) - Constructor for class com.hazelcast.impl.partition.PartitionReplicaChangeEvent
 
PartitionRuntimeState - Class in com.hazelcast.impl.partition
 
PartitionRuntimeState() - Constructor for class com.hazelcast.impl.partition.PartitionRuntimeState
 
PartitionRuntimeState(Collection<MemberInfo>, PartitionInfo[], long, int) - Constructor for class com.hazelcast.impl.partition.PartitionRuntimeState
 
PartitionService - Interface in com.hazelcast.partition
 
PartitionServiceImpl - Class in com.hazelcast.impl
 
PartitionServiceImpl(ConcurrentMapManager) - Constructor for class com.hazelcast.impl.PartitionServiceImpl
 
PartitionStateGenerator - Interface in com.hazelcast.impl.partition
 
PartitionStateGeneratorFactory - Class in com.hazelcast.impl.partition
 
PartitionStateGeneratorFactory() - Constructor for class com.hazelcast.impl.partition.PartitionStateGeneratorFactory
 
PartitionStateProcessable - Class in com.hazelcast.impl.partition
 
PartitionStateProcessable(Collection<MemberInfo>, PartitionInfo[], long, int) - Constructor for class com.hazelcast.impl.partition.PartitionStateProcessable
 
PartitionStateProcessable() - Constructor for class com.hazelcast.impl.partition.PartitionStateProcessable
 
PassThroughMergePolicy - Class in com.hazelcast.merge
 
PassThroughMergePolicy() - Constructor for class com.hazelcast.merge.PassThroughMergePolicy
 
pause() - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
pause() - Method in interface com.hazelcast.core.LifecycleService
 
pause() - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
peek() - Method in class com.hazelcast.client.QueueClientProxy
 
peek(String) - Method in class com.hazelcast.impl.BlockingQueueManager
 
peek() - Method in class com.hazelcast.impl.QProxyImpl
 
peek() - Method in class com.hazelcast.util.DoubleBlockingQueue
 
peek() - Method in class com.hazelcast.util.SimpleBlockingQueue
 
peek() - Method in class com.hazelcast.util.SimpleBoundedQueue
 
percentageString(double) - Static method in class com.hazelcast.util.HealthMonitor
 
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
 
PipedZipBufferFactory - Class in com.hazelcast.nio
 
PipedZipBufferFactory() - Constructor for class com.hazelcast.nio.PipedZipBufferFactory
 
PipedZipBufferFactory.DeflatingPipedBuffer - Interface in com.hazelcast.nio
 
PipedZipBufferFactory.InflatingPipedBuffer - Interface in com.hazelcast.nio
 
PlaceHolder - Class in com.hazelcast.impl
 
PlaceHolder() - Constructor for class com.hazelcast.impl.PlaceHolder
 
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
 
poll() - Method in class com.hazelcast.client.QueueClientProxy
 
poll(long, TimeUnit) - Method in class com.hazelcast.client.QueueClientProxy
 
poll(String, int) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
poll(String) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
poll(String, int) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
poll(String) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
poll(String, long) - Method in class com.hazelcast.impl.BlockingQueueManager
 
poll() - Method in class com.hazelcast.impl.QProxyImpl
 
poll(long, TimeUnit) - Method in class com.hazelcast.impl.QProxyImpl
 
poll(long, TimeUnit) - Method in class com.hazelcast.util.DoubleBlockingQueue
 
poll() - Method in class com.hazelcast.util.DoubleBlockingQueue
 
poll() - Method in class com.hazelcast.util.SimpleBlockingQueue
 
poll(long, TimeUnit) - Method in class com.hazelcast.util.SimpleBlockingQueue
 
poll() - Method in class com.hazelcast.util.SimpleBoundedQueue
 
pollFirst() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
pollFirst() - Method in interface com.hazelcast.util.NavigableSet
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
pollFirstEntry() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in interface com.hazelcast.util.NavigableMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollLast() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
pollLast() - Method in interface com.hazelcast.util.NavigableSet
Retrieves and removes the last (highest) element, or returns null if this set is empty.
pollLastEntry() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in interface com.hazelcast.util.NavigableMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
polls - Variable in class com.hazelcast.examples.SimpleQueueTest.Stats
 
pop() - Method in class com.hazelcast.util.SimpleBoundedQueue
 
port - Variable in class com.hazelcast.util.AddressUtil.AddressHolder
 
postDeregister() - Method in class com.hazelcast.jmx.AbstractMBean
From interface MBeanRegistration
postDeregister() - Method in class com.hazelcast.jmx.DataMBean
 
postRead() - Method in class com.hazelcast.nio.DataHolder
 
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
 
PREFER_IPv4_STACK - Variable in class com.hazelcast.impl.GroupProperties
 
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
print(Object) - Method in class com.hazelcast.examples.TestApp
 
println(Object) - Method in class com.hazelcast.examples.TestApp
 
printNodeInfo(Node) - Method in class com.hazelcast.impl.base.DefaultNodeInitializer
 
printNodeInfo(Node) - Method in interface com.hazelcast.impl.base.NodeInitializer
 
Prioritized - Interface in com.hazelcast.util
 
priority() - Method in class com.hazelcast.nio.CustomSerializerAdapter
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.BigIntegerSerializer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.BooleanSerializer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.ByteArraySerializer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.ClassSerializer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.DateSerializer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.Externalizer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.IntegerSerializer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.LongSerializer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.ObjectSerializer
 
priority() - Method in class com.hazelcast.nio.DefaultSerializer.StringSerializer
 
priority() - Method in class com.hazelcast.nio.Serializer.DataSerializer
 
priority() - Method in interface com.hazelcast.nio.TypeSerializer
 
process() - Method in class com.hazelcast.cluster.AddOrRemoveConnection
 
process() - Method in class com.hazelcast.cluster.Bind
 
process() - Method in class com.hazelcast.cluster.ClusterManager.AuthenticationFailureProcessable
 
process() - Method in class com.hazelcast.cluster.ClusterManager.MasterConfirmation
 
process() - Method in class com.hazelcast.cluster.JoinRequest
 
process() - Method in class com.hazelcast.cluster.Master
 
process() - Method in class com.hazelcast.cluster.MemberRemover
 
process() - Method in class com.hazelcast.cluster.MembersUpdateCall
 
process() - Method in class com.hazelcast.cluster.SyncProcess
 
process(Packet) - Method in interface com.hazelcast.impl.base.PacketProcessor
 
process() - Method in class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
process(Packet) - Method in class com.hazelcast.impl.BaseManager.ResponsiveOperationHandler
 
process() - Method in class com.hazelcast.impl.BaseManager.ReturnResponseProcess
 
process() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
process() - Method in class com.hazelcast.impl.ClientHandlerService.CountDownLatchLeave
 
process() - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
process() - Method in class com.hazelcast.impl.concurrentmap.InitialState
 
process() - Method in class com.hazelcast.impl.FactoryImpl.CreateOrDestroyInstanceProxy
 
process() - Method in class com.hazelcast.impl.ListenerManager.ListenerItem
 
process() - Method in class com.hazelcast.impl.MergeClusters
 
process() - Method in class com.hazelcast.impl.partition.MigrationNotification
 
process() - Method in class com.hazelcast.impl.partition.PartitionStateProcessable
 
process() - Method in class com.hazelcast.impl.PartitionManager.AssignPartitions
 
process() - Method in interface com.hazelcast.impl.Processable
 
process() - Method in class com.hazelcast.impl.SplitBrainHandler
 
process() - Method in class com.hazelcast.impl.TcpIpJoiner.MasterAnswer
 
process() - Method in class com.hazelcast.impl.TcpIpJoiner.MasterQuestion
 
process() - Method in class com.hazelcast.impl.TopicManager.TopicPublishProcess
 
Processable - Interface in com.hazelcast.impl
 
processCall(Node, Packet) - Method in class com.hazelcast.impl.ClientHandlerService.ClientOperationHandler
 
processRequest(TextCommand) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
processRequest(TextCommand) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
PROP_BACKUP_REDO_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_CLEANUP_DELAY_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_CONCURRENT_MAP_PARTITION_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_CONCURRENT_MAP_SIMPLE_RECORD - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_CONNECT_ALL_WAIT_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_CONNECTION_MONITOR_INTERVAL - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_CONNECTION_MONITOR_MAX_FAULTS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ELASTIC_MEMORY_CHUNK_SIZE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ELASTIC_MEMORY_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ELASTIC_MEMORY_SHARED_STORAGE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ELASTIC_MEMORY_TOTAL_SIZE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ENABLE_JMX - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ENABLE_JMX_DETAILED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ENTERPRISE_LICENSE_KEY - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_EXECUTOR_ASYNC_THREAD_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_EXECUTOR_CLIENT_THREAD_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_EXECUTOR_EVENT_THREAD_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_EXECUTOR_QUERY_THREAD_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_EXECUTOR_STORE_THREAD_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_FORCE_THROW_INTERRUPTED_EXCEPTION - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_GRACEFUL_SHUTDOWN_MAX_WAIT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_HEALTH_MONITORING_DELAY_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_HEALTH_MONITORING_LEVEL - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_HEARTBEAT_INTERVAL_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ICMP_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ICMP_TIMEOUT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_ICMP_TTL - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_IMMEDIATE_BACKUP_INTERVAL - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_IN_THREAD_PRIORITY - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_INITIAL_MIN_CLUSTER_SIZE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_INITIAL_WAIT_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_IO_THREAD_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_LOG_STATE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_LOGGING_TYPE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAP_LOAD_CHUNK_SIZE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAP_LOAD_THREAD_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MASTER_CONFIRMATION_INTERVAL_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAX_CONCURRENT_OPERATION_LIMIT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAX_JOIN_MERGE_TARGET_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAX_JOIN_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAX_NO_HEARTBEAT_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAX_NO_MASTER_CONFIRMATION_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAX_OPERATION_TIMEOUT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MAX_WAIT_SECONDS_BEFORE_JOIN - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MC_ATOMIC_NUMBER_EXCLUDES - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MC_COUNT_DOWN_LATCH_EXCLUDES - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MC_MAP_EXCLUDES - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MC_MAX_VISIBLE_INSTANCE_COUNT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MC_QUEUE_EXCLUDES - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MC_SEMAPHORE_EXCLUDES - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MC_TOPIC_EXCLUDES - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MC_URL_CHANGE_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MEMBER_LIST_PUBLISH_INTERVAL_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MEMCACHE_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MERGE_FIRST_RUN_DELAY_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_MERGE_NEXT_RUN_DELAY_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_OUT_THREAD_PRIORITY - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_PACKET_VERSION - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_PARTITION_MIGRATION_INTERVAL - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_PARTITION_MIGRATION_TIMEOUT - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_PARTITION_MIGRATION_ZIP_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_PARTITION_TABLE_SEND_INTERVAL - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_PREFER_IPv4_STACK - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_REDO_GIVE_UP_THRESHOLD - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_REDO_LOG_THRESHOLD - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_REDO_WAIT_MILLIS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_REMOVE_DELAY_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_REST_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_RESTART_ON_MAX_IDLE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SERIALIZER_GZIP_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SERIALIZER_SHARED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SERVICE_THREAD_PRIORITY - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SHUTDOWNHOOK_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SOCKET_BIND_ANY - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SOCKET_CLIENT_BIND_ANY - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SOCKET_KEEP_ALIVE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SOCKET_LINGER_SECONDS - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SOCKET_NO_DELAY - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SOCKET_RECEIVE_BUFFER_SIZE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SOCKET_SEND_BUFFER_SIZE - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SOCKET_SERVER_BIND_ANY - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_SYSTEM_LOG_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_TOPIC_FLOW_CONTROL_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_VERSION_CHECK_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
PROP_WAIT_SECONDS_BEFORE_JOIN - Static variable in class com.hazelcast.impl.GroupProperties
 
proxy - Variable in class com.hazelcast.client.MapEntryIterator
 
proxy - Variable in class com.hazelcast.client.MapEntrySetIterator
 
ProxyFactory - Interface in com.hazelcast.impl
 
proxyHelper - Variable in class com.hazelcast.client.CollectionClientProxy
 
ProxyHelper - Class in com.hazelcast.client
 
ProxyHelper(String, HazelcastClient) - Constructor for class com.hazelcast.client.ProxyHelper
 
proxyHelper - Variable in class com.hazelcast.client.QueueClientProxy
 
publish(Object) - Method in class com.hazelcast.client.TopicClientProxy
 
publish(E) - Method in interface com.hazelcast.core.ITopic
 
publish(Data) - Method in class com.hazelcast.impl.TopicManager.TopicInstance
 
publish(Object) - Method in class com.hazelcast.impl.TopicProxyImpl
 
publish(boolean) - Method in class com.hazelcast.util.ThreadWatcher
 
publishRequest(TextCommand) - Method in class com.hazelcast.nio.ascii.SocketTextReader
 
publishUtilization() - Method in class com.hazelcast.nio.InOutSelector
 
put(K, V) - Method in class com.hazelcast.client.MapClientProxy
 
put(K, V, long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
put(K, V) - Method in class com.hazelcast.client.MultiMapClientProxy
 
put(E) - Method in class com.hazelcast.client.QueueClientProxy
 
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.
put(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
put(Object, Object, Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
put(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
put(Object, Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
put(Object, Object) - Method in class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
put(Object, Object, Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
put(String, String, Object, int) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
put(String, String, Object, int) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
put(Request) - Method in class com.hazelcast.impl.CMap
 
put(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
put(Object, Object, long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 
put(Object, Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
put(Object, Data, Data) - Method in class com.hazelcast.impl.NearCache
 
put(Object) - Method in class com.hazelcast.impl.QProxyImpl
 
put(K, V) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Associates the specified value with the specified key in this map.
put(E) - Method in class com.hazelcast.util.DoubleBlockingQueue
 
put(E) - Method in class com.hazelcast.util.SimpleBlockingQueue
 
put(K, V) - Method in class com.hazelcast.util.SortedHashMap
 
PUT_PERCENTAGE - Static variable in class com.hazelcast.client.examples.SimpleMapTest
 
PUT_PERCENTAGE - Static variable in class com.hazelcast.examples.SimpleMapTest
 
PUT_PERCENTAGE - Static variable in class com.hazelcast.examples.SimpleMultiMapTest
 
putAll(Map<? extends K, ? extends V>) - Method in class com.hazelcast.client.MapClientProxy
 
putAll(Map) - Method in class com.hazelcast.impl.MProxyImpl
 
PutAllCallable - Class in com.hazelcast.impl.concurrentmap
 
PutAllCallable() - Constructor for class com.hazelcast.impl.concurrentmap.PutAllCallable
 
PutAllCallable(String, Pairs) - Constructor for class com.hazelcast.impl.concurrentmap.PutAllCallable
 
putAndUnlock(K, V) - Method in class com.hazelcast.client.MapClientProxy
 
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.
putAndUnlock(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
putAsync(K, V) - Method in class com.hazelcast.client.MapClientProxy
 
putAsync(K, V) - Method in interface com.hazelcast.core.IMap
Asynchronously puts the given key and value.
putAsync(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
putBoolean(ByteBuffer, boolean) - Static method in class com.hazelcast.nio.IOUtil
 
putForSync(Object, Object) - Method in interface com.hazelcast.impl.MProxy
 
putForSync(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
putFromLoad(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
putFromLoad(Object, Object, long, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
putFromLoad(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
putFromLoad(String, Object, Object) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
putFromLoad(Object, Object) - Method in interface com.hazelcast.impl.MProxy
 
putFromLoad(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
putIfAbsent(K, V, long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
putIfAbsent(K, V) - Method in class com.hazelcast.client.MapClientProxy
 
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.
putIfAbsent(String, String, Object, int) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
putIfAbsent(String, String, Object, int) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
putIfAbsent(Object, Object, long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 
putIfAbsent(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
putIfAbsent(K, V) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
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
 
putMulti(Request) - Method in class com.hazelcast.impl.CMap
 
putMulti(Object, Object) - Method in interface com.hazelcast.impl.MProxy
 
putMulti(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
puts - Variable in class com.hazelcast.client.examples.SimpleMapTest.Stats
 
putSignature(String) - Method in class com.hazelcast.aws.impl.DescribeInstances
 
putThroughputStats(Map<String, LocalExecutorOperationStatsImpl>) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
putTransient(K, V, long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
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.
putTransient(String, Object, Object, long) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
putTransient(Object, Object, long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 

Q

QProxy<E> - Interface in com.hazelcast.impl
 
QProxyImpl - Class in com.hazelcast.impl
 
QProxyImpl() - Constructor for class com.hazelcast.impl.QProxyImpl
 
qServiceThreadPacketCache - Variable in class com.hazelcast.impl.BaseManager
 
QueryContext - Class in com.hazelcast.query
 
QueryContext(String, Predicate, MapIndexService) - Constructor for class com.hazelcast.query.QueryContext
 
QueryException - Exception in com.hazelcast.impl.concurrentmap
 
QueryException() - Constructor for exception com.hazelcast.impl.concurrentmap.QueryException
 
QueryException(String) - Constructor for exception com.hazelcast.impl.concurrentmap.QueryException
 
QueryException(Throwable) - Constructor for exception com.hazelcast.impl.concurrentmap.QueryException
 
queryMap(CMap, ClusterOperation, Predicate) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
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:"
QueueClientProxy<E> - Class in com.hazelcast.client
 
QueueClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.QueueClientProxy
 
QueueConfig - Class in com.hazelcast.config
 
QueueConfig() - Constructor for class com.hazelcast.config.QueueConfig
 
QueueConfig(QueueConfig) - Constructor for class com.hazelcast.config.QueueConfig
 
QueueItemIterator<E> - Class in com.hazelcast.client
 
QueueItemIterator(E[], QueueClientProxy<E>) - Constructor for class com.hazelcast.client.QueueItemIterator
 
QueueItemListenerManager - Class in com.hazelcast.client.impl
 
QueueItemListenerManager() - Constructor for class com.hazelcast.client.impl.QueueItemListenerManager
 
QueueMBean - Class in com.hazelcast.jmx
Management bean for Hazelcast 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
 
queueSize(String) - Method in class com.hazelcast.impl.BlockingQueueManager
 

R

read(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
read(ByteBuffer) - Method in class com.hazelcast.nio.ascii.SocketTextReader
 
read(InputStream) - Method in interface com.hazelcast.nio.CustomSerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.CustomSerializerAdapter
 
read(ByteBuffer) - Method in class com.hazelcast.nio.DataHolder
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.BigIntegerSerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.BooleanSerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.ByteArraySerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.ClassSerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.DateSerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.Externalizer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.IntegerSerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.LongSerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.ObjectSerializer
 
read(InputStream) - Method in class com.hazelcast.nio.DefaultSerializer
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.DefaultSerializer.StringSerializer
 
read(ByteBuffer) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
read(ByteBuffer[], int, int) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
read(ByteBuffer[]) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
read() - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
read(byte[], int, int) - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
read() - Method in class com.hazelcast.nio.Packet
 
read(ByteBuffer) - Method in class com.hazelcast.nio.Packet
 
read(FastByteArrayInputStream) - Method in class com.hazelcast.nio.Serializer.DataSerializer
 
read(ByteBuffer) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
read(ByteBuffer[], int, int) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
read(ByteBuffer[]) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
read(ByteBuffer) - Method in interface com.hazelcast.nio.SocketReader
 
read(ByteBuffer) - Method in class com.hazelcast.nio.ssl.SSLSocketChannelWrapper
 
read(ByteBuffer[], int, int) - Method in class com.hazelcast.nio.ssl.SSLSocketChannelWrapper
 
read(FastByteArrayInputStream) - Method in interface com.hazelcast.nio.TypeSerializer
 
readBoolean() - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
readBoolean(ByteBuffer) - Method in class com.hazelcast.nio.Packet
 
readByte() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readByte method of DataInput.
readByteArray(DataInput) - Static method in class com.hazelcast.nio.SerializationHelper
 
readChar() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readChar method of DataInput.
readData(DataInput) - Method in class com.hazelcast.client.impl.CollectionWrapper
 
readData(DataInput) - Method in class com.hazelcast.cluster.AbstractRemotelyCallable
 
readData(DataInput) - Method in class com.hazelcast.cluster.AbstractRemotelyProcessable
 
readData(DataInput) - Method in class com.hazelcast.cluster.AddOrRemoveConnection
 
readData(DataInput) - Method in class com.hazelcast.cluster.AuthorizationCall
 
readData(DataInput) - Method in class com.hazelcast.cluster.Bind
 
readData(DataInput) - Method in class com.hazelcast.cluster.JoinInfo
 
readData(DataInput) - Method in class com.hazelcast.cluster.JoinRequest
 
readData(DataInput) - Method in class com.hazelcast.cluster.Master
 
readData(DataInput) - Method in class com.hazelcast.cluster.MemberInfo
 
readData(DataInput) - Method in class com.hazelcast.cluster.MemberRemover
 
readData(DataInput) - Method in class com.hazelcast.cluster.MembersUpdateCall
 
readData(DataInput) - Method in class com.hazelcast.cluster.SyncProcess
 
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.hibernate.local.Invalidation
 
readData(DataInput) - Method in class com.hazelcast.hibernate.local.Timestamp
 
readData(DataInput) - Method in class com.hazelcast.impl.ascii.memcache.MemcacheEntry
 
readData(DataInput) - Method in class com.hazelcast.impl.ascii.rest.RestValue
 
readData(DataInput) - Method in class com.hazelcast.impl.base.DataRecordEntry
 
readData(DataInput) - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 
readData(DataInput) - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
readData(DataInput) - Method in class com.hazelcast.impl.base.FactoryAwareNamedProxy
 
readData(DataInput) - Method in class com.hazelcast.impl.base.KeyValue
 
readData(DataInput) - Method in class com.hazelcast.impl.base.Pairs
 
readData(DataInput) - Method in class com.hazelcast.impl.base.RecordSet
 
readData(DataInput) - Method in class com.hazelcast.impl.base.SystemLogRecord
 
readData(DataInput) - Method in class com.hazelcast.impl.base.Values
 
readData(DataInput) - Method in class com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.ClientHandlerService.CountDownLatchLeave
 
readData(DataInput) - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
readData(DataInput) - Method in class com.hazelcast.impl.ClientServiceException
 
readData(DataInput) - Method in class com.hazelcast.impl.CMap.CMapEntry
 
readData(DataInput) - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
readData(DataInput) - Method in class com.hazelcast.impl.concurrentmap.GetAllCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.concurrentmap.InitialState
 
readData(DataInput) - Method in class com.hazelcast.impl.concurrentmap.MapQueryCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.concurrentmap.MapSizeCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.concurrentmap.MultiData
 
readData(DataInput) - Method in class com.hazelcast.impl.concurrentmap.PutAllCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.DestroyEndpointThreadsCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.EvictLocalMapEntriesCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.FactoryImpl.CreateOrDestroyInstanceProxy
 
readData(DataInput) - Method in class com.hazelcast.impl.FactoryImpl.InitializeMap
 
readData(DataInput) - Method in class com.hazelcast.impl.FactoryImpl.ProxyKey
 
readData(DataInput) - Method in class com.hazelcast.impl.Keys
 
readData(DataInput) - Method in class com.hazelcast.impl.ListenerManager.ListenerItem
 
readData(DataInput) - Method in class com.hazelcast.impl.ListProxyImpl
 
readData(DataInput) - Method in class com.hazelcast.impl.LockProxyImpl
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ClusterPropsRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ConnectionInfo
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ConsoleCommandRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.EvictLocalMapRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ExecuteScriptRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.GetLogLevelRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.GetLogsRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.GetMapConfigCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.management.GetMapEntryRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.GetMemberSystemPropertiesRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.GetVersionRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.LockInfo
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ManagementCenterConfigCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.management.MapConfigRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.MemberConfigRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.RestartMemberRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.RunGcRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.RuntimeStateRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ScriptExecutorCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.management.SetLogLevelRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ShutdownMemberRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ThreadDumpCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.management.ThreadDumpRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.management.UpdateMapConfigCallable
 
readData(DataInput) - Method in class com.hazelcast.impl.management.VersionMismatchLogRequest
 
readData(DataInput) - Method in class com.hazelcast.impl.MemberImpl
 
readData(DataInput) - Method in class com.hazelcast.impl.MergeClusters
 
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.impl.partition.MigratingPartition
 
readData(DataInput) - Method in class com.hazelcast.impl.partition.MigrationNotification
 
readData(DataInput) - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
readData(DataInput) - Method in class com.hazelcast.impl.partition.MigrationTask
 
readData(DataInput) - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
readData(DataInput) - Method in class com.hazelcast.impl.partition.PartitionStateProcessable
 
readData(DataInput) - Method in class com.hazelcast.impl.PartitionManager.RemotelyCheckMigratingPartition
 
readData(DataInput) - Method in class com.hazelcast.impl.QProxyImpl
 
readData(DataInput) - Method in class com.hazelcast.impl.SetProxyImpl
 
readData(DataInput) - Method in class com.hazelcast.impl.TcpIpJoiner.MasterAnswer
 
readData(DataInput) - Method in class com.hazelcast.monitor.TimedMemberState
 
readData(DataInput) - Method in class com.hazelcast.nio.AbstractEvolvableDataSerializable
 
readData(DataInput) - Method in class com.hazelcast.nio.Address
 
readData(DataInput) - Method in class com.hazelcast.nio.Data
 
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
 
readData(DataInput) - Method in class com.hazelcast.util.DistributedTimeoutException
 
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
 
readDouble() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readDouble method of DataInput.
readFloat() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readFloat method of DataInput.
readFrom(PacketReader, DataInputStream) - Method in class com.hazelcast.client.Packet
 
readFully(byte[]) - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
readFully(byte[], int, int) - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
readInt() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readInt method of DataInput.
readKnownData(DataInput) - Method in class com.hazelcast.nio.AbstractEvolvableDataSerializable
Deserializes all data the version of this class at hand knows about.
readLine() - Method in interface com.hazelcast.examples.LineReader
 
readLine() - Method in class com.hazelcast.nio.FastByteArrayInputStream
Deprecated.
This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:

                                                                                                                                                                                                                                                 DataInputStream d = new DataInputStream(in);
                                                                                                                                                                                                                                                 
with:
                                                                                                                                                                                                                                                 BufferedReader d = new BufferedReader(new InputStreamReader(in));
                                                                                                                                                                                                                                                 
readLong() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readLong method of DataInput.
readLongString(DataInput) - Static method in class com.hazelcast.nio.IOUtil
 
readModifyWrite(InputStream, OutputStream) - Method in class com.hazelcast.web.Installer
 
readObject(ByteBuffer) - Method in class com.hazelcast.nio.Address
 
readObject(DataInput) - Static method in class com.hazelcast.nio.SerializationHelper
 
readObject(Data) - Method in class com.hazelcast.nio.Serializer
 
ReadOnlyAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
 
ReadOnlyAccessDelegate(T, Properties) - Constructor for class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
readPacket(Connection) - Method in class com.hazelcast.client.PacketReader
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.ClusterPropsRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.ConsoleCommandRequest
 
readResponse(DataInput) - Method in interface com.hazelcast.impl.management.ConsoleRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.EvictLocalMapRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.ExecuteScriptRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.GetLogLevelRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.GetLogsRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.GetMapEntryRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.GetMemberSystemPropertiesRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.GetVersionRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.MapConfigRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.MemberConfigRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.RestartMemberRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.RunGcRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.RuntimeStateRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.SetLogLevelRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.ShutdownMemberRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.ThreadDumpRequest
 
readResponse(DataInput) - Method in class com.hazelcast.impl.management.VersionMismatchLogRequest
 
readShort() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readShort method of DataInput.
readUnsignedByte() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUTF() - Method in class com.hazelcast.nio.FastByteArrayInputStream
See the general contract of the readUTF method of DataInput.
ReadWriteAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
Makes READ COMMITTED consistency guarantees even in a clustered environment.
ReadWriteAccessDelegate(T, Properties) - Constructor for class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
reArrange(PartitionInfo[], Collection<MemberImpl>, int, List<MigrationRequestTask>, List<MigrationRequestTask>, List<MigrationRequestTask>) - Method in interface com.hazelcast.impl.partition.PartitionStateGenerator
 
RECEIVE_SOCKET_BUFFER_SIZE - Static variable in interface com.hazelcast.nio.SocketReader
 
RECONNECT_CALL - Static variable in class com.hazelcast.client.IORunnable
 
RECONNECTION_ATTEMPT_LIMIT - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
RECONNECTION_TIMEOUT - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
Record - Interface in com.hazelcast.impl
 
record - Variable in class com.hazelcast.impl.Request
 
RecordFactory - Interface in com.hazelcast.impl.concurrentmap
 
RecordSet - Class in com.hazelcast.impl.base
 
RecordSet() - Constructor for class com.hazelcast.impl.base.RecordSet
 
recordUpdated(Record) - Method in interface com.hazelcast.impl.LocalUpdateListener
 
recordUpdated(Record) - Method in class com.hazelcast.impl.wan.WanNoDelayReplication
Only ServiceThread will call this
recordUpdated(Record) - Method in class com.hazelcast.impl.wan.WanReplication
 
redo(int) - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
redo(int) - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
redo(Constants.RedoType) - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
REDO_GIVE_UP_THRESHOLD - Variable in class com.hazelcast.impl.GroupProperties
 
REDO_LOG_THRESHOLD - Variable in class com.hazelcast.impl.GroupProperties
 
REDO_WAIT_MILLIS - Variable in class com.hazelcast.impl.GroupProperties
 
redoCode - Variable in class com.hazelcast.impl.Request
 
redoCount - Variable in class com.hazelcast.impl.Request
 
redoData - Variable in class com.hazelcast.nio.Packet
 
redoGiveUpThreshold - Variable in class com.hazelcast.impl.BaseManager
 
redoLogThreshold - Variable in class com.hazelcast.impl.BaseManager
 
redoType - Variable in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
redoWaitMillis - Variable in class com.hazelcast.impl.BaseManager
 
reduce(int) - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
reduce(int) - Method in class com.hazelcast.jmx.SemaphoreMBean
 
reducePermits(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
reducePermits(int) - Method in interface com.hazelcast.core.ISemaphore
Shrinks the number of available permits by the indicated reduction.
reducePermits(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
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
 
RegionCache - Interface in com.hazelcast.hibernate
 
register() - Method in class com.hazelcast.jmx.ManagementService
Register all the MBeans.
register(Selector, int, Object) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
register(Selector, int, Object) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
registerCache(LocalRegionCache) - Method in class com.hazelcast.hibernate.local.CleanupService
 
registerInstance(Object) - Method in class com.hazelcast.jmx.DataMBean
 
registerListener(String, Object, boolean, EntryListener<?, ?>) - Method in class com.hazelcast.client.impl.EntryListenerManager
 
registerListener(InstanceListener) - Method in class com.hazelcast.client.impl.InstanceListenerManager
 
registerListener(String, ItemListener<V>, boolean) - Method in class com.hazelcast.client.impl.ItemListenerManager
 
registerListener(MembershipListener) - Method in class com.hazelcast.client.impl.MembershipListenerManager
 
registerListener(String, MessageListener) - Method in class com.hazelcast.client.impl.MessageListenerManager
 
registerListener(String, ItemListener<E>, boolean) - Method in class com.hazelcast.client.impl.QueueItemListenerManager
 
registerPacketProcessor(ClusterOperation, PacketProcessor) - Method in class com.hazelcast.cluster.ClusterService
 
registerPacketProcessor(ClusterOperation, PacketProcessor) - Method in class com.hazelcast.impl.BaseManager
 
registerScheduledAction(ScheduledAction) - Method in class com.hazelcast.cluster.ClusterManager
 
registerSerializer(TypeSerializer) - Static method in class com.hazelcast.nio.DefaultSerializer
 
release() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
release(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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, Address) - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
release() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
release(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
release(int) - Method in class com.hazelcast.jmx.SemaphoreMBean
 
release(T) - Method in class com.hazelcast.util.NoneStrictObjectPool
 
releaseDetach() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
releaseDetach(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
releaseDetach() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
releaseDetach(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
releasePacket(Packet) - Method in class com.hazelcast.impl.BaseManager
 
releasePacket(Packet) - Method in class com.hazelcast.nio.Connection
 
remainingCapacity() - Method in class com.hazelcast.client.QueueClientProxy
 
remainingCapacity() - Method in class com.hazelcast.impl.QProxyImpl
 
remainingCapacity() - Method in class com.hazelcast.util.DoubleBlockingQueue
 
remainingCapacity() - Method in class com.hazelcast.util.SimpleBlockingQueue
 
remainingCapacity() - Method in class com.hazelcast.util.SimpleBoundedQueue
 
remoteCall - Variable in class com.hazelcast.client.AsyncClientCall
 
RemotelyProcessable - Interface in com.hazelcast.cluster
 
remove(Object) - Method in interface com.hazelcast.client.EntryHolder
 
remove(Object, Object) - Method in interface com.hazelcast.client.EntryHolder
 
remove(Object) - Method in class com.hazelcast.client.ListClientProxy
 
remove(int) - Method in class com.hazelcast.client.ListClientProxy
 
remove(Object, Object) - Method in class com.hazelcast.client.MapClientProxy
 
remove(Object) - Method in class com.hazelcast.client.MapClientProxy
 
remove() - Method in class com.hazelcast.client.MapEntryIterator
 
remove() - Method in class com.hazelcast.client.MapEntrySetIterator
 
remove(Object, Object) - Method in class com.hazelcast.client.MultiMapClientProxy
 
remove(Object) - Method in class com.hazelcast.client.MultiMapClientProxy
 
remove(Object) - Method in class com.hazelcast.client.QueueClientProxy
 
remove() - Method in class com.hazelcast.client.QueueItemIterator
 
remove(Object) - Method in class com.hazelcast.client.SetClientProxy
 
remove(Object) - Method in class com.hazelcast.client.ValueCollection
 
remove() - Method in class com.hazelcast.client.ValueIterator
 
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(Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
remove(Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
remove(Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
remove(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
remove(Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
remove(Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
remove(Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
remove(Object) - Method in class com.hazelcast.impl.base.Values
 
remove(String, Object) - Method in class com.hazelcast.impl.BlockingQueueManager
 
remove(String, int) - Method in class com.hazelcast.impl.BlockingQueueManager
 
remove(Request) - Method in class com.hazelcast.impl.CMap
 
remove(Object) - Method in class com.hazelcast.impl.Entries
 
remove(Object) - Method in class com.hazelcast.impl.ListProxyImpl
 
remove(int) - Method in class com.hazelcast.impl.ListProxyImpl
 
remove(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
remove(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
remove(Object, Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
remove(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
remove(Object) - Method in class com.hazelcast.impl.SetProxyImpl
 
remove(Record) - Method in class com.hazelcast.query.MapIndexService
 
remove(Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Removes the mapping for the specified key from this map if present.
remove(Object, Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
remove(Object) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class com.hazelcast.util.SetFromMap
 
remove(Object) - Method in class com.hazelcast.util.SimpleBlockingQueue
 
remove(Object) - Method in class com.hazelcast.util.SortedHashMap
 
REMOVE_DELAY_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
REMOVE_EXISTING - Static variable in interface com.hazelcast.merge.MergePolicy
 
removeAll(Collection<?>) - Method in class com.hazelcast.client.ValueCollection
 
removeAll() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
removeAll() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called to evict data from the entire region
removeAll() - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
removeAll() - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
removeAll(Collection) - Method in class com.hazelcast.impl.base.Values
 
removeAll(Collection) - Method in class com.hazelcast.impl.Entries
 
removeAll(Collection<?>) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class com.hazelcast.util.SetFromMap
 
removeAsync(K) - Method in class com.hazelcast.client.MapClientProxy
 
removeAsync(K) - Method in interface com.hazelcast.core.IMap
Asynchronously removes the given key.
removeAsync(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
removeClientListener(ClientListener) - Method in interface com.hazelcast.core.ClientService
 
removeClientListener(ClientListener) - Method in class com.hazelcast.impl.ClientServiceImpl
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
removeEldestEntry(Map.Entry<K, V>) - Method in class com.hazelcast.util.SortedHashMap
 
removeEndpoint(Address) - Method in interface com.hazelcast.nio.IOService
 
removeEndpoint(Address) - Method in class com.hazelcast.nio.NodeIOService
 
removeEntry(Object) - Method in class com.hazelcast.jmx.MapMBean
 
removeEntryListener(EntryListener<K, V>) - Method in class com.hazelcast.client.MapClientProxy
 
removeEntryListener(EntryListener<K, V>, K) - Method in class com.hazelcast.client.MapClientProxy
 
removeEntryListener(EntryListener<K, V>) - Method in class com.hazelcast.client.MultiMapClientProxy
 
removeEntryListener(EntryListener<K, V>, K) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
removeEntryListener(EntryListener) - Method in class com.hazelcast.impl.MProxyImpl
 
removeEntryListener(EntryListener, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
removeEntryListener(EntryListener) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
removeEntryListener(EntryListener, Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
removeForSync(Object) - Method in interface com.hazelcast.impl.MProxy
 
removeForSync(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
removeGenericListener(Object, Object) - Method in interface com.hazelcast.impl.MProxy
 
removeGenericListener(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
removeInstanceListener(InstanceListener) - Method in class com.hazelcast.client.ClusterClientProxy
 
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.
removeInstanceListener(InstanceListener) - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
removeInstanceListener(InstanceListener) - Method in class com.hazelcast.impl.FactoryImpl
 
removeItem(Request) - Method in class com.hazelcast.impl.CMap
 
removeItem(Object) - Method in class com.hazelcast.jmx.ListMBean
 
removeItem(Object) - Method in class com.hazelcast.jmx.SetMBean
 
removeItemListener(ItemListener<E>) - Method in class com.hazelcast.client.CollectionClientProxy
 
removeItemListener(ItemListener<E>) - Method in class com.hazelcast.client.QueueClientProxy
 
removeItemListener(ItemListener<E>) - Method in interface com.hazelcast.core.ICollection
Removes the specified item listener.
removeItemListener(String, ItemListener) - Method in class com.hazelcast.impl.BlockingQueueManager
 
removeItemListener(ItemListener) - Method in class com.hazelcast.impl.ListProxyImpl
 
removeItemListener(ItemListener) - Method in class com.hazelcast.impl.QProxyImpl
 
removeItemListener(ItemListener) - Method in class com.hazelcast.impl.SetProxyImpl
 
removeKey(String, Data) - Method in class com.hazelcast.impl.BlockingQueueManager
 
removeKey(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
removeKey(Object) - Method in class com.hazelcast.impl.SetProxyImpl
 
removeLifecycleListener(LifecycleListener) - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
removeLifecycleListener(LifecycleListener) - Method in interface com.hazelcast.core.LifecycleService
 
removeLifecycleListener(LifecycleListener) - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
removeListener(String, Object, EntryListener<?, ?>) - Method in class com.hazelcast.client.impl.EntryListenerManager
 
removeListener(InstanceListener) - Method in class com.hazelcast.client.impl.InstanceListenerManager
 
removeListener(String, ItemListener) - Method in class com.hazelcast.client.impl.ItemListenerManager
 
removeListener(MembershipListener) - Method in class com.hazelcast.client.impl.MembershipListenerManager
 
removeListener(String, MessageListener) - Method in class com.hazelcast.client.impl.MessageListenerManager
 
removeListener(String, ItemListener<E>) - Method in class com.hazelcast.client.impl.QueueItemListenerManager
 
removeListener(Address) - Method in class com.hazelcast.impl.AbstractRecord
 
removeListener(Address) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
removeListener(Data, Address) - Method in class com.hazelcast.impl.CMap
 
removeListener(String, Object, Object) - Method in class com.hazelcast.impl.ListenerManager
 
removeListener(Address) - Method in interface com.hazelcast.impl.Record
 
removeListener(Address) - Method in class com.hazelcast.impl.TopicManager.TopicInstance
 
removeLogListener(LogListener) - Method in interface com.hazelcast.logging.LoggingService
 
removeLogListener(LogListener) - Method in class com.hazelcast.logging.LoggingServiceImpl
 
removeMember(MemberImpl) - Method in class com.hazelcast.cluster.ClusterManager
 
removeMember(MemberImpl) - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
removeMember(MemberImpl) - Method in interface com.hazelcast.impl.partition.MemberGroup
 
removeMember(MemberImpl) - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
removeMembershipListener(MembershipListener) - Method in class com.hazelcast.client.ClusterClientProxy
 
removeMembershipListener(MembershipListener) - Method in class com.hazelcast.cluster.ClusterImpl
 
removeMembershipListener(MembershipListener) - Method in interface com.hazelcast.core.Cluster
Removes the specified membership listener.
removeMessageListener(MessageListener) - Method in class com.hazelcast.client.TopicClientProxy
 
removeMessageListener(MessageListener<E>) - Method in interface com.hazelcast.core.ITopic
 
removeMessageListener(MessageListener) - Method in class com.hazelcast.impl.TopicProxyImpl
 
removeMigrationListener(MigrationListener) - Method in class com.hazelcast.client.PartitionClientProxy
 
removeMigrationListener(MigrationListener) - Method in class com.hazelcast.impl.PartitionServiceImpl
 
removeMigrationListener(MigrationListener) - Method in interface com.hazelcast.partition.PartitionService
 
removeMulti(Object, Object) - Method in interface com.hazelcast.impl.MProxy
 
removeMulti(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
removeMulticastListener(MulticastListener) - Method in class com.hazelcast.impl.MulticastService
 
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
 
removeRemoteCall(long) - Method in class com.hazelcast.impl.BaseManager
 
removeRequest(ClientRequestHandler) - Method in class com.hazelcast.impl.ClientEndpoint
 
removes - Variable in class com.hazelcast.client.examples.SimpleMapTest.Stats
 
removeTask(long) - Method in class com.hazelcast.impl.ClientEndpoint
 
removeThisListener(IMap, Data) - Method in class com.hazelcast.impl.ClientEndpoint
 
removeThisListener(MultiMap, Data) - Method in class com.hazelcast.impl.ClientEndpoint
 
removeTime - Variable in class com.hazelcast.impl.AbstractRecord
 
removeTransaction() - Method in class com.hazelcast.client.ClientThreadContext
 
removeWanMergeListener(WanMergeListener) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
removeWhiteSpace(byte[]) - Static method in class com.hazelcast.util.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
replace(K, V) - Method in class com.hazelcast.client.MapClientProxy
 
replace(K, V, V) - Method in class com.hazelcast.client.MapClientProxy
 
replace(K, V, V) - Method in interface com.hazelcast.core.IMap

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

replace(String, String, Object) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
replace(String, String, Object) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
replace(Object, Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
replace(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
replace(K, V, V) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
replace(K, V) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
replicaChanged(PartitionReplicaChangeEvent) - Method in interface com.hazelcast.impl.partition.PartitionListener
 
replicaIndex - Variable in class com.hazelcast.impl.partition.MigratingPartition
 
request - Variable in class com.hazelcast.impl.base.ScheduledAction
 
Request - Class in com.hazelcast.impl
 
Request() - Constructor for class com.hazelcast.impl.Request
 
REQUEST_TYPE_CLUSTER_PROPERTIES - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_CLUSTER_STATE - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_CONSOLE_COMMAND - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_DETECT_DEADLOCK - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_EVICT_LOCAL_MAP - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_EXECUTE_SCRIPT - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_GET_THREAD_DUMP - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_GET_VERSION - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_LOG_LEVEL - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_LOG_VERSION_MISMATCH - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_LOGIN - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_LOGS - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_MAP_CONFIG - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_MAP_ENTRY - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_MEMBER_CONFIG - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_MEMBER_RESTART - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_MEMBER_SHUTDOWN - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_MEMBER_SYSTEM_PROPERTIES - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_RUN_GC - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
REQUEST_TYPE_SET_LOG_LEVEL - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
RequestHandler - Interface in com.hazelcast.impl.base
 
RES_100 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
RES_200 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
RES_204 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
RES_400 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
RES_403 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
RES_404 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
RES_500 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
RES_503 - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
reset() - Method in class com.hazelcast.client.Packet
 
reset() - Method in class com.hazelcast.cluster.ClusterImpl
 
reset() - Method in class com.hazelcast.impl.AbstractJoiner
 
reset(long) - Method in class com.hazelcast.impl.base.CallState
 
reset() - Method in class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
reset() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
reset() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
reset() - Method in class com.hazelcast.impl.CallContext
 
reset() - Method in class com.hazelcast.impl.ConcurrentMapManager
 
reset() - Method in interface com.hazelcast.impl.Joiner
 
reset() - Method in class com.hazelcast.impl.NearCache
 
reset() - Method in class com.hazelcast.impl.PartitionManager
 
reset() - Method in class com.hazelcast.impl.PartitionServiceImpl
 
reset() - Method in class com.hazelcast.impl.Request
 
reset() - Method in class com.hazelcast.impl.ThreadContext
 
reset() - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
reset() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
reset() - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
reset() - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
reset() - Method in class com.hazelcast.nio.Packet
 
reset() - Method in class com.hazelcast.util.Counter
 
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
ResourceAdapterImpl - Class in com.hazelcast.jca
 
ResourceAdapterImpl() - Constructor for class com.hazelcast.jca.ResourceAdapterImpl
 
response - Variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
response - Variable in class com.hazelcast.impl.Request
 
RESPONSE_FAILURE - Static variable in interface com.hazelcast.client.Constants.ResponseTypes
 
RESPONSE_FAILURE - Static variable in interface com.hazelcast.impl.Constants.ResponseTypes
 
RESPONSE_NONE - Static variable in interface com.hazelcast.client.Constants.ResponseTypes
 
RESPONSE_NONE - Static variable in interface com.hazelcast.impl.Constants.ResponseTypes
 
RESPONSE_REDO - Static variable in interface com.hazelcast.client.Constants.ResponseTypes
 
RESPONSE_REDO - Static variable in interface com.hazelcast.impl.Constants.ResponseTypes
 
RESPONSE_SUCCESS - Static variable in interface com.hazelcast.client.Constants.ResponseTypes
 
RESPONSE_SUCCESS - Static variable in interface com.hazelcast.impl.Constants.ResponseTypes
 
responsePollTimeout - Variable in class com.hazelcast.impl.BaseManager
 
ResponseQueueFactory - Class in com.hazelcast.util
 
ResponseQueueFactory() - Constructor for class com.hazelcast.util.ResponseQueueFactory
 
responseType - Variable in class com.hazelcast.impl.Request
 
responseType - Variable in class com.hazelcast.nio.Packet
 
REST_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
restart() - Method in class com.hazelcast.client.HazelcastClient
 
restart() - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
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.impl.ClientHandlerService
 
restart() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
restart() - Method in class com.hazelcast.impl.FactoryImpl
 
restart() - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
restart() - Method in class com.hazelcast.impl.SplitBrainHandler
 
restart() - Method in class com.hazelcast.jmx.ClusterMBean
 
RESTART_ON_MAX_IDLE - Variable in class com.hazelcast.impl.GroupProperties
 
RestartMemberRequest - Class in com.hazelcast.impl.management
User: sancar Date: 1/11/13 Time: 11:08 AM
RestartMemberRequest() - Constructor for class com.hazelcast.impl.management.RestartMemberRequest
 
restartToMerge() - Method in class com.hazelcast.impl.FactoryImpl
 
restoredConnection(Connection, Connection) - Method in class com.hazelcast.client.IORunnable
 
RestValue - Class in com.hazelcast.impl.ascii.rest
 
RestValue() - Constructor for class com.hazelcast.impl.ascii.rest.RestValue
 
RestValue(byte[], byte[]) - Constructor for class com.hazelcast.impl.ascii.rest.RestValue
 
result - Variable in class com.hazelcast.client.AsyncClientCall
 
results - Variable in class com.hazelcast.core.MultiTask
 
resume() - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
resume() - Method in interface com.hazelcast.core.LifecycleService
 
resume() - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
retainAll(Collection<?>) - Method in class com.hazelcast.client.ValueCollection
 
retainAll(Collection) - Method in class com.hazelcast.impl.base.Values
 
retainAll(Collection) - Method in class com.hazelcast.impl.Entries
 
retainAll(Collection<?>) - Method in class com.hazelcast.util.SetFromMap
 
rethrowException(ClusterOperation, AddressAwareException) - Method in class com.hazelcast.impl.BaseManager
 
RETURN - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
RETURN_END - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
returnRedoResponse(Request, Constants.RedoType) - Method in class com.hazelcast.impl.BaseManager
 
returnResponse(Request) - Method in class com.hazelcast.impl.BaseManager
 
returnResponse(Request, Connection) - Method in class com.hazelcast.impl.BaseManager
 
RFC2104HMAC - Class in com.hazelcast.aws.security
 
RFC2104HMAC() - Constructor for class com.hazelcast.aws.security.RFC2104HMAC
 
rollback() - Method in class com.hazelcast.client.TransactionClientProxy
 
rollback() - Method in interface com.hazelcast.core.Transaction
Rolls back the transaction associated with the current thread.
rollback() - Method in class com.hazelcast.impl.TransactionImpl
 
rollback() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
rollbackPoll(String, Object) - Method in class com.hazelcast.impl.BlockingQueueManager
 
RoundRobinLoadBalancer - Class in com.hazelcast.impl
 
RoundRobinLoadBalancer() - Constructor for class com.hazelcast.impl.RoundRobinLoadBalancer
 
run() - Method in class com.hazelcast.client.ClientRunnable
 
run() - Method in class com.hazelcast.client.IORunnable
 
run() - Method in class com.hazelcast.cluster.ClusterService
 
run() - Method in class com.hazelcast.examples.ChatApplication
 
run() - Method in class com.hazelcast.examples.LongRunningTest
 
run() - Method in class com.hazelcast.examples.LongRunningTransactionTest
 
run() - Method in class com.hazelcast.impl.AsyncCall
 
run() - Method in class com.hazelcast.impl.ClassLoaderAwareAsyncCall
 
run() - Method in class com.hazelcast.impl.FallThroughRunnable
 
run() - Method in class com.hazelcast.impl.MulticastService
 
run() - Method in class com.hazelcast.impl.Node.NodeShutdownHookThread
 
run() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateRunnable
 
run() - Method in class com.hazelcast.impl.VersionedBackupOp
 
run() - Method in class com.hazelcast.impl.wan.WanNoDelayReplication
 
run() - Method in class com.hazelcast.jmx.ManagementService.ScheduledCollector
 
run() - Method in class com.hazelcast.nio.InOutSelector
 
run() - Method in class com.hazelcast.nio.SocketAcceptor
 
run() - Method in class com.hazelcast.nio.SocketConnector
 
run() - Method in class com.hazelcast.nio.WriteHandler
 
run() - Method in class com.hazelcast.util.HealthMonitor
 
runBackupOps() - Method in class com.hazelcast.impl.AbstractRecord
 
runBackupOps() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
runBackupOps() - Method in interface com.hazelcast.impl.Record
 
RunGcRequest - Class in com.hazelcast.impl.management
 
RunGcRequest() - Constructor for class com.hazelcast.impl.management.RunGcRequest
 
running - Variable in class com.hazelcast.client.ClientRunnable
 
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
 
RuntimeStateRequest - Class in com.hazelcast.impl.management
 
RuntimeStateRequest() - Constructor for class com.hazelcast.impl.management.RuntimeStateRequest
 

S

scheduled - Variable in class com.hazelcast.impl.Request
 
ScheduledAction - Class in com.hazelcast.impl.base
 
ScheduledAction(Request) - Constructor for class com.hazelcast.impl.base.ScheduledAction
 
scopeId - Variable in class com.hazelcast.util.AddressUtil.AddressHolder
 
ScriptExecutorCallable<V> - Class in com.hazelcast.impl.management
 
ScriptExecutorCallable() - Constructor for class com.hazelcast.impl.management.ScriptExecutorCallable
 
ScriptExecutorCallable(String, String) - Constructor for class com.hazelcast.impl.management.ScriptExecutorCallable
 
ScriptExecutorCallable(String, String, Map<String, Object>) - Constructor for class com.hazelcast.impl.management.ScriptExecutorCallable
 
searchForOtherClusters(SplitBrainHandler) - Method in interface com.hazelcast.impl.Joiner
 
searchForOtherClusters(SplitBrainHandler) - Method in class com.hazelcast.impl.MulticastJoiner
 
searchForOtherClusters(SplitBrainHandler) - Method in class com.hazelcast.impl.TcpIpJoiner
 
secondIsExpression - Variable in class com.hazelcast.query.Predicates.EqualPredicate
 
SecureCallable<V> - Interface in com.hazelcast.security
A secure callable that runs in a sandbox.
SecurityConfig - Class in com.hazelcast.config
 
SecurityConfig() - Constructor for class com.hazelcast.config.SecurityConfig
 
securityContext - Variable in class com.hazelcast.impl.Node
 
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.
SelectionHandler - Interface in com.hazelcast.nio
 
selector - Variable in class com.hazelcast.nio.InOutSelector
 
selectorQueue - Variable in class com.hazelcast.nio.InOutSelector
 
SEMAPHORE - Static variable in class com.hazelcast.core.Prefix
The Constant SEMAPHORE: "4:"
SEMAPHORE_MAP_NAME - Static variable in class com.hazelcast.config.MapConfig
 
SemaphoreClientProxy - Class in com.hazelcast.client
 
SemaphoreClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.SemaphoreClientProxy
 
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
 
SemaphoreProxy - Interface in com.hazelcast.impl
 
SemaphoreProxyImpl - Class in com.hazelcast.impl
 
SemaphoreProxyImpl(String, FactoryImpl) - Constructor for class com.hazelcast.impl.SemaphoreProxyImpl
 
send(Packet, Address) - Method in class com.hazelcast.impl.BaseManager
Do not forget to release packet if send fails.
send(Packet, Connection) - Method in class com.hazelcast.impl.BaseManager
Do not forget to release packet if send fails.
send(JoinInfo) - Method in class com.hazelcast.impl.MulticastService
 
send204() - Method in class com.hazelcast.impl.ascii.rest.HttpCommand
 
send400() - Method in class com.hazelcast.impl.ascii.rest.HttpCommand
 
SEND_SOCKET_BUFFER_SIZE - Static variable in interface com.hazelcast.nio.SocketWriter
 
sendCall(Call) - Method in class com.hazelcast.client.ProxyHelper
 
sendClusterMergeToOthers(Address) - Method in class com.hazelcast.cluster.ClusterManager
 
sendEvents(int, String, Data, Data, Map<Address, Boolean>, Address, boolean) - Method in class com.hazelcast.impl.BaseManager
 
sendJoinRequest(Address, boolean) - Method in class com.hazelcast.cluster.ClusterManager
 
sendOrReleasePacket(Packet, Address) - Method in class com.hazelcast.impl.BaseManager
 
sendOrReleasePacket(Packet, Connection) - Method in class com.hazelcast.impl.BaseManager
 
sendProcessableTo(RemotelyProcessable, Connection) - Method in class com.hazelcast.impl.BaseManager
 
sendProcessableTo(RemotelyProcessable, Address) - Method in class com.hazelcast.impl.BaseManager
 
sendProcessableToAll(RemotelyProcessable, boolean) - Method in class com.hazelcast.impl.BaseManager
 
sendResponse(TextCommand) - Method in interface com.hazelcast.impl.ascii.TextCommandService
 
sendResponse(TextCommand) - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
sendResponse(Packet) - Method in class com.hazelcast.impl.BaseManager
 
sendResponse(Packet, Address) - Method in class com.hazelcast.impl.BaseManager
 
sendResponse(Packet) - Method in class com.hazelcast.impl.ClientHandlerService.ClientOperationHandler
 
sendResponse(TextCommand) - Method in class com.hazelcast.nio.ascii.SocketTextReader
 
sendResponseFailure(Packet) - Method in class com.hazelcast.impl.BaseManager
 
SerializationHelper - Class in com.hazelcast.nio
 
SerializationHelper() - Constructor for class com.hazelcast.nio.SerializationHelper
 
Serializer - Class in com.hazelcast.nio
 
Serializer() - Constructor for class com.hazelcast.nio.Serializer
 
Serializer.DataSerializer - Class in com.hazelcast.nio
 
Serializer.DataSerializer() - Constructor for class com.hazelcast.nio.Serializer.DataSerializer
 
SERIALIZER_GZIP_ENABLED - Static variable in class com.hazelcast.impl.GroupProperties
 
SERIALIZER_SHARED - Static variable in class com.hazelcast.impl.GroupProperties
 
serializeToBytes(Object) - Static method in class com.hazelcast.nio.IOUtil
 
serializeToObject(byte[]) - Static method in class com.hazelcast.nio.IOUtil
 
SERVER_ERROR - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
SERVICE_THREAD_PRIORITY - Variable in class com.hazelcast.impl.GroupProperties
 
serviceThread - Variable in class com.hazelcast.impl.base.CpuUtilization
 
servletContext - Variable in class com.hazelcast.web.WebFilter
 
sessionCreated(HttpSessionEvent) - Method in class com.hazelcast.web.SessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.hazelcast.web.SessionListener
 
SessionListener - Class in com.hazelcast.web
 
SessionListener() - Constructor for class com.hazelcast.web.SessionListener
 
set(long) - Method in class com.hazelcast.client.AtomicNumberClientProxy
 
set(int, E) - Method in class com.hazelcast.client.ListClientProxy
 
set(K, V) - Method in class com.hazelcast.client.MapClientProxy
 
set(K, V, long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
set(String, ClusterOperation, byte[], byte[]) - Method in class com.hazelcast.client.Packet
 
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) - Method in interface com.hazelcast.core.IMap
Puts an entry into this map.
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.impl.AtomicNumberProxyImpl
 
set(String, Object, int) - Method in class com.hazelcast.impl.BlockingQueueManager
 
set(String, Data, int) - Method in class com.hazelcast.impl.BlockingQueueManager
 
set(String, Object) - Method in class com.hazelcast.impl.CMap.CMapEntry
 
set(String, FactoryImpl) - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
set(int, Object) - Method in class com.hazelcast.impl.ListProxyImpl
 
set(Object, Object) - Method in class com.hazelcast.impl.MProxyImpl
 
set(Object, Object, long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 
set(String, FactoryImpl) - Method in class com.hazelcast.impl.TopicProxyImpl
 
set(long) - Method in class com.hazelcast.jmx.AtomicNumberMBean
 
set(byte[], int) - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
set(byte[]) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
set(String, ClusterOperation, Object, Object) - Method in class com.hazelcast.nio.Packet
 
setAccessKey(String) - Method in class com.hazelcast.config.AwsConfig
 
setActions(Set<String>) - Method in class com.hazelcast.config.PermissionConfig
 
setActive() - Method in class com.hazelcast.impl.AbstractRecord
 
setActive(boolean) - Method in class com.hazelcast.impl.AbstractRecord
 
setActive() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setActive(boolean) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setActive(boolean) - Method in class com.hazelcast.impl.monitor.MemberHealthStatsImpl
 
setActive(boolean) - Method in class com.hazelcast.impl.Node
 
setActive() - Method in interface com.hazelcast.impl.Record
 
setActive(boolean) - Method in interface com.hazelcast.impl.Record
 
setAddHazelcastLib(boolean) - Method in class com.hazelcast.web.Installer
 
setAddress(Address) - Method in class com.hazelcast.cluster.Master
Sets the address.
setAddress(Address) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
setAddress(String[]) - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
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
 
setAppsSharingSessions(boolean) - Method in class com.hazelcast.web.Installer
 
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
 
setAttributeIndex(int) - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
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
 
setBackupOps(SortedSet<VersionedBackupOp>) - Method in class com.hazelcast.impl.AbstractRecord
 
setBackupOps(SortedSet<VersionedBackupOp>) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setBackupOps(SortedSet<VersionedBackupOp>) - Method in interface com.hazelcast.impl.Record
 
setBinder(ClientBinder) - Method in class com.hazelcast.client.ConnectionManager
 
setBindings(Map<String, Object>) - Method in class com.hazelcast.impl.management.ScriptExecutorCallable
 
setBooleanRequest() - Method in class com.hazelcast.impl.Request
 
setCacheValue(boolean) - Method in class com.hazelcast.config.MapConfig
Sets if entry values should be cached
setCallContext(CallContext) - Method in class com.hazelcast.impl.ThreadContext
 
setCallId(long) - Method in class com.hazelcast.client.Packet
 
setCallId(long) - Method in interface com.hazelcast.impl.base.Call
 
setCallId(long) - Method in class com.hazelcast.impl.base.SystemLogRecord
 
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 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
 
SetClientProxy<E> - Class in com.hazelcast.client
 
SetClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.SetClientProxy
 
SetClientProxy(ProxyHelper, String) - Constructor for class com.hazelcast.client.SetClientProxy
 
setClusteredFilePrefix(String) - Method in class com.hazelcast.web.Installer
 
setClusterName(String) - Method in class com.hazelcast.monitor.TimedMemberState
 
SetCommand - Class in com.hazelcast.impl.ascii.memcache
 
SetCommand(TextCommandConstants.TextCommandType, String, int, int, int, boolean) - Constructor for class com.hazelcast.impl.ascii.memcache.SetCommand
 
SetCommandParser - Class in com.hazelcast.impl.ascii.memcache
 
SetCommandParser(TextCommandConstants.TextCommandType) - Constructor for class com.hazelcast.impl.ascii.memcache.SetCommandParser
 
SetCommandProcessor - Class in com.hazelcast.impl.ascii.memcache
 
SetCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.memcache.SetCommandProcessor
 
setConfigurationFile(File) - Method in class com.hazelcast.config.Config
 
setConfigurationUrl(URL) - Method in class com.hazelcast.config.Config
 
setConnection(Connection) - Method in class com.hazelcast.client.PacketHandler
 
setConnection(Connection) - Method in class com.hazelcast.cluster.AbstractRemotelyCallable
 
setConnection(Connection) - Method in class com.hazelcast.cluster.AbstractRemotelyProcessable
 
setConnection(Connection) - Method in interface com.hazelcast.cluster.RemotelyProcessable
 
setConnection(Connection) - Method in class com.hazelcast.cluster.SyncProcess
 
setConnection(Connection) - Method in class com.hazelcast.impl.ClientHandlerService.CountDownLatchLeave
 
setConnection(Connection) - Method in class com.hazelcast.impl.partition.PartitionStateProcessable
 
setConnectionTimeout(int) - Method in class com.hazelcast.client.ClientConfig
 
setConnectionTimeoutSeconds(int) - Method in class com.hazelcast.config.TcpIpConfig
 
setContainsKey(Object, Data) - Method in class com.hazelcast.impl.NearCache
 
setContentType(byte[]) - Method in class com.hazelcast.impl.ascii.rest.RestValue
 
setCorePoolSize(int) - Method in class com.hazelcast.config.ExecutorConfig
 
setCost(long) - Method in class com.hazelcast.impl.concurrentmap.CostAwareRecordList
 
setCost(long) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setCount(int) - Method in class com.hazelcast.client.CountDownLatchClientProxy
 
setCount(int) - Method in interface com.hazelcast.core.ICountDownLatch
Sets the count to the given value if the current count is zero.
setCount(int, Address, Address) - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 
setCount(int, Address) - Method in interface com.hazelcast.impl.CountDownLatchProxy
 
setCount(int) - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
setCount(int, Address) - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
setCreationTime(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setCreationTime(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setCreationTime(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setCreationTime(long) - Method in interface com.hazelcast.impl.Record
 
setCreationTime(long) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setCredentials(Credentials) - Method in class com.hazelcast.client.ClientConfig
 
setCredentials(Credentials) - Method in class com.hazelcast.cluster.JoinRequest
 
setCurrentFactory(FactoryImpl) - Method in class com.hazelcast.impl.ThreadContext
 
setCurrentLevel(String) - Method in class com.hazelcast.impl.base.SystemLogService
 
setDate(long) - Method in class com.hazelcast.impl.base.SystemLogRecord
 
setDirty(boolean) - Method in class com.hazelcast.impl.AbstractRecord
 
setDirty(boolean) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setDirty(boolean) - Method in interface com.hazelcast.impl.Record
 
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
 
setEnabled(boolean) - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
setEndpoint(String) - Method in class com.hazelcast.aws.AWSClient
 
setEndPoint(Address) - Method in class com.hazelcast.nio.Connection
 
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
 
setExecutionManagerCallback(ExecutionManagerCallback) - Method in interface com.hazelcast.impl.InnerFutureTask
 
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
 
setExpirationTime(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setExpirationTime(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setExpirationTime(long) - Method in interface com.hazelcast.impl.Record
 
setExpirationTime(long) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setExpression(Expression) - Method in class com.hazelcast.config.MapIndexConfig
 
setExpression(Expression) - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
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 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 SSLContextFactory implementation object
setFalse(byte, int) - Static method in class com.hazelcast.util.ByteUtil
Clears a bit, by setting it to 0.
setFireNforget(boolean) - Method in class com.hazelcast.client.Call
 
setFrom(DetectDeadlockRequest.Vertex) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
setFromAddress(Address) - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
setFromConnection(Connection) - Method in class com.hazelcast.nio.Packet
 
SetFromMap<E> - Class in com.hazelcast.util
 
SetFromMap(Map<E, Boolean>) - Constructor for class com.hazelcast.util.SetFromMap
 
setFromPacket(Packet) - Method in class com.hazelcast.impl.Request
 
setFromRecord(Record) - Method in class com.hazelcast.impl.Request
 
setFromRequest(Request) - Method in class com.hazelcast.impl.Request
 
setFromRequest(Request) - Method in class com.hazelcast.nio.Packet
 
setGlobalLock(boolean) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
setGlobalLock(boolean) - Method in class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
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
 
setHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.impl.OutOfMemoryErrorDispatcher
 
setHazelcast(HazelcastInstance) - Method in class com.hazelcast.examples.TestApp
 
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.impl.base.FactoryAwareNamedProxy
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.CMap.CMapEntry
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.concurrentmap.GetAllCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.concurrentmap.MapQueryCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.concurrentmap.MapSizeCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.concurrentmap.PutAllCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.DestroyEndpointThreadsCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.EvictLocalMapEntriesCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.FactoryImpl.InitializeMap
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.ListProxyImpl
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.LockProxyImpl
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.management.ClusterServiceCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.management.RuntimeStateRequest
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.management.ScriptExecutorCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.MemberImpl
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.MProxyImpl
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.partition.MigrationTask
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.QProxyImpl
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.SetProxyImpl
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.TestUtil.OrderUpdateCallable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.TestUtil.OrderUpdateRunnable
 
setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.impl.TopicProxyImpl
 
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
 
setHits(int) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
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 SocketInterceptor implementation object
setIncludeValue(boolean) - Method in class com.hazelcast.config.EntryListenerConfig
 
setIncludeValue(boolean) - Method in class com.hazelcast.config.ItemListenerConfig
 
setIndex(int) - Method in class com.hazelcast.impl.TestUtil.Value
 
setIndexes(Long[], byte[]) - Method in class com.hazelcast.impl.AbstractRecord
 
setIndexes(Long[], byte[]) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setIndexes(Long[], byte[]) - Method in interface com.hazelcast.impl.Record
 
setIndexes(Long[], byte[]) - Method in class com.hazelcast.impl.Request
 
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
 
setInvalid() - Method in class com.hazelcast.impl.AbstractRecord
 
setInvalid() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setInvalid() - Method in interface com.hazelcast.impl.Record
 
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
 
setJoined() - Method in class com.hazelcast.impl.Node
 
setKeepAliveSeconds(int) - Method in class com.hazelcast.config.ExecutorConfig
 
setKey(byte[]) - Method in class com.hazelcast.client.Packet
 
setKey(byte[]) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
setKey(Object) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
setKey(Object) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setKey(Data) - Method in class com.hazelcast.nio.Packet
 
setKeyAlias(String) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setKeyHash(int) - Method in class com.hazelcast.client.Packet
 
setKeyPassword(String) - Method in class com.hazelcast.config.AsymmetricEncryptionConfig
 
setKeys(Set<K>) - Method in class com.hazelcast.client.impl.CollectionWrapper
 
setKeyValues(List<KeyValue>) - Method in class com.hazelcast.impl.base.Pairs
 
setLastAccessed() - Method in class com.hazelcast.impl.AbstractRecord
 
setLastAccessed() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setLastAccessed() - Method in interface com.hazelcast.impl.Record
 
setLastAccessTime(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setLastAccessTime(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setLastAccessTime(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLastAccessTime(long) - Method in interface com.hazelcast.impl.Record
 
setLastAccessTime(long) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setLastEvictionTime(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLastStoredTime(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setLastStoredTime(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setLastStoredTime(long) - Method in interface com.hazelcast.impl.Record
 
setLastUpdated() - Method in class com.hazelcast.impl.AbstractRecord
 
setLastUpdated() - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setLastUpdated() - Method in interface com.hazelcast.impl.Record
 
setLastUpdateTime(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setLastUpdateTime(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setLastUpdateTime(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLastUpdateTime(long) - Method in interface com.hazelcast.impl.Record
 
setLastUpdateTime(long) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setLicenseKey(String) - Method in class com.hazelcast.config.Config
 
setLineReader(LineReader) - Method in class com.hazelcast.examples.TestApp
 
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
 
setLocal(ClusterOperation, String, Data, Data, int, long, long, Address) - Method in class com.hazelcast.impl.Request
 
setLocalMapStats(LocalMapStats) - Method in class com.hazelcast.monitor.DistributedMapStatsCallable.MemberMapStat
 
setLocalQueueStats(LocalQueueStats) - Method in class com.hazelcast.monitor.DistributedQueueStatsCallable.MemberQueueStats
 
setLock(DistributedLock) - Method in class com.hazelcast.impl.AbstractRecord
 
setLock(DistributedLock) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setLock(DistributedLock) - Method in interface com.hazelcast.impl.Record
 
setLockedEntryCount(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLockOwners(Map<Object, DistributedLock>) - Method in class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
setLockRequested(Map<Object, DistributedLock>) - Method in class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
setLockWaitCount(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setLoginContext(LoginContext) - Method in class com.hazelcast.impl.ClientEndpoint
 
SetLogLevelRequest - Class in com.hazelcast.impl.management
 
SetLogLevelRequest() - Constructor for class com.hazelcast.impl.management.SetLogLevelRequest
 
SetLogLevelRequest(String) - Constructor for class com.hazelcast.impl.management.SetLogLevelRequest
 
setLogRecord(LogRecord) - Method in class com.hazelcast.logging.LogEvent
 
setLogWriter(PrintWriter) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
setLogWriter(PrintWriter) - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
setLongRequest() - Method in class com.hazelcast.impl.Request
 
setLongValue(long) - Method in class com.hazelcast.client.Packet
 
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
 
setMapListeners(Map<Address, Boolean>) - Method in class com.hazelcast.impl.AbstractRecord
 
setMapListeners(Map<Address, Boolean>) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setMapListeners(Map<Address, Boolean>) - Method in interface com.hazelcast.impl.Record
 
setMapName(String) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
setMapName(String) - Method in class com.hazelcast.impl.management.LockInformationCallable.MapLockState
 
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
 
setMasterAddress(Address) - Method in class com.hazelcast.impl.Node
 
setMasterTime(long) - Method in class com.hazelcast.cluster.ClusterImpl
 
setMaxIdle(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setMaxIdle(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setMaxIdle(long) - Method in interface com.hazelcast.impl.Record
 
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.logging.LogEvent
 
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<MemberImpl>) - Method in class com.hazelcast.cluster.ClusterImpl
 
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
 
setMessage(String) - Method in class com.hazelcast.impl.base.SystemLogRecord
 
setMessageListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.TopicConfig
 
setMisses(long) - Method in class com.hazelcast.impl.monitor.LocalMapStatsImpl
 
setMonitor(ConnectionMonitor) - Method in class com.hazelcast.nio.Connection
 
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
 
setMultiValues(Collection<ValueHolder>) - Method in class com.hazelcast.impl.AbstractRecord
 
setMultiValues(Collection<ValueHolder>) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setMultiValues(Collection<ValueHolder>) - Method in interface com.hazelcast.impl.Record
 
setName(String) - Method in class com.hazelcast.client.Packet
 
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
 
setName(String) - Method in class com.hazelcast.impl.base.FactoryAwareNamedProxy
 
setName(FactoryImpl, String) - Method in class com.hazelcast.impl.base.KeyValue
 
setNearCacheConfig(NearCacheConfig) - Method in class com.hazelcast.config.MapConfig
 
setNetworkConfig(NetworkConfig) - Method in class com.hazelcast.config.Config
 
setNode(Node) - Method in class com.hazelcast.cluster.AbstractNodeAware
 
setNode(Node) - Method in interface com.hazelcast.cluster.NodeAware
 
setNode(String) - Method in class com.hazelcast.impl.base.SystemLogRecord
 
setNode(Node) - Method in class com.hazelcast.impl.ClientHandlerService.CountDownLatchLeave
 
setObjectRequest() - Method in class com.hazelcast.impl.Request
 
setOperation(ClusterOperation) - Method in class com.hazelcast.client.Packet
 
setOrdered(boolean) - Method in class com.hazelcast.config.MapIndexConfig
 
setOrdered(boolean) - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
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
 
setOwnerLeft() - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 
setParentName(ObjectNameSpec) - Method in class com.hazelcast.jmx.AbstractMBean
 
setPartitionGroupConfig(PartitionGroupConfig) - Method in class com.hazelcast.config.Config
 
setPartitionHash(int) - Method in class com.hazelcast.nio.Data
 
setPartitionHash(int) - Method in class com.hazelcast.nio.DataHolder
 
setPartitionInfo(PartitionInfo) - Method in class com.hazelcast.impl.partition.PartitionInfo
 
setPartitionRuntimeState(PartitionRuntimeState) - Method in class com.hazelcast.impl.PartitionManager
 
setPartitions(PartitionInfo[], Map<Address, Integer>) - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
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(Map<ClientProperties.ClientPropertyName, String>) - Method in class com.hazelcast.client.ClientProperties
Deprecated.
 
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
 
setPropertyValue(String, String) - Method in class com.hazelcast.client.ClientProperties
Deprecated.
 
setPropertyValue(ClientProperties.ClientPropertyName, String) - Method in class com.hazelcast.client.ClientProperties
Deprecated.
 
setProtocol(String) - Method in class com.hazelcast.nio.WriteHandler
 
SetProxy<E> - Interface in com.hazelcast.impl
 
SetProxyImpl - Class in com.hazelcast.impl
 
SetProxyImpl() - Constructor for class com.hazelcast.impl.SetProxyImpl
 
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
 
setRedoResult(Constants.RedoType) - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
setReference(Reference) - Method in class com.hazelcast.jca.ConnectionFactoryImpl
 
setRegion(String) - Method in class com.hazelcast.config.AwsConfig
 
setRemoveTime(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setRemoveTime(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setRemoveTime(long) - Method in interface com.hazelcast.impl.Record
 
setReplaceOld(boolean) - Method in class com.hazelcast.web.Installer
 
setReplicaAddress(int, Address) - Method in class com.hazelcast.impl.partition.PartitionInfo
 
setReplicationImpl(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
setReplicationImplObject(Object) - Method in class com.hazelcast.config.WanTargetClusterConfig
 
setRequest(boolean) - Method in class com.hazelcast.cluster.JoinInfo
 
setRequiredMember(String) - Method in class com.hazelcast.config.TcpIpConfig
 
setResponse(Object) - Method in class com.hazelcast.client.Call
 
setResponse(byte[]) - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommand
 
setResponse(byte[]) - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
setResponse(byte[]) - Method in class com.hazelcast.impl.ascii.memcache.SimpleCommand
 
setResponse(Stats) - Method in class com.hazelcast.impl.ascii.memcache.StatsCommand
 
setResponse(byte[]) - Method in class com.hazelcast.impl.ascii.rest.HttpCommand
 
setResponse(byte[], byte[]) - Method in class com.hazelcast.impl.ascii.rest.HttpCommand
HTTP/1.0 200 OK Date: Fri, 31 Dec 1999 23:59:59 GMT Content-TextCommandType: text/html Content-Length: 1354
setResponseType(byte) - Method in class com.hazelcast.client.Packet
 
setResult(Object) - Method in class com.hazelcast.client.AsyncClientCall
 
setResult(Object) - Method in class com.hazelcast.impl.AsyncCall
 
setResult(Object) - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
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
 
setRunnable(Runnable) - Method in interface com.hazelcast.impl.DistributedRunnableAdapter
 
setRuntimeConfig(MapConfig) - Method in class com.hazelcast.impl.CMap
 
setRuntimeProps(Map<String, Long>) - Method in class com.hazelcast.impl.monitor.MemberStateImpl
 
setSalt(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
 
setScheduledActions(List<ScheduledAction>) - Method in class com.hazelcast.impl.AbstractRecord
 
setScheduledActions(List<ScheduledAction>) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setScheduledActions(List<ScheduledAction>) - Method in interface com.hazelcast.impl.Record
 
setScopeId(String) - Method in class com.hazelcast.nio.Address
 
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
 
setSelfCopyReplicaIndex(int) - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
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
 
setState(TestUtil.State) - Method in class com.hazelcast.impl.TestUtil.Employee
 
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
 
setSubject(Subject) - Method in class com.hazelcast.impl.CallContext
 
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
 
setTarget() - Method in class com.hazelcast.cluster.ClusterManager.AsyncRemotelyBooleanOp
 
setTarget() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
setTarget(Address) - Method in class com.hazelcast.impl.management.MapConfigRequest
 
setTargetAddress(Address) - Method in class com.hazelcast.impl.AbstractJoiner
 
setTargetAddress(Address) - Method in interface com.hazelcast.impl.Joiner
 
setTargetClusterConfigs(List<WanTargetClusterConfig>) - Method in class com.hazelcast.config.WanReplicationConfig
 
setTcpIpConfig(TcpIpConfig) - Method in class com.hazelcast.config.Join
 
setThreadId(int) - Method in class com.hazelcast.client.Packet
 
setTime(long) - Method in class com.hazelcast.monitor.TimedMemberState
 
setTimeout(long) - Method in class com.hazelcast.client.Packet
 
setTimeout(long) - Method in class com.hazelcast.impl.base.ScheduledAction
 
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
 
setTo(DetectDeadlockRequest.Vertex) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
setTopicConfigs(Map<String, TopicConfig>) - Method in class com.hazelcast.config.Config
 
setTransaction(TransactionImpl) - Method in class com.hazelcast.impl.CallContext
 
setTrue(byte, int) - Static method in class com.hazelcast.util.ByteUtil
Sets a bit to 1.
setTrustedInterfaces(Set<String>) - Method in class com.hazelcast.config.MulticastConfig
 
setTryCount(int) - Method in class com.hazelcast.cluster.JoinInfo
 
setTtl(long) - Method in class com.hazelcast.client.Packet
 
setTTL(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setTTL(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setTTL(long) - Method in interface com.hazelcast.impl.Record
 
setType(PermissionConfig.PermissionType) - Method in class com.hazelcast.config.PermissionConfig
 
setType(SystemLog.Type) - Method in class com.hazelcast.impl.base.SystemLog
 
setType(String) - Method in class com.hazelcast.impl.base.SystemLogRecord
 
setType(Connection.Type) - Method in class com.hazelcast.nio.Connection
 
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.examples.ChatApplication
 
setUsername(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
setValid(boolean) - Method in class com.hazelcast.impl.base.ScheduledAction
 
setValid(boolean) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setValue(V) - Method in class com.hazelcast.client.ClientMapEntry
 
setValue(Object) - Method in class com.hazelcast.client.impl.KeyValue
 
setValue(V) - Method in class com.hazelcast.client.MapEntryIterator.MapEntry
 
setValue(V) - Method in class com.hazelcast.client.MapEntrySetIterator.MapEntry
 
setValue(byte[]) - Method in class com.hazelcast.client.Packet
 
setValue(MemcacheEntry, boolean) - Method in class com.hazelcast.impl.ascii.memcache.GetCommand
 
setValue(byte[]) - Method in class com.hazelcast.impl.ascii.rest.RestValue
 
setValue(Object) - Method in class com.hazelcast.impl.base.DataRecordEntry
 
setValue(Object) - Method in class com.hazelcast.impl.base.KeyValue
 
setValue(Object) - Method in class com.hazelcast.impl.CMap.CMapEntry
 
setValue(Object) - Method in class com.hazelcast.impl.DefaultRecord
 
setValue(Object) - Method in interface com.hazelcast.impl.Record
 
setValue(Object) - Method in class com.hazelcast.impl.SimpleRecord
 
setValue(Object) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setValue(Data) - Method in class com.hazelcast.nio.Packet
 
setValue(V) - Method in class com.hazelcast.util.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValueCollectionType(String) - Method in class com.hazelcast.config.MultiMapConfig
 
setValueCollectionType(MultiMapConfig.ValueCollectionType) - Method in class com.hazelcast.config.MultiMapConfig
 
setValueData(Data) - Method in class com.hazelcast.impl.DefaultNearCacheRecord
 
setValueData(Data) - Method in class com.hazelcast.impl.DefaultRecord
 
setValueData(Data) - Method in interface com.hazelcast.impl.NearCacheRecord
 
setValueData(Data) - Method in interface com.hazelcast.impl.Record
 
setValueData(Data) - Method in class com.hazelcast.impl.SimpleRecord
 
setValueHash(int) - Method in class com.hazelcast.client.Packet
 
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.
setVersion(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setVersion(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setVersion(long) - Method in interface com.hazelcast.impl.Record
 
setVersion(int) - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
setVersionMismatch(boolean) - Method in class com.hazelcast.impl.management.ManagementCenterService
 
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
setWriteTime(long) - Method in class com.hazelcast.impl.AbstractRecord
 
setWriteTime(long) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
setWriteTime(long) - Method in interface com.hazelcast.impl.Record
 
setXmlConfig(String) - Method in class com.hazelcast.config.Config
 
shouldConnectTo(Address) - Method in interface com.hazelcast.nio.IOService
 
shouldConnectTo(Address) - Method in class com.hazelcast.nio.NodeIOService
 
shouldExecuteOnDisconnect(Connection) - Method in class com.hazelcast.client.ConnectionManager
 
shouldInfo() - Method in class com.hazelcast.impl.base.SystemLogService
 
shouldLog(SystemLogService.Level) - Method in class com.hazelcast.impl.base.SystemLogService
 
shouldPurge(int, int) - Method in class com.hazelcast.impl.PartitionManager
 
shouldRead() - Method in class com.hazelcast.nio.DataHolder
 
shouldReply() - Method in class com.hazelcast.impl.ascii.AbstractTextCommand
 
shouldReply() - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommand
 
shouldReply() - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
shouldReply() - Method in class com.hazelcast.impl.ascii.rest.HttpCommand
 
shouldReply() - Method in interface com.hazelcast.impl.ascii.TextCommand
 
shouldTrace() - Method in class com.hazelcast.impl.base.SystemLogService
 
shouldTryMerge() - Method in class com.hazelcast.cluster.ClusterManager
 
SHUFFLE_ADDRESSES - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
shutdown() - Method in class com.hazelcast.client.ClientRunnable
 
shutdown() - Static method in class com.hazelcast.client.ClientThreadContext
 
shutdown() - Method in class com.hazelcast.client.ConnectionManager
 
shutdown() - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
shutdown() - Method in class com.hazelcast.client.HazelcastClient
 
shutdown() - Method in class com.hazelcast.client.InRunnable
 
shutdown() - Method in class com.hazelcast.client.LifecycleServiceClientImpl
 
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.impl.base.SystemLogService
 
shutdown() - Method in class com.hazelcast.impl.ClientHandlerService
 
shutdown() - Method in class com.hazelcast.impl.ConcurrentMapManager
 
shutdown() - Method in interface com.hazelcast.impl.executor.ParallelExecutor
 
shutdown() - Method in class com.hazelcast.impl.executor.ParallelExecutorService
 
shutdown() - Method in class com.hazelcast.impl.ExecutorServiceProxy
Hazelcast ExecutorService cannot be really shut down.
shutdown() - Method in class com.hazelcast.impl.FactoryImpl.HazelcastInstanceProxy
 
shutdown(FactoryImpl) - Static method in class com.hazelcast.impl.FactoryImpl
 
shutdown() - Method in class com.hazelcast.impl.FactoryImpl
 
shutdown() - Method in class com.hazelcast.impl.LifecycleServiceImpl
 
shutdown() - Method in class com.hazelcast.impl.management.ManagementCenterService
 
shutdown(boolean, boolean) - Method in class com.hazelcast.impl.Node
 
shutdown() - Method in class com.hazelcast.impl.PartitionManager
 
shutdown(Thread) - Static method in class com.hazelcast.impl.ThreadContext
 
shutdown() - Method in class com.hazelcast.impl.ThreadContext
 
shutdown(FactoryImpl) - Method in class com.hazelcast.impl.ThreadContext
 
shutdown() - Method in class com.hazelcast.impl.wan.WanNoDelayReplication
 
shutdown() - Method in interface com.hazelcast.impl.wan.WanReplicationEndpoint
 
shutdown() - Method in class com.hazelcast.impl.wan.WanReplicationService
 
shutdown() - Method in class com.hazelcast.jmx.ClusterMBean
 
shutdown() - Static method in class com.hazelcast.jmx.ManagementService
Stop the management service
shutdown() - Method in class com.hazelcast.nio.ConnectionManager
 
shutdown() - Method in class com.hazelcast.nio.InOutSelector
 
shutdown() - Method in class com.hazelcast.nio.WriteHandler
 
SHUTDOWN_ON_STOP - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
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.
shutdownAll() - Static method in class com.hazelcast.impl.FactoryImpl
 
shutdownAll() - Static method in class com.hazelcast.impl.ThreadContext
 
SHUTDOWNHOOK_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
shutdownInstance() - Method in class com.hazelcast.web.WebFilter
 
ShutdownMemberRequest - Class in com.hazelcast.impl.management
 
ShutdownMemberRequest() - Constructor for class com.hazelcast.impl.management.ShutdownMemberRequest
 
shutdownNow() - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
shutdownNow() - Method in class com.hazelcast.impl.ExecutorServiceProxy
Hazelcast ExecutorService cannot be really shut down.
shutdownOnStop(Properties, boolean) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
sign(DescribeInstances, String) - Method in class com.hazelcast.aws.security.EC2RequestSigner
 
SIGNATURE_METHOD - Static variable in class com.hazelcast.aws.impl.Constants
 
SIGNATURE_VERSION - Static variable in class com.hazelcast.aws.impl.Constants
 
simple - Variable in class com.hazelcast.impl.concurrentmap.DefaultRecordFactory
 
SimpleBlockingQueue<E> - Class in com.hazelcast.util
 
SimpleBlockingQueue() - Constructor for class com.hazelcast.util.SimpleBlockingQueue
 
SimpleBlockingQueue(boolean) - Constructor for class com.hazelcast.util.SimpleBlockingQueue
 
SimpleBoundedQueue<E> - Class in com.hazelcast.util
Not Thread-Safe
SimpleBoundedQueue(int) - Constructor for class com.hazelcast.util.SimpleBoundedQueue
 
SimpleCommand - Class in com.hazelcast.impl.ascii.memcache
 
SimpleCommand(TextCommandConstants.TextCommandType) - Constructor for class com.hazelcast.impl.ascii.memcache.SimpleCommand
 
SimpleCommandParser - Class in com.hazelcast.impl.ascii.memcache
 
SimpleCommandParser(TextCommandConstants.TextCommandType) - Constructor for class com.hazelcast.impl.ascii.memcache.SimpleCommandParser
 
SimpleCommandProcessor - Class in com.hazelcast.impl.ascii.memcache
 
SimpleCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.memcache.SimpleCommandProcessor
 
SimpleFunctionalMapTest - Class in com.hazelcast.examples
 
SimpleFunctionalMapTest() - Constructor for class com.hazelcast.examples.SimpleFunctionalMapTest
 
SimpleFunctionalMapTest.Stats - Class in com.hazelcast.examples
 
SimpleFunctionalMapTest.Stats() - Constructor for class com.hazelcast.examples.SimpleFunctionalMapTest.Stats
 
SimpleMapTest - Class in com.hazelcast.client.examples
 
SimpleMapTest() - Constructor for class com.hazelcast.client.examples.SimpleMapTest
 
SimpleMapTest - Class in com.hazelcast.examples
 
SimpleMapTest() - Constructor for class com.hazelcast.examples.SimpleMapTest
 
SimpleMapTest.Stats - Class in com.hazelcast.client.examples
 
SimpleMapTest.Stats() - Constructor for class com.hazelcast.client.examples.SimpleMapTest.Stats
 
SimpleMultiMapTest - Class in com.hazelcast.examples
 
SimpleMultiMapTest() - Constructor for class com.hazelcast.examples.SimpleMultiMapTest
 
SimpleQueueTest - Class in com.hazelcast.examples
 
SimpleQueueTest() - Constructor for class com.hazelcast.examples.SimpleQueueTest
 
SimpleQueueTest.Stats - Class in com.hazelcast.examples
 
SimpleQueueTest.Stats() - Constructor for class com.hazelcast.examples.SimpleQueueTest.Stats
 
simpleRecord - Variable in class com.hazelcast.impl.base.DefaultNodeInitializer
 
SimpleRecord - Class in com.hazelcast.impl
 
SimpleRecord(int, CMap, long, Data, Data) - Constructor for class com.hazelcast.impl.SimpleRecord
 
SingleMemberGroup - Class in com.hazelcast.impl.partition
 
SingleMemberGroup() - Constructor for class com.hazelcast.impl.partition.SingleMemberGroup
 
SingleMemberGroup(MemberImpl) - Constructor for class com.hazelcast.impl.partition.SingleMemberGroup
 
SingleMemberGroupFactory - Class in com.hazelcast.impl.partition
 
SingleMemberGroupFactory() - Constructor for class com.hazelcast.impl.partition.SingleMemberGroupFactory
 
SingleResultSet - Class in com.hazelcast.query
 
SingleResultSet(ConcurrentMap<Long, Record>) - Constructor for class com.hazelcast.query.SingleResultSet
 
size() - Method in class com.hazelcast.client.CollectionClientProxy
 
size() - Method in interface com.hazelcast.client.EntryHolder
 
size() - Method in class com.hazelcast.client.LightEntrySet
 
size() - Method in class com.hazelcast.client.LightEntrySetSet
 
size() - Method in class com.hazelcast.client.LightKeySet
 
size() - Method in class com.hazelcast.client.LightMultiMapEntrySet
 
size() - Method in class com.hazelcast.client.MapClientProxy
 
size() - Method in class com.hazelcast.client.MultiMapClientProxy
 
size() - Method in class com.hazelcast.client.QueueClientProxy
 
size() - Method in class com.hazelcast.client.ValueCollection
 
size() - Method in interface com.hazelcast.core.MultiMap
Returns the number of key-value pairs in the multimap.
size() - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
size() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
size() - Method in interface com.hazelcast.hibernate.RegionCache
 
size() - Method in class com.hazelcast.impl.base.Pairs
 
size() - Method in class com.hazelcast.impl.base.Values
 
size(String) - Method in class com.hazelcast.impl.BlockingQueueManager
 
size() - Method in class com.hazelcast.impl.CMap
 
size(int) - Method in class com.hazelcast.impl.CMap
 
size() - Method in class com.hazelcast.impl.concurrentmap.MultiData
 
size() - Method in class com.hazelcast.impl.Entries
 
size() - Method in class com.hazelcast.impl.Keys
 
size() - Method in class com.hazelcast.impl.ListProxyImpl
 
size() - Method in class com.hazelcast.impl.MProxyImpl
 
size() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
size() - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
size() - Method in interface com.hazelcast.impl.partition.MemberGroup
 
size() - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
size() - Method in class com.hazelcast.impl.QProxyImpl
 
size() - Method in class com.hazelcast.impl.SetProxyImpl
 
size(String) - Method in class com.hazelcast.impl.TransactionImpl
 
size() - Method in class com.hazelcast.jmx.QueueMBean
 
size() - Method in class com.hazelcast.nio.Data
 
size() - Method in class com.hazelcast.nio.DataHolder
 
size() - Method in class com.hazelcast.nio.WriteHandler
 
size() - Method in class com.hazelcast.query.MapIndexService
 
size() - Method in class com.hazelcast.query.MultiResultSet
 
size() - Method in class com.hazelcast.query.SingleResultSet
 
size() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns the number of key-value mappings in this map.
size() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
Returns the number of elements in this set.
size() - Method in class com.hazelcast.util.DoubleBlockingQueue
 
size() - Method in class com.hazelcast.util.SetFromMap
 
size() - Method in class com.hazelcast.util.SimpleBlockingQueue
 
size() - Method in class com.hazelcast.util.SimpleBoundedQueue
 
skip(long) - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
skipBytes(int) - Method in class com.hazelcast.nio.FastByteArrayInputStream
 
Slf4jFactory - Class in com.hazelcast.logging
 
Slf4jFactory() - Constructor for class com.hazelcast.logging.Slf4jFactory
 
socket() - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
socket() - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
SOCKET_CLIENT_BIND_ANY - Variable in class com.hazelcast.impl.GroupProperties
 
SOCKET_KEEP_ALIVE - Variable in class com.hazelcast.impl.GroupProperties
 
SOCKET_LINGER_SECONDS - Variable in class com.hazelcast.impl.GroupProperties
 
SOCKET_NO_DELAY - Variable in class com.hazelcast.impl.GroupProperties
 
SOCKET_RECEIVE_BUFFER_SIZE - Variable in class com.hazelcast.impl.GroupProperties
 
SOCKET_SEND_BUFFER_SIZE - Variable in class com.hazelcast.impl.GroupProperties
 
SOCKET_SERVER_BIND_ANY - Variable in class com.hazelcast.impl.GroupProperties
 
SocketAcceptor - Class in com.hazelcast.nio
 
SocketAcceptor(ServerSocketChannel, ConnectionManager) - Constructor for class com.hazelcast.nio.SocketAcceptor
 
socketChannel - Variable in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
SocketChannelWrapper - Interface in com.hazelcast.nio
 
SocketConnector - Class in com.hazelcast.nio
 
SocketConnector(ConnectionManager, Address, boolean) - Constructor for class com.hazelcast.nio.SocketConnector
 
SocketInterceptor - Interface in com.hazelcast.nio
 
SocketInterceptorConfig - Class in com.hazelcast.config
 
SocketInterceptorConfig() - Constructor for class com.hazelcast.config.SocketInterceptorConfig
 
SocketPacketWriter - Class in com.hazelcast.nio
 
SocketReader - Interface in com.hazelcast.nio
 
SocketTextReader - Class in com.hazelcast.nio.ascii
 
SocketTextReader(Connection) - Constructor for class com.hazelcast.nio.ascii.SocketTextReader
 
SocketTextWriter - Class in com.hazelcast.nio.ascii
 
SocketTextWriter(Connection) - Constructor for class com.hazelcast.nio.ascii.SocketTextWriter
 
SocketWritable - Interface in com.hazelcast.nio
 
SocketWriter<T> - Interface in com.hazelcast.nio
 
SortedHashMap<K,V> - Class in com.hazelcast.util
 
SortedHashMap() - Constructor for class com.hazelcast.util.SortedHashMap
 
SortedHashMap(int) - Constructor for class com.hazelcast.util.SortedHashMap
 
SortedHashMap(int, SortedHashMap.OrderingType) - Constructor for class com.hazelcast.util.SortedHashMap
 
SortedHashMap(int, float, SortedHashMap.OrderingType) - Constructor for class com.hazelcast.util.SortedHashMap
 
SortedHashMap.OrderingType - Enum in com.hazelcast.util
 
SortedIndexStore - Class in com.hazelcast.query
 
SortedIndexStore() - Constructor for class com.hazelcast.query.SortedIndexStore
 
SPACE - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
SplitBrainHandler - Class in com.hazelcast.impl
 
SplitBrainHandler(Node) - Constructor for class com.hazelcast.impl.SplitBrainHandler
 
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
 
SSLContextFactory - Interface in com.hazelcast.nio.ssl
 
SSLSocketChannelWrapper - Class in com.hazelcast.nio.ssl
 
SSLSocketChannelWrapper(SSLContext, SocketChannel, boolean) - Constructor for class com.hazelcast.nio.ssl.SSLSocketChannelWrapper
 
StandardLoggerFactory - Class in com.hazelcast.logging
 
StandardLoggerFactory() - Constructor for class com.hazelcast.logging.StandardLoggerFactory
 
start() - Method in class com.hazelcast.cluster.ClusterService
 
start(String[]) - Method in class com.hazelcast.examples.TestApp
 
start(Settings, Properties) - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
start(Settings, Properties) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
start(Properties) - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
start() - Method in class com.hazelcast.impl.management.ManagementCenterService
 
start() - Method in class com.hazelcast.impl.Node
 
start(BootstrapContext) - Method in class com.hazelcast.jca.ResourceAdapterImpl
 
start() - Method in class com.hazelcast.nio.ConnectionManager
 
startCleanup(boolean, boolean) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
startExecution(long) - Method in class com.hazelcast.impl.monitor.ExecutorOperationsCounter
 
startPending() - Method in class com.hazelcast.impl.monitor.ExecutorOperationsCounter
 
StartServer - Class in com.hazelcast.examples
 
StartServer() - Constructor for class com.hazelcast.examples.StartServer
 
STATE_ACTIVE - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
STATE_OUT_OF_MEMORY - Static variable in class com.hazelcast.impl.management.ConsoleRequestConstants
 
stateChanged(LifecycleEvent) - Method in interface com.hazelcast.core.LifecycleListener
 
stateChanged(LifecycleEvent) - Method in class com.hazelcast.impl.management.ManagementCenterService
 
Stats - Class in com.hazelcast.impl.ascii.memcache
 
Stats(int, int, long, long, long, long, long) - Constructor for class com.hazelcast.impl.ascii.memcache.Stats
 
Stats() - Constructor for class com.hazelcast.impl.ascii.memcache.Stats
 
STATS_SECONDS - Static variable in class com.hazelcast.client.examples.SimpleMapTest
 
STATS_SECONDS - Static variable in class com.hazelcast.examples.SimpleFunctionalMapTest
 
STATS_SECONDS - Static variable in class com.hazelcast.examples.SimpleMapTest
 
STATS_SECONDS - Static variable in class com.hazelcast.examples.SimpleMultiMapTest
 
STATS_SECONDS - Static variable in class com.hazelcast.examples.SimpleQueueTest
 
StatsCommand - Class in com.hazelcast.impl.ascii.memcache
 
StatsCommand() - Constructor for class com.hazelcast.impl.ascii.memcache.StatsCommand
 
StatsCommandProcessor - Class in com.hazelcast.impl.ascii.memcache
 
StatsCommandProcessor(TextCommandService) - Constructor for class com.hazelcast.impl.ascii.memcache.StatsCommandProcessor
 
stop() - Method in class com.hazelcast.cluster.ClusterManager
 
stop() - Method in class com.hazelcast.cluster.ClusterService
 
stop() - Method in class com.hazelcast.examples.TestApp
 
stop() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
stop() - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
stop() - Method in class com.hazelcast.hibernate.local.CleanupService
 
stop() - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
stop() - Method in class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
stop() - Method in class com.hazelcast.impl.ExecutorManager
 
stop() - Method in class com.hazelcast.impl.MulticastService
 
stop() - Method in class com.hazelcast.impl.NamedExecutorService
 
stop() - Method in class com.hazelcast.jca.ResourceAdapterImpl
 
store(K, V) - Method in interface com.hazelcast.core.MapStore
Stores the key-value pair.
store(Object, Object) - Method in class com.hazelcast.examples.DummyStore
 
store(Object, Object) - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
storeAll(Map<K, V>) - Method in interface com.hazelcast.core.MapStore
Stores multiple entries.
storeAll(Map) - Method in class com.hazelcast.examples.DummyStore
 
storeAll(Map) - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
storeAsBackup(DataRecordEntry) - Method in class com.hazelcast.impl.CMap
 
STORED - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
storeTask(long, DistributedTask) - Method in class com.hazelcast.impl.ClientEndpoint
 
StreamResponseHandler - Interface in com.hazelcast.impl
 
streamXML(Document, OutputStream) - Static method in class com.hazelcast.impl.Util
 
subList(int, int) - Method in class com.hazelcast.client.ListClientProxy
 
subMap(K, boolean, K, boolean) - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
 
subMap(K, K) - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
 
subMap(K, boolean, K, boolean) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
subMap(K, K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
subMap(K, boolean, K, boolean) - Method in interface com.hazelcast.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface com.hazelcast.util.NavigableMap

submit(Callable<T>) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
submit(Runnable, T) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
submit(Runnable) - Method in class com.hazelcast.client.ExecutorServiceClientProxy
 
submit(Callable<T>) - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
submit(Runnable) - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
submit(Runnable, T) - Method in class com.hazelcast.impl.ExecutorServiceProxy
 
subSet(E, boolean, E, boolean) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
subSet(E, E) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
subSet(E, boolean, E, boolean) - Method in interface com.hazelcast.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in interface com.hazelcast.util.NavigableSet

SymmetricEncryptionConfig - Class in com.hazelcast.config
 
SymmetricEncryptionConfig() - Constructor for class com.hazelcast.config.SymmetricEncryptionConfig
 
syncForAdd() - Method in class com.hazelcast.impl.ConcurrentMapManager
 
syncForAdd() - Method in class com.hazelcast.impl.ListenerManager
 
syncForAdd(Address) - Method in class com.hazelcast.impl.ListenerManager
 
syncForAdd() - Method in class com.hazelcast.impl.PartitionManager
 
syncForAdd() - Method in class com.hazelcast.impl.TopicManager
 
syncForDead(Address) - Method in class com.hazelcast.impl.BlockingQueueManager
 
syncForDead(MemberImpl) - Method in class com.hazelcast.impl.ConcurrentMapManager
 
syncForDead(Address) - Method in class com.hazelcast.impl.ListenerManager
 
syncForDead(MemberImpl) - Method in class com.hazelcast.impl.PartitionManager
 
syncForDead(Address) - Method in class com.hazelcast.impl.TopicManager
 
SyncProcess - Class in com.hazelcast.cluster
 
SyncProcess() - Constructor for class com.hazelcast.cluster.SyncProcess
 
SYSTEM_LOG_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
SystemArgsLog - Class in com.hazelcast.impl.base
 
SystemArgsLog(String, Object) - Constructor for class com.hazelcast.impl.base.SystemArgsLog
 
SystemArgsLog(String, Object, Object) - Constructor for class com.hazelcast.impl.base.SystemArgsLog
 
SystemArgsLog(String, Object, Object, Object) - Constructor for class com.hazelcast.impl.base.SystemArgsLog
 
SystemLog - Class in com.hazelcast.impl.base
 
SystemLog() - Constructor for class com.hazelcast.impl.base.SystemLog
 
systemLogger - Variable in class com.hazelcast.impl.base.DefaultNodeInitializer
 
SystemLogRecord - Class in com.hazelcast.impl.base
 
SystemLogRecord(long, String, long, String, String) - Constructor for class com.hazelcast.impl.base.SystemLogRecord
 
SystemLogRecord() - Constructor for class com.hazelcast.impl.base.SystemLogRecord
 
systemLogService - Variable in class com.hazelcast.impl.AbstractJoiner
 
SystemLogService - Class in com.hazelcast.impl.base
 
SystemLogService(Node) - Constructor for class com.hazelcast.impl.base.SystemLogService
 
systemLogService - Variable in class com.hazelcast.impl.BaseManager
 
SystemLogService.Level - Enum in com.hazelcast.impl.base
 
SystemObjectLog - Class in com.hazelcast.impl.base
 
SystemObjectLog(Object) - Constructor for class com.hazelcast.impl.base.SystemObjectLog
 
systemProps - Variable in class com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
 

T

tailMap(K, boolean) - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
 
tailMap(K) - Method in interface com.hazelcast.util.concurrent.ConcurrentNavigableMap
 
tailMap(K, boolean) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
tailMap(K) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
 
tailMap(K, boolean) - Method in interface com.hazelcast.util.NavigableMap
Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive is true) fromKey.
tailMap(K) - Method in interface com.hazelcast.util.NavigableMap

tailSet(E, boolean) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
tailSet(E) - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListSet
 
tailSet(E, boolean) - Method in interface com.hazelcast.util.NavigableSet
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive is true) fromElement.
tailSet(E) - Method in interface com.hazelcast.util.NavigableSet

take() - Method in class com.hazelcast.client.QueueClientProxy
 
take() - Method in class com.hazelcast.impl.QProxyImpl
 
take() - Method in class com.hazelcast.util.DoubleBlockingQueue
 
take() - Method in class com.hazelcast.util.SimpleBlockingQueue
 
target - Variable in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
target - Variable in class com.hazelcast.impl.Request
 
targetAddress - Variable in class com.hazelcast.impl.AbstractJoiner
 
targetConnection - Variable in class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
targetConnection - Variable in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
TcpIpConfig - Class in com.hazelcast.config
 
TcpIpConfig() - Constructor for class com.hazelcast.config.TcpIpConfig
 
TcpIpJoiner - Class in com.hazelcast.impl
 
TcpIpJoiner(Node) - Constructor for class com.hazelcast.impl.TcpIpJoiner
 
TcpIpJoiner.MasterAnswer - Class in com.hazelcast.impl
 
TcpIpJoiner.MasterAnswer(Address, boolean) - Constructor for class com.hazelcast.impl.TcpIpJoiner.MasterAnswer
 
TcpIpJoiner.MasterAnswer() - Constructor for class com.hazelcast.impl.TcpIpJoiner.MasterAnswer
 
TcpIpJoiner.MasterQuestion - Class in com.hazelcast.impl
 
TcpIpJoiner.MasterQuestion() - Constructor for class com.hazelcast.impl.TcpIpJoiner.MasterQuestion
 
TcpIpJoinerOverAWS - Class in com.hazelcast.impl
 
TcpIpJoinerOverAWS(Node) - Constructor for class com.hazelcast.impl.TcpIpJoinerOverAWS
 
terminate() - Method in class com.hazelcast.client.ClientRunnable
 
terminated - Variable in class com.hazelcast.client.ClientRunnable
 
TestApp - Class in com.hazelcast.examples
Special thanks to Alexandre Vasseur for providing this very nice test application.
TestApp(HazelcastInstance) - Constructor for class com.hazelcast.examples.TestApp
 
TestApp.Echo - Class in com.hazelcast.examples
 
TestApp.Echo() - Constructor for class com.hazelcast.examples.TestApp.Echo
 
TestApp.Echo(String) - Constructor for class com.hazelcast.examples.TestApp.Echo
 
TestApp.LongTask - Class in com.hazelcast.examples
 
TestApp.LongTask() - Constructor for class com.hazelcast.examples.TestApp.LongTask
 
TestApp.LongTask(String) - Constructor for class com.hazelcast.examples.TestApp.LongTask
 
TestClientApp - Class in com.hazelcast.client.examples
 
TestClientApp() - Constructor for class com.hazelcast.client.examples.TestClientApp
 
testLock(int, Address) - Method in class com.hazelcast.impl.AbstractRecord
 
testLock(int, Address) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
testLock(int, Address) - Method in class com.hazelcast.impl.base.DistributedLock
 
testLock(int, Address) - Method in interface com.hazelcast.impl.Record
 
TestUtil - Class in com.hazelcast.impl
 
TestUtil() - Constructor for class com.hazelcast.impl.TestUtil
 
TestUtil.AbstractValue - Class in com.hazelcast.impl
 
TestUtil.AbstractValue(String) - Constructor for class com.hazelcast.impl.TestUtil.AbstractValue
 
TestUtil.AbstractValue() - Constructor for class com.hazelcast.impl.TestUtil.AbstractValue
 
TestUtil.Employee - Class in com.hazelcast.impl
 
TestUtil.Employee(long, String, int, boolean, double, TestUtil.State) - Constructor for class com.hazelcast.impl.TestUtil.Employee
 
TestUtil.Employee(long, String, int, boolean, double) - Constructor for class com.hazelcast.impl.TestUtil.Employee
 
TestUtil.Employee(String, int, boolean, double) - Constructor for class com.hazelcast.impl.TestUtil.Employee
 
TestUtil.Employee(long, String, String, int, boolean, double) - Constructor for class com.hazelcast.impl.TestUtil.Employee
 
TestUtil.Employee() - Constructor for class com.hazelcast.impl.TestUtil.Employee
 
TestUtil.EmptyMapEntry - Class in com.hazelcast.impl
 
TestUtil.EmptyMapEntry(long) - Constructor for class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
TestUtil.MigrationCompletionLatch - Class in com.hazelcast.impl
 
TestUtil.MigrationCompletionLatch(Object, HazelcastInstance...) - Constructor for class com.hazelcast.impl.TestUtil.MigrationCompletionLatch
 
TestUtil.OrderKey - Class in com.hazelcast.impl
 
TestUtil.OrderKey(int, int) - Constructor for class com.hazelcast.impl.TestUtil.OrderKey
 
TestUtil.OrderUpdateCallable - Class in com.hazelcast.impl
 
TestUtil.OrderUpdateCallable(int, int) - Constructor for class com.hazelcast.impl.TestUtil.OrderUpdateCallable
 
TestUtil.OrderUpdateRunnable - Class in com.hazelcast.impl
 
TestUtil.OrderUpdateRunnable(int, int) - Constructor for class com.hazelcast.impl.TestUtil.OrderUpdateRunnable
 
TestUtil.State - Enum in com.hazelcast.impl
 
TestUtil.Value - Class in com.hazelcast.impl
 
TestUtil.Value(String, TestUtil.ValueType, int) - Constructor for class com.hazelcast.impl.TestUtil.Value
 
TestUtil.Value(String, int) - Constructor for class com.hazelcast.impl.TestUtil.Value
 
TestUtil.Value(String) - Constructor for class com.hazelcast.impl.TestUtil.Value
 
TestUtil.Value() - Constructor for class com.hazelcast.impl.TestUtil.Value
 
TestUtil.ValueType - Class in com.hazelcast.impl
 
TestUtil.ValueType(String) - Constructor for class com.hazelcast.impl.TestUtil.ValueType
 
TestUtil.ValueType() - Constructor for class com.hazelcast.impl.TestUtil.ValueType
 
TextCommand - Interface in com.hazelcast.impl.ascii
 
TextCommandConstants - Interface in com.hazelcast.impl.ascii
 
TextCommandConstants.TextCommandType - Enum in com.hazelcast.impl.ascii
 
TextCommandProcessor<T> - Interface in com.hazelcast.impl.ascii
 
textCommandService - Variable in class com.hazelcast.impl.ascii.AbstractTextCommandProcessor
 
TextCommandService - Interface in com.hazelcast.impl.ascii
 
textCommandService - Variable in class com.hazelcast.impl.Node
 
TextCommandServiceImpl - Class in com.hazelcast.impl.ascii
 
TextCommandServiceImpl(Node) - Constructor for class com.hazelcast.impl.ascii.TextCommandServiceImpl
 
thisAddress - Variable in class com.hazelcast.impl.BaseManager
 
thisMember - Variable in class com.hazelcast.impl.BaseManager
 
THREAD_COUNT - Static variable in class com.hazelcast.client.examples.SimpleMapTest
 
THREAD_COUNT - Static variable in class com.hazelcast.examples.SimpleMapTest
 
THREAD_COUNT - Static variable in class com.hazelcast.examples.SimpleMultiMapTest
 
ThreadContext - Class in com.hazelcast.impl
 
ThreadDumpCallable - Class in com.hazelcast.impl.management
 
ThreadDumpCallable() - Constructor for class com.hazelcast.impl.management.ThreadDumpCallable
 
ThreadDumpCallable(boolean) - Constructor for class com.hazelcast.impl.management.ThreadDumpCallable
 
ThreadDumpGenerator - Class in com.hazelcast.impl.management
 
ThreadDumpRequest - Class in com.hazelcast.impl.management
 
ThreadDumpRequest() - Constructor for class com.hazelcast.impl.management.ThreadDumpRequest
 
ThreadDumpRequest(Address, boolean) - Constructor for class com.hazelcast.impl.management.ThreadDumpRequest
 
threadGroup - Variable in class com.hazelcast.impl.Node
 
threadId - Variable in class com.hazelcast.nio.Packet
 
threadLocalShutdown() - Method in class com.hazelcast.nio.InOutSelector
 
threadMxBean - Variable in class com.hazelcast.impl.management.ThreadDumpGenerator
 
threads - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
ThreadStats - Class in com.hazelcast.util
 
ThreadStats(int, long, long, boolean) - Constructor for class com.hazelcast.util.ThreadStats
 
threadWatcher - Variable in class com.hazelcast.nio.InOutSelector
 
ThreadWatcher - Class in com.hazelcast.util
 
ThreadWatcher() - Constructor for class com.hazelcast.util.ThreadWatcher
 
throwTxTimeoutException(Object) - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
throwUncheckedException(Throwable) - Static method in class com.hazelcast.impl.Util
 
TimedMemberState - Class in com.hazelcast.monitor
 
TimedMemberState() - Constructor for class com.hazelcast.monitor.TimedMemberState
 
timeout - Variable in class com.hazelcast.impl.base.ScheduledAction
 
timeout - Variable in class com.hazelcast.impl.Request
 
timeout - Variable in class com.hazelcast.nio.Packet
 
Timestamp - Class in com.hazelcast.hibernate.local
 
Timestamp() - Constructor for class com.hazelcast.hibernate.local.Timestamp
 
Timestamp(Object, long) - Constructor for class com.hazelcast.hibernate.local.Timestamp
 
TimestampsRegionCache - Class in com.hazelcast.hibernate.local
 
TimestampsRegionCache(String, HazelcastInstance) - Constructor for class com.hazelcast.hibernate.local.TimestampsRegionCache
 
timeToExpire - Variable in class com.hazelcast.impl.base.ScheduledAction
 
to - Variable in class com.hazelcast.cluster.JoinRequest
 
to - Variable in class com.hazelcast.impl.partition.MigratingPartition
 
toArray() - Method in class com.hazelcast.client.ValueCollection
 
toArray(T[]) - Method in class com.hazelcast.client.ValueCollection
 
toArray() - Method in class com.hazelcast.impl.base.Values
 
toArray(Object[]) - Method in class com.hazelcast.impl.base.Values
 
toArray() - Method in class com.hazelcast.impl.Entries
 
toArray(Object[]) - Method in class com.hazelcast.impl.Entries
 
toArray() - Method in class com.hazelcast.util.SetFromMap
 
toArray(T[]) - Method in class com.hazelcast.util.SetFromMap
 
toBinaryString(byte) - Static method in class com.hazelcast.util.ByteUtil
 
toByte(Object) - Method in class com.hazelcast.client.ClientThreadContext
 
toByte(Object) - Static method in class com.hazelcast.client.IOUtil
 
toByte(FastByteArrayOutputStream, Object) - Method in class com.hazelcast.nio.AbstractSerializer
 
toByte(boolean...) - Static method in class com.hazelcast.util.ByteUtil
 
toByteArray(Object) - Method in class com.hazelcast.impl.ThreadContext
 
toByteArray(Object) - Method in class com.hazelcast.nio.AbstractSerializer
 
toByteArray() - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
toClassName(Object) - Method in class com.hazelcast.nio.Serializer.DataSerializer
 
toData(Object) - Method in class com.hazelcast.impl.ThreadContext
 
toData() - Method in class com.hazelcast.nio.DataHolder
 
toData(Object) - Static method in class com.hazelcast.nio.IOUtil
 
toLevel(String) - Static method in enum com.hazelcast.impl.base.SystemLogService.Level
 
toMap() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
toMillis(long, TimeUnit) - Static method in class com.hazelcast.impl.Util
-1 means infinite.
toNewBuffer() - Method in class com.hazelcast.impl.ascii.memcache.MemcacheEntry
 
toObject(byte[]) - Method in class com.hazelcast.client.ClientThreadContext
 
toObject(byte[]) - Static method in class com.hazelcast.client.IOUtil
 
toObject(Data) - Static method in class com.hazelcast.client.IOUtil
 
toObject(Data) - Method in class com.hazelcast.impl.ThreadContext
 
toObject(FastByteArrayInputStream) - Method in class com.hazelcast.nio.AbstractSerializer
 
toObject(byte[]) - Method in class com.hazelcast.nio.AbstractSerializer
 
toObject(Data) - Static method in class com.hazelcast.nio.IOUtil
 
toObject(DataHolder) - Static method in class com.hazelcast.nio.IOUtil
 
TOPIC - Static variable in class com.hazelcast.core.Prefix
The Constant TOPIC: "t:"
topic - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
TOPIC_FLOW_CONTROL_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
TOPIC_HAZELCAST - Static variable in class com.hazelcast.core.Prefix
The Constant TOPIC_HAZELCAST: "t:__hz_"
TopicClientProxy<T> - Class in com.hazelcast.client
 
TopicClientProxy(HazelcastClient, String) - Constructor for class com.hazelcast.client.TopicClientProxy
 
TopicConfig - Class in com.hazelcast.config
 
TopicConfig() - Constructor for class com.hazelcast.config.TopicConfig
 
TopicConfig(TopicConfig) - Constructor for class com.hazelcast.config.TopicConfig
 
topicManager - Variable in class com.hazelcast.impl.Node
 
TopicManager - Class in com.hazelcast.impl
 
TopicManager.TopicInstance - Class in com.hazelcast.impl
 
TopicManager.TopicInstance(TopicManager, String) - Constructor for class com.hazelcast.impl.TopicManager.TopicInstance
 
TopicManager.TopicPublishProcess - Class in com.hazelcast.impl
 
TopicManager.TopicPublishProcess(String, Data) - Constructor for class com.hazelcast.impl.TopicManager.TopicPublishProcess
 
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
 
TopicProxy - Interface in com.hazelcast.impl
 
TopicProxyImpl - Class in com.hazelcast.impl
 
TopicProxyImpl() - Constructor for class com.hazelcast.impl.TopicProxyImpl
 
toString() - Method in class com.hazelcast.client.Call
 
toString() - Method in class com.hazelcast.client.ClientMapEntry
 
toString() - Method in class com.hazelcast.client.ClusterClientProxy
 
toString() - Method in class com.hazelcast.client.CollectionClientProxy
 
toString() - Method in class com.hazelcast.client.Connection
 
toString() - Method in class com.hazelcast.client.examples.SimpleMapTest.Stats
 
toString() - Method in class com.hazelcast.client.Packet
 
toString() - Method in class com.hazelcast.client.QueueClientProxy
 
toString() - Method in class com.hazelcast.cluster.AddOrRemoveConnection
 
toString() - Method in class com.hazelcast.cluster.Bind
 
toString() - Method in class com.hazelcast.cluster.ClusterImpl
 
toString() - Method in class com.hazelcast.cluster.ClusterManager
 
toString() - Method in class com.hazelcast.cluster.ClusterService
 
toString() - Method in class com.hazelcast.cluster.JoinInfo
 
toString() - Method in class com.hazelcast.cluster.JoinRequest
 
toString() - Method in class com.hazelcast.cluster.Master
 
toString() - Method in class com.hazelcast.cluster.MemberInfo
 
toString() - Method in class com.hazelcast.cluster.MembersUpdateCall
 
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.InitialMembershipEvent
 
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.examples.SimpleFunctionalMapTest.Stats
 
toString() - Method in class com.hazelcast.examples.SimpleQueueTest.Stats
 
toString() - Method in class com.hazelcast.hibernate.local.Invalidation
 
toString() - Method in class com.hazelcast.hibernate.local.Timestamp
 
toString() - Method in class com.hazelcast.hibernate.local.Value
 
toString() - Method in class com.hazelcast.impl.AbstractRecord
 
toString() - Method in class com.hazelcast.impl.ascii.AbstractTextCommand
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommand
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.EndCommand
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.ErrorCommand
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.GetCommand
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.MemcacheEntry
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.PartialGetCommand
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.SimpleCommand
 
toString() - Method in class com.hazelcast.impl.ascii.memcache.StatsCommand
 
toString() - Method in class com.hazelcast.impl.ascii.NoOpCommand
 
toString() - Method in class com.hazelcast.impl.ascii.rest.HttpCommand
 
toString() - Method in class com.hazelcast.impl.ascii.rest.RestValue
 
toString() - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
 
toString() - Method in class com.hazelcast.impl.base.CallKey
 
toString() - Method in class com.hazelcast.impl.base.CallState
 
toString() - Method in class com.hazelcast.impl.base.CpuUtilization
 
toString() - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 
toString() - Method in class com.hazelcast.impl.base.DistributedLock
 
toString() - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
toString() - Method in class com.hazelcast.impl.base.KeyValue
 
toString() - Method in class com.hazelcast.impl.base.Pairs
 
toString() - Method in class com.hazelcast.impl.base.RecordSet
 
toString() - Method in class com.hazelcast.impl.base.ScheduledAction
 
toString() - Method in class com.hazelcast.impl.base.SystemArgsLog
 
toString() - Method in class com.hazelcast.impl.base.SystemObjectLog
 
toString() - Method in class com.hazelcast.impl.base.Values
 
toString() - Method in class com.hazelcast.impl.BaseManager.ConnectionAwareOp
 
toString() - Method in class com.hazelcast.impl.BaseManager.TargetAwareOp
 
toString() - Method in class com.hazelcast.impl.CallContext
 
toString() - Method in class com.hazelcast.impl.ClientDistributedTask
 
toString() - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
toString() - Method in class com.hazelcast.impl.CMap.CMapEntry
 
toString() - Method in class com.hazelcast.impl.CMap
 
toString() - Method in class com.hazelcast.impl.concurrentmap.LocalLock
 
toString() - Method in class com.hazelcast.impl.concurrentmap.MapStoreWrapper
 
toString() - Method in class com.hazelcast.impl.concurrentmap.MultiData
 
toString() - Method in class com.hazelcast.impl.CountDownLatchProxyImpl
 
toString() - Method in class com.hazelcast.impl.FactoryImpl.ProxyKey
 
toString() - Method in class com.hazelcast.impl.FactoryImpl
 
toString() - Method in class com.hazelcast.impl.GroupProperties.GroupProperty
 
toString() - Method in class com.hazelcast.impl.IdGeneratorProxyImpl
 
toString() - Method in class com.hazelcast.impl.ListProxyImpl
 
toString() - Method in class com.hazelcast.impl.LockProxyImpl
 
toString() - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
toString() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Edge
 
toString() - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 
toString() - Method in class com.hazelcast.impl.MemberImpl
 
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.impl.MProxyImpl
 
toString() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
toString() - Method in class com.hazelcast.impl.Node
 
toString() - Method in class com.hazelcast.impl.partition.DefaultMemberGroup
 
toString() - Method in class com.hazelcast.impl.partition.MigratingPartition
 
toString() - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
toString() - Method in class com.hazelcast.impl.partition.PartitionInfo
 
toString() - Method in class com.hazelcast.impl.partition.PartitionReplicaChangeEvent
 
toString() - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
toString() - Method in class com.hazelcast.impl.partition.SingleMemberGroup
 
toString() - Method in class com.hazelcast.impl.PartitionManager
 
toString() - Method in class com.hazelcast.impl.QProxyImpl
 
toString() - Method in interface com.hazelcast.impl.Record
 
toString() - Method in class com.hazelcast.impl.Request
 
toString() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
toString() - Method in class com.hazelcast.impl.SetProxyImpl
 
toString() - Method in class com.hazelcast.impl.TestUtil.Employee
 
toString() - Method in class com.hazelcast.impl.TestUtil.EmptyMapEntry
 
toString() - Method in class com.hazelcast.impl.TestUtil.OrderKey
 
toString() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateCallable
 
toString() - Method in class com.hazelcast.impl.TestUtil.OrderUpdateRunnable
 
toString() - Method in class com.hazelcast.impl.TestUtil.Value
 
toString() - Method in class com.hazelcast.impl.TopicProxyImpl
 
toString() - Method in class com.hazelcast.impl.TransactionImpl
 
toString() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
 
toString() - Method in class com.hazelcast.jca.ConnectionImpl
 
toString() - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
 
toString() - Method in class com.hazelcast.jca.ManagedConnectionImpl
 
toString() - Method in class com.hazelcast.monitor.TimedMemberState
 
toString() - Method in class com.hazelcast.nio.Address
 
toString() - Method in class com.hazelcast.nio.Connection
 
toString() - Method in class com.hazelcast.nio.ConnectionManager
 
toString() - Method in class com.hazelcast.nio.Data
 
toString() - Method in class com.hazelcast.nio.DataHolder
 
toString() - Method in class com.hazelcast.nio.Packet
 
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
 
toString() - Method in class com.hazelcast.util.AbstractMap.SimpleImmutableEntry
Returns a String representation of this map entry.
toString() - Method in class com.hazelcast.util.AddressUtil.AddressHolder
 
toString() - Method in class com.hazelcast.util.AddressUtil.AddressMatcher
 
toString() - Method in class com.hazelcast.util.HealthMonitor.HealthMetrics
 
toString() - Method in class com.hazelcast.util.SetFromMap
 
toString() - Method in class com.hazelcast.util.ThreadStats
 
toStringAndClear(ByteBuffer) - Static method in class com.hazelcast.nio.ascii.SocketTextReader
 
total() - Method in class com.hazelcast.client.examples.SimpleMapTest.Stats
 
total() - Method in class com.hazelcast.examples.SimpleQueueTest.Stats
 
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
total_connections - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
totalSize - Variable in class com.hazelcast.nio.Packet
 
touch(SortedHashMap, Object, SortedHashMap.OrderingType) - Static method in class com.hazelcast.util.SortedHashMap
 
trace(CallStateAware, SystemLog) - Method in class com.hazelcast.impl.base.SystemLogService
 
trace(CallStateAware, String) - Method in class com.hazelcast.impl.base.SystemLogService
 
trace(CallStateAware, String, Object) - Method in class com.hazelcast.impl.base.SystemLogService
 
trace(CallStateAware, String, Object, Object) - Method in class com.hazelcast.impl.base.SystemLogService
 
Transaction - Interface in com.hazelcast.core
Hazelcast transaction interface.
TransactionClientProxy - Class in com.hazelcast.client
 
TransactionClientProxy(String, HazelcastClient) - Constructor for class com.hazelcast.client.TransactionClientProxy
 
TransactionImpl - Class in com.hazelcast.impl
 
TransactionImpl(FactoryImpl, long) - Constructor for class com.hazelcast.impl.TransactionImpl
 
tryAcquire() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
tryAcquire(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
tryAcquire(long, TimeUnit) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
tryAcquire(int, long, TimeUnit) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
tryAcquire(int, Address) - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
tryAcquire() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
tryAcquire(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
tryAcquire(long, TimeUnit) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
tryAcquire(int, long, TimeUnit) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
tryAcquireAttach() - Method in class com.hazelcast.client.SemaphoreClientProxy
 
tryAcquireAttach(int) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
tryAcquireAttach(long, TimeUnit) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
tryAcquireAttach(int, long, TimeUnit) - Method in class com.hazelcast.client.SemaphoreClientProxy
 
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.
tryAcquireAttach() - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
tryAcquireAttach(int) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
tryAcquireAttach(long, TimeUnit) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
tryAcquireAttach(int, long, TimeUnit) - Method in class com.hazelcast.impl.SemaphoreProxyImpl
 
tryCloseConnections(HazelcastInstance) - Method in class com.hazelcast.core.OutOfMemoryHandler
Tries to close server socket and connections to other HazelcastInstances.
tryCloseConnections(HazelcastInstance) - Static method in class com.hazelcast.impl.OutOfMemoryErrorDispatcher.Helper
 
tryLock() - Method in class com.hazelcast.client.LockClientProxy
 
tryLock(long, TimeUnit) - Method in class com.hazelcast.client.LockClientProxy
 
tryLock(K) - Method in class com.hazelcast.client.MapClientProxy
 
tryLock(K, long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
tryLock(K) - Method in class com.hazelcast.client.MultiMapClientProxy
 
tryLock(K, long, TimeUnit) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
tryLock(Object, Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
tryLock(Object, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
tryLock(Object, Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
tryLock() - Method in class com.hazelcast.impl.LockProxyImpl
 
tryLock(long, TimeUnit) - Method in class com.hazelcast.impl.LockProxyImpl
 
tryLock(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
tryLock(Object, long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 
tryLock(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
tryLock(Object, long, TimeUnit) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
tryLockAndGet(K, long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
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.
tryLockAndGet(Object, long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 
tryPut(K, V, long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
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.
tryPut(Object, Object, long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 
tryRemove(K, long, TimeUnit) - Method in class com.hazelcast.client.MapClientProxy
 
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.
tryRemove(Object, long, TimeUnit) - Method in class com.hazelcast.impl.MProxyImpl
 
tryShutdown(HazelcastInstance) - Method in class com.hazelcast.core.OutOfMemoryHandler
Tries to shutdown HazelcastInstance forcefully; including closing sockets and connections, stopping threads etc.
tryShutdown(HazelcastInstance) - Static method in class com.hazelcast.impl.OutOfMemoryErrorDispatcher.Helper
 
tryStopThreads(HazelcastInstance) - Method in class com.hazelcast.core.OutOfMemoryHandler
Tries to stop internal Hazelcast threads (such as service thread, IO threads, executor threads).
tryStopThreads(HazelcastInstance) - Static method in class com.hazelcast.impl.OutOfMemoryErrorDispatcher.Helper
 
ttl - Variable in class com.hazelcast.impl.Request
 
ttl - Variable in class com.hazelcast.nio.Packet
 
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
 
txnId - Variable in class com.hazelcast.impl.Request
 
txnId - Variable in class com.hazelcast.nio.Packet
 
type - Variable in class com.hazelcast.impl.ascii.AbstractTextCommand
 
type - Variable in class com.hazelcast.impl.ascii.TypeAwareCommandParser
 
type - Variable in class com.hazelcast.impl.base.SystemLog
 
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
 
TypeAwareCommandParser - Class in com.hazelcast.impl.ascii
 
TypeAwareCommandParser(TextCommandConstants.TextCommandType) - Constructor for class com.hazelcast.impl.ascii.TypeAwareCommandParser
 
TypeSerializer<T> - Interface in com.hazelcast.nio
 

U

unloadInstance() - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
 
unlock() - Method in class com.hazelcast.client.LockClientProxy
 
unlock(K) - Method in class com.hazelcast.client.MapClientProxy
 
unlock(K) - Method in class com.hazelcast.client.MultiMapClientProxy
 
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.
unlock(Object, SoftLock) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
unlock(Object, SoftLock) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
unlock(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
unlock(Object, SoftLock) - Method in interface com.hazelcast.hibernate.RegionCache
 
unlock(int, Address) - Method in class com.hazelcast.impl.AbstractRecord
 
unlock(int, Address) - Method in class com.hazelcast.impl.AbstractSimpleRecord
 
unlock(Address, int) - Method in class com.hazelcast.impl.base.DistributedLock
 
unlock() - Method in class com.hazelcast.impl.LockProxyImpl
 
unlock(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
unlock(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
unlock(int, Address) - Method in interface com.hazelcast.impl.Record
 
unlockItem(Object, SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
This will issue a log warning stating that an attempt was made to unlock an item from a read-only cache region.
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
unlockMap() - Method in class com.hazelcast.client.MapClientProxy
 
unlockMap() - Method in class com.hazelcast.client.MultiMapClientProxy
 
unlockMap() - Method in interface com.hazelcast.core.IMap
Unlocks the map.
unlockMap() - Method in interface com.hazelcast.core.MultiMap
Unlocks the map.
unlockMap() - Method in class com.hazelcast.impl.MProxyImpl
 
unlockMap() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
NO-OP
unlockRegion(SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
This will issue a log warning stating that an attempt was made to unlock a read-only cache region.
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
unmarshalTheResponse(InputStream, AwsConfig) - Static method in class com.hazelcast.aws.utility.CloudyUtility
 
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
 
unzip(File) - Method in class com.hazelcast.web.Installer
 
update(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
This is an asynchronous cache access strategy.
update(Object, Object, Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
update(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
update(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
update(Object, Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
update(Object, Object, Object, Object, SoftLock) - Method in interface com.hazelcast.hibernate.RegionCache
 
UPDATE_AUTOMATIC - Static variable in class com.hazelcast.client.ClientConfigBuilder
 
UpdateMapConfigCallable - Class in com.hazelcast.impl.management
 
UpdateMapConfigCallable() - Constructor for class com.hazelcast.impl.management.UpdateMapConfigCallable
 
UpdateMapConfigCallable(String, MapConfig) - Constructor for class com.hazelcast.impl.management.UpdateMapConfigCallable
 
updateMembers() - Method in class com.hazelcast.client.ConnectionManager
 
uptime - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
uri - Variable in class com.hazelcast.impl.ascii.rest.HttpCommand
 
URI_CLUSTER - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommandProcessor
 
URI_MANCENTER_CHANGE_URL - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommandProcessor
 
URI_MAPS - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommandProcessor
 
URI_QUEUES - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommandProcessor
 
URI_STATE_DUMP - Static variable in class com.hazelcast.impl.ascii.rest.HttpCommandProcessor
 
urlEncode(String) - Static method in class com.hazelcast.aws.utility.AwsURLEncoder
 
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
 
USE_LITE_MEMBER - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
USE_NATIVE_CLIENT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
USE_SUPER_CLIENT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Deprecated.
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
 
Util - Class in com.hazelcast.impl
 
Util() - Constructor for class com.hazelcast.impl.Util
 
uuid - Variable in class com.hazelcast.cluster.JoinRequest
 
uuid - Variable in class com.hazelcast.impl.MemberImpl
 

V

valid - Variable in class com.hazelcast.impl.base.ScheduledAction
 
validateJoinRequest(JoinRequest) - Method in class com.hazelcast.impl.Node
 
validOps() - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
validOps() - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
value - Variable in class com.hazelcast.core.EntryEvent
 
Value - Class in com.hazelcast.hibernate.local
 
Value(Object, Object, long) - Constructor for class com.hazelcast.hibernate.local.Value
 
Value(Object, Object, SoftLock, long) - Constructor for class com.hazelcast.hibernate.local.Value
 
value - Variable in class com.hazelcast.impl.base.KeyValue
 
value - Variable in class com.hazelcast.impl.Request
 
VALUE_SIZE - Static variable in class com.hazelcast.client.examples.SimpleMapTest
 
VALUE_SIZE - Static variable in class com.hazelcast.examples.SimpleMapTest
 
VALUE_SIZE - Static variable in class com.hazelcast.examples.SimpleMultiMapTest
 
VALUE_SIZE - Static variable in class com.hazelcast.examples.SimpleQueueTest
 
VALUE_SPACE - Static variable in interface com.hazelcast.impl.ascii.TextCommandConstants
 
ValueCollection<K,V> - Class in com.hazelcast.client
 
ValueCollection(EntryHolder<K, V>, Set<Map.Entry<K, V>>) - Constructor for class com.hazelcast.client.ValueCollection
 
valueCount(Object) - Method in class com.hazelcast.client.MultiMapClientProxy
 
valueCount(K) - Method in interface com.hazelcast.core.MultiMap
Returns number of values matching to given key in the multimap.
valueCount(Data) - Method in class com.hazelcast.impl.CMap
 
valueCount() - Method in class com.hazelcast.impl.DefaultRecord
 
valueCount(Object) - Method in interface com.hazelcast.impl.MProxy
 
valueCount(Object) - Method in class com.hazelcast.impl.MProxyImpl
 
valueCount(Object) - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
valueCount() - Method in interface com.hazelcast.impl.Record
 
valueCount() - Method in class com.hazelcast.impl.SimpleRecord
 
ValueHolder - Class in com.hazelcast.impl.concurrentmap
 
ValueHolder(Data) - Constructor for class com.hazelcast.impl.concurrentmap.ValueHolder
 
ValueIterator<K,V> - Class in com.hazelcast.client
 
ValueIterator(Iterator<Map.Entry<K, V>>) - Constructor for class com.hazelcast.client.ValueIterator
 
valueOf(String) - Static method in enum com.hazelcast.client.ClientProperties.ClientPropertyName
Deprecated.
Returns the enum constant of this type with the specified name.
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.impl.ascii.TextCommandConstants.TextCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.impl.base.SystemLogService.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.impl.ClusterOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.impl.Constants.RedoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.impl.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.impl.partition.MigrationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.impl.TestUtil.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.impl.wan.WanMergeListener.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.nio.Connection.Type
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.
valueOf(String) - Static method in enum com.hazelcast.util.HealthMonitorLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hazelcast.util.SortedHashMap.OrderingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hazelcast.client.ClientProperties.ClientPropertyName
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values(Predicate) - Method in class com.hazelcast.client.MapClientProxy
 
values() - Method in class com.hazelcast.client.MapClientProxy
 
values() - Method in class com.hazelcast.client.MultiMapClientProxy
 
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() - Static method in enum com.hazelcast.impl.ascii.TextCommandConstants.TextCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.impl.base.SystemLogService.Level
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in com.hazelcast.impl.base
 
Values() - Constructor for class com.hazelcast.impl.base.Values
 
Values(Collection<ValueHolder>) - Constructor for class com.hazelcast.impl.base.Values
 
values() - Static method in enum com.hazelcast.impl.ClusterOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.impl.Constants.RedoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.hazelcast.impl.MProxyImpl
 
values(Predicate) - Method in class com.hazelcast.impl.MProxyImpl
 
values() - Method in class com.hazelcast.impl.MultiMapProxyImpl
 
values() - Static method in enum com.hazelcast.impl.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.impl.partition.MigrationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.impl.TestUtil.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.impl.wan.WanMergeListener.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in class com.hazelcast.jmx.MapMBean
 
values() - Static method in enum com.hazelcast.nio.Connection.Type
Returns an array containing the constants of this enum type, in the order they are declared.
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.
values() - Method in class com.hazelcast.util.concurrent.ConcurrentSkipListMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum com.hazelcast.util.HealthMonitorLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hazelcast.util.SortedHashMap.OrderingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.hazelcast.util.SortedHashMap
 
version - Variable in class com.hazelcast.impl.AbstractRecord
 
version - Variable in class com.hazelcast.impl.base.DefaultNodeInitializer
 
version - Variable in class com.hazelcast.impl.Request
 
version - Variable in class com.hazelcast.nio.Packet
 
VERSION_CHECK_ENABLED - Variable in class com.hazelcast.impl.GroupProperties
 
VersionAwareMergePolicy - Class in com.hazelcast.hibernate
 
VersionAwareMergePolicy() - Constructor for class com.hazelcast.hibernate.VersionAwareMergePolicy
 
VersionCheck - Class in com.hazelcast.impl.base
 
VersionCheck() - Constructor for class com.hazelcast.impl.base.VersionCheck
 
versionComparator - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
versionComparator - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
VersionedBackupOp - Class in com.hazelcast.impl
 
VersionMismatchLogRequest - Class in com.hazelcast.impl.management
 
VersionMismatchLogRequest(String) - Constructor for class com.hazelcast.impl.management.VersionMismatchLogRequest
 
VersionMismatchLogRequest() - Constructor for class com.hazelcast.impl.management.VersionMismatchLogRequest
 
visit(List<DetectDeadlockRequest.Edge>) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest.Vertex
 

W

WAIT_SECONDS_BEFORE_JOIN - Variable in class com.hazelcast.impl.GroupProperties
 
waitAndGetResult() - Method in class com.hazelcast.impl.BaseManager.ResponseQueueCall
 
waiting_requests - Variable in class com.hazelcast.impl.ascii.memcache.Stats
 
WanMergeListener - Interface in com.hazelcast.impl.wan
 
WanMergeListener.EventType - Enum in com.hazelcast.impl.wan
 
WanNoDelayReplication - Class in com.hazelcast.impl.wan
 
WanNoDelayReplication() - Constructor for class com.hazelcast.impl.wan.WanNoDelayReplication
 
WanReplication - Class in com.hazelcast.impl.wan
 
WanReplication(String, WanReplicationEndpoint[]) - Constructor for class com.hazelcast.impl.wan.WanReplication
 
WanReplicationConfig - Class in com.hazelcast.config
 
WanReplicationConfig() - Constructor for class com.hazelcast.config.WanReplicationConfig
 
WanReplicationEndpoint - Interface in com.hazelcast.impl.wan
 
WanReplicationRef - Class in com.hazelcast.config
 
WanReplicationRef() - Constructor for class com.hazelcast.config.WanReplicationRef
 
WanReplicationService - Class in com.hazelcast.impl.wan
 
WanReplicationService(Node) - Constructor for class com.hazelcast.impl.wan.WanReplicationService
 
WanTargetClusterConfig - Class in com.hazelcast.config
 
WanTargetClusterConfig() - Constructor for class com.hazelcast.config.WanTargetClusterConfig
 
weakCompareAndSet(long, long) - Method in class com.hazelcast.client.AtomicNumberClientProxy
Deprecated.
weakCompareAndSet(long, long) - Method in interface com.hazelcast.core.AtomicNumber
Deprecated.
weakCompareAndSet(long, long) - Method in class com.hazelcast.impl.AtomicNumberProxyImpl
Deprecated.
WebFilter - Class in com.hazelcast.web
 
WebFilter() - Constructor for class com.hazelcast.web.WebFilter
 
WebFilter(Properties) - Constructor for class com.hazelcast.web.WebFilter
 
write(Connection, Packet) - Method in class com.hazelcast.client.PacketWriter
 
write(TextCommand, ByteBuffer) - Method in class com.hazelcast.nio.ascii.SocketTextWriter
 
write(OutputStream, Object) - Method in interface com.hazelcast.nio.CustomSerializer
 
write(FastByteArrayOutputStream, Object) - Method in class com.hazelcast.nio.CustomSerializerAdapter
 
write(FastByteArrayOutputStream, BigInteger) - Method in class com.hazelcast.nio.DefaultSerializer.BigIntegerSerializer
 
write(FastByteArrayOutputStream, Boolean) - Method in class com.hazelcast.nio.DefaultSerializer.BooleanSerializer
 
write(FastByteArrayOutputStream, byte[]) - Method in class com.hazelcast.nio.DefaultSerializer.ByteArraySerializer
 
write(FastByteArrayOutputStream, Class) - Method in class com.hazelcast.nio.DefaultSerializer.ClassSerializer
 
write(FastByteArrayOutputStream, Date) - Method in class com.hazelcast.nio.DefaultSerializer.DateSerializer
 
write(FastByteArrayOutputStream, Externalizable) - Method in class com.hazelcast.nio.DefaultSerializer.Externalizer
 
write(FastByteArrayOutputStream, Integer) - Method in class com.hazelcast.nio.DefaultSerializer.IntegerSerializer
 
write(FastByteArrayOutputStream, Long) - Method in class com.hazelcast.nio.DefaultSerializer.LongSerializer
 
write(FastByteArrayOutputStream, Object) - Method in class com.hazelcast.nio.DefaultSerializer.ObjectSerializer
 
write(FastByteArrayOutputStream, String) - Method in class com.hazelcast.nio.DefaultSerializer.StringSerializer
 
write(OutputStream, Object) - Method in class com.hazelcast.nio.DefaultSerializer
 
write(ByteBuffer) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
write(ByteBuffer[], int, int) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
write(ByteBuffer[]) - Method in class com.hazelcast.nio.DefaultSocketChannelWrapper
 
write(int) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
write(FastByteArrayOutputStream, DataSerializable) - Method in class com.hazelcast.nio.Serializer.DataSerializer
 
write(ByteBuffer) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
write(ByteBuffer[], int, int) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
write(ByteBuffer[]) - Method in interface com.hazelcast.nio.SocketChannelWrapper
 
write(Packet, ByteBuffer) - Method in class com.hazelcast.nio.SocketPacketWriter
 
write(T, ByteBuffer) - Method in interface com.hazelcast.nio.SocketWriter
 
write(ByteBuffer) - Method in class com.hazelcast.nio.ssl.SSLSocketChannelWrapper
 
write(ByteBuffer[], int, int) - Method in class com.hazelcast.nio.ssl.SSLSocketChannelWrapper
 
write(FastByteArrayOutputStream, T) - Method in interface com.hazelcast.nio.TypeSerializer
 
writeBoolean(boolean) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeBoolean(ByteBuffer, boolean) - Method in class com.hazelcast.nio.Packet
 
writeByte(int) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeByteArray(DataOutput, byte[]) - Static method in class com.hazelcast.nio.SerializationHelper
 
writeBytes(String) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeChar(int) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeChars(String) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeData(DataOutput) - Method in class com.hazelcast.client.impl.CollectionWrapper
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.AbstractRemotelyCallable
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.AbstractRemotelyProcessable
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.AddOrRemoveConnection
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.AuthorizationCall
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.Bind
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.JoinInfo
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.JoinRequest
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.Master
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.MemberInfo
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.MemberRemover
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.MembersUpdateCall
 
writeData(DataOutput) - Method in class com.hazelcast.cluster.SyncProcess
 
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.hibernate.local.Invalidation
 
writeData(DataOutput) - Method in class com.hazelcast.hibernate.local.Timestamp
 
writeData(DataOutput) - Method in class com.hazelcast.impl.ascii.memcache.MemcacheEntry
 
writeData(DataOutput) - Method in class com.hazelcast.impl.ascii.rest.RestValue
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.DataRecordEntry
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.DistributedCountDownLatch
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.DistributedSemaphore
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.FactoryAwareNamedProxy
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.KeyValue
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.Pairs
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.RecordSet
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.SystemLogRecord
 
writeData(DataOutput) - Method in class com.hazelcast.impl.base.Values
 
writeData(DataOutput) - Method in class com.hazelcast.impl.BlockingQueueManager.GetValueKeysCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.ClientHandlerService.CountDownLatchLeave
 
writeData(DataOutput) - Method in class com.hazelcast.impl.ClientHandlerService.PartitionImpl
 
writeData(DataOutput) - Method in class com.hazelcast.impl.ClientServiceException
 
writeData(DataOutput) - Method in class com.hazelcast.impl.CMap.CMapEntry
 
writeData(DataOutput) - Method in class com.hazelcast.impl.concurrentmap.AddMapIndex
 
writeData(DataOutput) - Method in class com.hazelcast.impl.concurrentmap.GetAllCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.concurrentmap.InitialState
 
writeData(DataOutput) - Method in class com.hazelcast.impl.concurrentmap.MapQueryCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.concurrentmap.MapSizeCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.concurrentmap.MultiData
 
writeData(DataOutput) - Method in class com.hazelcast.impl.concurrentmap.PutAllCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.DestroyEndpointThreadsCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.EvictLocalMapEntriesCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.FactoryImpl.CreateOrDestroyInstanceProxy
 
writeData(DataOutput) - Method in class com.hazelcast.impl.FactoryImpl.InitializeMap
 
writeData(DataOutput) - Method in class com.hazelcast.impl.FactoryImpl.ProxyKey
 
writeData(DataOutput) - Method in class com.hazelcast.impl.Keys
 
writeData(DataOutput) - Method in class com.hazelcast.impl.ListenerManager.ListenerItem
 
writeData(DataOutput) - Method in class com.hazelcast.impl.ListProxyImpl
 
writeData(DataOutput) - Method in class com.hazelcast.impl.LockProxyImpl
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ClusterPropsRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ClusterRuntimeState
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ConnectionInfo
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ConsoleCommandRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.EvictLocalMapRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ExecuteScriptRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.GetLogLevelRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.GetLogsRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.GetMapConfigCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.GetMapEntryRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.GetMemberSystemPropertiesRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.GetVersionRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.LockInfo
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ManagementCenterConfigCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.MapConfigRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.MemberConfigRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.RestartMemberRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.RunGcRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.RuntimeStateRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ScriptExecutorCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.SetLogLevelRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ShutdownMemberRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ThreadDumpCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.ThreadDumpRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.UpdateMapConfigCallable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.management.VersionMismatchLogRequest
 
writeData(DataOutput) - Method in class com.hazelcast.impl.MemberImpl
 
writeData(DataOutput) - Method in class com.hazelcast.impl.MergeClusters
 
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.impl.partition.MigratingPartition
 
writeData(DataOutput) - Method in class com.hazelcast.impl.partition.MigrationNotification
 
writeData(DataOutput) - Method in class com.hazelcast.impl.partition.MigrationRequestTask
 
writeData(DataOutput) - Method in class com.hazelcast.impl.partition.MigrationTask
 
writeData(DataOutput) - Method in class com.hazelcast.impl.partition.PartitionRuntimeState
 
writeData(DataOutput) - Method in class com.hazelcast.impl.partition.PartitionStateProcessable
 
writeData(DataOutput) - Method in class com.hazelcast.impl.PartitionManager.RemotelyCheckMigratingPartition
 
writeData(DataOutput) - Method in class com.hazelcast.impl.QProxyImpl
 
writeData(DataOutput) - Method in class com.hazelcast.impl.SetProxyImpl
 
writeData(DataOutput) - Method in class com.hazelcast.impl.TcpIpJoiner.MasterAnswer
 
writeData(DataOutput) - Method in class com.hazelcast.monitor.TimedMemberState
 
writeData(DataOutput) - Method in class com.hazelcast.nio.AbstractEvolvableDataSerializable
 
writeData(DataOutput) - Method in class com.hazelcast.nio.Address
 
writeData(DataOutput) - Method in class com.hazelcast.nio.Data
 
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
 
writeData(DataOutput) - Method in class com.hazelcast.util.DistributedTimeoutException
 
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
 
writeDouble(double) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeFloat(float) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
WriteHandler - Class in com.hazelcast.nio
 
writeInt(int) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeKnownData(DataOutput) - Method in class com.hazelcast.nio.AbstractEvolvableDataSerializable
Serializes all data the version of this class at hand knows about.
writeLong(long) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeLongString(DataOutput, String) - Static method in class com.hazelcast.nio.IOUtil
 
writeObject(ByteBuffer) - Method in class com.hazelcast.nio.Address
 
writeObject(DataOutput, Object) - Static method in class com.hazelcast.nio.SerializationHelper
 
writeObject(Object) - Method in class com.hazelcast.nio.Serializer
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.ClusterPropsRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.ConsoleCommandRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in interface com.hazelcast.impl.management.ConsoleRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.DetectDeadlockRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.EvictLocalMapRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.ExecuteScriptRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.GetLogLevelRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.GetLogsRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.GetMapEntryRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.GetMemberSystemPropertiesRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.GetVersionRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.MapConfigRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.MemberConfigRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.RestartMemberRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.RunGcRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.RuntimeStateRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.SetLogLevelRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.ShutdownMemberRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.ThreadDumpRequest
 
writeResponse(ManagementCenterService, DataOutput) - Method in class com.hazelcast.impl.management.VersionMismatchLogRequest
 
writeShort(int) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeText(String, OutputStream) - Static method in class com.hazelcast.impl.Util
 
writeTime - Variable in class com.hazelcast.impl.AbstractRecord
 
writeTo(PacketWriter, DataOutputStream) - Method in class com.hazelcast.client.Packet
 
writeTo(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.DeleteCommand
 
writeTo(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.ErrorCommand
 
writeTo(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.GetCommand
 
writeTo(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.SetCommand
 
writeTo(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.SimpleCommand
 
writeTo(ByteBuffer) - Method in class com.hazelcast.impl.ascii.memcache.StatsCommand
 
writeTo(ByteBuffer) - Method in class com.hazelcast.impl.ascii.NoOpCommand
 
writeTo(ByteBuffer) - Method in class com.hazelcast.impl.ascii.rest.HttpCommand
 
writeTo(ByteBuffer) - Method in interface com.hazelcast.impl.ascii.TextCommand
 
writeTo(OutputStream) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 
writeToSocketBuffer(ByteBuffer) - Method in class com.hazelcast.nio.Packet
 
writeUTF(String) - Method in class com.hazelcast.nio.FastByteArrayOutputStream
 

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 © 2013 Hazelcast, Inc.. All rights reserved.