- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- InitialMembershipEvent(Cluster, Set<Member>) - Constructor for class com.hazelcast.core.InitialMembershipEvent
-
- InitialMembershipListener - Interface in com.hazelcast.core
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-