- CacheEnvironment - Class in com.hazelcast.hibernate
-
- call() - Method in class com.hazelcast.client.AuthenticationRequest
-
- call() - Method in class com.hazelcast.client.ClientCreateRequest
-
- call() - Method in class com.hazelcast.client.ClientDestroyRequest
-
- call() - Method in class com.hazelcast.client.DistributedObjectListenerRequest
-
- call() - Method in class com.hazelcast.client.RemoveDistributedObjectListenerRequest
-
- CallableClientRequest - Class in com.hazelcast.client
-
- CallableClientRequest() - Constructor for class com.hazelcast.client.CallableClientRequest
-
- Callback<T> - Interface in com.hazelcast.spi
-
- callback - Variable in class com.hazelcast.spi.InvocationBuilder
-
- callId - Variable in class com.hazelcast.client.ClientRequest
-
- callTimeout - Variable in class com.hazelcast.spi.InvocationBuilder
-
- cd - Variable in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- CDL_DS_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- CDL_PORTABLE_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- checkJoinInfo(Address) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- checkPermission(Subject, Permission) - Method in interface com.hazelcast.security.SecurityContext
-
Checks whether current
Subject
has been granted specified permission or not.
- checkTrue(String) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
-
- chunkSize(int) - Method in interface com.hazelcast.mapreduce.Job
-
Defines the number of elements per chunk.
- chunkSize(int) - Method in interface com.hazelcast.mapreduce.MappingJob
-
Defines the number of elements per chunk.
- chunkSize(int) - Method in interface com.hazelcast.mapreduce.ReducingJob
-
Defines the number of elements per chunk.
- chunkSize(int) - Method in interface com.hazelcast.mapreduce.ReducingSubmittableJob
-
Defines the number of elements per chunk.
- ClassDefinition - Interface in com.hazelcast.nio.serialization
-
ClassDefinition defines a class schema for Portable classes.
- ClassDefinitionBuilder - Class in com.hazelcast.nio.serialization
-
ClassDefinitionBuilder is used to build and register ClassDefinitions manually.
- ClassDefinitionBuilder(int, int) - Constructor for class com.hazelcast.nio.serialization.ClassDefinitionBuilder
-
- ClassDefinitionBuilder(int, int, int) - Constructor for class com.hazelcast.nio.serialization.ClassDefinitionBuilder
-
- className - Variable in class com.hazelcast.config.ListenerConfig
-
- ClasspathXmlConfig - Class in com.hazelcast.config
-
A
Config
which is initialized by loading an XML configuration file from the classpath.
- ClasspathXmlConfig(String) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource using the
Thread.currentThread contextClassLoader.
- ClasspathXmlConfig(String, Properties) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource using the
Thread.currentThread contextClassLoader.
- ClasspathXmlConfig(ClassLoader, String) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource.
- ClasspathXmlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource.
- cleanNodeName(Node) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
-
- cleanNodeName(String) - Static method in class com.hazelcast.config.AbstractXmlConfigHelper
-
- cleanResources(HazelcastClient) - Static method in class com.hazelcast.client.ClientOutOfMemoryHandler.ClientHelper
-
- cleanup() - Method in class com.hazelcast.jca.ManagedConnectionImpl
-
- clear() - Method in class com.hazelcast.config.InterfacesConfig
-
clears all interfaces.
- clear() - Method in class com.hazelcast.config.MemberGroupConfig
-
Removes all interfaces from the member group.
- clear() - Method in class com.hazelcast.config.PartitionGroupConfig
-
- clear() - Method in class com.hazelcast.config.ServicesConfig
-
- clear() - Method in class com.hazelcast.config.TcpIpConfig
-
Removes all members.
- clear() - Method in interface com.hazelcast.core.IAtomicReference
-
Clears the current stored reference.
- clear() - Method in interface com.hazelcast.core.IMap
-
- clear() - Method in interface com.hazelcast.core.IQueue
- clear() - Method in interface com.hazelcast.core.MultiMap
-
Clears the multimap.
- clear() - Method in interface com.hazelcast.core.ReplicatedMap
-
The clear operation is thought for wiping data out of the replicated maps.
- clear() - Method in interface com.hazelcast.hibernate.RegionCache
-
- clear() - Method in class com.hazelcast.jmx.ListMBean
-
- clear() - Method in class com.hazelcast.jmx.MapMBean
-
- clear() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- clear() - Method in class com.hazelcast.jmx.QueueMBean
-
- clear() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- clear() - Method in class com.hazelcast.jmx.SetMBean
-
- clear() - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- CLEAR_LISTENERS_COMMAND - Static variable in class com.hazelcast.client.RemoveDistributedObjectListenerRequest
-
- clearAllListeners() - Method in class com.hazelcast.client.ClientEndpoint
-
- clearPartitionReplica(int) - Method in interface com.hazelcast.spi.MigrationAwareService
-
- Client - Interface in com.hazelcast.core
-
Client interface allows to get information about
a connected clients socket address, type and uuid.
- CLIENT_DS_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- CLIENT_EXECUTOR - Static variable in interface com.hazelcast.spi.ExecutionService
-
- CLIENT_PING - Static variable in class com.hazelcast.client.ClientPortableHook
-
- CLIENT_PORTABLE_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- CLIENT_RESPONSE - Static variable in class com.hazelcast.client.ClientDataSerializerHook
-
- CLIENT_TXN_PORTABLE_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- ClientAwareService - Interface in com.hazelcast.spi
-
A interface that can be implemented by a SPI Service so that it can be notified about client disconnects.
- ClientAwsConfig - Class in com.hazelcast.client.config
-
The AWSConfig contains the configuration for client
to connect to nodes in aws environment.
- ClientAwsConfig() - Constructor for class com.hazelcast.client.config.ClientAwsConfig
-
- ClientClusterService - Interface in com.hazelcast.client.spi
-
- ClientConfig - Class in com.hazelcast.client.config
-
- ClientConfig() - Constructor for class com.hazelcast.client.config.ClientConfig
-
- clientConnected(Client) - Method in interface com.hazelcast.core.ClientListener
-
Invoked when a new client is connected.
- ClientContext - Class in com.hazelcast.client.spi
-
- ClientCreateRequest - Class in com.hazelcast.client
-
- ClientCreateRequest() - Constructor for class com.hazelcast.client.ClientCreateRequest
-
- ClientCreateRequest(String, String) - Constructor for class com.hazelcast.client.ClientCreateRequest
-
- ClientDataSerializerHook - Class in com.hazelcast.client
-
- ClientDataSerializerHook() - Constructor for class com.hazelcast.client.ClientDataSerializerHook
-
- ClientDestroyRequest - Class in com.hazelcast.client
-
- ClientDestroyRequest() - Constructor for class com.hazelcast.client.ClientDestroyRequest
-
- ClientDestroyRequest(String, String) - Constructor for class com.hazelcast.client.ClientDestroyRequest
-
- clientDisconnected(Client) - Method in interface com.hazelcast.core.ClientListener
-
Invoked when a new client is disconnected.
- clientDisconnected(String) - Method in interface com.hazelcast.spi.ClientAwareService
-
Invoked when a client disconnected from a member.
- ClientDisconnectionOperation - Class in com.hazelcast.client
-
- ClientDisconnectionOperation() - Constructor for class com.hazelcast.client.ClientDisconnectionOperation
-
- ClientDisconnectionOperation(String) - Constructor for class com.hazelcast.client.ClientDisconnectionOperation
-
- ClientEndpoint - Class in com.hazelcast.client
-
- ClientEngine - Interface in com.hazelcast.client
-
- clientEngine - Variable in class com.hazelcast.client.ClientRequest
-
- ClientEngineImpl - Class in com.hazelcast.client
-
- ClientEngineImpl(Node) - Constructor for class com.hazelcast.client.ClientEngineImpl
-
- ClientEngineMBean - Class in com.hazelcast.jmx
-
- ClientEngineMBean(HazelcastInstance, ClientEngine, ManagementService) - Constructor for class com.hazelcast.jmx.ClientEngineMBean
-
- ClientExecutionService - Interface in com.hazelcast.client.spi
-
- ClientImpl - Class in com.hazelcast.client
-
- ClientImpl(String, InetSocketAddress) - Constructor for class com.hazelcast.client.ClientImpl
-
- ClientInvocationService - Interface in com.hazelcast.client.spi
-
- ClientListener - Interface in com.hazelcast.core
-
ClientListener allows to get notified when a
Client
is connected to
or disconnected from cluster.
- ClientNetworkConfig - Class in com.hazelcast.client.config
-
- ClientNetworkConfig() - Constructor for class com.hazelcast.client.config.ClientNetworkConfig
-
- ClientOutOfMemoryHandler - Class in com.hazelcast.client
-
To clear resources of the client upon OutOfMemory
- ClientOutOfMemoryHandler() - Constructor for class com.hazelcast.client.ClientOutOfMemoryHandler
-
- ClientOutOfMemoryHandler.ClientHelper - Class in com.hazelcast.client
-
- ClientPartitionService - Interface in com.hazelcast.client.spi
-
- ClientPortableFactory - Class in com.hazelcast.client
-
- ClientPortableFactory() - Constructor for class com.hazelcast.client.ClientPortableFactory
-
- ClientPortableHook - Class in com.hazelcast.client
-
- ClientPortableHook() - Constructor for class com.hazelcast.client.ClientPortableHook
-
- ClientPrincipal - Class in com.hazelcast.client
-
- ClientPrincipal() - Constructor for class com.hazelcast.client.ClientPrincipal
-
- ClientPrincipal(String, String) - Constructor for class com.hazelcast.client.ClientPrincipal
-
- ClientProperties - Class in com.hazelcast.client.config
-
TODO add javadoc for ClientProperties
- ClientProperties(ClientConfig) - Constructor for class com.hazelcast.client.config.ClientProperties
-
- clientProperties - Variable in class com.hazelcast.client.HazelcastClient
-
- ClientProperties.ClientProperty - Class in com.hazelcast.client.config
-
- clientProperty - Variable in class com.hazelcast.client.config.ClientProperties
-
- ClientProxy - Class in com.hazelcast.client.spi
-
- ClientProxy(String, String, String) - Constructor for class com.hazelcast.client.spi.ClientProxy
-
- ClientProxyFactory - Interface in com.hazelcast.client.spi
-
- ClientReAuthOperation - Class in com.hazelcast.client
-
- ClientReAuthOperation() - Constructor for class com.hazelcast.client.ClientReAuthOperation
-
- ClientReAuthOperation(String, boolean) - Constructor for class com.hazelcast.client.ClientReAuthOperation
-
- ClientRequest - Class in com.hazelcast.client
-
- ClientRequest() - Constructor for class com.hazelcast.client.ClientRequest
-
- ClientResponse - Class in com.hazelcast.client
-
- ClientResponse() - Constructor for class com.hazelcast.client.ClientResponse
-
- ClientResponse(Data, boolean, int) - Constructor for class com.hazelcast.client.ClientResponse
-
- ClientResponse(Data, int, boolean) - Constructor for class com.hazelcast.client.ClientResponse
-
- ClientSecurityConfig - Class in com.hazelcast.client.config
-
- ClientSecurityConfig() - Constructor for class com.hazelcast.client.config.ClientSecurityConfig
-
- ClientService - Interface in com.hazelcast.core
-
ClientService allows to query connected
Client
s and
attach/detach
ClientListener
s to listen connection events.
- ClientType - Enum in com.hazelcast.core
-
Type of a client.
- ClientTypes - Class in com.hazelcast.client
-
- clone() - Method in class com.hazelcast.monitor.TimedMemberState
-
- close() - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- close() - Method in class com.hazelcast.nio.serialization.ObjectDataInputStream
-
- close() - Method in class com.hazelcast.nio.serialization.ObjectDataOutputStream
-
- Cluster - Interface in com.hazelcast.core
-
Hazelcast cluster interface.
- ClusterDataSerializerHook - Class in com.hazelcast.cluster
-
- ClusterDataSerializerHook() - Constructor for class com.hazelcast.cluster.ClusterDataSerializerHook
-
- ClusterProxy - Class in com.hazelcast.cluster
-
- ClusterProxy(ClusterServiceImpl) - Constructor for class com.hazelcast.cluster.ClusterProxy
-
- ClusterService - Interface in com.hazelcast.cluster
-
- ClusterServiceImpl - Class in com.hazelcast.cluster
-
- ClusterServiceImpl(Node) - Constructor for class com.hazelcast.cluster.ClusterServiceImpl
-
- collate(Iterable<ValueIn>) - Method in interface com.hazelcast.mapreduce.Collator
-
This method is called with the mapped and possibly reduced values from the MapReduce algorithm.
- Collator<ValueIn,ValueOut> - Interface in com.hazelcast.mapreduce
-
This interface can be implemented to define a Collator which is executed after calculation
of the MapReduce algorithm on remote cluster nodes but before returning the final result.
Collator can for example be used to sum up a final value.
- COLLECTION_DS_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- COLLECTION_PORTABLE_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- CollectionConfig<T extends CollectionConfig> - Class in com.hazelcast.config
-
- CollectionConfig() - Constructor for class com.hazelcast.config.CollectionConfig
-
- CollectionConfig(CollectionConfig) - Constructor for class com.hazelcast.config.CollectionConfig
-
- com.hazelcast.client - package com.hazelcast.client
-
Contains classes/interfaces related to Client
- com.hazelcast.client.config - package com.hazelcast.client.config
-
Contains classes related to config for com.hazelcast.client
- com.hazelcast.client.spi - package com.hazelcast.client.spi
-
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
- com.hazelcast.cluster - package com.hazelcast.cluster
-
This package contains the cluster functionality.
- com.hazelcast.config - package com.hazelcast.config
-
Provides classes for configuring HazelcastInstance.
- com.hazelcast.core - package com.hazelcast.core
-
Provides core API interfaces/classes.
- com.hazelcast.hibernate - package com.hazelcast.hibernate
-
- com.hazelcast.hibernate.instance - package com.hazelcast.hibernate.instance
-
- com.hazelcast.jca - package com.hazelcast.jca
-
This package contains jca functionality
- com.hazelcast.jmx - package com.hazelcast.jmx
-
Contains Hazelcast MBean classes.
- com.hazelcast.mapreduce - package com.hazelcast.mapreduce
-
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the
active Hazelcast cluster.
- com.hazelcast.monitor - package com.hazelcast.monitor
-
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
- com.hazelcast.nio.serialization - package com.hazelcast.nio.serialization
-
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
- com.hazelcast.query - package com.hazelcast.query
-
Contains interfaces/classes related to Hazelcast query and indexing support.
- com.hazelcast.security - package com.hazelcast.security
-
Provides interfaces/classes for Hazelcast security implementation.
- com.hazelcast.spi - package com.hazelcast.spi
-
Provides interfaces/classes for Hazelcast SPI.
- com.hazelcast.spring.cache - package com.hazelcast.spring.cache
-
- com.hazelcast.spring.context - package com.hazelcast.spring.context
-
- com.hazelcast.spring.jpa - package com.hazelcast.spring.jpa
-
- com.hazelcast.spring.mongodb - package com.hazelcast.spring.mongodb
-
- com.hazelcast.transaction - package com.hazelcast.transaction
-
Provides interfaces/classes for Hazelcast transaction support.
- com.hazelcast.web - package com.hazelcast.web
-
This package contains Hazelcast Session Replication functionality.
- combine(ValueIn) - Method in class com.hazelcast.mapreduce.Combiner
-
This method is called to supply values to be combined into an intermediate result chunk.
The combine method might be called multiple times so the combined chunk needs to be hold
internally in a member state of the Combiner.
After this method is called you need to reset the internal state to prepare combining of
the next chunk.
- Combiner<ValueIn,ValueOut> - Class in com.hazelcast.mapreduce
-
The abstract Combiner class is used to build combiners for the
Job
.
Those Combiners are distributed inside of the cluster and are running alongside
the
Mapper
implementations in the same node.
Combiners are called in a threadsafe way so internal locking is not required.
- Combiner() - Constructor for class com.hazelcast.mapreduce.Combiner
-
- combiner(CombinerFactory<KeyIn, ValueIn, ValueOut>) - Method in interface com.hazelcast.mapreduce.MappingJob
-
- CombinerFactory<KeyIn,ValueIn,ValueOut> - Interface in com.hazelcast.mapreduce
-
A CombinerFactory implementation is used to build
Combiner
instances per key.
An implementation needs to be serializable by Hazelcast since it is distributed together with
the
Mapper
implementation to run alongside.
- commit() - Method in class com.hazelcast.jca.HazelcastTransactionImpl
-
- commit(Xid, boolean) - Method in class com.hazelcast.jca.XAResourceWrapper
-
- commitMigration(PartitionMigrationEvent) - Method in interface com.hazelcast.spi.MigrationAwareService
-
- commitTransaction() - Method in interface com.hazelcast.transaction.TransactionContext
-
Commits a transaction.
- compareAndSet(long, long) - Method in interface com.hazelcast.core.IAtomicLong
-
Atomically sets the value to the given updated value
only if the current value ==
the expected value.
- compareAndSet(E, E) - Method in interface com.hazelcast.core.IAtomicReference
-
Atomically sets the value to the given updated value
only if the current value ==
the expected value.
- compareAndSet(long, long) - Method in class com.hazelcast.jmx.AtomicLongMBean
-
- config - Variable in class com.hazelcast.cluster.AbstractJoiner
-
- Config - Class in com.hazelcast.config
-
- Config() - Constructor for class com.hazelcast.config.Config
-
- Config(String) - Constructor for class com.hazelcast.config.Config
-
- CONFIG_CHECK - Static variable in class com.hazelcast.cluster.ClusterDataSerializerHook
-
- CONFIG_FILE_PATH - Static variable in class com.hazelcast.hibernate.CacheEnvironment
-
- CONFIG_FILE_PATH_LEGACY - Static variable in class com.hazelcast.hibernate.CacheEnvironment
-
- ConfigBuilder - Interface in com.hazelcast.config
-
Interface for all config builders.
- ConfigCheck - Class in com.hazelcast.cluster
-
- ConfigCheck() - Constructor for class com.hazelcast.cluster.ConfigCheck
-
- configCheck - Variable in class com.hazelcast.cluster.JoinMessage
-
- ConfigLoader - Class in com.hazelcast.config
-
- ConfigurableService<T> - Interface in com.hazelcast.spi
-
- configure(Properties) - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
-
- configure(GroupConfig, Properties) - Method in interface com.hazelcast.security.ICredentialsFactory
-
- configure(SecurityConfig, Properties) - Method in interface com.hazelcast.security.IPermissionPolicy
-
- configure(T) - Method in interface com.hazelcast.spi.ConfigurableService
-
- ConfigXmlGenerator - Class in com.hazelcast.config
-
The ConfigXmlGenerator is responsible for transforming a
Config
to a Hazelcast XML string.
- ConfigXmlGenerator() - Constructor for class com.hazelcast.config.ConfigXmlGenerator
-
Creates a ConfigXmlGenerator that will format the code.
- ConfigXmlGenerator(boolean) - Constructor for class com.hazelcast.config.ConfigXmlGenerator
-
Creates a ConfigXmlGenerator.
- connectAndSendJoinRequest(Collection<Address>) - Method in class com.hazelcast.cluster.AbstractJoiner
-
- connectionAdded(Connection) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- ConnectionFactoryImpl - Class in com.hazelcast.jca
-
Small facade to bring together container's pooling mechanism and other
vendor-specific calls with the real implementation classes of this
resource adapter
- ConnectionFactoryImpl() - Constructor for class com.hazelcast.jca.ConnectionFactoryImpl
-
- ConnectionFactoryImpl(ManagedConnectionFactoryImpl, ConnectionManager) - Constructor for class com.hazelcast.jca.ConnectionFactoryImpl
-
- ConnectionManagerMBean - Class in com.hazelcast.jmx
-
- ConnectionManagerMBean(HazelcastInstance, ConnectionManager, ManagementService) - Constructor for class com.hazelcast.jmx.ConnectionManagerMBean
-
- connectionRemoved(Connection) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- CONSTANT_SERIALIZERS_LENGTH - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_BOOLEAN - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_BYTE - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_BYTE_ARRAY - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_CHAR - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_CHAR_ARRAY - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_DATA - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_DOUBLE - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_DOUBLE_ARRAY - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_FLOAT - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_FLOAT_ARRAY - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_INTEGER - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_INTEGER_ARRAY - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_LONG - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_LONG_ARRAY - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_PORTABLE - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_SHORT - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_SHORT_ARRAY - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- CONSTANT_TYPE_STRING - Static variable in class com.hazelcast.nio.serialization.SerializationConstants
-
- ConstantSerializers - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.BooleanSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.BooleanSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.BooleanSerializer
-
- ConstantSerializers.ByteSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.ByteSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.ByteSerializer
-
- ConstantSerializers.CharArraySerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.CharArraySerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.CharArraySerializer
-
- ConstantSerializers.CharSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.CharSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.CharSerializer
-
- ConstantSerializers.DoubleArraySerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.DoubleArraySerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.DoubleArraySerializer
-
- ConstantSerializers.DoubleSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.DoubleSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.DoubleSerializer
-
- ConstantSerializers.FloatArraySerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.FloatArraySerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.FloatArraySerializer
-
- ConstantSerializers.FloatSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.FloatSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.FloatSerializer
-
- ConstantSerializers.IntegerArraySerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.IntegerArraySerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.IntegerArraySerializer
-
- ConstantSerializers.IntegerSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.IntegerSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.IntegerSerializer
-
- ConstantSerializers.LongArraySerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.LongArraySerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.LongArraySerializer
-
- ConstantSerializers.LongSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.LongSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.LongSerializer
-
- ConstantSerializers.ShortArraySerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.ShortArraySerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.ShortArraySerializer
-
- ConstantSerializers.ShortSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.ShortSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.ShortSerializer
-
- ConstantSerializers.StringSerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.StringSerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.StringSerializer
-
- ConstantSerializers.TheByteArraySerializer - Class in com.hazelcast.nio.serialization
-
- ConstantSerializers.TheByteArraySerializer() - Constructor for class com.hazelcast.nio.serialization.ConstantSerializers.TheByteArraySerializer
-
- contains(E) - Method in interface com.hazelcast.core.IAtomicReference
-
Checks if the reference contains the value.
- contains(Object) - Method in interface com.hazelcast.core.IQueue
- contains(Object) - Method in interface com.hazelcast.hibernate.RegionCache
-
- containsAll(Collection<?>) - Method in interface com.hazelcast.core.IQueue
- containsEntry(K, V) - Method in interface com.hazelcast.core.MultiMap
-
Returns whether the multimap contains the given key-value pair.
- containsKey(Object) - Method in interface com.hazelcast.core.BaseMap
-
Returns true
if this map contains an entry for the specified
key.
- containsKey(Object) - Method in interface com.hazelcast.core.IMap
-
Returns true
if this map contains an entry for the specified
key.
- containsKey(K) - Method in interface com.hazelcast.core.MultiMap
-
Returns whether the multimap contains an entry with the key.
- containsKey(Object) - Method in interface com.hazelcast.core.TransactionalMap
-
- containsValue(Object) - Method in interface com.hazelcast.core.IMap
- containsValue(Object) - Method in interface com.hazelcast.core.MultiMap
-
Returns whether the multimap contains an entry with the value.
- Context<K,V> - Interface in com.hazelcast.mapreduce
-
The Context interface is used for emitting keys and values to the intermediate working space of
the MapReduce algorithm.
- convert(Map.Entry, Comparable, Comparable) - Method in class com.hazelcast.query.Predicates.AbstractPredicate
-
- CoreService - Interface in com.hazelcast.spi
-
Marker interface for core Hazelcast services.
- countDown() - Method in interface com.hazelcast.core.ICountDownLatch
-
Decrements the count of the latch, releasing all waiting threads if
the count reaches zero.
- countDown() - Method in class com.hazelcast.jmx.CountDownLatchMBean
-
- CountDownLatchMBean - Class in com.hazelcast.jmx
-
- CountDownLatchMBean(ICountDownLatch, ManagementService) - Constructor for class com.hazelcast.jmx.CountDownLatchMBean
-
- CPP - Static variable in class com.hazelcast.client.ClientTypes
-
- create(int) - Method in class com.hazelcast.client.ClientPortableFactory
-
- create(String) - Method in interface com.hazelcast.client.spi.ClientProxyFactory
-
- create(int) - Method in class com.hazelcast.nio.serialization.ArrayDataSerializableFactory
-
- create(int) - Method in class com.hazelcast.nio.serialization.ArrayPortableFactory
-
- create(int) - Method in interface com.hazelcast.nio.serialization.DataSerializableFactory
-
Creates an IdentifiedDataSerializable instance using given type id
- create(int) - Method in interface com.hazelcast.nio.serialization.PortableFactory
-
Creates a Portable instance using given class id
- CREATE_PROXY - Static variable in class com.hazelcast.client.ClientPortableHook
-
- createClassDefinition(int, byte[]) - Method in interface com.hazelcast.nio.serialization.PortableContext
-
- createClientLoginContext(Credentials) - Method in interface com.hazelcast.security.SecurityContext
-
- createConnectionFactory() - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
-
- createConnectionFactory(ConnectionManager) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
-
- createDistributedObject(String) - Method in interface com.hazelcast.spi.RemoteService
-
- createFactory() - Method in class com.hazelcast.client.ClientDataSerializerHook
-
- createFactory() - Method in class com.hazelcast.client.ClientPortableHook
-
- createFactory() - Method in class com.hazelcast.cluster.ClusterDataSerializerHook
-
- createFactory() - Method in interface com.hazelcast.nio.serialization.DataSerializerHook
-
- createFactory() - Method in interface com.hazelcast.nio.serialization.PortableHook
-
- createFactory() - Method in class com.hazelcast.web.WebDataSerializerHook
-
- createInput(Data, SerializationService) - Method in interface com.hazelcast.nio.serialization.InputOutputFactory
-
- createInput(byte[], SerializationService) - Method in interface com.hazelcast.nio.serialization.InputOutputFactory
-
- createInstance(Properties) - Static method in class com.hazelcast.hibernate.instance.HazelcastInstanceFactory
-
- createInstanceLoader(Properties) - Static method in class com.hazelcast.hibernate.instance.HazelcastInstanceFactory
-
- createInteraction() - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- createInvocationBuilder(String, Operation, int) - Method in class com.hazelcast.client.InvocationClientRequest
-
- createInvocationBuilder(String, Operation, Address) - Method in class com.hazelcast.client.InvocationClientRequest
-
- createInvocationBuilder(String, Operation, int) - Method in interface com.hazelcast.spi.OperationService
-
- createInvocationBuilder(String, Operation, Address) - Method in interface com.hazelcast.spi.OperationService
-
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
-
- createMember(Address, String, String, Map<String, Object>) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- createMemberLoginContext(Credentials) - Method in interface com.hazelcast.security.SecurityContext
-
- createObjectDataInput(byte[]) - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- createObjectDataInput(Data) - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- createObjectDataInput(byte[]) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- createObjectDataInput(Data) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- createObjectDataInputStream(InputStream) - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- createObjectDataInputStream(InputStream, ByteOrder) - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- createObjectDataInputStream(InputStream) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- createObjectDataInputStream(InputStream, ByteOrder) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- createObjectDataOutput(int) - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- createObjectDataOutput(int) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- createObjectDataOutputStream(OutputStream) - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- createObjectDataOutputStream(OutputStream, ByteOrder) - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- createObjectDataOutputStream(OutputStream) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- createObjectDataOutputStream(OutputStream, ByteOrder) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- createObjectName(String, String) - Method in class com.hazelcast.jmx.ManagementService
-
- createOperation() - Method in class com.hazelcast.client.OperationFactoryWrapper
-
- createOperation() - Method in interface com.hazelcast.spi.OperationFactory
-
Creates the operation.
- createOperationFactory() - Method in class com.hazelcast.client.AllPartitionsClientRequest
-
- createOperationFactory() - Method in class com.hazelcast.client.MultiPartitionClientRequest
-
- createOperationFactory() - Method in class com.hazelcast.client.MultiTargetClientRequest
-
- createOutput(int, SerializationService) - Method in interface com.hazelcast.nio.serialization.InputOutputFactory
-
- createPortableReader(Data) - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- createPortableReader(Data) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- createSecureCallable(Subject, Callable<V>) - Method in interface com.hazelcast.security.SecurityContext
-
Creates secure callable that runs in a sandbox.
- createSerializer() - Method in interface com.hazelcast.nio.serialization.SerializerHook
-
Creates a new serializer for the serialization type
- createTransaction(int, HazelcastInstance) - Static method in class com.hazelcast.jca.HazelcastTransactionImpl
-
- createTransactionalObject(String, TransactionSupport) - Method in interface com.hazelcast.spi.TransactionalService
-
- Credentials - Interface in com.hazelcast.security
-
Credentials is a container object for endpoint (Members and Clients)
security attributes.
- CredentialsFactoryConfig - Class in com.hazelcast.config
-
- CredentialsFactoryConfig() - Constructor for class com.hazelcast.config.CredentialsFactoryConfig
-
- CredentialsFactoryConfig(String) - Constructor for class com.hazelcast.config.CredentialsFactoryConfig
-
- CSHARP - Static variable in class com.hazelcast.client.ClientTypes
-
- generate(Config) - Method in class com.hazelcast.config.ConfigXmlGenerator
-
Generates the XML string based on some Config.
- GENERIC_ERROR - Static variable in class com.hazelcast.client.ClientPortableHook
-
- GenericError - Class in com.hazelcast.client
-
- GenericError() - Constructor for class com.hazelcast.client.GenericError
-
- GenericError(String, String, int) - Constructor for class com.hazelcast.client.GenericError
-
- GenericError(String, String, String, int) - Constructor for class com.hazelcast.client.GenericError
-
- get(String) - Static method in enum com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
-
- get(Object) - Method in interface com.hazelcast.core.BaseMap
-
Returns the value for the specified key, or null
if this map does not contain this key.
- get(K) - Method in interface com.hazelcast.core.BaseMultiMap
-
Returns the collection of values associated with the key.
- get() - Method in interface com.hazelcast.core.IAtomicLong
-
Gets the current value.
- get() - Method in interface com.hazelcast.core.IAtomicReference
-
Gets the current value.
- get(Object) - Method in interface com.hazelcast.core.IMap
-
Returns the value for the specified key, or null
if this map does not contain this key.
- get(K) - Method in interface com.hazelcast.core.MultiMap
-
Returns the collection of values associated with the key.
- get(Object) - Method in interface com.hazelcast.core.TransactionalMap
-
- get(K) - Method in interface com.hazelcast.core.TransactionalMultiMap
-
Returns the collection of values associated with the key.
- get(Object) - Method in interface com.hazelcast.hibernate.RegionCache
-
- get(String) - Method in class com.hazelcast.nio.serialization.BinaryClassDefinitionProxy
-
- get(int) - Method in class com.hazelcast.nio.serialization.BinaryClassDefinitionProxy
-
- get(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- get(int) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- get(byte) - Static method in enum com.hazelcast.nio.serialization.FieldType
-
- get(String) - Method in class com.hazelcast.query.EntryObject
-
- get(Object) - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- get(Object, Class<T>) - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- GET_DISTRIBUTED_OBJECT_INFO - Static variable in class com.hazelcast.client.ClientPortableHook
-
- GET_PARTITIONS - Static variable in class com.hazelcast.client.ClientPortableHook
-
- getAccessKey() - Method in class com.hazelcast.config.AwsConfig
-
Gets the access key to access AWS.
- getActions() - Method in class com.hazelcast.config.PermissionConfig
-
- getActiveConnectionCount() - Method in class com.hazelcast.jmx.ConnectionManagerMBean
-
- getActivePartitionCount() - Method in class com.hazelcast.jmx.PartitionServiceMBean
-
- getAddress() - Method in class com.hazelcast.cluster.JoinMessage
-
- getAddress() - Method in class com.hazelcast.cluster.MemberInfo
-
- getAddress() - Method in interface com.hazelcast.monitor.MemberState
-
- getAddresses() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getAddresses() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getAlgorithm() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- getAll(Set<K>) - Method in interface com.hazelcast.core.IMap
-
Returns the entries for the given keys.
- getAllDistributedObjects() - Method in interface com.hazelcast.spi.ProxyService
-
- getAllHazelcastClients() - Static method in class com.hazelcast.client.HazelcastClient
-
- getAllHazelcastInstances() - Static method in class com.hazelcast.core.Hazelcast
-
Returns all active/running HazelcastInstances on this JVM.
- getAllKeys() - Method in class com.hazelcast.mapreduce.KeyValueSource
-
- getAllKeys0() - Method in class com.hazelcast.mapreduce.KeyValueSource
-
This method is meant for overriding to implement collecting of all clusterwide available keys
and returning them from
KeyValueSource.getAllKeys()
.
- getAnchor() - Method in class com.hazelcast.query.PagingPredicate
-
- getAndAdd(long) - Method in interface com.hazelcast.core.IAtomicLong
-
Atomically adds the given value to the current value.
- getAndAdd(long) - Method in class com.hazelcast.jmx.AtomicLongMBean
-
- getAndAlter(IFunction<Long, Long>) - Method in interface com.hazelcast.core.IAtomicLong
-
Alters the currently stored value by applying a function on it on and gets the old value.
- getAndAlter(IFunction<E, E>) - Method in interface com.hazelcast.core.IAtomicReference
-
Alters the currently stored reference by applying a function on it on and gets the old value.
- getAndIncrement() - Method in interface com.hazelcast.core.IAtomicLong
-
Atomically increments the current value by one.
- getAndIncrement() - Method in class com.hazelcast.jmx.AtomicLongMBean
-
- getAndSet(long) - Method in interface com.hazelcast.core.IAtomicLong
-
Atomically sets the given value and returns the old value.
- getAndSet(E) - Method in interface com.hazelcast.core.IAtomicReference
-
Gets the value and sets the new value.
- getAndSet(long) - Method in class com.hazelcast.jmx.AtomicLongMBean
-
- getAsReadOnly() - Method in class com.hazelcast.config.CollectionConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.EntryListenerConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.ExecutorConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.ItemListenerConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.JobTrackerConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.ListConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.ListenerConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.MapConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.MapIndexConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.MapStoreConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.MaxSizeConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.MultiMapConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.NearCacheConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.QueueConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.QueueStoreConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.SemaphoreConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.SetConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.TopicConfig
-
- getAsReadOnly() - Method in class com.hazelcast.config.WanReplicationRef
-
- getAsync(K) - Method in interface com.hazelcast.core.IMap
-
Asynchronously gets the given key.
- getAsyncBackupCount() - Method in class com.hazelcast.config.CollectionConfig
-
- getAsyncBackupCount() - Method in class com.hazelcast.config.MapConfig
-
- getAsyncBackupCount() - Method in class com.hazelcast.config.MultiMapConfig
-
- getAsyncBackupCount() - Method in class com.hazelcast.config.QueueConfig
-
- getAsyncBackupCount() - Method in class com.hazelcast.config.SemaphoreConfig
-
Returns the number of asynchronous backups.
- getAsyncBackupCount() - Method in interface com.hazelcast.spi.BackupAwareOperation
-
The asynchronous backup count.
- getAsyncExecutor() - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- getAsyncExecutorMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getAtomicLong(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getAtomicLong(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getAtomicLong(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates cluster-wide atomic long.
- getAtomicLong(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getAtomicLong(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getAtomicReference(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getAtomicReference(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getAtomicReference(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates cluster-wide atomic reference.
- getAttribute(Node, String) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
-
- getAttribute() - Method in class com.hazelcast.config.MapIndexConfig
-
Gets the attribute that is going to be indexed.
- getAttribute(String) - Method in class com.hazelcast.jmx.HazelcastMBean
-
- getAttributes() - Method in class com.hazelcast.cluster.JoinRequest
-
- getAttributes() - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getAttributes() - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- getAttributes() - Method in interface com.hazelcast.core.Member
-
Returns configured attributes for this member.
This method might not be available on all native clients.
- getAttributes(String[]) - Method in class com.hazelcast.jmx.HazelcastMBean
-
- getAvailable() - Method in class com.hazelcast.jmx.SemaphoreMBean
-
- getAvgAge() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns the average age of the items in this member.
- getAwsConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getAwsConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getBackupCount() - Method in class com.hazelcast.config.CollectionConfig
-
- getBackupCount() - Method in class com.hazelcast.config.MapConfig
-
- getBackupCount() - Method in class com.hazelcast.config.MultiMapConfig
-
- getBackupCount() - Method in class com.hazelcast.config.QueueConfig
-
- getBackupCount() - Method in class com.hazelcast.config.SemaphoreConfig
-
Returns the number of synchronous backups.
- getBackupCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of backups per entry.
- getBackupEntryCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of backup entries hold by this member.
- getBackupEntryMemoryCost() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns memory cost (number of bytes) of backup entries in this member.
- getBackupItemCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns the number of backup items in this member.
- getBackupOperation() - Method in interface com.hazelcast.spi.BackupAwareOperation
-
- getBoolean() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getBooleanAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getBooleanAttribute(String) - Method in interface com.hazelcast.core.Member
-
Returns the value of the specified key for this member or
null if value is undefined.
- getBuffer() - Method in class com.hazelcast.nio.serialization.Data
-
- getBufferSize() - Method in class com.hazelcast.client.config.SocketOptions
-
- getBuild() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getBuildNumber() - Method in class com.hazelcast.cluster.JoinMessage
-
- getBuiltinDefinitions() - Method in class com.hazelcast.client.ClientPortableHook
-
- getBuiltinDefinitions() - Method in interface com.hazelcast.nio.serialization.PortableHook
-
- getByte() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getByteAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getByteAttribute(String) - Method in interface com.hazelcast.core.Member
-
Returns the value of the specified key for this member or
null if value is undefined.
- getByteOrder() - Method in class com.hazelcast.config.SerializationConfig
-
- getByteOrder() - Method in class com.hazelcast.nio.serialization.ObjectDataInputStream
-
- getByteOrder() - Method in class com.hazelcast.nio.serialization.ObjectDataOutputStream
-
- getByType(int) - Static method in enum com.hazelcast.core.EntryEventType
-
- getByType(int) - Static method in enum com.hazelcast.core.ItemEventType
-
- getByValue(int) - Static method in enum com.hazelcast.transaction.TransactionOptions.TransactionType
-
- getCache(String) - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
- getCacheNames() - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
- getCallback() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getCallerAddress() - Method in class com.hazelcast.spi.Operation
-
- getCallerUuid() - Method in class com.hazelcast.spi.Operation
-
- getCallId() - Method in class com.hazelcast.client.ClientRequest
-
- getCallId() - Method in class com.hazelcast.client.ClientResponse
-
- getCallId() - Method in class com.hazelcast.spi.Operation
-
- getCallTimeout() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getCallTimeout() - Method in class com.hazelcast.spi.Operation
-
- getCancelledTaskCount() - Method in interface com.hazelcast.monitor.LocalExecutorStats
-
Returns the number of cancelled operations of the executor service
- getChunkSize() - Method in class com.hazelcast.config.JobTrackerConfig
-
- getClassDefinition() - Method in class com.hazelcast.nio.serialization.Data
-
- getClassDefinitions() - Method in class com.hazelcast.config.SerializationConfig
-
- getClassId() - Method in class com.hazelcast.client.AuthenticationRequest
-
- getClassId() - Method in class com.hazelcast.client.ClientCreateRequest
-
- getClassId() - Method in class com.hazelcast.client.ClientDestroyRequest
-
- getClassId() - Method in class com.hazelcast.client.ClientPrincipal
-
- getClassId() - Method in class com.hazelcast.client.DistributedObjectInfo
-
- getClassId() - Method in class com.hazelcast.client.DistributedObjectListenerRequest
-
- getClassId() - Method in class com.hazelcast.client.GenericError
-
- getClassId() - Method in class com.hazelcast.client.GetDistributedObjectsRequest
-
- getClassId() - Method in class com.hazelcast.client.RemoveDistributedObjectListenerRequest
-
- getClassId() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- getClassId() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getClassId() - Method in interface com.hazelcast.nio.serialization.Portable
-
Returns class identifier for this portable class.
- getClassId() - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- getClassLoader() - Method in class com.hazelcast.client.config.ClientConfig
-
- getClassLoader() - Method in class com.hazelcast.config.Config
-
Returns the class-loader that will be used in serialization.
- getClassLoader() - Method in class com.hazelcast.nio.serialization.ObjectDataInputStream
-
- getClassLoader() - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- getClassLoader() - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- getClassName() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- getClassName() - Method in class com.hazelcast.config.CredentialsFactoryConfig
-
- getClassName() - Method in class com.hazelcast.config.GlobalSerializerConfig
-
- getClassName() - Method in class com.hazelcast.config.ListenerConfig
-
Returns the name of the class of the EventListener.
- 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.PermissionPolicyConfig
-
- getClassName() - Method in class com.hazelcast.config.QueueStoreConfig
-
- getClassName() - Method in class com.hazelcast.config.SerializerConfig
-
- getClassName() - Method in class com.hazelcast.config.ServiceConfig
-
- getClassName() - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Returns the name of the SocketInterceptor
implementation class
- getClassVersion() - Method in class com.hazelcast.client.ClientRequest
-
Version for internal requests.
- getClassVersion(int, int) - Method in interface com.hazelcast.nio.serialization.PortableContext
-
- getClassVersion() - Method in interface com.hazelcast.nio.serialization.VersionedPortable
-
Returns version for this Portable class
- getClientClusterService() - Method in class com.hazelcast.client.HazelcastClient
-
- getClientConfig() - Method in class com.hazelcast.client.HazelcastClient
-
- getClientConfig() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getClientConfig() - Method in class com.hazelcast.client.spi.ClientContext
-
- getClientEndpointCount() - Method in interface com.hazelcast.client.ClientEngine
-
- getClientEndpointCount() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getClientEndpointCount() - Method in class com.hazelcast.jmx.ClientEngineMBean
-
- getClientEngine() - Method in class com.hazelcast.client.ClientRequest
-
- getClientEngineMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getClientExecutionService() - Method in class com.hazelcast.client.HazelcastClient
-
- getClientExecutorMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getClientLoginModuleConfigs() - Method in class com.hazelcast.config.SecurityConfig
-
- getClientPartitionService() - Method in class com.hazelcast.client.HazelcastClient
-
- getClientPermissionConfigs() - Method in class com.hazelcast.config.SecurityConfig
-
- getClientPolicyConfig() - Method in class com.hazelcast.config.SecurityConfig
-
- getClients() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getClients() - Method in interface com.hazelcast.monitor.MemberState
-
- getClientService() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getClientService() - Method in class com.hazelcast.client.HazelcastClient
-
- getClientService() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getClientService() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the client service of this Hazelcast instance.
- getClientType() - Method in class com.hazelcast.client.ClientEndpoint
-
- getClientType() - Method in class com.hazelcast.client.ClientImpl
-
- getClientType() - Method in interface com.hazelcast.core.Client
-
Returns type of this client
- getCluster() - Method in class com.hazelcast.client.HazelcastClient
-
- getCluster() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- 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.
- getClusterName() - Method in class com.hazelcast.monitor.TimedMemberState
-
- getClusterProxy() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getClusterService() - Method in interface com.hazelcast.client.ClientEngine
-
- getClusterService() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getClusterService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getClusterService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getClusterTime() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
- getClusterTime() - Method in class com.hazelcast.cluster.ClusterProxy
-
- getClusterTime() - Method in interface com.hazelcast.cluster.ClusterService
-
- getClusterTime() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getClusterTime() - Method in interface com.hazelcast.core.Cluster
-
Returns the cluster-wide time in milliseconds.
- getClusterTime() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getClusterTimeFor(long) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getComparator() - Method in class com.hazelcast.query.PagingPredicate
-
- getCompletableFuture() - Method in interface com.hazelcast.mapreduce.TrackableJob
-
Returns the
ICompletableFuture
to add callbacks
or wait for the resulting value of the tracked job
- getCompletedTaskCount() - Method in interface com.hazelcast.monitor.LocalExecutorStats
-
Returns the number of completed operations of the executor service
- getConcurrencyLevel() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getConfig() - Method in interface com.hazelcast.client.ClientEngine
-
- getConfig() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getConfig() - Method in class com.hazelcast.client.HazelcastClient
-
- getConfig() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getConfig() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the configuration of this Hazelcast instance.
- getConfig() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getConfig() - Method in class com.hazelcast.jmx.MapMBean
-
- getConfig() - Method in class com.hazelcast.jmx.QueueMBean
-
- getConfig() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getConfig() - Method in class com.hazelcast.jmx.TopicMBean
-
- getConfig() - Method in interface com.hazelcast.spi.NodeEngine
-
- getConfigCheck() - Method in class com.hazelcast.cluster.JoinMessage
-
- getConfigClassLoader() - Method in interface com.hazelcast.spi.NodeEngine
-
- getConfigFilePath(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
-
- getConfigLocation() - Method in class com.hazelcast.jca.ResourceAdapterImpl
-
- getConfigObject() - Method in class com.hazelcast.config.ServiceConfig
-
- getConfigSource() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getConfigurationFile() - Method in class com.hazelcast.config.Config
-
- getConfigurationMembers(Config) - Static method in class com.hazelcast.cluster.TcpIpJoiner
-
- getConfigurationUrl() - Method in class com.hazelcast.config.Config
-
- getConnectedClients() - Method in interface com.hazelcast.core.ClientService
-
Returns all connected clients to this member.
- getConnection() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
-
- getConnection(ConnectionSpec) - Method in class com.hazelcast.jca.ConnectionFactoryImpl
-
- getConnection() - Method in interface com.hazelcast.jca.HazelcastConnectionFactory
-
- getConnection(ConnectionSpec) - Method in interface com.hazelcast.jca.HazelcastConnectionFactory
-
- getConnection(Subject, ConnectionRequestInfo) - Method in class com.hazelcast.jca.ManagedConnectionImpl
-
- getConnection() - Method in class com.hazelcast.spi.Operation
-
- getConnectionAttemptLimit() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getConnectionAttemptLimit() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getConnectionAttemptPeriod() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getConnectionAttemptPeriod() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getConnectionCount() - Method in class com.hazelcast.jmx.ConnectionManagerMBean
-
- getConnectionListener() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getConnectionManager() - Method in class com.hazelcast.client.HazelcastClient
-
- getConnectionManager() - Method in class com.hazelcast.jmx.ConnectionManagerMBean
-
- getConnectionManagerMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getConnectionTimeout() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getConnectionTimeout() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getConnectionTimeoutSeconds() - Method in class com.hazelcast.config.AwsConfig
-
Gets the connection timeout in seconds.
- getConnectionTimeoutSeconds() - Method in class com.hazelcast.config.TcpIpConfig
-
Returns the connection timeout.
- getConnectionTracingEvents() - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
-
Getter for the RAR property 'connectionTracingEvents'
- getConnTimeoutSeconds() - Method in class com.hazelcast.cluster.TcpIpJoiner
-
- getConnTimeoutSeconds() - Method in class com.hazelcast.cluster.TcpIpJoinerOverAWS
-
- getContext() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getCost() - Method in interface com.hazelcast.core.EntryView
-
Returns the cost (in bytes) of the entry.
- getCount() - Method in interface com.hazelcast.core.ICountDownLatch
-
Returns the current count.
- getCount() - Method in class com.hazelcast.jmx.CountDownLatchMBean
-
- getCountDownLatch(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getCountDownLatch(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getCountDownLatch(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates cluster-wide CountDownLatch.
- getCountDownLatch(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getCountDownLatch(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getCreationTime() - Method in interface com.hazelcast.core.EntryView
-
Returns the creation time of the entry.
- getCreationTime() - Method in interface com.hazelcast.monitor.LocalInstanceStats
-
- getCreationTime() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the creation time of this map on this member.
- getCreationTime() - Method in interface com.hazelcast.monitor.LocalTopicStats
-
Returns the creation time of this topic on this member
- getCreationTime() - Method in interface com.hazelcast.monitor.NearCacheStats
-
Returns the creation time of this NearCache on this member
- getCredentials() - Method in class com.hazelcast.client.config.ClientConfig
-
- getCredentials() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getCredentials() - Method in class com.hazelcast.cluster.JoinRequest
-
- getCredentialsClassname() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getCredentialsFactory() - Method in interface com.hazelcast.security.SecurityContext
-
- getCrudRepository() - Method in class com.hazelcast.spring.jpa.JPAMapStore
-
- getCurrentClientConnections() - Method in class com.hazelcast.jmx.ConnectionManagerMBean
-
- getCurrentValue() - Method in class com.hazelcast.jmx.AtomicLongMBean
-
- getCxRequestInfo() - Method in class com.hazelcast.jca.ManagedConnectionImpl
-
- getData() - Method in class com.hazelcast.nio.serialization.DataAdapter
-
- getDataSerializableFactories() - Method in class com.hazelcast.config.SerializationConfig
-
- getDataSerializableFactoryClasses() - Method in class com.hazelcast.config.SerializationConfig
-
- getDefault() - Static method in class com.hazelcast.transaction.TransactionOptions
-
Creates a new TransactionOptions configured with default settings.
- getDefaultAccessType() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
-
- getDefaultCacheTimeoutInMillis() - Static method in class com.hazelcast.hibernate.CacheEnvironment
-
- getDefaultScheduledExecutor() - Method in interface com.hazelcast.spi.ExecutionService
-
- getDetails() - Method in class com.hazelcast.client.GenericError
-
- 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).
- getDistributedObject(String, Object) - Method in class com.hazelcast.client.HazelcastClient
-
Deprecated.
- getDistributedObject(String, String) - Method in class com.hazelcast.client.HazelcastClient
-
- getDistributedObject(String, Object) - Method in class com.hazelcast.client.HazelcastClientProxy
-
Deprecated.
- getDistributedObject(String, String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getDistributedObject() - Method in class com.hazelcast.core.DistributedObjectEvent
-
Returns DistributedObject instance
- getDistributedObject(String, Object) - Method in interface com.hazelcast.core.HazelcastInstance
-
- getDistributedObject(String, String) - Method in interface com.hazelcast.core.HazelcastInstance
-
- getDistributedObject(String, String) - Method in interface com.hazelcast.spi.ProxyService
-
- getDistributedObjects() - Method in class com.hazelcast.client.HazelcastClient
-
- getDistributedObjects() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getDistributedObjects() - Method in class com.hazelcast.client.spi.ProxyManager
-
- getDistributedObjects() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns all
DistributedObject
's such as; queue, map, set, list, topic, lock, multimap.
- getDistributedObjects(String) - Method in interface com.hazelcast.spi.ProxyService
-
- GetDistributedObjectsRequest - Class in com.hazelcast.client
-
- GetDistributedObjectsRequest() - Constructor for class com.hazelcast.client.GetDistributedObjectsRequest
-
- getDoubleAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getDoubleAttribute(String) - Method in interface com.hazelcast.core.Member
-
Returns the value of the specified key for this member or
null if value is undefined.
- getDurability() - Method in class com.hazelcast.transaction.TransactionOptions
-
Gets the transaction durability.
- getEmptyPollOperationCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns number of null returning poll operations.
- getEmptyQueueTtl() - Method in class com.hazelcast.config.QueueConfig
-
- getEndpoint() - Method in class com.hazelcast.client.ClientRequest
-
- getEndpoint() - Method in class com.hazelcast.security.AbstractCredentials
-
- getEndpoint() - Method in interface com.hazelcast.security.Credentials
-
Returns IP address of endpoint.
- getEndpoints() - Method in class com.hazelcast.config.PermissionConfig
-
- getEndpoints() - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- getEntryListenerConfigs() - Method in class com.hazelcast.config.MapConfig
-
- getEntryListenerConfigs() - Method in class com.hazelcast.config.MapConfigReadOnly
-
- getEntryListenerConfigs() - Method in class com.hazelcast.config.MultiMapConfig
-
- getEntryListenerConfigs() - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- getEntryObject() - Method in class com.hazelcast.query.PredicateBuilder
-
- getEntryView(K) - Method in interface com.hazelcast.core.IMap
-
Returns the EntryView for the specified key.
- getEventOperationCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of Events Received
- getEventOperationCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns number of event operations
- getEventQueueCapacity() - Method in class com.hazelcast.jmx.EventServiceMBean
-
- getEventQueueCapacity() - Method in interface com.hazelcast.spi.EventService
-
- getEventQueueSize() - Method in class com.hazelcast.jmx.EventServiceMBean
-
- getEventQueueSize() - Method in interface com.hazelcast.spi.EventService
-
- getEventService() - Method in interface com.hazelcast.client.ClientEngine
-
- getEventService() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getEventService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getEventServiceMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getEventThreadCount() - Method in class com.hazelcast.jmx.EventServiceMBean
-
- getEventThreadCount() - Method in interface com.hazelcast.spi.EventService
-
- getEventType() - Method in class com.hazelcast.core.DistributedObjectEvent
-
- getEventType() - Method in class com.hazelcast.core.EntryEvent
-
Return the event type
- getEventType() - Method in class com.hazelcast.core.ItemEvent
-
Returns the event type.
- getEventType() - Method in class com.hazelcast.core.MembershipEvent
-
Returns the membership event type;
#MEMBER_ADDED
#MEMBER_REMOVED
#MEMBER_ATTRIBUTE_CHANGED
- getEvictionPercentage() - Method in class com.hazelcast.config.MapConfig
-
- getEvictionPolicy() - Method in class com.hazelcast.config.MapConfig
-
- getEvictionPolicy() - Method in class com.hazelcast.config.NearCacheConfig
-
- getExecutedCount() - Method in class com.hazelcast.jmx.ManagedExecutorServiceMBean
-
- getExecutedOperationCount() - Method in class com.hazelcast.jmx.OperationServiceMBean
-
- getExecutedOperationCount() - Method in interface com.hazelcast.spi.OperationService
-
- getExecutionService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getExecutionService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getExecutor(String) - Method in interface com.hazelcast.spi.ExecutionService
-
- getExecutorConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the ExecutorConfig for the given name
- getExecutorConfigs() - Method in class com.hazelcast.config.Config
-
- getExecutorName() - Method in class com.hazelcast.spi.InvocationBuilder
-
Gets the name of the Executor to use.
- getExecutorName() - Method in class com.hazelcast.spi.Operation
-
- getExecutorPoolSize() - Method in class com.hazelcast.client.config.ClientConfig
-
- getExecutorService(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getExecutorService(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getExecutorService(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the distributed executor service for the given
name.
- getExecutorService(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getExecutorService(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getExpirationTime() - Method in interface com.hazelcast.core.EntryView
-
Returns the expiration time of the entry.
- getFactoryClassName() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the name of the MapStoreFactory implementation class
- getFactoryClassName() - Method in class com.hazelcast.config.QueueStoreConfig
-
- getFactoryClassName() - Method in class com.hazelcast.config.SSLConfig
-
Returns the name of the SSLContextFactory
implementation class
- getFactoryId() - Method in class com.hazelcast.client.AuthenticationRequest
-
- getFactoryId() - Method in class com.hazelcast.client.ClientCreateRequest
-
- getFactoryId() - Method in class com.hazelcast.client.ClientDataSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.client.ClientDestroyRequest
-
- getFactoryId() - Method in class com.hazelcast.client.ClientPortableHook
-
- getFactoryId() - Method in class com.hazelcast.client.ClientPrincipal
-
- getFactoryId() - Method in class com.hazelcast.client.ClientResponse
-
- getFactoryId() - Method in class com.hazelcast.client.DistributedObjectInfo
-
- getFactoryId() - Method in class com.hazelcast.client.DistributedObjectListenerRequest
-
- getFactoryId() - Method in class com.hazelcast.client.GenericError
-
- getFactoryId() - Method in class com.hazelcast.client.GetDistributedObjectsRequest
-
- getFactoryId() - Method in class com.hazelcast.client.RemoveDistributedObjectListenerRequest
-
- getFactoryId() - Method in class com.hazelcast.cluster.ClusterDataSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.cluster.ConfigCheck
-
- getFactoryId() - Method in class com.hazelcast.cluster.HeartbeatOperation
-
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- getFactoryId() - Method in class com.hazelcast.nio.serialization.Data
-
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.DataSerializerHook
-
- getFactoryId(String, int) - Static method in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
-
Returns DataSerializableFactory factory id for this class.
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.Portable
-
Returns PortableFactory id for this portable class
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.PortableHook
-
- getFactoryId() - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- getFactoryId() - Method in class com.hazelcast.web.SessionAttributePredicate
-
- getFactoryId() - Method in class com.hazelcast.web.WebDataSerializerHook
-
- getFactoryImplementation() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the map store factory implementation object
- getFactoryImplementation() - Method in class com.hazelcast.config.QueueStoreConfig
-
- getFactoryImplementation() - Method in class com.hazelcast.config.SSLConfig
-
Returns the SSLContextFactory
implementation object
- getFieldClassId(String) - Method in class com.hazelcast.nio.serialization.BinaryClassDefinitionProxy
-
- getFieldClassId(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- getFieldClassId(String) - Method in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- getFieldClassId(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getFieldCount() - Method in class com.hazelcast.nio.serialization.BinaryClassDefinitionProxy
-
- getFieldCount() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- getFieldNames() - Method in class com.hazelcast.nio.serialization.BinaryClassDefinitionProxy
-
- getFieldNames() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- getFieldNames() - Method in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- getFieldNames() - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getFieldType(String) - Method in class com.hazelcast.nio.serialization.BinaryClassDefinitionProxy
-
- getFieldType(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- getFieldType(String) - Method in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- getFieldType(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getFieldVersion(String) - Method in class com.hazelcast.nio.serialization.BinaryClassDefinitionProxy
-
- getFieldVersion(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- getFieldVersion(String) - Method in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- getFilter() - Method in interface com.hazelcast.spi.EventRegistration
-
- getFlags() - Method in class com.hazelcast.query.Predicates.ILikePredicate
-
- getFlags() - Method in class com.hazelcast.query.Predicates.LikePredicate
-
- getFloatAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getFloatAttribute(String) - Method in interface com.hazelcast.core.Member
-
Returns the value of the specified key for this member or
null if value is undefined.
- getForUpdate(Object) - Method in interface com.hazelcast.core.TransactionalMap
-
Locks the key and then gets and returns the value to which the specified key is mapped.
- getGenericOperationThreadCount() - Method in interface com.hazelcast.spi.OperationService
-
- getGetOperationCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of get operations
- getGlobalSerializerConfig() - Method in class com.hazelcast.config.SerializationConfig
-
- getGroupConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getGroupConfig() - Method in class com.hazelcast.config.Config
-
- getGroupName() - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- getGroupName() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getGroupPassword() - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- getGroupProperties() - Method in interface com.hazelcast.spi.NodeEngine
-
- getGroupType() - Method in class com.hazelcast.config.PartitionGroupConfig
-
Returns the MemberGroupType configured.
- getHazelcastInstance() - Method in class com.hazelcast.client.spi.ClientContext
-
- getHazelcastInstance() - Method in class com.hazelcast.client.spi.ProxyManager
-
- 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.jmx.InstanceMBean
-
- getHazelcastInstance() - Method in interface com.hazelcast.spi.NodeEngine
-
- getHazelcastInstanceByName(String) - Static method in class com.hazelcast.core.Hazelcast
-
Returns an existing HazelcastInstance with instanceName.
- getHeapCost() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Cost of map & near cache & backup in bytes
todo in object mode object size is zero.
- getHeapCost() - Method in class com.hazelcast.nio.serialization.Data
-
- getHits() - Method in interface com.hazelcast.core.EntryView
-
Returns number of hits of the entry.
- getHits() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of hits (reads) of the locally owned entries.
- getHits() - Method in interface com.hazelcast.monitor.NearCacheStats
-
Returns the number of hits (reads) of the locally owned entries.
- getHostHeader() - Method in class com.hazelcast.config.AwsConfig
-
Gets the host header; the address the EC2 API can be found.
- getId() - Method in class com.hazelcast.client.ClientResponse
-
- getId() - Method in class com.hazelcast.client.spi.ClientProxy
-
Deprecated.
- getId() - Method in class com.hazelcast.cluster.ConfigCheck
-
- getId() - Method in class com.hazelcast.cluster.HeartbeatOperation
-
- getId() - Method in enum com.hazelcast.cluster.MemberAttributeOperationType
-
- getId() - Method in interface com.hazelcast.core.DistributedObject
-
- getId() - Method in class com.hazelcast.nio.serialization.Data
-
- getId() - Method in enum com.hazelcast.nio.serialization.FieldType
-
- getId() - Method in interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
-
Returns type identifier for this class.
- getId() - Method in class com.hazelcast.spi.AbstractDistributedObject
-
Deprecated.
- getId() - Method in interface com.hazelcast.spi.EventRegistration
-
- getId() - Method in class com.hazelcast.web.SessionAttributePredicate
-
- getIdGenerator(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getIdGenerator(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getIdGenerator(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates cluster-wide unique IDs.
- getImplementation() - Method in class com.hazelcast.config.CredentialsFactoryConfig
-
- getImplementation() - Method in class com.hazelcast.config.EntryListenerConfig
-
- getImplementation() - Method in class com.hazelcast.config.GlobalSerializerConfig
-
- getImplementation() - Method in class com.hazelcast.config.ItemListenerConfig
-
- getImplementation() - Method in class com.hazelcast.config.ListenerConfig
-
Returns the EventListener implementation.
- getImplementation() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the map store implementation object
- getImplementation() - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- getImplementation() - Method in class com.hazelcast.config.SerializerConfig
-
- getImplementation() - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Returns the SocketInterceptor
implementation object
- getIndex() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getIndex(QueryContext) - Method in class com.hazelcast.query.Predicates.AbstractPredicate
-
- getInetSocketAddress() - Method in interface com.hazelcast.core.Member
-
- getInitialLoadMode() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns initial load mode
- getInitialPermits() - Method in class com.hazelcast.config.SemaphoreConfig
-
Gets the initial number of permits
- getInMemoryFormat() - Method in class com.hazelcast.config.MapConfig
-
- getInMemoryFormat() - Method in class com.hazelcast.config.NearCacheConfig
-
- getInMemoryFormat() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getInstance(Properties) - Method in class com.hazelcast.web.WebFilter
-
- getInstanceMBean() - Method in class com.hazelcast.jmx.ManagementService
-
- getInstanceName() - Method in class com.hazelcast.config.Config
-
- getInstanceName(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
-
- getInstanceNames() - Method in class com.hazelcast.monitor.TimedMemberState
-
- getIntAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getIntAttribute(String) - Method in interface com.hazelcast.core.Member
-
Returns the value of the specified key for this member or
null if value is undefined.
- getInteger() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getIntegerValue(String, String, int) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
-
- getInterfaces() - Method in class com.hazelcast.config.InterfacesConfig
-
- getInterfaces() - Method in class com.hazelcast.config.MemberGroupConfig
-
Gets an unmodifiable collection containing all interfaces.
- getInterfaces() - Method in class com.hazelcast.config.NetworkConfig
-
- getInvocationService() - Method in class com.hazelcast.client.HazelcastClient
-
- getInvocationService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getInvocationTime() - Method in class com.hazelcast.spi.Operation
-
- getIoExecutorMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getItem() - Method in class com.hazelcast.core.ItemEvent
-
Returns the item related to event.
- getItemListenerConfigs() - Method in class com.hazelcast.config.CollectionConfig
-
- getItemListenerConfigs() - Method in class com.hazelcast.config.ListConfigReadOnly
-
- getItemListenerConfigs() - Method in class com.hazelcast.config.QueueConfig
-
- getItemListenerConfigs() - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- getItemListenerConfigs() - Method in class com.hazelcast.config.SetConfigReadOnly
-
- getIterationCount() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- getIterationType() - Method in class com.hazelcast.query.PagingPredicate
-
- getJobId() - Method in interface com.hazelcast.mapreduce.JobCompletableFuture
-
Returns the unique identifier for this mapreduce job.
- getJobId() - Method in interface com.hazelcast.mapreduce.TrackableJob
-
Returns the unique job id of the tracked job
- getJobProcessInformation() - Method in interface com.hazelcast.mapreduce.TrackableJob
-
Returns an instance of
JobProcessInformation
to find out the state and
statistics of a running task or null if the underlying job id is not available because job is already
finished or not yet submitted.
It even returns null if not requested on the job issuing cluster member or client since those values are
not distributed to all clusters for traffic reasons.
- getJobTracker(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getJobTracker(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getJobTracker(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the job tracker instance with the specified name.
- getJobTracker() - Method in interface com.hazelcast.mapreduce.TrackableJob
-
- getJobTrackerConfig(String) - Method in class com.hazelcast.config.Config
-
- getJobTrackerConfigs() - Method in class com.hazelcast.config.Config
-
- getJoin() - Method in class com.hazelcast.config.NetworkConfig
-
- getKey() - Method in class com.hazelcast.client.KeyBasedClientRequest
-
- getKey() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- getKey() - Method in class com.hazelcast.core.EntryEvent
-
Returns the key of the entry event
- getKey() - Method in interface com.hazelcast.core.EntryView
-
Returns the key of the entry.
- getKey() - Method in interface com.hazelcast.core.ILock
-
- getKey() - Method in class com.hazelcast.core.MemberAttributeEvent
-
- getKey() - Method in class com.hazelcast.core.PartitionAwareKey
-
- getLastAccessTime() - Method in interface com.hazelcast.core.EntryView
-
Returns the last access time to the entry.
- getLastAccessTime() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the last access (read) time of the locally owned entries.
- getLastStoredTime() - Method in interface com.hazelcast.core.EntryView
-
Returns the last time value is flushed to mapstore.
- getLastUpdateTime() - Method in interface com.hazelcast.core.EntryView
-
Returns the last time value is updated.
- getLastUpdateTime() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the last update time of the locally owned entries.
- getLicenseKey() - Method in class com.hazelcast.config.Config
-
- getLifecycleService() - Method in class com.hazelcast.client.HazelcastClient
-
- getLifecycleService() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getLifecycleService() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the lifecycle service for this instance.
- getLingerSeconds() - Method in class com.hazelcast.client.config.SocketOptions
-
- getList(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getList(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getList(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the distributed list instance with the specified name.
- getList(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getList(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getList(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional list instance with the specified name.
- getListConfig(String) - Method in class com.hazelcast.config.Config
-
- getListConfigs() - Method in class com.hazelcast.config.Config
-
- getListenerConfigs() - Method in class com.hazelcast.client.config.ClientConfig
-
- getListenerConfigs() - Method in class com.hazelcast.config.Config
-
- getListenerConfigs() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getLoadBalancer() - Method in class com.hazelcast.client.config.ClientConfig
-
- getLocalAvgAge() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalBackupCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalBackupCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalBackupEntryCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalBackupEntryCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalBackupEntryMemoryCost() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalBackupEntryMemoryCost() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalBackupItemCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalCancelledTaskCount() - Method in class com.hazelcast.jmx.ExecutorServiceMBean
-
- getLocalCompletedTaskCount() - Method in class com.hazelcast.jmx.ExecutorServiceMBean
-
- getLocalCreationTime() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalCreationTime() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalCreationTime() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalCreationTime() - Method in class com.hazelcast.jmx.TopicMBean
-
- getLocalDirtyEntryCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalDirtyEntryCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalEmptyPollOperationCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalEndpoint() - Method in class com.hazelcast.client.HazelcastClient
-
- getLocalEndpoint() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getLocalEndpoint() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the local Endpoint which this HazelcastInstance is belongs to.
- getLocalEventOperationCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalEventOperationCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalEventOperationCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalEventOperationCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalExecutorStats() - Method in interface com.hazelcast.core.IExecutorService
-
Returns local statistics related to this executor service.
- getLocalExecutorStats(String) - Method in interface com.hazelcast.monitor.MemberState
-
- getLocalGetOperationCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalGetOperationCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalGetOperationCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalHits() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalHits() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalHits() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalLastAccessTime() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalLastAccessTime() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalLastAccessTime() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalLastUpdateTime() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalLastUpdateTime() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalLastUpdateTime() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalLockedEntryCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalLockedEntryCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalMapStats() - Method in interface com.hazelcast.core.IMap
-
Returns LocalMapStats for this map.
- getLocalMapStats(String) - Method in interface com.hazelcast.monitor.MemberState
-
- getLocalMaxAge() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalMaxGetLatency() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalMaxGetLatency() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalMaxGetLatency() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalMaxPutLatency() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalMaxPutLatency() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalMaxPutLatency() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalMember() - Method in interface com.hazelcast.client.ClientEngine
-
- getLocalMember() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getLocalMember() - Method in class com.hazelcast.cluster.ClusterProxy
-
- getLocalMember() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getLocalMember() - Method in interface com.hazelcast.core.Cluster
-
Returns this Hazelcast instance member
- getLocalMember() - Method in interface com.hazelcast.spi.NodeEngine
-
- getLocalMinAge() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalMultiMapStats() - Method in interface com.hazelcast.core.MultiMap
-
Returns LocalMultiMapStats for this map.
- getLocalMultiMapStats(String) - Method in interface com.hazelcast.monitor.MemberState
-
- getLocalOfferOperationCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalOtherOperationCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalOtherOperationCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalOtherOperationCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalOtherOperationsCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalOwnedEntryCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalOwnedEntryCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalOwnedEntryCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalOwnedEntryMemoryCost() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalOwnedEntryMemoryCost() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalOwnedItemCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalPendingTaskCount() - Method in class com.hazelcast.jmx.ExecutorServiceMBean
-
- getLocalPollOperationCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalPublishOperationCount() - Method in class com.hazelcast.jmx.TopicMBean
-
- getLocalPutOperationCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalPutOperationCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalPutOperationCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalQueueStats() - Method in interface com.hazelcast.core.IQueue
-
Returns LocalQueueStats for this queue.
- getLocalQueueStats(String) - Method in interface com.hazelcast.monitor.MemberState
-
- getLocalReceiveOperationCount() - Method in class com.hazelcast.jmx.TopicMBean
-
- getLocalRejectedOfferOperationCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getLocalRemoveOperationCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalRemoveOperationCount() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalRemoveOperationCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalReplicationEventCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalStartedTaskCount() - Method in class com.hazelcast.jmx.ExecutorServiceMBean
-
- getLocalTopicStats() - Method in interface com.hazelcast.core.ITopic
-
Returns statistics of this topic,like total number of publishes/receives
- getLocalTopicStats(String) - Method in interface com.hazelcast.monitor.MemberState
-
- getLocalTotalExecutionLatency() - Method in class com.hazelcast.jmx.ExecutorServiceMBean
-
- getLocalTotalGetLatency() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalTotalGetLatency() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalTotalGetLatency() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalTotalPutLatency() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalTotalPutLatency() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalTotalPutLatency() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalTotalRemoveLatency() - Method in class com.hazelcast.jmx.MapMBean
-
- getLocalTotalRemoveLatency() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getLocalTotalRemoveLatency() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getLocalTotalStartLatency() - Method in class com.hazelcast.jmx.ExecutorServiceMBean
-
- getLocalTransaction() - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getLocalTransaction() - Method in class com.hazelcast.jca.ManagedConnectionImpl
-
- getLock(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getLock(Object) - Method in class com.hazelcast.client.HazelcastClient
-
Deprecated.
- getLock(Object) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getLock(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getLock(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the distributed lock instance for the specified key object.
- getLock(Object) - Method in interface com.hazelcast.core.HazelcastInstance
-
- getLockCount() - Method in interface com.hazelcast.core.ILock
-
Returns re-entrant lock hold count, regardless of lock ownership.
- getLockedEntryCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of currently locked locally owned keys.
- getLockObject() - Method in class com.hazelcast.jmx.LockMBean
-
- getLockTimeoutInMillis(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
-
- getLogger(Class) - Method in interface com.hazelcast.client.ClientEngine
-
- getLogger(String) - Method in interface com.hazelcast.client.ClientEngine
-
- getLogger(Class) - Method in class com.hazelcast.client.ClientEngineImpl
-
- getLogger(String) - Method in class com.hazelcast.client.ClientEngineImpl
-
- getLogger(String) - Method in interface com.hazelcast.spi.NodeEngine
-
- getLogger(Class) - Method in interface com.hazelcast.spi.NodeEngine
-
- getLogger() - Method in class com.hazelcast.spi.Operation
-
- getLoggingService() - Method in class com.hazelcast.client.HazelcastClient
-
- getLoggingService() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getLoggingService() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the logging service of this Hazelcast instance.
- getLogWriter() - Method in class com.hazelcast.jca.JcaBase
-
- getLong() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getLongAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getLongAttribute(String) - Method in interface com.hazelcast.core.Member
-
Returns the value of the specified key for this member or
null if value is undefined.
- getManagedContext() - Method in class com.hazelcast.client.config.ClientConfig
-
- getManagedContext() - Method in class com.hazelcast.config.Config
-
- getManagedContext() - Method in interface com.hazelcast.nio.serialization.PortableContext
-
- getManagedContext() - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- getManagedContext() - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- getManagementCenterConfig() - Method in class com.hazelcast.config.Config
-
- getMap(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getMap(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the distributed map instance with the specified name.
- getMap(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getMap(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getMap(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional distributed map instance with the specified name.
- getMapConfig(String) - Method in class com.hazelcast.config.Config
-
- getMapConfigs() - Method in class com.hazelcast.config.Config
-
- getMapIndexConfigs() - Method in class com.hazelcast.config.MapConfig
-
- getMapIndexConfigs() - Method in class com.hazelcast.config.MapConfigReadOnly
-
- getMapStoreConfig() - Method in class com.hazelcast.config.MapConfig
-
Returns the map store configuration
- getMapStoreConfig() - Method in class com.hazelcast.config.MapConfigReadOnly
-
- getMaster() - Method in class com.hazelcast.monitor.TimedMemberState
-
- getMasterAddress() - Method in interface com.hazelcast.client.ClientEngine
-
- getMasterAddress() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getMasterAddress() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
- getMasterAddress() - Method in interface com.hazelcast.cluster.ClusterService
-
- getMasterAddress() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getMasterAddress() - Method in class com.hazelcast.cluster.SetMasterOperation
-
- getMasterAddress() - Method in class com.hazelcast.jmx.NodeMBean
-
- getMasterAddress() - Method in interface com.hazelcast.spi.NodeEngine
-
- getMaxAge() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns the max age of the items in this member.
- getMaxGetLatency() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the maximum latency of get operations.
- getMaxIdleSeconds() - Method in class com.hazelcast.config.MapConfig
-
- getMaxIdleSeconds() - Method in class com.hazelcast.config.NearCacheConfig
-
- getMaxOperationTimeout(HazelcastInstance) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
-
- getMaxPutLatency() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the maximum latency of put operations.
- getMaxRemoveLatency() - Method in class com.hazelcast.jmx.MapMBean
-
- getMaxRemoveLatency() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getMaxRemoveLatency() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getMaxRemoveLatency() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the maximum latency of remove operations.
- getMaxSize() - Method in class com.hazelcast.config.CollectionConfig
-
- getMaxSize() - Method in class com.hazelcast.config.NearCacheConfig
-
- getMaxSize() - Method in class com.hazelcast.config.QueueConfig
-
- getMaxSizeConfig() - Method in class com.hazelcast.config.MapConfig
-
- getMaxSizeConfig() - Method in class com.hazelcast.config.MapConfigReadOnly
-
- getMaxSizePolicy() - Method in class com.hazelcast.config.MaxSizeConfig
-
- getMaxThreadSize() - Method in class com.hazelcast.config.JobTrackerConfig
-
- getMBeanInfo() - Method in class com.hazelcast.jmx.HazelcastMBean
-
- getMember(Address) - Method in interface com.hazelcast.client.spi.ClientClusterService
-
- getMember(String) - Method in interface com.hazelcast.client.spi.ClientClusterService
-
- getMember(Address) - Method in interface com.hazelcast.cluster.ClusterService
-
- getMember(String) - Method in interface com.hazelcast.cluster.ClusterService
-
- getMember(Address) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getMember(String) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- 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 class com.hazelcast.core.MemberAttributeEvent
-
- getMember() - Method in exception com.hazelcast.core.MemberLeftException
-
Returns the member which left the cluster
- getMember() - Method in class com.hazelcast.core.MembershipEvent
-
Returns the removed or added member.
- getMember() - Method in class com.hazelcast.spi.MembershipServiceEvent
-
Returns the removed or added member.
- getMemberAttributeConfig() - Method in class com.hazelcast.config.Config
-
- getMemberCount() - Method in class com.hazelcast.cluster.JoinMessage
-
- getMemberCount() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getMemberCredentialsConfig() - Method in class com.hazelcast.config.SecurityConfig
-
- getMemberGroupConfigs() - Method in class com.hazelcast.config.PartitionGroupConfig
-
- getMemberList() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
- getMemberList() - Method in interface com.hazelcast.cluster.ClusterService
-
- getMemberList() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getMemberList() - Method in class com.hazelcast.monitor.TimedMemberState
-
- getMemberLoginModuleConfigs() - Method in class com.hazelcast.config.SecurityConfig
-
- getMembers() - Method in class com.hazelcast.cluster.ClusterProxy
-
- getMembers() - Method in interface com.hazelcast.cluster.ClusterService
-
- getMembers() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getMembers() - Method in class com.hazelcast.cluster.TcpIpJoiner
-
- getMembers() - Method in class com.hazelcast.cluster.TcpIpJoinerOverAWS
-
- getMembers() - Method in class com.hazelcast.config.TcpIpConfig
-
Gets a list of all the well known members.
- getMembers() - Method in interface com.hazelcast.core.Cluster
-
Set of current members of the cluster.
- 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.jmx.InstanceMBean
-
- getMemberState() - Method in class com.hazelcast.monitor.TimedMemberState
-
- getMergePolicy() - Method in class com.hazelcast.config.MapConfig
-
- getMergePolicy() - Method in class com.hazelcast.config.WanReplicationRef
-
- getMessage() - Method in class com.hazelcast.client.GenericError
-
- getMessage() - Method in class com.hazelcast.cluster.JoinRequestOperation
-
- getMessage() - Method in exception com.hazelcast.core.MemberLeftException
-
- getMessageListenerConfigs() - Method in class com.hazelcast.config.TopicConfig
-
- getMessageListenerConfigs() - Method in class com.hazelcast.config.TopicConfigReadOnly
-
- getMessageObject() - Method in class com.hazelcast.core.Message
-
Returns published message
- getMetaData() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
-
- getMetaData() - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getMetaData() - Method in class com.hazelcast.jca.ManagedConnectionImpl
-
- getMigrationEndpoint() - Method in class com.hazelcast.spi.PartitionMigrationEvent
-
- getMinAge() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns the min age of the items in this member.
- getMisses() - Method in interface com.hazelcast.monitor.NearCacheStats
-
Returns the number of misses of the locally owned entries.
- getMongoTemplate() - Method in class com.hazelcast.spring.mongodb.MongoMapStore
-
- getMulticastConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getMulticastGroup() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the multicast group.
- getMulticastPort() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the multicast port.
- getMulticastTimeoutSeconds() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the multicast timeout in seconds.
- getMulticastTimeToLive() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the time to live of the multicast package.
- getMultiMap(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getMultiMap(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getMultiMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the distributed multimap instance with the specified name.
- getMultiMap(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getMultiMap(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getMultiMap(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional multimap instance with the specified name.
- getMultiMapConfig(String) - Method in class com.hazelcast.config.Config
-
- getMultiMapConfigs() - Method in class com.hazelcast.config.Config
-
- getMXBeans() - Method in interface com.hazelcast.monitor.MemberState
-
- getName() - Method in class com.hazelcast.client.BaseClientRemoveListenerRequest
-
- getName() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getName() - Method in class com.hazelcast.client.DistributedObjectInfo
-
- getName() - Method in class com.hazelcast.client.GenericError
-
- getName() - Method in class com.hazelcast.client.HazelcastClient
-
- getName() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getName() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getName() - Method in class com.hazelcast.config.CollectionConfig
-
- getName() - Method in class com.hazelcast.config.ExecutorConfig
-
- getName() - Method in class com.hazelcast.config.GroupConfig
-
Gets the name of the group.
- getName() - Method in class com.hazelcast.config.JobTrackerConfig
-
- getName() - Method in class com.hazelcast.config.MapConfig
-
- getName() - Method in class com.hazelcast.config.MultiMapConfig
-
- getName() - Method in class com.hazelcast.config.NearCacheConfig
-
- getName() - Method in class com.hazelcast.config.PermissionConfig
-
- getName() - Method in class com.hazelcast.config.QueueConfig
-
- getName() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getName() - Method in class com.hazelcast.config.SemaphoreConfig
-
Gets the name of the semaphore.
- getName() - Method in class com.hazelcast.config.ServiceConfig
-
- getName() - Method in class com.hazelcast.config.TopicConfig
-
Gets the name of the topic, null if nothing is set.
- getName() - Method in class com.hazelcast.config.WanReplicationConfig
-
- getName() - Method in class com.hazelcast.config.WanReplicationRef
-
- getName() - Method in interface com.hazelcast.core.DistributedObject
-
Returns the unique name for this DistributedObject.
- 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.IAtomicLong
-
Returns the name of this IAtomicLong instance.
- getName() - Method in interface com.hazelcast.core.ICollection
-
Returns the name of this collection
- getName() - Method in interface com.hazelcast.core.ISemaphore
-
Returns the name of this ISemaphore instance.
- getName() - Method in interface com.hazelcast.core.ITopic
-
Returns the name of this ITopic instance
- getName() - Method in interface com.hazelcast.core.MultiMap
-
Returns the name of this multimap.
- getName() - Method in class com.hazelcast.jmx.AtomicLongMBean
-
- getName() - Method in class com.hazelcast.jmx.AtomicReferenceMBean
-
- getName() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getName() - Method in class com.hazelcast.jmx.ListMBean
-
- getName() - Method in class com.hazelcast.jmx.LockMBean
-
- getName() - Method in class com.hazelcast.jmx.ManagedExecutorServiceMBean
-
- getName() - Method in class com.hazelcast.jmx.MapMBean
-
- getName() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getName() - Method in class com.hazelcast.jmx.NodeMBean
-
- getName() - Method in class com.hazelcast.jmx.QueueMBean
-
- getName() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getName() - Method in class com.hazelcast.jmx.SemaphoreMBean
-
- getName() - Method in class com.hazelcast.jmx.SetMBean
-
- getName() - Method in class com.hazelcast.jmx.TopicMBean
-
- getName() - Method in interface com.hazelcast.mapreduce.TrackableJob
-
- getName() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getName() - Method in class com.hazelcast.spi.ServiceInfo
-
- getName() - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- getNameAsPartitionAwareData() - Method in class com.hazelcast.spi.AbstractDistributedObject
-
- getNativeCache() - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- getNearCacheConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
-
- getNearCacheConfig() - Method in class com.hazelcast.config.MapConfig
-
- getNearCacheConfig() - Method in class com.hazelcast.config.MapConfigReadOnly
-
- getNearCacheConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
-
- getNearCacheStats() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns statistics related to the Near Cache.
- getNetworkConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getNetworkConfig() - Method in class com.hazelcast.config.Config
-
- getNewOwner() - Method in class com.hazelcast.core.MigrationEvent
-
Returns the new owner of the migrating partition
- getNodeEngine() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getNodeEngine() - Method in class com.hazelcast.spi.AbstractDistributedObject
-
- getNodeEngine() - Method in class com.hazelcast.spi.Operation
-
- getNodeMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getNotifiedKey() - Method in interface com.hazelcast.spi.Notifier
-
- getObjectId() - Method in class com.hazelcast.core.DistributedObjectEvent
-
Returns identifier of related DistributedObject
- getObjectName() - Method in class com.hazelcast.spi.AbstractWaitNotifyKey
-
- getObjectName() - Method in class com.hazelcast.spi.DefaultObjectNamespace
-
- getObjectName() - Method in interface com.hazelcast.spi.ObjectNamespace
-
- getObjectName() - Method in interface com.hazelcast.spi.WaitNotifyKey
-
- getOfferOperationCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns the number of offer/put/add operations.
- getOffHeapStorage() - Method in interface com.hazelcast.spi.NodeEngine
-
- getOldOwner() - Method in class com.hazelcast.core.MigrationEvent
-
Returns the old owner of the migrating partition
- getOldValue() - Method in class com.hazelcast.core.EntryEvent
-
Returns the old value of the entry event
- getOp() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getOperationExecutorMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getOperationExecutorQueueSize() - Method in interface com.hazelcast.spi.OperationService
-
- getOperationService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getOperationServiceMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getOperationThreadCount() - Method in class com.hazelcast.jmx.OperationServiceMBean
-
- getOperationType() - Method in class com.hazelcast.core.MemberAttributeEvent
-
- getOrCreateHazelcastInstance(Config) - Static method in class com.hazelcast.core.Hazelcast
-
Gets or creates the HazelcastInstance with a certain name.
- getOtherOperationCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the total number of Other Operations
- getOtherOperationsCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns number of other operations
- getOutboundPortDefinitions() - Method in class com.hazelcast.config.NetworkConfig
-
- getOutboundPorts() - Method in class com.hazelcast.config.NetworkConfig
-
- getOwnedEntryCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of entries owned by this member.
- getOwnedEntryCount() - Method in interface com.hazelcast.monitor.NearCacheStats
-
Returns the number of entries owned by this member.
- getOwnedEntryMemoryCost() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns memory cost (number of bytes) of owned entries in this member.
- getOwnedEntryMemoryCost() - Method in interface com.hazelcast.monitor.NearCacheStats
-
Returns memory cost (number of bytes) of entries in this cache.
- getOwnedItemCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns the number of owned items in this member.
- getOwner() - Method in interface com.hazelcast.core.Partition
-
Returns owner member of the partition.
- getOwner() - Method in interface com.hazelcast.mapreduce.JobPartitionState
-
Returns the owner of this partition
- getOwnerUuid() - Method in class com.hazelcast.client.ClientPrincipal
-
- getPacketVersion() - Method in class com.hazelcast.cluster.JoinMessage
-
- getPage() - Method in class com.hazelcast.query.PagingPredicate
-
- getPageSize() - Method in class com.hazelcast.query.PagingPredicate
-
- getPartition() - Method in class com.hazelcast.client.KeyBasedClientRequest
-
- getPartition() - Method in class com.hazelcast.client.PartitionClientRequest
-
- getPartition(int) - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartition(Object) - Method in interface com.hazelcast.core.PartitionService
-
Returns partition which given key belongs to.
- getPartitionCount() - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartitionCount() - Method in class com.hazelcast.jmx.PartitionServiceMBean
-
- getPartitionGroupConfig() - Method in class com.hazelcast.config.Config
-
- getPartitionHash() - Method in class com.hazelcast.nio.serialization.Data
-
- getPartitionId(Data) - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartitionId(Object) - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartitionId() - Method in class com.hazelcast.core.MigrationEvent
-
Returns the id of the partition which is (or being) migrated
- getPartitionId() - Method in interface com.hazelcast.core.Partition
-
Returns id of the partition.
- getPartitionId() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getPartitionId() - Method in class com.hazelcast.spi.Operation
-
- getPartitionId() - Method in interface com.hazelcast.spi.PartitionAwareOperation
-
- getPartitionId() - Method in class com.hazelcast.spi.PartitionMigrationEvent
-
- getPartitionId() - Method in class com.hazelcast.spi.PartitionReplicationEvent
-
- getPartitioningStrategy() - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- getPartitioningStrategyClass() - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- getPartitioningStrategyConfig() - Method in class com.hazelcast.config.MapConfig
-
- getPartitioningStrategyConfig() - Method in class com.hazelcast.config.MapConfigReadOnly
-
- getPartitionKey() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getPartitionKey() - Method in interface com.hazelcast.core.DistributedObject
-
Returns the key of partition this DistributedObject is assigned to.
- getPartitionKey() - Method in interface com.hazelcast.core.PartitionAware
-
The key that will be used by Hazelcast to specify the partition.
- getPartitionKey() - Method in class com.hazelcast.core.PartitionAwareKey
-
- getPartitionKey(K) - Method in interface com.hazelcast.core.PartitioningStrategy
-
Returns the key object that will be used by Hazelcast to specify the partition.
- getPartitionKey() - Method in class com.hazelcast.jmx.AtomicLongMBean
-
- getPartitionKey() - Method in class com.hazelcast.jmx.AtomicReferenceMBean
-
- getPartitionKey() - Method in class com.hazelcast.jmx.CountDownLatchMBean
-
- getPartitionKey() - Method in class com.hazelcast.jmx.LockMBean
-
- getPartitionKey() - Method in class com.hazelcast.jmx.QueueMBean
-
- getPartitionKey() - Method in class com.hazelcast.jmx.SemaphoreMBean
-
- getPartitionKey() - Method in class com.hazelcast.jmx.SetMBean
-
- getPartitionKey() - Method in class com.hazelcast.spi.AbstractDistributedObject
-
- getPartitionOperationThreadCount() - Method in interface com.hazelcast.spi.OperationService
-
- getPartitionOwner(int) - Method in interface com.hazelcast.client.spi.ClientPartitionService
-
- getPartitions() - Method in class com.hazelcast.client.MultiPartitionClientRequest
-
- getPartitions() - Method in interface com.hazelcast.core.PartitionService
-
Returns all partitions.
- getPartitions() - Method in interface com.hazelcast.monitor.MemberState
-
- getPartitionService() - Method in interface com.hazelcast.client.ClientEngine
-
- getPartitionService() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getPartitionService() - Method in class com.hazelcast.client.HazelcastClient
-
- getPartitionService() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getPartitionService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getPartitionService() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the partition service of this Hazelcast instance.
- getPartitionService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getPartitionServiceMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getPartitionStates() - Method in interface com.hazelcast.mapreduce.JobProcessInformation
-
- getPassword() - Method in class com.hazelcast.config.GroupConfig
-
Gets the password to connec to to the group.
- getPassword() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- getPassword() - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- getPendingTaskCount() - Method in interface com.hazelcast.monitor.LocalExecutorStats
-
Returns the number of pending operations of the executor service
- getPermissions(Subject, Class<? extends Permission>) - Method in interface com.hazelcast.security.IPermissionPolicy
-
Determines permissions of subject.
- getPollOperationCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns the number of poll/take/remove operations.
- getPoolSize() - Method in class com.hazelcast.config.ExecutorConfig
-
- getPort() - Method in class com.hazelcast.config.NetworkConfig
-
Returns the port the Hazelcast member is going to try to bind on.
- getPort() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getPortableContext() - Method in class com.hazelcast.nio.serialization.ObjectDataInputStream
-
- getPortableContext() - Method in class com.hazelcast.nio.serialization.ObjectDataOutputStream
-
- getPortableContext() - Method in interface com.hazelcast.nio.serialization.SerializationService
-
- getPortableContext() - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- getPortableFactories() - Method in class com.hazelcast.config.SerializationConfig
-
- getPortableFactoryClasses() - Method in class com.hazelcast.config.SerializationConfig
-
- getPortableVersion() - Method in class com.hazelcast.config.SerializationConfig
-
- getPortCount() - Method in class com.hazelcast.config.NetworkConfig
-
Returns the maximum number of ports allowed to try to bind on.
- getPosition(String) - Method in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- getPosition(FieldDefinition) - Method in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- getPostJoinOperation() - Method in interface com.hazelcast.spi.PostJoinAwareService
-
Post join operations must be lock free; means no locks at all;
no partition locks, no key-based locks, no service level locks!
Post join operations should return response, at least a null response.
- getPredicate() - Method in class com.hazelcast.query.PagingPredicate
-
- getPrincipal() - Method in class com.hazelcast.client.ClientEndpoint
-
- 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.
- getPriorityOperationExecutorQueueSize() - Method in interface com.hazelcast.spi.OperationService
-
- getProcessedRecords() - Method in interface com.hazelcast.mapreduce.JobProcessInformation
-
Returns the number of processed records.
The number of processed records is not a real time value but updated
on regular base (after 1000 processed elements per node).
- getProperties() - Method in class com.hazelcast.client.config.ClientConfig
-
- 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.QueueStoreConfig
-
- getProperties() - Method in class com.hazelcast.config.ServiceConfig
-
- getProperties() - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Gets all properties.
- getProperties() - Method in class com.hazelcast.config.SSLConfig
-
Gets all properties.
- getProperties() - Method in class com.hazelcast.config.XmlConfigBuilder
-
Gets the current used properties.
- getProperty(String) - Method in class com.hazelcast.client.config.ClientConfig
-
- 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.QueueStoreConfig
-
- getProperty(String) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Gets a property.
- getProperty(String) - Method in class com.hazelcast.config.SSLConfig
-
Gets a property.
- getProxy(String, String) - Method in class com.hazelcast.client.spi.ProxyManager
-
- getProxyCount() - Method in class com.hazelcast.jmx.ProxyServiceMBean
-
- getProxyCount() - Method in interface com.hazelcast.spi.ProxyService
-
- getProxyFactoryConfigs() - Method in class com.hazelcast.client.config.ClientConfig
-
- getProxyService() - Method in interface com.hazelcast.client.ClientEngine
-
- getProxyService() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getProxyService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getProxyServiceMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getPublicAddress() - Method in class com.hazelcast.config.NetworkConfig
-
- getPublishingMember() - Method in class com.hazelcast.core.Message
-
Returns the member that published the message
- getPublishOperationCount() - Method in interface com.hazelcast.monitor.LocalTopicStats
-
Returns the total number of published messages of this topic on this member
- getPublishTime() - Method in class com.hazelcast.core.Message
-
Return the time when the message is published
- getPutOperationCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of put operations
- getQueryExecutorMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getQueue(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getQueue(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getQueue(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the distributed queue instance with the specified name.
- getQueue(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getQueue(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getQueue(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional queue instance with the specified name.
- getQueueCapacity() - Method in class com.hazelcast.config.ExecutorConfig
-
- getQueueConfig(String) - Method in class com.hazelcast.config.Config
-
- getQueueConfigs() - Method in class com.hazelcast.config.Config
-
- getQueueSize() - Method in class com.hazelcast.config.JobTrackerConfig
-
- getQueueStoreConfig() - Method in class com.hazelcast.config.QueueConfig
-
- getQueueStoreConfig() - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- getRatio() - Method in interface com.hazelcast.monitor.NearCacheStats
-
Returns the hit/miss ratio of the locally owned entries.
- getRawDataInput() - Method in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- getRawDataInput() - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getRawDataOutput() - Method in class com.hazelcast.nio.serialization.DefaultPortableWriter
-
- getRawDataOutput() - Method in interface com.hazelcast.nio.serialization.PortableWriter
-
- getReceiveOperationCount() - Method in interface com.hazelcast.monitor.LocalTopicStats
-
Returns the total number of received messages of this topic on this member
- getRecordFactory() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
-
- getReference() - Method in class com.hazelcast.jca.ConnectionFactoryImpl
-
- getRegion() - Method in class com.hazelcast.config.AwsConfig
-
Gets the region where the EC2 instances running the Hazelcast members will be running.
- getRegistrationId() - Method in class com.hazelcast.client.BaseClientRemoveListenerRequest
-
- getRegistrations(String, String) - Method in interface com.hazelcast.spi.EventService
-
- getRegistrationsAsArray(String, String) - Method in interface com.hazelcast.spi.EventService
-
- getRejectedOfferOperationCount() - Method in interface com.hazelcast.monitor.LocalQueueStats
-
Returns the number of rejected offers.
- getRemainingLeaseTime() - Method in interface com.hazelcast.core.ILock
-
Returns remaining lease time in milliseconds.
- getRemoteOperationsCount() - Method in class com.hazelcast.jmx.OperationServiceMBean
-
- getRemoteOperationsCount() - Method in interface com.hazelcast.spi.OperationService
-
- getRemoveOperationCount() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the number of Remove operations
- getReplicaIndex() - Method in class com.hazelcast.client.PartitionClientRequest
-
- getReplicaIndex() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getReplicaIndex() - Method in class com.hazelcast.spi.Operation
-
- getReplicaIndex() - Method in class com.hazelcast.spi.PartitionReplicationEvent
-
- getReplicatedMap(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getReplicatedMap(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getReplicatedMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the replicated map instance with the specified name.
- getReplicatedMapConfig(String) - Method in class com.hazelcast.config.Config
-
- getReplicatedMapConfigs() - Method in class com.hazelcast.config.Config
-
- getReplicationDelayMillis() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getReplicationEventCount() - Method in interface com.hazelcast.monitor.LocalReplicatedMapStats
-
- getReplicationImpl() - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- getReplicationImplObject() - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- getReplicatorExecutorService() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getRequiredMember() - Method in class com.hazelcast.config.TcpIpConfig
-
Gets the required member.
- getRequiredPermission() - Method in class com.hazelcast.client.AuthenticationRequest
-
- getRequiredPermission() - Method in class com.hazelcast.client.ClientCreateRequest
-
- getRequiredPermission() - Method in class com.hazelcast.client.ClientDestroyRequest
-
- getRequiredPermission() - Method in class com.hazelcast.client.DistributedObjectListenerRequest
-
- getRequiredPermission() - Method in class com.hazelcast.client.GetDistributedObjectsRequest
-
- getRequiredPermission() - Method in class com.hazelcast.client.RemoveDistributedObjectListenerRequest
-
- getRequiredPermission() - Method in interface com.hazelcast.client.SecureRequest
-
- getResourceAdapter() - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
-
- getResponse() - Method in class com.hazelcast.client.ClientReAuthOperation
-
- getResponse() - Method in class com.hazelcast.client.ClientResponse
-
- getResponse() - Method in class com.hazelcast.cluster.AuthorizationOperation
-
- getResponse() - Method in class com.hazelcast.cluster.JoinCheckOperation
-
- getResponse() - Method in class com.hazelcast.cluster.PrepareMergeOperation
-
- getResponse() - Method in class com.hazelcast.cluster.TcpIpJoiner.MasterClaim
-
- getResponse() - Method in class com.hazelcast.spi.AbstractOperation
-
- getResponse() - Method in class com.hazelcast.spi.Operation
-
- getResponseHandler() - Method in class com.hazelcast.spi.Operation
-
- getResponseQueueSize() - Method in class com.hazelcast.jmx.OperationServiceMBean
-
- getResponseQueueSize() - Method in interface com.hazelcast.spi.OperationService
-
- getResultSetInfo() - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getRetryCount() - Method in class com.hazelcast.config.JobTrackerConfig
-
- getRunningOperationsCount() - Method in class com.hazelcast.jmx.OperationServiceMBean
-
- getRunningOperationsCount() - Method in interface com.hazelcast.spi.OperationService
-
- getRuntimeProps() - Method in interface com.hazelcast.monitor.MemberState
-
- getSafely() - Method in interface com.hazelcast.spi.InternalCompletableFuture
-
- getSalt() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- getScheduledExecutor(String) - Method in interface com.hazelcast.spi.ExecutionService
-
- getScheduledExecutorMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getSecretKey() - Method in class com.hazelcast.config.AwsConfig
-
Gets the secret key to access AWS.
- getSecurityConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getSecurityConfig() - Method in class com.hazelcast.config.Config
-
- getSecurityContext() - Method in interface com.hazelcast.client.ClientEngine
-
- getSecurityContext() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getSecurityGroupName() - Method in class com.hazelcast.config.AwsConfig
-
Gets the security group name.
- getSemaphore(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getSemaphore(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getSemaphore(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates cluster-wide semaphore.
- getSemaphore(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getSemaphore(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getSemaphoreConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the SemaphoreConfig for the given name
- getSemaphoreConfigs() - Method in class com.hazelcast.config.Config
-
Returns the collection of semaphore configs.
- getSerializationConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getSerializationConfig() - Method in class com.hazelcast.config.Config
-
- getSerializationService() - Method in interface com.hazelcast.client.ClientEngine
-
- getSerializationService() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getSerializationService() - Method in class com.hazelcast.client.HazelcastClient
-
- getSerializationService() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getSerializationService() - Method in class com.hazelcast.client.spi.ClientContext
-
- getSerializationService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getSerializationType() - Method in interface com.hazelcast.nio.serialization.SerializerHook
-
Returns the actual class type of the serialized object
- getSerializerConfigs() - Method in class com.hazelcast.config.SerializationConfig
-
- getService() - Method in class com.hazelcast.client.ClientRequest
-
- getService() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- getService() - Method in class com.hazelcast.spi.AbstractDistributedObject
-
- getService() - Method in class com.hazelcast.spi.Operation
-
- getService() - Method in class com.hazelcast.spi.ServiceInfo
-
- getServiceConfig(String) - Method in class com.hazelcast.config.ServicesConfig
-
- getServiceConfigs() - Method in class com.hazelcast.config.ServicesConfig
-
- getServiceImpl() - Method in class com.hazelcast.config.ServiceConfig
-
- getServiceName() - Method in class com.hazelcast.client.AuthenticationRequest
-
- getServiceName() - Method in class com.hazelcast.client.ClientCreateRequest
-
- getServiceName() - Method in class com.hazelcast.client.ClientDestroyRequest
-
- getServiceName() - Method in class com.hazelcast.client.ClientReAuthOperation
-
- getServiceName() - Method in class com.hazelcast.client.ClientRequest
-
- getServiceName() - Method in class com.hazelcast.client.DistributedObjectInfo
-
- getServiceName() - Method in class com.hazelcast.client.DistributedObjectListenerRequest
-
- getServiceName() - Method in class com.hazelcast.client.GetDistributedObjectsRequest
-
- getServiceName() - Method in class com.hazelcast.client.RemoveDistributedObjectListenerRequest
-
- getServiceName() - Method in class com.hazelcast.client.spi.ClientProxy
-
- getServiceName() - Method in interface com.hazelcast.core.DistributedObject
-
Returns the service name for this object.
- getServiceName() - Method in class com.hazelcast.core.DistributedObjectEvent
-
Returns service name of related DistributedObject
- getServiceName() - Method in class com.hazelcast.spi.AbstractDistributedObject
-
- getServiceName() - Method in class com.hazelcast.spi.AbstractWaitNotifyKey
-
- getServiceName() - Method in class com.hazelcast.spi.DefaultObjectNamespace
-
- getServiceName() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getServiceName() - Method in interface com.hazelcast.spi.ObjectNamespace
-
- getServiceName() - Method in class com.hazelcast.spi.Operation
-
- getServiceName() - Method in interface com.hazelcast.spi.WaitNotifyKey
-
- getServicesConfig() - Method in class com.hazelcast.config.Config
-
- getSet(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getSet(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getSet(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the distributed set instance with the specified name.
- getSet(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getSet(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getSet(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional set instance with the specified name.
- getSetConfig(String) - Method in class com.hazelcast.config.Config
-
- getSetConfigs() - Method in class com.hazelcast.config.Config
-
- getSharedService(String) - Method in interface com.hazelcast.spi.NodeEngine
-
- getShortAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getShortAttribute(String) - Method in interface com.hazelcast.core.Member
-
Returns the value of the specified key for this member or
null if value is undefined.
- getSize() - Method in interface com.hazelcast.client.spi.ClientClusterService
-
- getSize() - Method in interface com.hazelcast.cluster.ClusterService
-
- getSize() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getSize() - Method in class com.hazelcast.config.MaxSizeConfig
-
- getSize() - Method in class com.hazelcast.jmx.MapMBean
-
- getSize() - Method in class com.hazelcast.jmx.MultiMapMBean
-
- getSize() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getSizeInMemory() - Method in interface com.hazelcast.hibernate.RegionCache
-
- getSocketAddress() - Method in class com.hazelcast.client.ClientEndpoint
-
- getSocketAddress() - Method in class com.hazelcast.client.ClientImpl
-
- getSocketAddress() - Method in interface com.hazelcast.core.Client
-
Returns socket address of this client
- getSocketAddress() - Method in interface com.hazelcast.core.Endpoint
-
Returns socket address of this endpoint
- getSocketAddress() - Method in interface com.hazelcast.core.Member
-
Returns the socket address of this member.
- getSocketInterceptorConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getSocketInterceptorConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getSocketInterceptorConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getSocketOptions() - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- getSocketOptions() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getSource() - Method in class com.hazelcast.core.EntryEvent
-
- getSSLConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getSSLConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getStartedTaskCount() - Method in interface com.hazelcast.monitor.LocalExecutorStats
-
Returns the number of started operations of the executor service
- getStartTime() - Method in class com.hazelcast.cluster.AbstractJoiner
-
- getStartTime() - Method in interface com.hazelcast.cluster.Joiner
-
- getStartTime() - Method in class com.hazelcast.spi.Operation
-
- getState() - Method in class com.hazelcast.core.LifecycleEvent
-
- getState() - Method in interface com.hazelcast.mapreduce.JobPartitionState
-
Returns the current processing state of this partition
- getStatus() - Method in class com.hazelcast.core.MigrationEvent
-
Returns the status of the migration: Started, completed or failed
- getStoreImplementation() - Method in class com.hazelcast.config.QueueStoreConfig
-
- getString() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getStringAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getStringAttribute(String) - Method in interface com.hazelcast.core.Member
-
Returns the value of the specified key for this member or
null if value is undefined.
- getSubject() - Method in class com.hazelcast.client.ClientEndpoint
-
- getSubscriber() - Method in interface com.hazelcast.spi.EventRegistration
-
- getSymmetricEncryptionConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getSyncBackupCount() - Method in class com.hazelcast.config.MultiMapConfig
-
Deprecated.
- getSyncBackupCount() - Method in interface com.hazelcast.spi.BackupAwareOperation
-
The synchronous backup count.
- getSystemExecutorMBean() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getTagKey() - Method in class com.hazelcast.config.AwsConfig
-
Gets the tag key; if nothing is specified null is returned.
- getTagValue() - Method in class com.hazelcast.config.AwsConfig
-
Gets the tag value.
- getTarget() - Method in class com.hazelcast.client.TargetClientRequest
-
- getTarget() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getTargetAddress() - Method in class com.hazelcast.cluster.AbstractJoiner
-
- getTargetClusterConfigs() - Method in class com.hazelcast.config.WanReplicationConfig
-
- getTargets() - Method in class com.hazelcast.client.MultiTargetClientRequest
-
- getTcpIpConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getTextContent(Node) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
-
- getThisAddress() - Method in interface com.hazelcast.client.ClientEngine
-
- getThisAddress() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getThisAddress() - Method in interface com.hazelcast.cluster.ClusterService
-
- getThisAddress() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- getThisAddress() - Method in interface com.hazelcast.spi.NodeEngine
-
- getThreadGroup() - Method in class com.hazelcast.client.HazelcastClient
-
- getTime() - Method in class com.hazelcast.monitor.TimedMemberState
-
- getTimeout(HazelcastInstance, String) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
-
- getTimeoutMillis() - Method in class com.hazelcast.transaction.TransactionOptions
-
Gets the timeout in milliseconds.
- getTimeToLiveSeconds() - Method in class com.hazelcast.config.MapConfig
-
- getTimeToLiveSeconds() - Method in class com.hazelcast.config.NearCacheConfig
-
- getTopic(String) - Method in class com.hazelcast.client.HazelcastClient
-
- getTopic(String) - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getTopic(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the distributed topic instance with the specified name.
- getTopic(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getTopic(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getTopicConfig(String) - Method in class com.hazelcast.config.Config
-
- getTopicConfigs() - Method in class com.hazelcast.config.Config
-
- getTopologyChangedStrategy() - Method in class com.hazelcast.config.JobTrackerConfig
-
- getTotalAddedEntryCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getTotalAddedEntryCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getTotalAddedItemCount() - Method in class com.hazelcast.jmx.ListMBean
-
- getTotalAddedItemCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getTotalAddedItemCount() - Method in class com.hazelcast.jmx.SetMBean
-
- getTotalBackupCount() - Method in class com.hazelcast.config.CollectionConfig
-
- getTotalBackupCount() - Method in class com.hazelcast.config.MapConfig
-
- getTotalBackupCount() - Method in class com.hazelcast.config.MultiMapConfig
-
- getTotalBackupCount() - Method in class com.hazelcast.config.QueueConfig
-
- getTotalBackupCount() - Method in class com.hazelcast.config.SemaphoreConfig
-
Returns the total number of backups; the returned value will always equal or bigger than 0.
- getTotalEvictedEntryCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getTotalExecutionLatency() - Method in interface com.hazelcast.monitor.LocalExecutorStats
-
Returns the total execution time of operations finished
- getTotalGetLatency() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the total latency of get operations.
- getTotalMessageCount() - Method in class com.hazelcast.jmx.TopicMBean
-
- getTotalPutLatency() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the total latency of put operations.
- getTotalRemovedEntryCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getTotalRemovedEntryCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getTotalRemovedItemCount() - Method in class com.hazelcast.jmx.ListMBean
-
- getTotalRemovedItemCount() - Method in class com.hazelcast.jmx.QueueMBean
-
- getTotalRemovedItemCount() - Method in class com.hazelcast.jmx.SetMBean
-
- getTotalRemoveLatency() - Method in interface com.hazelcast.monitor.LocalMapStats
-
Returns the total latency of remove operations.
- getTotalStartLatency() - Method in interface com.hazelcast.monitor.LocalExecutorStats
-
Returns the total start latency of operations started
- getTotalUpdatedEntryCount() - Method in class com.hazelcast.jmx.MapMBean
-
- getTotalUpdatedEntryCount() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- getTraceIdentifier() - Method in interface com.hazelcast.spi.TraceableOperation
-
- getTrackableJob(String) - Method in interface com.hazelcast.mapreduce.JobTracker
-
Returns an implementation of
TrackableJob
if the job or null if the job id is not available
or is already finished.
- getTransactionalList(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getTransactionalList(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getTransactionalMap(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getTransactionalMap(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getTransactionalMultiMap(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getTransactionalMultiMap(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getTransactionalObject(String, String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
- getTransactionalQueue(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getTransactionalQueue(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getTransactionalSet(String) - Method in interface com.hazelcast.jca.HazelcastConnection
-
- getTransactionalSet(String) - Method in class com.hazelcast.jca.HazelcastConnectionImpl
-
- getTransactionContext(String) - Method in class com.hazelcast.client.ClientEndpoint
-
- getTransactionManagerService() - Method in interface com.hazelcast.client.ClientEngine
-
- getTransactionManagerService() - Method in class com.hazelcast.client.ClientEngineImpl
-
- getTransactionManagerService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getTransactionTimeout() - Method in class com.hazelcast.jca.XAResourceWrapper
-
- getTransactionType() - Method in class com.hazelcast.transaction.TransactionOptions
-
- getTrustedInterfaces() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the trusted interfaces.
- getTryCount() - Method in class com.hazelcast.cluster.JoinRequest
-
- getTryCount() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getTryPauseMillis() - Method in class com.hazelcast.spi.InvocationBuilder
-
- getTtl() - Method in interface com.hazelcast.core.EntryView
-
Returns last set time to live second.
- getTx() - Method in class com.hazelcast.jca.ManagedConnectionImpl
-
- getTxContext() - Method in class com.hazelcast.jca.HazelcastTransactionImpl
-
- getTxnId() - Method in interface com.hazelcast.transaction.TransactionContext
-
Gets the id that uniquely identifies the transaction.
- getType() - Method in class com.hazelcast.client.GenericError
-
- getType() - Method in interface com.hazelcast.cluster.Joiner
-
- getType() - Method in class com.hazelcast.cluster.MulticastJoiner
-
- getType() - Method in class com.hazelcast.cluster.TcpIpJoiner
-
- getType() - Method in class com.hazelcast.cluster.TcpIpJoinerOverAWS
-
- getType() - Method in class com.hazelcast.config.PermissionConfig
-
- getType() - Method in enum com.hazelcast.core.EntryEventType
-
- getType() - Method in enum com.hazelcast.core.ItemEventType
-
- getType() - Method in class com.hazelcast.nio.serialization.Data
-
- getType() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getTypeClass() - Method in class com.hazelcast.config.SerializerConfig
-
- getTypeClassName() - Method in class com.hazelcast.config.SerializerConfig
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.BooleanSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.ByteSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.CharArraySerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.CharSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.DoubleArraySerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.DoubleSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.FloatArraySerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.FloatSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.IntegerArraySerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.IntegerSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.LongArraySerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.LongSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.ShortArraySerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.ShortSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.StringSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.ConstantSerializers.TheByteArraySerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.DefaultSerializers.BigDecimalSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.DefaultSerializers.BigIntegerSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.DefaultSerializers.ClassSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.DefaultSerializers.DateSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.DefaultSerializers.EnumSerializer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.DefaultSerializers.Externalizer
-
- getTypeId() - Method in class com.hazelcast.nio.serialization.DefaultSerializers.ObjectSerializer
-
- getTypeId() - Method in interface com.hazelcast.nio.serialization.Serializer
-
- getUpdateInterval() - Method in class com.hazelcast.config.ManagementCenterConfig
-
- getUrl() - Method in class com.hazelcast.config.ManagementCenterConfig
-
- getUsage() - Method in class com.hazelcast.config.LoginModuleConfig
-
- getUserContext() - Method in class com.hazelcast.client.HazelcastClient
-
- getUserContext() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- getUserContext() - Method in class com.hazelcast.config.Config
-
- getUserContext() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns a ConcurrentMap that can be used to add user-context to the HazelcastInstance.
- getUsername() - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- getUuid() - Method in class com.hazelcast.client.ClientEndpoint
-
- getUuid() - Method in class com.hazelcast.client.ClientImpl
-
- getUuid() - Method in class com.hazelcast.client.ClientPrincipal
-
- getUuid() - Method in class com.hazelcast.cluster.JoinMessage
-
- getUuid() - Method in interface com.hazelcast.core.Client
-
Returns unique uuid for this client
- getUuid() - Method in interface com.hazelcast.core.Endpoint
-
Returns unique uuid for this endpoint
- getUuid() - Method in interface com.hazelcast.core.Member
-
Returns UUID of this member.
- getValue() - Method in class com.hazelcast.client.config.ClientProperties.ClientProperty
-
- getValue(int) - Static method in enum com.hazelcast.cluster.MemberAttributeOperationType
-
- getValue() - Method in class com.hazelcast.core.EntryEvent
-
Returns the value of the entry event
- getValue() - Method in interface com.hazelcast.core.EntryView
-
Returns the value of the entry.
- getValue() - Method in class com.hazelcast.core.MemberAttributeEvent
-
- getValue() - Method in class com.hazelcast.spring.mongodb.ValueWrapper
-
- getValueCollectionType() - Method in class com.hazelcast.config.MultiMapConfig
-
- getVersion() - Method in interface com.hazelcast.core.EntryView
-
Returns the version of the entry
- getVersion() - Method in class com.hazelcast.jmx.InstanceMBean
-
- getVersion() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
- getVersion() - Method in class com.hazelcast.nio.serialization.DefaultPortableReader
-
- getVersion() - Method in class com.hazelcast.nio.serialization.DefaultPortableWriter
-
- getVersion() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getVersion() - Method in interface com.hazelcast.nio.serialization.PortableContext
-
- getVersion() - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getWaitKey() - Method in interface com.hazelcast.spi.WaitSupport
-
- getWaitNotifyService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getWaitTimeout() - Method in class com.hazelcast.spi.Operation
-
- getWaitTimeout() - Method in interface com.hazelcast.spi.WaitSupport
-
- 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
-
- getWanReplicationRef() - Method in class com.hazelcast.config.MapConfigReadOnly
-
- getWanReplicationService() - Method in interface com.hazelcast.spi.NodeEngine
-
- getWriteDelaySeconds() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the number of seconds to delay the store writes.
- getXAResource() - Method in class com.hazelcast.jca.ManagedConnectionImpl
-
- getXaResource() - Method in interface com.hazelcast.transaction.TransactionContext
-
Gets xaResource which will participate in XATransaction
- getXAResources(ActivationSpec[]) - Method in class com.hazelcast.jca.ResourceAdapterImpl
-
- GlobalSerializerConfig - Class in com.hazelcast.config
-
- GlobalSerializerConfig() - Constructor for class com.hazelcast.config.GlobalSerializerConfig
-
- greaterEqual(Comparable) - Method in class com.hazelcast.query.EntryObject
-
- greaterEqual(String, Comparable) - Static method in class com.hazelcast.query.Predicates
-
- greaterThan(Comparable) - Method in class com.hazelcast.query.EntryObject
-
- greaterThan(String, Comparable) - Static method in class com.hazelcast.query.Predicates
-
- GroupConfig - Class in com.hazelcast.config
-
Contains the configuration for Hazelcast groups.
- GroupConfig() - Constructor for class com.hazelcast.config.GroupConfig
-
Creates a GroupConfig with default group-name and group-password.
- GroupConfig(String) - Constructor for class com.hazelcast.config.GroupConfig
-
Creates a GroupConfig with the given group-name and default group-password
- GroupConfig(String, String) - Constructor for class com.hazelcast.config.GroupConfig
-
Creates a GroupConfig with the given group-name and group-password
- schedule(Runnable, long, TimeUnit) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- schedule(Runnable, long, TimeUnit) - Method in interface com.hazelcast.spi.ExecutionService
-
- schedule(String, Runnable, long, TimeUnit) - Method in interface com.hazelcast.spi.ExecutionService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.spi.ExecutionService
-
- scheduleAtFixedRate(String, Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.spi.ExecutionService
-
- SCHEDULED_EXECUTOR - Static variable in interface com.hazelcast.spi.ExecutionService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.spi.ExecutionService
-
- scheduleWithFixedDelay(String, Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.spi.ExecutionService
-
- searchForOtherClusters() - Method in interface com.hazelcast.cluster.Joiner
-
- searchForOtherClusters() - Method in class com.hazelcast.cluster.MulticastJoiner
-
- searchForOtherClusters() - Method in class com.hazelcast.cluster.TcpIpJoiner
-
- second - Variable in class com.hazelcast.query.Predicates.LikePredicate
-
- SecureCallable<V> - Interface in com.hazelcast.security
-
A secure callable that runs in a sandbox.
- SecureRequest - Interface in com.hazelcast.client
-
- SecurityConfig - Class in com.hazelcast.config
-
- SecurityConfig() - Constructor for class com.hazelcast.config.SecurityConfig
-
- SecurityContext - Interface in com.hazelcast.security
-
- select(Member) - Method in interface com.hazelcast.core.MemberSelector
-
Decides for the given member to be part of an operation or not.
- SEMAPHORE_DS_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- SEMAPHORE_PORTABLE_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- SemaphoreConfig - Class in com.hazelcast.config
-
- SemaphoreConfig() - Constructor for class com.hazelcast.config.SemaphoreConfig
-
- SemaphoreConfig(SemaphoreConfig) - Constructor for class com.hazelcast.config.SemaphoreConfig
-
Creates a SemaphoreConfig by cloning another one.
- SemaphoreConfigReadOnly - Class in com.hazelcast.config
-
- SemaphoreConfigReadOnly(SemaphoreConfig) - Constructor for class com.hazelcast.config.SemaphoreConfigReadOnly
-
- SemaphoreMBean - Class in com.hazelcast.jmx
-
- SemaphoreMBean(ISemaphore, ManagementService) - Constructor for class com.hazelcast.jmx.SemaphoreMBean
-
- send(JoinMessage) - Method in class com.hazelcast.cluster.MulticastService
-
- send(Operation, Address) - Method in interface com.hazelcast.spi.OperationService
-
Executes an operation remotely.
- send(Response, Address) - Method in interface com.hazelcast.spi.OperationService
-
- sendEvent(Object, int) - Method in class com.hazelcast.client.ClientEndpoint
-
- sendJoinRequest(Address, boolean) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- sendResponse(Object, int) - Method in class com.hazelcast.client.ClientEndpoint
-
- sendResponse(Object) - Method in interface com.hazelcast.spi.ResponseHandler
-
- sendShutdownMessage() - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- SerializationConfig - Class in com.hazelcast.config
-
- SerializationConfig() - Constructor for class com.hazelcast.config.SerializationConfig
-
- SerializationConstants - Class in com.hazelcast.nio.serialization
-
- SerializationService - Interface in com.hazelcast.nio.serialization
-
- SerializationServiceBuilder - Class in com.hazelcast.nio.serialization
-
- SerializationServiceBuilder() - Constructor for class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- SerializationServiceImpl - Class in com.hazelcast.nio.serialization
-
- Serializer - Interface in com.hazelcast.nio.serialization
-
- SerializerConfig - Class in com.hazelcast.config
-
Contains the serialization configuration for a particular class.
- SerializerConfig() - Constructor for class com.hazelcast.config.SerializerConfig
-
- serializerFor(Class) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- serializerFor(int) - Method in class com.hazelcast.nio.serialization.SerializationServiceImpl
-
- SerializerHook<T> - Interface in com.hazelcast.nio.serialization
-
- service - Variable in class com.hazelcast.client.ClientRequest
-
- SERVICE_NAME - Static variable in class com.hazelcast.client.ClientEngineImpl
-
- SERVICE_NAME - Static variable in class com.hazelcast.cluster.ClusterServiceImpl
-
- ServiceConfig - Class in com.hazelcast.config
-
- ServiceConfig() - Constructor for class com.hazelcast.config.ServiceConfig
-
- ServiceConfigurationParser<T> - Interface in com.hazelcast.spi
-
- ServiceInfo - Class in com.hazelcast.spi
-
Contains the name of the service and the actual service.
- ServiceInfo(String, Object) - Constructor for class com.hazelcast.spi.ServiceInfo
-
- serviceName - Variable in class com.hazelcast.spi.InvocationBuilder
-
- ServicesConfig - Class in com.hazelcast.config
-
- ServicesConfig() - Constructor for class com.hazelcast.config.ServicesConfig
-
- servletContext - Variable in class com.hazelcast.web.WebFilter
-
- SESSION_ATTRIBUTE_ID - Static variable in class com.hazelcast.web.WebDataSerializerHook
-
- SessionAttributePredicate - Class in com.hazelcast.web
-
- SessionAttributePredicate() - Constructor for class com.hazelcast.web.SessionAttributePredicate
-
- SessionAttributePredicate(String) - Constructor for class com.hazelcast.web.SessionAttributePredicate
-
- 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(K, V) - Method in interface com.hazelcast.core.BaseMap
-
Associates the specified value with the specified key in this map
If the map previously contained a mapping for
the key, the old value is replaced by the specified value.
- set(long) - Method in interface com.hazelcast.core.IAtomicLong
-
Atomically sets the given value.
- set(E) - Method in interface com.hazelcast.core.IAtomicReference
-
Atomically sets the given value.
- 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(K, V) - Method in interface com.hazelcast.core.TransactionalMap
-
- set(long) - Method in class com.hazelcast.jmx.AtomicLongMBean
-
- setAccessKey(String) - Method in class com.hazelcast.config.AwsConfig
-
Sets the access key to access AWS.
- setActions(Set<String>) - Method in class com.hazelcast.config.PermissionConfig
-
- setAddresses(List<String>) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setAddresses(List<String>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setAlgorithm(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- setAllowUnsafe(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
- setAllowUnsafe(boolean) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setAndGet(E) - Method in interface com.hazelcast.core.IAtomicReference
-
Sets and gets the value.
- setApplicationContext(ApplicationContext) - Method in class com.hazelcast.spring.context.SpringManagedContext
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.CollectionConfig
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.ListConfigReadOnly
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.MapConfig
-
Number of asynchronous backups.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.MultiMapConfig
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.QueueConfig
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.SemaphoreConfig
-
Sets the number of asynchronous backups.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.SemaphoreConfigReadOnly
-
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.SetConfigReadOnly
-
- setAsyncFillup(boolean) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setAttribute(String) - Method in class com.hazelcast.config.MapIndexConfig
-
Sets the attribute that is going to be indexed.
- setAttribute(String) - Method in class com.hazelcast.config.MapIndexConfigReadOnly
-
- setAttribute(Attribute) - Method in class com.hazelcast.jmx.HazelcastMBean
-
- setAttributes(AttributeList) - Method in class com.hazelcast.jmx.HazelcastMBean
-
- setAwsConfig(ClientAwsConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Sets configuration to connect nodes in aws environment.
- setAwsConfig(AwsConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setBackupCount(int) - Method in class com.hazelcast.config.CollectionConfig
-
- setBackupCount(int) - Method in class com.hazelcast.config.ListConfigReadOnly
-
- setBackupCount(int) - Method in class com.hazelcast.config.MapConfig
-
Number of synchronous backups.
- setBackupCount(int) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setBackupCount(int) - Method in class com.hazelcast.config.MultiMapConfig
-
- setBackupCount(int) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setBackupCount(int) - Method in class com.hazelcast.config.QueueConfig
-
- setBackupCount(int) - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- setBackupCount(int) - Method in class com.hazelcast.config.SemaphoreConfig
-
Sets the number of synchronous backups.
- setBackupCount(int) - Method in class com.hazelcast.config.SemaphoreConfigReadOnly
-
- setBackupCount(int) - Method in class com.hazelcast.config.SetConfigReadOnly
-
- setBinary(boolean) - Method in class com.hazelcast.config.MultiMapConfig
-
- setBinary(boolean) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setBooleanAttribute(String, boolean) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setBooleanAttribute(String, boolean) - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- setBooleanAttribute(String, boolean) - Method in interface com.hazelcast.core.Member
-
Defines a key-value pair boolean attribute for this member available
to other cluster members.
- setBufferSize(int) - Method in class com.hazelcast.client.config.SocketOptions
-
- setByteAttribute(String, byte) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setByteAttribute(String, byte) - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- setByteAttribute(String, byte) - Method in interface com.hazelcast.core.Member
-
Defines a key-value pair byte attribute for this member available
to other cluster members.
- setByteOrder(ByteOrder) - Method in class com.hazelcast.config.SerializationConfig
-
- setByteOrder(ByteOrder) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setCacheLocalEntries(boolean) - Method in class com.hazelcast.config.NearCacheConfig
-
- setCallback(Callback<Object>) - Method in class com.hazelcast.spi.InvocationBuilder
-
- setCallerAddress(Operation, Address) - Static method in class com.hazelcast.spi.OperationAccessor
-
- setCallerUuid(String) - Method in class com.hazelcast.spi.Operation
-
- setCallId(int) - Method in class com.hazelcast.client.ClientRequest
-
- setCallId(Operation, long) - Static method in class com.hazelcast.spi.OperationAccessor
-
- setCallTimeout(long) - Method in class com.hazelcast.spi.InvocationBuilder
-
- setCallTimeout(Operation, long) - Static method in class com.hazelcast.spi.OperationAccessor
-
- setCheckClassDefErrors(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
- setCheckClassDefErrors(boolean) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setChunkSize(int) - Method in class com.hazelcast.config.JobTrackerConfig
-
- setChunkSize(int) - Method in class com.hazelcast.config.JobTrackerConfigReadOnly
-
- setClass(Class<? extends Serializer>) - Method in class com.hazelcast.config.SerializerConfig
-
- setClassDefinitions(Set<ClassDefinition>) - Method in class com.hazelcast.config.SerializationConfig
-
- setClassLoader(ClassLoader) - Method in class com.hazelcast.client.config.ClientConfig
-
- setClassLoader(ClassLoader) - Method in class com.hazelcast.config.Config
-
Sets the class-loader to be used during de-serialization
and as context class-loader of Hazelcast internal threads.
- setClassLoader(ClassLoader) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setClassName(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- setClassName(String) - Method in class com.hazelcast.config.CredentialsFactoryConfig
-
- setClassName(String) - Method in class com.hazelcast.config.EntryListenerConfigReadOnly
-
- setClassName(String) - Method in class com.hazelcast.config.GlobalSerializerConfig
-
- setClassName(String) - Method in class com.hazelcast.config.ItemListenerConfigReadOnly
-
- setClassName(String) - Method in class com.hazelcast.config.ListenerConfig
-
Sets the class name of the EventListener.
- setClassName(String) - Method in class com.hazelcast.config.ListenerConfigReadOnly
-
- 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.MapStoreConfigReadOnly
-
- setClassName(String) - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- setClassName(String) - Method in class com.hazelcast.config.QueueStoreConfig
-
- setClassName(String) - Method in class com.hazelcast.config.QueueStoreConfigReadOnly
-
- setClassName(String) - Method in class com.hazelcast.config.SerializerConfig
-
- setClassName(String) - Method in class com.hazelcast.config.ServiceConfig
-
- setClassName(String) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Sets the name for the SocketInterceptor
implementation class
- setClassVersion(int, int, int) - Method in interface com.hazelcast.nio.serialization.PortableContext
-
- setClientLoginModuleConfigs(List<LoginModuleConfig>) - Method in class com.hazelcast.config.SecurityConfig
-
- setClientPermissionConfigs(Set<PermissionConfig>) - Method in class com.hazelcast.config.SecurityConfig
-
- setClientPolicyConfig(PermissionPolicyConfig) - Method in class com.hazelcast.config.SecurityConfig
-
- setClusterName(String) - Method in class com.hazelcast.monitor.TimedMemberState
-
- setCommunicateStats(boolean) - Method in class com.hazelcast.config.JobTrackerConfig
-
- setCommunicateStats(boolean) - Method in class com.hazelcast.config.JobTrackerConfigReadOnly
-
- setConcurrencyLevel(int) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- SetConfig - Class in com.hazelcast.config
-
- SetConfig() - Constructor for class com.hazelcast.config.SetConfig
-
- SetConfig(SetConfig) - Constructor for class com.hazelcast.config.SetConfig
-
- setConfig(SerializationConfig) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setConfigLocation(String) - Method in class com.hazelcast.jca.ResourceAdapterImpl
-
Called by the container
- setConfigObject(Object) - Method in class com.hazelcast.config.ServiceConfig
-
- SetConfigReadOnly - Class in com.hazelcast.config
-
- SetConfigReadOnly(SetConfig) - Constructor for class com.hazelcast.config.SetConfigReadOnly
-
- setConfigurationFile(File) - Method in class com.hazelcast.config.Config
-
- setConfigurationUrl(URL) - Method in class com.hazelcast.config.Config
-
- setConnection(Operation, Connection) - Static method in class com.hazelcast.spi.OperationAccessor
-
- setConnectionAttemptLimit(int) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setConnectionAttemptLimit(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setConnectionAttemptPeriod(int) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setConnectionAttemptPeriod(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setConnectionTimeout(int) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setConnectionTimeout(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setConnectionTimeoutSeconds(int) - Method in class com.hazelcast.config.AwsConfig
-
Sets the connect timeout in seconds.
- setConnectionTimeoutSeconds(int) - Method in class com.hazelcast.config.TcpIpConfig
-
Sets the connection timeout.
- setConnectionTracingDetail(boolean) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
-
Setter for the RAR property 'connectionTracingDetails'.
- setConnectionTracingEvents(String) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
-
Setter for the property 'connectionTracingEvents'.
- setContext(ClientContext) - Method in class com.hazelcast.client.spi.ClientProxy
-
- setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientConfig
-
- setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setCredentialsClassname(String) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setCrudRepository(CrudRepository) - Method in class com.hazelcast.spring.jpa.JPAMapStore
-
- setData(Data) - Method in class com.hazelcast.nio.serialization.DataAdapter
-
- setDataSerializableFactories(Map<Integer, DataSerializableFactory>) - Method in class com.hazelcast.config.SerializationConfig
-
- setDataSerializableFactoryClasses(Map<Integer, String>) - Method in class com.hazelcast.config.SerializationConfig
-
- setDistributedObjectListener(String) - Method in class com.hazelcast.client.ClientEndpoint
-
- setDoubleAttribute(String, double) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setDoubleAttribute(String, double) - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- setDoubleAttribute(String, double) - Method in interface com.hazelcast.core.Member
-
Defines a key-value pair double attribute for this member available
to other cluster members.
- setDurability(int) - Method in class com.hazelcast.transaction.TransactionOptions
-
Sets the transaction durability.
- setEmptyQueueTtl(int) - Method in class com.hazelcast.config.QueueConfig
-
- setEmptyQueueTtl(int) - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- setEnableCompression(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
- setEnableCompression(boolean) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setEnabled(boolean) - Method in class com.hazelcast.config.AwsConfig
-
Enables or disables the aws join mechanism.
- setEnabled(boolean) - Method in class com.hazelcast.config.InterfacesConfig
-
- 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.MapStoreConfigReadOnly
-
- setEnabled(boolean) - Method in class com.hazelcast.config.MulticastConfig
-
Enables or disables the multicast discovery mechanism
- setEnabled(boolean) - Method in class com.hazelcast.config.PartitionGroupConfig
-
Enables or disables this PartitionGroupConfig.
- setEnabled(boolean) - Method in class com.hazelcast.config.QueueStoreConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.config.QueueStoreConfigReadOnly
-
- setEnabled(boolean) - Method in class com.hazelcast.config.SecurityConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.config.ServiceConfig
-
- 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
-
Enables or disables the Tcp/Ip join mechanism.
- setEnableDefaults(boolean) - Method in class com.hazelcast.config.ServicesConfig
-
- setEnableSharedObject(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
- setEnableSharedObject(boolean) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- 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.MapConfigReadOnly
-
- setEntryListenerConfigs(List<EntryListenerConfig>) - Method in class com.hazelcast.config.MultiMapConfig
-
- setEntryListenerConfigs(List<EntryListenerConfig>) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setEvictionPercentage(int) - Method in class com.hazelcast.config.MapConfig
-
When max.
- setEvictionPercentage(int) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setEvictionPolicy(MapConfig.EvictionPolicy) - Method in class com.hazelcast.config.MapConfig
-
- setEvictionPolicy(MapConfig.EvictionPolicy) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setEvictionPolicy(String) - Method in class com.hazelcast.config.NearCacheConfig
-
- setEvictionPolicy(String) - Method in class com.hazelcast.config.NearCacheConfigReadOnly
-
- setExecutorConfigs(Map<String, ExecutorConfig>) - Method in class com.hazelcast.config.Config
-
- setExecutorName(String) - Method in class com.hazelcast.spi.InvocationBuilder
-
Sets the executor name.
- setExecutorName(String) - Method in class com.hazelcast.spi.Operation
-
- setExecutorPoolSize(int) - Method in class com.hazelcast.client.config.ClientConfig
-
- 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.MapStoreConfigReadOnly
-
- setFactoryClassName(String) - Method in class com.hazelcast.config.QueueStoreConfig
-
- setFactoryClassName(String) - Method in class com.hazelcast.config.QueueStoreConfigReadOnly
-
- setFactoryClassName(String) - Method in class com.hazelcast.config.SSLConfig
-
Sets the name for the SSLContextFactory
implementation class
- setFactoryImplementation(Object) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the map store factory implementation object
- setFactoryImplementation(Object) - Method in class com.hazelcast.config.MapStoreConfigReadOnly
-
- setFactoryImplementation(QueueStoreFactory) - Method in class com.hazelcast.config.QueueStoreConfig
-
- setFactoryImplementation(QueueStoreFactory) - Method in class com.hazelcast.config.QueueStoreConfigReadOnly
-
- setFactoryImplementation(Object) - Method in class com.hazelcast.config.SSLConfig
-
Sets the SSLContextFactory
implementation object
- setFirstConnection(boolean) - Method in class com.hazelcast.client.AuthenticationRequest
-
- setFloatAttribute(String, float) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setFloatAttribute(String, float) - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- setFloatAttribute(String, float) - Method in interface com.hazelcast.core.Member
-
Defines a key-value pair float attribute for this member available
to other cluster members.
- setGlobalOrderingEnabled(boolean) - Method in class com.hazelcast.config.TopicConfig
-
- setGlobalOrderingEnabled(boolean) - Method in class com.hazelcast.config.TopicConfigReadOnly
-
- setGlobalSerializerConfig(GlobalSerializerConfig) - Method in class com.hazelcast.config.SerializationConfig
-
- setGroupConfig(GroupConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setGroupConfig(GroupConfig) - Method in class com.hazelcast.config.Config
-
- setGroupName(String) - Method in class com.hazelcast.cluster.ConfigCheck
-
- setGroupName(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- setGroupPassword(String) - Method in class com.hazelcast.cluster.ConfigCheck
-
- setGroupPassword(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- setGroupType(PartitionGroupConfig.MemberGroupType) - Method in class com.hazelcast.config.PartitionGroupConfig
-
Sets the MemberGroupType.
- setHazelcastInstance(HazelcastInstance) - Method in interface com.hazelcast.core.HazelcastInstanceAware
-
- setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
- setHostHeader(String) - Method in class com.hazelcast.config.AwsConfig
-
Sets the host header; the address the EC2 API can be found.
- setImplementation(ICredentialsFactory) - Method in class com.hazelcast.config.CredentialsFactoryConfig
-
- setImplementation(EntryListener) - Method in class com.hazelcast.config.EntryListenerConfig
-
- setImplementation(EntryListener) - Method in class com.hazelcast.config.EntryListenerConfigReadOnly
-
- setImplementation(EventListener) - Method in class com.hazelcast.config.EntryListenerConfigReadOnly
-
- setImplementation(ByteArraySerializer) - Method in class com.hazelcast.config.GlobalSerializerConfig
-
- setImplementation(StreamSerializer) - Method in class com.hazelcast.config.GlobalSerializerConfig
-
- setImplementation(ItemListener) - Method in class com.hazelcast.config.ItemListenerConfig
-
- setImplementation(ItemListener) - Method in class com.hazelcast.config.ItemListenerConfigReadOnly
-
- setImplementation(EventListener) - Method in class com.hazelcast.config.ItemListenerConfigReadOnly
-
- setImplementation(EventListener) - Method in class com.hazelcast.config.ListenerConfig
-
Sets the EventListener implementation.
- setImplementation(EventListener) - Method in class com.hazelcast.config.ListenerConfigReadOnly
-
- setImplementation(Object) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the map store implementation object
- setImplementation(Object) - Method in class com.hazelcast.config.MapStoreConfigReadOnly
-
- setImplementation(IPermissionPolicy) - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- setImplementation(Serializer) - Method in class com.hazelcast.config.SerializerConfig
-
Sets the serializer implementation instance.
- setImplementation(Object) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Sets the SocketInterceptor
implementation object
- setIncludeValue(boolean) - Method in class com.hazelcast.config.EntryListenerConfig
-
- setIncludeValue(boolean) - Method in class com.hazelcast.config.EntryListenerConfigReadOnly
-
- setIncludeValue(boolean) - Method in class com.hazelcast.config.ItemListenerConfig
-
- setIncludeValue(boolean) - Method in class com.hazelcast.config.ItemListenerConfigReadOnly
-
- setInitialLoadMode(MapStoreConfig.InitialLoadMode) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets initial load mode
LAZY: Default load mode where load is async
EAGER: load mode where load is blocked till all partitions are loaded
- setInitialOutputBufferSize(int) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setInitialPermits(int) - Method in class com.hazelcast.config.SemaphoreConfig
-
Sets the initial number of permits.
- setInitialPermits(int) - Method in class com.hazelcast.config.SemaphoreConfigReadOnly
-
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.MapConfig
-
Data type that will be used for storing records.
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.NearCacheConfig
-
- setInMemoryFormat(String) - Method in class com.hazelcast.config.NearCacheConfig
-
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.NearCacheConfigReadOnly
-
- setInMemoryFormat(String) - Method in class com.hazelcast.config.NearCacheConfigReadOnly
-
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setInsideAws(boolean) - Method in class com.hazelcast.client.config.ClientAwsConfig
-
Set to true if client is inside aws environment
Default value is false.
- setInstanceName(String) - Method in class com.hazelcast.config.Config
-
- setInstanceNames(Set<String>) - Method in class com.hazelcast.monitor.TimedMemberState
-
- setIntAttribute(String, int) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setIntAttribute(String, int) - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- setIntAttribute(String, int) - Method in interface com.hazelcast.core.Member
-
Defines a key-value pair int attribute for this member available
to other cluster members.
- setInterfaces(Collection<String>) - Method in class com.hazelcast.config.InterfacesConfig
-
Adds a collection of interfaces.
- setInterfaces(Collection<String>) - Method in class com.hazelcast.config.MemberGroupConfig
-
Sets the interfaces that are part of a group.
- setInterfaces(InterfacesConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setInvalidateOnChange(boolean) - Method in class com.hazelcast.config.NearCacheConfig
-
- setInvalidateOnChange(boolean) - Method in class com.hazelcast.config.NearCacheConfigReadOnly
-
- setInvocationTime(Operation, long) - Static method in class com.hazelcast.spi.OperationAccessor
-
- setItemListenerConfigs(List<ItemListenerConfig>) - Method in class com.hazelcast.config.CollectionConfig
-
- setItemListenerConfigs(List<ItemListenerConfig>) - Method in class com.hazelcast.config.ListConfigReadOnly
-
- setItemListenerConfigs(List<ItemListenerConfig>) - Method in class com.hazelcast.config.QueueConfig
-
- setItemListenerConfigs(List<ItemListenerConfig>) - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- setItemListenerConfigs(List<ItemListenerConfig>) - Method in class com.hazelcast.config.SetConfigReadOnly
-
- setIterationCount(int) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- setIterationType(IterationType) - Method in class com.hazelcast.query.PagingPredicate
-
- setJobTrackerConfigs(Map<String, JobTrackerConfig>) - Method in class com.hazelcast.config.Config
-
- setJoin(JoinConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setJoinerType(String) - Method in class com.hazelcast.cluster.ConfigCheck
-
- setKeepAlive(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
- setKey(byte[]) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- setLicenseKey(String) - Method in class com.hazelcast.config.Config
-
- setLingerSeconds(int) - Method in class com.hazelcast.client.config.SocketOptions
-
- setListConfigs(Map<String, ListConfig>) - Method in class com.hazelcast.config.Config
-
- setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.Config
-
- setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setListenerRegistration(String, String, String) - Method in class com.hazelcast.client.ClientEndpoint
-
- setLoadBalancer(LoadBalancer) - Method in class com.hazelcast.client.config.ClientConfig
-
- setLocal(boolean) - Method in class com.hazelcast.config.EntryListenerConfig
-
- setLocal(boolean) - Method in class com.hazelcast.config.EntryListenerConfigReadOnly
-
- setLogWriter(PrintWriter) - Method in class com.hazelcast.jca.JcaBase
-
Sets the container specific container LOGGER
- setLongAttribute(String, long) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setLongAttribute(String, long) - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- setLongAttribute(String, long) - Method in interface com.hazelcast.core.Member
-
Defines a key-value pair long attribute for this member available
to other cluster members.
- setManagedContext(ManagedContext) - Method in class com.hazelcast.client.config.ClientConfig
-
- setManagedContext(ManagedContext) - Method in class com.hazelcast.config.Config
-
- setManagedContext(ManagedContext) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- 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
-
- setMapIndexConfigs(List<MapIndexConfig>) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setMapStoreConfig(MapStoreConfig) - Method in class com.hazelcast.config.MapConfig
-
Sets the mapStore configuration
- setMapStoreConfig(MapStoreConfig) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setMaster(Boolean) - Method in class com.hazelcast.monitor.TimedMemberState
-
- SetMasterOperation - Class in com.hazelcast.cluster
-
- SetMasterOperation() - Constructor for class com.hazelcast.cluster.SetMasterOperation
-
- SetMasterOperation(Address) - Constructor for class com.hazelcast.cluster.SetMasterOperation
-
- setMasterTime(long) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- 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.MapConfigReadOnly
-
- setMaxIdleSeconds(int) - Method in class com.hazelcast.config.NearCacheConfig
-
- setMaxIdleSeconds(int) - Method in class com.hazelcast.config.NearCacheConfigReadOnly
-
- setMaxSize(int) - Method in class com.hazelcast.config.CollectionConfig
-
- setMaxSize(int) - Method in class com.hazelcast.config.ListConfigReadOnly
-
- setMaxSize(int) - Method in class com.hazelcast.config.NearCacheConfig
-
- setMaxSize(int) - Method in class com.hazelcast.config.NearCacheConfigReadOnly
-
- setMaxSize(int) - Method in class com.hazelcast.config.QueueConfig
-
- setMaxSize(int) - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- setMaxSize(int) - Method in class com.hazelcast.config.SetConfigReadOnly
-
- setMaxSizeConfig(MaxSizeConfig) - Method in class com.hazelcast.config.MapConfig
-
- setMaxSizeConfig(MaxSizeConfig) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setMaxSizePolicy(MaxSizeConfig.MaxSizePolicy) - Method in class com.hazelcast.config.MaxSizeConfig
-
- setMaxSizePolicy(MaxSizeConfig.MaxSizePolicy) - Method in class com.hazelcast.config.MaxSizeConfigReadOnly
-
- setMaxThreadSize(int) - Method in class com.hazelcast.config.JobTrackerConfig
-
- setMaxThreadSize(int) - Method in class com.hazelcast.config.JobTrackerConfigReadOnly
-
- SetMBean - Class in com.hazelcast.jmx
-
- SetMBean(ISet, ManagementService) - Constructor for class com.hazelcast.jmx.SetMBean
-
- setMemberAttributeConfig(MemberAttributeConfig) - Method in class com.hazelcast.config.Config
-
- setMemberCredentialsConfig(CredentialsFactoryConfig) - Method in class com.hazelcast.config.SecurityConfig
-
- setMemberGroupConfigs(Collection<MemberGroupConfig>) - Method in class com.hazelcast.config.PartitionGroupConfig
-
Adds a MemberGroupConfig.
- setMemberGroupType(PartitionGroupConfig.MemberGroupType) - Method in class com.hazelcast.cluster.ConfigCheck
-
- setMemberList(List<String>) - Method in class com.hazelcast.monitor.TimedMemberState
-
- setMemberLoginModuleConfigs(List<LoginModuleConfig>) - Method in class com.hazelcast.config.SecurityConfig
-
- setMembers(List<String>) - Method in class com.hazelcast.config.TcpIpConfig
-
Sets the well known members.
- setMemberState(MemberStateImpl) - Method in class com.hazelcast.monitor.TimedMemberState
-
- setMergePolicy(String) - Method in class com.hazelcast.config.MapConfig
-
- setMergePolicy(String) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setMergePolicy(String) - Method in class com.hazelcast.config.WanReplicationRef
-
- setMergePolicy(String) - Method in class com.hazelcast.config.WanReplicationRefReadOnly
-
- setMessageListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.TopicConfig
-
- setMessageListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.TopicConfigReadOnly
-
- setMongoTemplate(MongoTemplate) - Method in class com.hazelcast.spring.mongodb.MongoMapStore
-
- setMulticastConfig(MulticastConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setMulticastGroup(String) - Method in class com.hazelcast.config.MulticastConfig
-
Sets the multicast-group.
- setMulticastPort(int) - Method in class com.hazelcast.config.MulticastConfig
-
Sets the multicast port.
- setMulticastTimeoutSeconds(int) - Method in class com.hazelcast.config.MulticastConfig
-
Specifies the time in seconds that a node should wait for a valid multicast response from another node running
in the network before declaring itself as master node and creating its own cluster.
- setMulticastTimeToLive(int) - Method in class com.hazelcast.config.MulticastConfig
-
Sets the time to live for the multicast package; a value between 0..255.
- setMultiMapConfigs(Map<String, MultiMapConfig>) - Method in class com.hazelcast.config.Config
-
- setName(String) - Method in class com.hazelcast.client.BaseClientRemoveListenerRequest
-
- setName(String) - Method in class com.hazelcast.config.CollectionConfig
-
- setName(String) - Method in class com.hazelcast.config.ExecutorConfig
-
- setName(String) - Method in class com.hazelcast.config.ExecutorConfigReadOnly
-
- setName(String) - Method in class com.hazelcast.config.GroupConfig
-
Sets the group name.
- setName(String) - Method in class com.hazelcast.config.JobTrackerConfig
-
- setName(String) - Method in class com.hazelcast.config.JobTrackerConfigReadOnly
-
- setName(String) - Method in class com.hazelcast.config.ListConfigReadOnly
-
- setName(String) - Method in class com.hazelcast.config.MapConfig
-
- setName(String) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setName(String) - Method in class com.hazelcast.config.MultiMapConfig
-
- setName(String) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setName(String) - Method in class com.hazelcast.config.NearCacheConfig
-
- setName(String) - Method in class com.hazelcast.config.NearCacheConfigReadOnly
-
- 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.ReplicatedMapConfig
-
- setName(String) - Method in class com.hazelcast.config.SemaphoreConfig
-
Sets the name of the semaphore.
- setName(String) - Method in class com.hazelcast.config.SemaphoreConfigReadOnly
-
- setName(String) - Method in class com.hazelcast.config.ServiceConfig
-
- setName(String) - Method in class com.hazelcast.config.SetConfigReadOnly
-
- setName(String) - Method in class com.hazelcast.config.TopicConfig
-
Sets the name of the topic.
- setName(String) - Method in class com.hazelcast.config.TopicConfigReadOnly
-
- 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.config.WanReplicationRefReadOnly
-
- setNearCacheConfig(NearCacheConfig) - Method in class com.hazelcast.config.MapConfig
-
- setNearCacheConfig(NearCacheConfig) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setNearCacheConfigMap(Map<String, NearCacheConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setNetworkConfig(ClientNetworkConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setNetworkConfig(NetworkConfig) - Method in class com.hazelcast.config.Config
-
- setNode(Node) - Method in interface com.hazelcast.spi.NodeAware
-
- setNodeEngine(NodeEngine) - Method in class com.hazelcast.spi.Operation
-
- setObjectName(Hashtable<String, String>) - Method in class com.hazelcast.jmx.HazelcastMBean
-
- setOptimizeQueries(boolean) - Method in class com.hazelcast.config.MapConfig
-
- setOptimizeQueries(boolean) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setOrdered(boolean) - Method in class com.hazelcast.config.MapIndexConfig
-
Configures the index to be ordered or not ordered.
- setOrdered(boolean) - Method in class com.hazelcast.config.MapIndexConfigReadOnly
-
- setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.config.NetworkConfig
-
- setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.config.NetworkConfig
-
- setOutOfMemoryHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.core.Hazelcast
-
Sets OutOfMemoryHandler to be used when an OutOfMemoryError
is caught by Hazelcast threads.
- setPagingPredicateAnchor(PagingPredicate, Map.Entry) - Static method in class com.hazelcast.query.PagingPredicateAccessor
-
- setPartitionGroupConfig(PartitionGroupConfig) - Method in class com.hazelcast.config.Config
-
- setPartitionGroupEnabled(boolean) - Method in class com.hazelcast.cluster.ConfigCheck
-
- setPartitionId(int) - Method in interface com.hazelcast.mapreduce.PartitionIdAware
-
Sets the partition id the implementing instance is executed against
- setPartitionId(int) - Method in class com.hazelcast.spi.Operation
-
- setPartitioningStrategy(PartitioningStrategy) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setPartitioningStrategyClass(String) - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- setPartitioningStrategyClass(String) - Method in class com.hazelcast.config.PartitioningStrategyConfigReadOnly
-
- setPartitioningStrategyConfig(PartitioningStrategyConfig) - Method in class com.hazelcast.config.MapConfig
-
- setPartitioningStrategyConfig(PartitioningStrategyConfig) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setPartitionStrategy(PartitioningStrategy) - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- setPartitionStrategy(PartitioningStrategy) - Method in class com.hazelcast.config.PartitioningStrategyConfigReadOnly
-
- setPassword(String) - Method in class com.hazelcast.config.GroupConfig
-
Sets the password.
- setPassword(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- setPassword(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- setPoolSize(int) - Method in class com.hazelcast.config.ExecutorConfig
-
- setPoolSize(int) - Method in class com.hazelcast.config.ExecutorConfigReadOnly
-
- setPort(int) - Method in class com.hazelcast.config.NetworkConfig
-
Sets the port the Hazelcast member is going to try to bind on.
- setPortableFactories(Map<Integer, PortableFactory>) - Method in class com.hazelcast.config.SerializationConfig
-
- setPortableFactoryClasses(Map<Integer, String>) - Method in class com.hazelcast.config.SerializationConfig
-
- setPortableVersion(int) - Method in class com.hazelcast.config.SerializationConfig
-
- setPortAutoIncrement(boolean) - Method in class com.hazelcast.config.NetworkConfig
-
Sets if a Hazelcast member is allowed to find a free port by incrementing the port number when it encounters
an occupied port.
- setPortCount(int) - Method in class com.hazelcast.config.NetworkConfig
-
The maxmim number of ports to try.
- setPrincipal(String) - Method in class com.hazelcast.config.PermissionConfig
-
- setPrincipal(String) - Method in class com.hazelcast.security.AbstractCredentials
-
- setProperties(Properties) - Method in class com.hazelcast.client.config.ClientConfig
-
- 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.MapStoreConfigReadOnly
-
- setProperties(Properties) - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.QueueStoreConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.QueueStoreConfigReadOnly
-
- setProperties(Properties) - Method in class com.hazelcast.config.ServiceConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Sets the properties.
- setProperties(Properties) - Method in class com.hazelcast.config.SSLConfig
-
Sets the properties.
- setProperties(Properties) - Method in class com.hazelcast.config.XmlConfigBuilder
-
Sets the used properties.
- setProperty(String, String) - Method in class com.hazelcast.client.config.ClientConfig
-
- 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.MapStoreConfigReadOnly
-
- setProperty(String, String) - Method in class com.hazelcast.config.QueueStoreConfig
-
- setProperty(String, String) - Method in class com.hazelcast.config.QueueStoreConfigReadOnly
-
- setProperty(String, String) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Sets a property.
- setProperty(String, String) - Method in class com.hazelcast.config.SSLConfig
-
Sets a property.
- setProxyFactoryConfigs(List<ProxyFactoryConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setPublicAddress(String) - Method in class com.hazelcast.config.NetworkConfig
-
- setQueueCapacity(int) - Method in class com.hazelcast.config.ExecutorConfig
-
- setQueueCapacity(int) - Method in class com.hazelcast.config.ExecutorConfigReadOnly
-
- setQueueConfigs(Map<String, QueueConfig>) - Method in class com.hazelcast.config.Config
-
- setQueueSize(int) - Method in class com.hazelcast.config.JobTrackerConfig
-
- setQueueSize(int) - Method in class com.hazelcast.config.JobTrackerConfigReadOnly
-
- setQueueStoreConfig(QueueStoreConfig) - Method in class com.hazelcast.config.QueueConfig
-
- setQueueStoreConfig(QueueStoreConfig) - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- setReadBackupData(boolean) - Method in class com.hazelcast.config.MapConfig
-
- setReadBackupData(boolean) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setReAuth(boolean) - Method in class com.hazelcast.client.AuthenticationRequest
-
- setRedoOperation(boolean) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setRedoOperation(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setReference(Reference) - Method in class com.hazelcast.jca.ConnectionFactoryImpl
-
- setRegion(String) - Method in class com.hazelcast.config.AwsConfig
-
Sets the region where the EC2 instances running the Hazelcast members will be running.
- setRegistrationId(String) - Method in class com.hazelcast.client.BaseClientRemoveListenerRequest
-
- setReplicaIndex(int) - Method in class com.hazelcast.spi.InvocationBuilder
-
- setReplicaIndex(int) - Method in class com.hazelcast.spi.Operation
-
- setReplicatedMapConfigs(Map<String, ReplicatedMapConfig>) - Method in class com.hazelcast.config.Config
-
- setReplicationDelayMillis(long) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setReplicationImpl(String) - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- setReplicationImplObject(Object) - Method in class com.hazelcast.config.WanTargetClusterConfig
-
- setReplicatorExecutorService(ScheduledExecutorService) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setRequiredMember(String) - Method in class com.hazelcast.config.TcpIpConfig
-
Sets the required member.
- setResourceAdapter(ResourceAdapter) - Method in class com.hazelcast.jca.ManagedConnectionFactoryImpl
-
- setResponseHandler(ResponseHandler) - Method in class com.hazelcast.spi.Operation
-
- setResultDeserialized(boolean) - Method in class com.hazelcast.spi.InvocationBuilder
-
Sets the automatic deserialized option for the result.
- setRetryCount(int) - Method in class com.hazelcast.config.JobTrackerConfig
-
- setRetryCount(int) - Method in class com.hazelcast.config.JobTrackerConfigReadOnly
-
- setReuseAddress(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
- setReuseAddress(boolean) - Method in class com.hazelcast.config.NetworkConfig
-
- setSalt(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- setSecretKey(String) - Method in class com.hazelcast.config.AwsConfig
-
Sets the secret key to access AWS.
- setSecurityConfig(ClientSecurityConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setSecurityConfig(SecurityConfig) - Method in class com.hazelcast.config.Config
-
- setSecurityGroupName(String) - Method in class com.hazelcast.config.AwsConfig
-
Sets the security group name.
- setSemaphoreConfigs(Map<String, SemaphoreConfig>) - Method in class com.hazelcast.config.Config
-
- setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.config.Config
-
- setSerializerConfigs(Collection<SerializerConfig>) - Method in class com.hazelcast.config.SerializationConfig
-
- setService(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- setService(Object) - Method in class com.hazelcast.spi.Operation
-
- setServiceConfigs(Collection<ServiceConfig>) - Method in class com.hazelcast.config.ServicesConfig
-
- setServiceImpl(Object) - Method in class com.hazelcast.config.ServiceConfig
-
- setServiceName(String) - Method in class com.hazelcast.spi.Operation
-
- setServicesConfig(ServicesConfig) - Method in class com.hazelcast.config.Config
-
- setSetConfigs(Map<String, SetConfig>) - Method in class com.hazelcast.config.Config
-
- setShortAttribute(String, short) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setShortAttribute(String, short) - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- setShortAttribute(String, short) - Method in interface com.hazelcast.core.Member
-
Defines a key-value pair short attribute for this member available
to other cluster members.
- setSingleConnection() - Method in class com.hazelcast.client.ClientRequest
-
mark this request as SingleConnection
- setSize(int) - Method in class com.hazelcast.config.MaxSizeConfig
-
- setSize(int) - Method in class com.hazelcast.config.MaxSizeConfigReadOnly
-
- setSmartRouting(boolean) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setSmartRouting(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setSocketOptions(SocketOptions) - Method in class com.hazelcast.client.config.ClientConfig
-
Deprecated.
- setSocketOptions(SocketOptions) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setStartTime(Operation, long) - Static method in class com.hazelcast.spi.OperationAccessor
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.CollectionConfig
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.ExecutorConfig
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.ExecutorConfigReadOnly
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.ListConfigReadOnly
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.MapConfig
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.MultiMapConfig
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.QueueConfig
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.QueueConfigReadOnly
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.SetConfigReadOnly
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.TopicConfig
-
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.TopicConfigReadOnly
-
- setStatus(int) - Method in class com.hazelcast.nio.serialization.DataAdapter
-
- setStoreImplementation(QueueStore) - Method in class com.hazelcast.config.QueueStoreConfig
-
- setStoreImplementation(QueueStore) - Method in class com.hazelcast.config.QueueStoreConfigReadOnly
-
- setStringAttribute(String, String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setStringAttribute(String, String) - Method in class com.hazelcast.config.MemberAttributeConfigReadOnly
-
- setStringAttribute(String, String) - Method in interface com.hazelcast.core.Member
-
Defines a key-value pair string attribute for this member available
to other cluster members.
- setSymmetricEncryptionConfig(SymmetricEncryptionConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setSyncBackupCount(int) - Method in class com.hazelcast.config.MultiMapConfig
-
Deprecated.
- setSyncBackupCount(int) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setTagKey(String) - Method in class com.hazelcast.config.AwsConfig
-
Sets the tag key.
- setTagValue(String) - Method in class com.hazelcast.config.AwsConfig
-
Sets the tag value.
- setTargetAddress(Address) - Method in class com.hazelcast.cluster.AbstractJoiner
-
- setTargetAddress(Address) - Method in interface com.hazelcast.cluster.Joiner
-
- setTargetClusterConfigs(List<WanTargetClusterConfig>) - Method in class com.hazelcast.config.WanReplicationConfig
-
- setTcpIpConfig(TcpIpConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setTcpNoDelay(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
- setTime(long) - Method in class com.hazelcast.monitor.TimedMemberState
-
- setTimeout(long, TimeUnit) - Method in class com.hazelcast.transaction.TransactionOptions
-
Sets the timeout.
- 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.MapConfigReadOnly
-
- setTimeToLiveSeconds(int) - Method in class com.hazelcast.config.NearCacheConfig
-
- setTimeToLiveSeconds(int) - Method in class com.hazelcast.config.NearCacheConfigReadOnly
-
- setTopicConfigs(Map<String, TopicConfig>) - Method in class com.hazelcast.config.Config
-
- setTopologyChangedStrategy(TopologyChangedStrategy) - Method in class com.hazelcast.config.JobTrackerConfig
-
- setTopologyChangedStrategy(TopologyChangedStrategy) - Method in class com.hazelcast.config.JobTrackerConfigReadOnly
-
- setTransactionContext(TransactionContext) - Method in class com.hazelcast.client.ClientEndpoint
-
- setTransactionTimeout(int) - Method in class com.hazelcast.jca.XAResourceWrapper
-
- setTransactionType(TransactionOptions.TransactionType) - Method in class com.hazelcast.transaction.TransactionOptions
-
- setTrustedInterfaces(Set<String>) - Method in class com.hazelcast.config.MulticastConfig
-
Sets the trusted interfaces.
- setTryCount(int) - Method in class com.hazelcast.cluster.JoinRequest
-
- setTryCount(int) - Method in class com.hazelcast.spi.InvocationBuilder
-
- setTryPauseMillis(long) - Method in class com.hazelcast.spi.InvocationBuilder
-
- setTxContext(TransactionContext) - Method in class com.hazelcast.jca.HazelcastTransactionImpl
-
- setType(PermissionConfig.PermissionType) - Method in class com.hazelcast.config.PermissionConfig
-
- setTypeClass(Class) - Method in class com.hazelcast.config.SerializerConfig
-
- setTypeClassName(String) - Method in class com.hazelcast.config.SerializerConfig
-
- 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
-
- setUseNativeByteOrder(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
- setUseNativeByteOrder(boolean) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setUserContext(ConcurrentMap<String, Object>) - Method in class com.hazelcast.config.Config
-
- setUsername(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- setValidateTarget(boolean) - Method in class com.hazelcast.spi.Operation
-
- setValue(Object) - Method in class com.hazelcast.spring.mongodb.ValueWrapper
-
- setValueCollectionType(String) - Method in class com.hazelcast.config.MultiMapConfig
-
- setValueCollectionType(MultiMapConfig.ValueCollectionType) - Method in class com.hazelcast.config.MultiMapConfig
-
- setValueCollectionType(String) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setValueCollectionType(MultiMapConfig.ValueCollectionType) - Method in class com.hazelcast.config.MultiMapConfigReadOnly
-
- setVersion(int) - Method in class com.hazelcast.nio.serialization.SerializationServiceBuilder
-
- setWaitTimeout(long) - Method in class com.hazelcast.spi.Operation
-
- setWanReplicationConfigs(Map<String, WanReplicationConfig>) - Method in class com.hazelcast.config.Config
-
- setWanReplicationRef(WanReplicationRef) - Method in class com.hazelcast.config.MapConfig
-
- setWanReplicationRef(WanReplicationRef) - Method in class com.hazelcast.config.MapConfigReadOnly
-
- setWriteDelaySeconds(int) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the number of seconds to delay before writing (storing) the dirty records
- setWriteDelaySeconds(int) - Method in class com.hazelcast.config.MapStoreConfigReadOnly
-
- SharedService - Interface in com.hazelcast.spi
-
- shouldBackup() - Method in interface com.hazelcast.spi.BackupAwareOperation
-
Checks if a backup needs to be made.
- shouldNotify() - Method in interface com.hazelcast.spi.Notifier
-
- shouldWait() - Method in interface com.hazelcast.spi.WaitSupport
-
- shutdown(boolean) - Method in class com.hazelcast.client.ClientEngineImpl
-
- shutdown() - Method in class com.hazelcast.client.HazelcastClient
-
- shutdown() - Method in class com.hazelcast.client.HazelcastClientProxy
-
- shutdown() - Method in class com.hazelcast.client.LifecycleServiceImpl
-
- shutdown(boolean) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- shutdown() - Method in interface com.hazelcast.core.HazelcastInstance
-
Shuts down this HazelcastInstance.
- shutdown() - Method in interface com.hazelcast.core.LifecycleService
-
gracefully shutdowns HazelcastInstance.
- shutdown() - Method in class com.hazelcast.jmx.InstanceMBean
-
- shutdown(boolean) - Method in interface com.hazelcast.spi.ManagedService
-
Shuts down the ManagedService.
- 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.
- shutdownAll() - Static method in class com.hazelcast.jmx.ManagementService
-
- shutdownExecutor(String) - Method in interface com.hazelcast.spi.ExecutionService
-
- shutdownInstance() - Method in class com.hazelcast.web.WebFilter
-
- shutdownOnStop(Properties, boolean) - Static method in class com.hazelcast.hibernate.CacheEnvironment
-
- signal() - Method in interface com.hazelcast.core.ICondition
- signalAll() - Method in interface com.hazelcast.core.ICondition
- size() - Method in interface com.hazelcast.core.BaseMap
-
Returns the number of entries in this map.
- size() - Method in interface com.hazelcast.core.BaseMultiMap
-
Returns the number of key-value pairs in the multimap.
- size() - Method in interface com.hazelcast.core.BaseQueue
-
Returns the number of elements in this collection.
- size() - Method in interface com.hazelcast.core.IQueue
-
Returns the number of elements in this collection.
- size() - Method in interface com.hazelcast.core.MultiMap
-
Returns the number of key-value pairs in the multimap.
- size() - Method in interface com.hazelcast.core.TransactionalList
-
Returns the size of the list
- size() - Method in interface com.hazelcast.core.TransactionalMap
-
- size() - Method in interface com.hazelcast.core.TransactionalMultiMap
-
Returns the number of key-value pairs in the multimap.
- size() - Method in interface com.hazelcast.core.TransactionalQueue
-
Returns the number of elements in this collection.
- size() - Method in interface com.hazelcast.core.TransactionalSet
-
Returns the size of the set
- size() - Method in interface com.hazelcast.hibernate.RegionCache
-
- skip(long) - Method in class com.hazelcast.nio.serialization.ObjectDataInputStream
-
- skipBytes(int) - Method in class com.hazelcast.nio.serialization.ObjectDataInputStream
-
- SocketInterceptorConfig - Class in com.hazelcast.config
-
- SocketInterceptorConfig() - Constructor for class com.hazelcast.config.SocketInterceptorConfig
-
- SocketOptions - Class in com.hazelcast.client.config
-
- SocketOptions() - Constructor for class com.hazelcast.client.config.SocketOptions
-
- SPI_DS_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- SPI_PORTABLE_FACTORY - Static variable in class com.hazelcast.nio.serialization.FactoryIdHelper
-
- SplitBrainHandlerService - Interface in com.hazelcast.spi
-
An interface that can be implemented by SPI services that want to be able to resolve a split brain.
- SpringAware - Annotation Type in com.hazelcast.spring.context
-
Annotates a class for injection of Spring dependencies.
- SpringManagedContext - Class in com.hazelcast.spring.context
-
- SpringManagedContext() - Constructor for class com.hazelcast.spring.context.SpringManagedContext
-
- SpringMongoDBConverter - Class in com.hazelcast.spring.mongodb
-
- SpringMongoDBConverter(Mongo, String) - Constructor for class com.hazelcast.spring.mongodb.SpringMongoDBConverter
-
- SpringMongoDBConverter(MongoTemplate) - Constructor for class com.hazelcast.spring.mongodb.SpringMongoDBConverter
-
- 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
-
- start(Settings, Properties) - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
-
- start(Settings, Properties) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
-
- start(BootstrapContext) - Method in class com.hazelcast.jca.ResourceAdapterImpl
-
- start(Xid, int) - Method in class com.hazelcast.jca.XAResourceWrapper
-
- startClusterMerge(Address) - Method in class com.hazelcast.cluster.AbstractJoiner
-
- stateChanged(LifecycleEvent) - Method in interface com.hazelcast.core.LifecycleListener
-
Called when instance's state changes
- stop() - Method in class com.hazelcast.cluster.MulticastService
-
- stop() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
-
- stop() - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
-
- stop() - Method in class com.hazelcast.jca.ResourceAdapterImpl
-
- stopListening(BaseClientRemoveListenerRequest, String) - Method in class com.hazelcast.client.spi.ClientProxy
-
- store(K, V) - Method in interface com.hazelcast.core.MapStore
-
Stores the key-value pair.
- store(K, V) - Method in class com.hazelcast.core.MapStoreAdapter
-
Stores the key-value pair.
- store(Long, T) - Method in interface com.hazelcast.core.QueueStore
-
Stores the key-value pair.
- store(Serializable, Object) - Method in class com.hazelcast.spring.jpa.JPAMapStore
-
- store(Object, Object) - Method in class com.hazelcast.spring.mongodb.MongoMapStore
-
- storeAll(Map<K, V>) - Method in interface com.hazelcast.core.MapStore
-
Stores multiple entries.
- storeAll(Map<K, V>) - Method in class com.hazelcast.core.MapStoreAdapter
-
Stores multiple entries.
- storeAll(Map<Long, T>) - Method in interface com.hazelcast.core.QueueStore
-
Stores multiple entries.
- storeAll(Map) - Method in class com.hazelcast.spring.jpa.JPAMapStore
-
- storeAll(Map) - Method in class com.hazelcast.spring.mongodb.MongoMapStore
-
- StreamSerializer<T> - Interface in com.hazelcast.nio.serialization
-
- submit(Runnable) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- submit(Callable<T>) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- submit(Callable<T>, MemberSelector) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to a randomly selected member and returns a Future
representing that task.
- submit(Runnable, ExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to a random member.
- submit(Runnable, MemberSelector, ExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to a randomly selected members.
- submit(Callable<T>, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to a random member.
- submit(Callable<T>, MemberSelector, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to a randomly selected member.
- submit() - Method in interface com.hazelcast.mapreduce.MappingJob
-
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes
- submit(Collator<Map.Entry<KeyIn, List<ValueIn>>, ValueOut>) - Method in interface com.hazelcast.mapreduce.MappingJob
-
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the
collator before returning the final result.
- submit() - Method in interface com.hazelcast.mapreduce.ReducingJob
-
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes
- submit(Collator<Map.Entry<KeyIn, List<ValueIn>>, ValueOut>) - Method in interface com.hazelcast.mapreduce.ReducingJob
-
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the
collator before returning the final result.
- submit() - Method in interface com.hazelcast.mapreduce.ReducingSubmittableJob
-
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes
- submit(Collator<Map.Entry<KeyIn, ValueIn>, ValueOut>) - Method in interface com.hazelcast.mapreduce.ReducingSubmittableJob
-
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the
collator before returning the final result.
- submit(String, Runnable) - Method in interface com.hazelcast.spi.ExecutionService
-
- submit(String, Callable<T>) - Method in interface com.hazelcast.spi.ExecutionService
-
- submitInternal(Callable<T>) - Method in interface com.hazelcast.client.spi.ClientExecutionService
-
- submitToAllMembers(Callable<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to all cluster members and returns
map of Member-Future pairs representing pending completion of the task on each member
- submitToAllMembers(Runnable, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the all cluster members.
- submitToAllMembers(Callable<T>, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the all cluster members.
- submitToKey(K, EntryProcessor, ExecutionCallback) - Method in interface com.hazelcast.core.IMap
-
Applies the user defined EntryProcessor to the entry mapped by the key with
specified ExecutionCallback to listen event status and returns immediately.
- submitToKey(K, EntryProcessor) - Method in interface com.hazelcast.core.IMap
-
Applies the user defined EntryProcessor to the entry mapped by the key.
- submitToKeyOwner(Callable<T>, Object) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to owner of the specified key and returns a Future
representing that task.
- submitToKeyOwner(Runnable, Object, ExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to owner of the specified key.
- submitToKeyOwner(Callable<T>, Object, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to owner of the specified key.
- submitToMember(Callable<T>, Member) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to specified member and returns a Future
representing that task.
- submitToMember(Runnable, Member, ExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the specified member.
- submitToMember(Callable<T>, Member, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the specified member.
- submitToMembers(Callable<T>, Collection<Member>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to given members and returns
map of Member-Future pairs representing pending completion of the task on each member
- submitToMembers(Callable<T>, MemberSelector) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to selected members and returns
map of Member-Future pairs representing pending completion of the task on each member
- submitToMembers(Runnable, Collection<Member>, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the specified members.
- submitToMembers(Runnable, MemberSelector, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the selected members.
- submitToMembers(Callable<T>, Collection<Member>, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the specified members.
- submitToMembers(Callable<T>, MemberSelector, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the selected members.
- SymmetricEncryptionConfig - Class in com.hazelcast.config
-
- SymmetricEncryptionConfig() - Constructor for class com.hazelcast.config.SymmetricEncryptionConfig
-
- SYSTEM_EXECUTOR - Static variable in interface com.hazelcast.spi.ExecutionService
-
- systemLogService - Variable in class com.hazelcast.cluster.AbstractJoiner
-
- validateJoinMessage(JoinMessage) - Method in class com.hazelcast.cluster.ClusterServiceImpl
-
- validatesTarget() - Method in class com.hazelcast.cluster.PostJoinOperation
-
- validatesTarget() - Method in class com.hazelcast.spi.Operation
-
- value - Variable in class com.hazelcast.core.EntryEvent
-
- value - Variable in class com.hazelcast.query.Predicates.EqualPredicate
-
- valueCount(K) - Method in interface com.hazelcast.core.BaseMultiMap
-
Returns number of values matching to given key in the multimap.
- valueCount(K) - Method in interface com.hazelcast.core.MultiMap
-
Returns number of values matching to given key in the multimap.
- valueCount(K) - Method in interface com.hazelcast.core.TransactionalMultiMap
-
Returns number of values matching to given key in the multimap.
- valueOf(String) - Static method in enum com.hazelcast.cluster.MemberAttributeOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.InMemoryFormat
-
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.EvictionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.MapStoreConfig.InitialLoadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.MaxSizeConfig.MaxSizePolicy
-
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.DistributedObjectEvent.EventType
-
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.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.core.MigrationEvent.MigrationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.mapreduce.JobPartitionState.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.mapreduce.TopologyChangedStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.nio.serialization.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.spi.ExceptionAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.transaction.TransactionOptions.TransactionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.hazelcast.cluster.MemberAttributeOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.InMemoryFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.EvictionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.MapStoreConfig.InitialLoadMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.MaxSizeConfig.MaxSizePolicy
-
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.DistributedObjectEvent.EventType
-
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.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() - Static method in enum com.hazelcast.core.MigrationEvent.MigrationStatus
-
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() - Method in interface com.hazelcast.core.ReplicatedMap
-
Returns a
Collection
view of the values contained in this map.
- values(Comparator<V>) - Method in interface com.hazelcast.core.ReplicatedMap
-
Returns a
Collection
view of the values contained in this map.
- values() - Method in interface com.hazelcast.core.TransactionalMap
-
- values(Predicate) - Method in interface com.hazelcast.core.TransactionalMap
-
- values(String) - Method in class com.hazelcast.jmx.MapMBean
-
- values() - Method in class com.hazelcast.jmx.ReplicatedMapMBean
-
- values() - Static method in enum com.hazelcast.mapreduce.JobPartitionState.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.mapreduce.TopologyChangedStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.nio.serialization.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.spi.ExceptionAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.transaction.TransactionOptions.TransactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueWrapper - Class in com.hazelcast.spring.mongodb
-
- ValueWrapper(Object) - Constructor for class com.hazelcast.spring.mongodb.ValueWrapper
-
- VersionAwareMapMergePolicy - Class in com.hazelcast.hibernate
-
- VersionAwareMapMergePolicy() - Constructor for class com.hazelcast.hibernate.VersionAwareMapMergePolicy
-
- VersionedPortable - Interface in com.hazelcast.nio.serialization
-
VersionedPortable is an extension to
Portable
to support per class version instead of a global serialization version.