Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abbreviation() - Method in enum class com.hazelcast.memory.MemoryUnit
 
AbstractBaseFactoryWithPropertiesConfig<T extends AbstractBaseFactoryWithPropertiesConfig<T>> - Class in com.hazelcast.config
Configuration base for config types with a factory class and its properties.
AbstractBaseFactoryWithPropertiesConfig() - Constructor for class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
 
AbstractClusterLoginConfig<T extends AbstractClusterLoginConfig<T>> - Class in com.hazelcast.config.security
Common configuration shared by authentication modules provided out-of-the box in Hazelcast.
AbstractClusterLoginConfig() - Constructor for class com.hazelcast.config.security.AbstractClusterLoginConfig
 
AbstractConfigBuilder - Class in com.hazelcast.config
 
AbstractConfigBuilder() - Constructor for class com.hazelcast.config.AbstractConfigBuilder
 
AbstractDiscoveryStrategy - Class in com.hazelcast.spi.discovery
A common abstract superclass for DiscoveryStrategy implementations, offering convenient access to configuration properties (which may be overridden on the system's environment or JVM properties), as well as a ILogger instance.
AbstractDiscoveryStrategy(ILogger, Map<String, Comparable>) - Constructor for class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
 
AbstractFactoryWithPropertiesConfig<T extends AbstractFactoryWithPropertiesConfig<T>> - Class in com.hazelcast.config
Configuration base for config types with a factory class and its properties.
AbstractFactoryWithPropertiesConfig() - Constructor for class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
 
AbstractIMapEvent - Class in com.hazelcast.map
The abstract class for a map event IMapEvent.
AbstractIMapEvent(Object, Member, int) - Constructor for class com.hazelcast.map.AbstractIMapEvent
Constructs a prototypical map Event.
AbstractLogger - Class in com.hazelcast.logging
Abstract ILogger implementation that provides implementations for convenience methods like finest, info, warning and severe.
AbstractLogger() - Constructor for class com.hazelcast.logging.AbstractLogger
 
AbstractPbeReplacer - Class in com.hazelcast.config.replacer
The common parent for ConfigReplacer implementations which allow to mask values by encrypting the value.
AbstractPbeReplacer() - Constructor for class com.hazelcast.config.replacer.AbstractPbeReplacer
 
AbstractSymmetricEncryptionConfig<T extends AbstractSymmetricEncryptionConfig> - Class in com.hazelcast.config
Base class for symmetric encryption configuration classes.
AbstractSymmetricEncryptionConfig() - Constructor for class com.hazelcast.config.AbstractSymmetricEncryptionConfig
 
AbstractXmlConfigBuilder - Class in com.hazelcast.config
Contains logic for replacing system variables in the XML file and importing XML files from different locations.
AbstractXmlConfigBuilder() - Constructor for class com.hazelcast.config.AbstractXmlConfigBuilder
 
AbstractXmlConfigBuilder.ConfigType - Enum Class in com.hazelcast.config
 
AbstractXmlConfigHelper - Class in com.hazelcast.config
Contains Hazelcast XML Configuration helper methods and variables.
AbstractXmlConfigHelper() - Constructor for class com.hazelcast.config.AbstractXmlConfigHelper
 
AbstractYamlConfigBuilder - Class in com.hazelcast.config
Contains logic for replacing system variables in the YAML file and importing YAML files from different locations.
AbstractYamlConfigBuilder() - Constructor for class com.hazelcast.config.AbstractYamlConfigBuilder
 
accept(ClientContext) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
accept(T) - Method in interface com.hazelcast.function.ConsumerEx
 
acceptEx(T) - Method in interface com.hazelcast.function.ConsumerEx
Exception-declaring version of Consumer.accept(T)
accumulate(I) - Method in interface com.hazelcast.aggregation.Aggregator
Accumulates the given entries.
acquire() - Method in interface com.hazelcast.cp.ISemaphore
Acquires a permit if one is available, and returns immediately, reducing the number of available permits by one.
acquire(int) - Method in interface com.hazelcast.cp.ISemaphore
Acquires the given number of permits if they are available, and returns immediately, reducing the number of available permits by the given amount.
ACTIVE - Enum constant in enum class com.hazelcast.cp.CPGroup.CPGroupStatus
A CP group is active after it is initialized with the first request sent to it, and before its destroy process is initialized.
add(E) - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Adds an item to the tail of the Ringbuffer.
addAddress(String...) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Adds given addresses to candidate address list that client will use to establish initial connection
addAllAsync(Collection<? extends E>, OverflowPolicy) - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Adds all the items of a collection to the tail of the Ringbuffer.
addAndGet(long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically adds the given value to the current value.
addAndGet(long) - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Adds the given value to the current value.
addAndGetAsync(long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically adds the given value to the current value.
addAsync(E, OverflowPolicy) - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Asynchronously writes an item with a configurable OverflowPolicy.
addAttribute(String) - Method in class com.hazelcast.config.IndexConfig
Adds an index attribute with the given.
addAttributeInternal(String) - Method in class com.hazelcast.config.IndexConfig
 
addBooleanArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addBooleanField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addByteArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addByteField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addCharArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addCharField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addClass(Class) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
addClass(Class<T>) - Method in class com.hazelcast.config.CompactSerializationConfig
Registers the class to be serialized with Compact serialization.
addClass(String) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
addClassDefinition(ClassDefinition) - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
addClasses(String...) - Method in class com.hazelcast.config.ClassFilter
 
addClientConfig(ClientConfig) - Method in class com.hazelcast.client.config.ClientFailoverConfig
Adds the client config to the end of the alternative client configurations list.
addDataSerializableFactory(int, DataSerializableFactory) - Method in class com.hazelcast.config.SerializationConfig
 
addDataSerializableFactoryClass(int, Class<? extends DataSerializableFactory>) - Method in class com.hazelcast.config.SerializationConfig
 
addDataSerializableFactoryClass(int, String) - Method in class com.hazelcast.config.SerializationConfig
 
addDateArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds an array of Date's to the class definition
addDateField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds a date field consisting of year, month of the year and day of the month to the class definition
addDecimalArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds an array of Decimal's to the class definition
addDecimalField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds a decimal which is arbitrary precision and scale floating-point number to the class definition
addDirectoryConfig(PersistentMemoryDirectoryConfig) - Method in class com.hazelcast.config.PersistentMemoryConfig
Adds the persistent memory directory configuration to be used to store memory structures allocated by native memory manager.
addDiscoveryStrategyConfig(DiscoveryStrategyConfig) - Method in class com.hazelcast.config.DiscoveryConfig
Adds an enabled DiscoveryStrategy configuration.
addDistributedObjectListener(DistributedObjectListener) - Method in interface com.hazelcast.core.HazelcastInstance
 
addDoubleArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addDoubleField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
ADDED - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if an entry is added.
ADDED - Enum constant in enum class com.hazelcast.core.ItemEventType
Fired when an item is added.
ADDED - Enum constant in enum class com.hazelcast.cp.event.CPMembershipEvent.EventType
Event type fired when a new CP member is added to the CP Subsystem.
addEntryListener(EntryListener<K, V>) - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Adds an entry listener for this map.
addEntryListener(EntryListener<K, V>, Predicate<K, V>) - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Adds a continuous entry listener for this map.
addEntryListener(EntryListener<K, V>, Predicate<K, V>, K) - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Adds a continuous entry listener for this map.
addEntryListener(EntryListener<K, V>, K) - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Adds the specified entry listener for the specified key.
addEntryListener(MapListener, boolean) - Method in interface com.hazelcast.map.IMap
Adds a MapListener for this map.
addEntryListener(MapListener, Predicate<K, V>, boolean) - Method in interface com.hazelcast.map.IMap
Adds a MapListener for this map.
addEntryListener(MapListener, Predicate<K, V>, K, boolean) - Method in interface com.hazelcast.map.IMap
Adds a MapListener for this map.
addEntryListener(MapListener, K, boolean) - Method in interface com.hazelcast.map.IMap
Adds a MapListener for this map.
addField(FieldDefinitionImpl) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addFlakeIdGeneratorConfig(ClientFlakeIdGeneratorConfig) - Method in class com.hazelcast.client.config.ClientConfig
Adds a flake ID generator configuration.
addFloatArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addFloatField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addGroupAvailabilityListener(CPGroupAvailabilityListener) - Method in interface com.hazelcast.cp.CPSubsystem
Registers a new CPGroupAvailabilityListener to listen CP group availability changes.
addGroupAvailabilityListener(CPGroupAvailabilityListener) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
addIndex(IndexConfig) - Method in interface com.hazelcast.map.IMap
Adds an index to this map for the specified entries so that queries can run faster.
addIndex(IndexType, String...) - Method in interface com.hazelcast.map.IMap
Convenient method to add an index to this map with the given type and attributes.
addIntArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addInterceptor(MapInterceptor) - Method in interface com.hazelcast.map.IMap
Adds an interceptor for this map.
addInterface(String) - Method in class com.hazelcast.config.InterfacesConfig
Adds a new interface
addIntField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addItemListener(ItemListener<E>, boolean) - Method in interface com.hazelcast.collection.ICollection
Adds an item listener for this collection.
addJar(File) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
addJar(String) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
String jarPath is searched in following order: 1.
addLabel(String) - Method in class com.hazelcast.client.config.ClientConfig
Adds a label for this client Client available
addLifecycleListener(LifecycleListener) - Method in interface com.hazelcast.core.LifecycleService
Add a listener object to listen for lifecycle events.
addListenerConfig(ListenerConfig) - Method in class com.hazelcast.client.config.ClientConfig
Helper method to add a new ListenerConfig
addLoginModuleConfig(LoginModuleConfig) - Method in class com.hazelcast.config.security.JaasAuthenticationConfig
 
addLongArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addLongField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addMember(Member) - Method in interface com.hazelcast.spi.partitiongroup.MemberGroup
 
addMember(String) - Method in class com.hazelcast.config.TcpIpConfig
Adds a 'well known' member.
addMembers(Collection<Member>) - Method in interface com.hazelcast.spi.partitiongroup.MemberGroup
 
addMembershipListener(MembershipListener) - Method in interface com.hazelcast.cluster.Cluster
Adds MembershipListener to listen for membership updates.
addMembershipListener(CPMembershipListener) - Method in interface com.hazelcast.cp.CPSubsystem
Registers a new CPMembershipListener to listen CP membership changes.
addMembershipListener(CPMembershipListener) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
addMessageListener(MessageListener<E>) - Method in interface com.hazelcast.topic.ITopic
Subscribes to this topic.
addMigrationListener(MigrationListener) - Method in interface com.hazelcast.partition.PartitionService
Adds a MigrationListener.
addNearCacheConfig(NearCacheConfig) - Method in class com.hazelcast.client.config.ClientConfig
Helper method to add a new NearCacheConfig
addOutboundPort(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Add outbound port to the outbound port list
addOutboundPortDefinition(String) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Add outbound port definition to the outbound port definition list
addPackages(String...) - Method in class com.hazelcast.config.ClassFilter
 
addPartitionLostListener(MapPartitionLostListener) - Method in interface com.hazelcast.map.IMap
Adds a MapPartitionLostListener.
addPartitionLostListener(PartitionLostListener) - Method in interface com.hazelcast.partition.PartitionService
Adds a PartitionLostListener.
addPortableArrayField(String, ClassDefinition) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addPortableFactory(int, PortableFactory) - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
addPortableFactoryClass(int, Class<? extends PortableFactory>) - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
addPortableFactoryClass(int, String) - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
addPortableField(String, ClassDefinition) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addPrefixes(String...) - Method in class com.hazelcast.config.ClassFilter
 
addProperty(String, Comparable) - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
addProxyFactoryConfig(ProxyFactoryConfig) - Method in class com.hazelcast.client.config.ClientConfig
Helper method to add a new ProxyFactoryConfig
addRealmConfig(String, RealmConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
addReliableTopicConfig(ClientReliableTopicConfig) - Method in class com.hazelcast.client.config.ClientConfig
Adds a ClientReliableTopicConfig.
Address - Class in com.hazelcast.cluster
Represents an address of a member in the cluster.
Address() - Constructor for class com.hazelcast.cluster.Address
 
Address(Address) - Constructor for class com.hazelcast.cluster.Address
 
Address(String, int) - Constructor for class com.hazelcast.cluster.Address
 
Address(String, InetAddress, int) - Constructor for class com.hazelcast.cluster.Address
 
Address(InetAddress, int) - Constructor for class com.hazelcast.cluster.Address
 
Address(InetSocketAddress) - Constructor for class com.hazelcast.cluster.Address
Creates a new Address
addSerializer(CompactSerializer<T>) - Method in class com.hazelcast.config.CompactSerializationConfig
Registers the given Compact serializer.
addSerializerConfig(SerializerConfig) - Method in class com.hazelcast.config.SerializationConfig
 
addShortArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addShortField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addStringArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addStringField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
addTimeArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds an array of Time's to the class definition
addTimeField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds a time field consisting of hour, minute, seconds and nanos parts to the class definition
addTimestampArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds an array of Timestamp's to the class definition
addTimestampField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds a timestamp field consisting of year, month of the year, day of the month, hour, minute, seconds, nanos parts to the class definition
addTimestampWithTimezoneArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds an array of TimestampWithTimezone's to the class definition
addTimestampWithTimezoneField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
Adds a timestamp with timezone field consisting of year, month of the year, day of the month, offset seconds, hour, minute, seconds, nanos parts to the class definition
addUser(String, SimpleAuthenticationConfig.UserDto) - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
Adds one user to the configuration.
addUser(String, String, String...) - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
Adds one user to the configuration.
addUTFArrayField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
for the sake of better naming. Use ClassDefinitionBuilder.addStringArrayField(String) instead.
addUTFField(String) - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
for the sake of better naming. Use ClassDefinitionBuilder.addStringField(String) instead.
afterGet(Object) - Method in interface com.hazelcast.map.MapInterceptor
Called after the get(...) operation is completed.
afterPut(Object) - Method in interface com.hazelcast.map.MapInterceptor
Called after the put(...) operation is completed.
afterRemove(Object) - Method in interface com.hazelcast.map.MapInterceptor
Called after the remove(...) operation is completed.
aggregate() - Method in interface com.hazelcast.aggregation.Aggregator
Returns the result of the aggregation.
aggregate(Aggregator<? super Map.Entry<K, V>, R>) - Method in interface com.hazelcast.map.IMap
Applies the aggregation logic on all map entries and returns the result
aggregate(Aggregator<? super Map.Entry<K, V>, R>, Predicate<K, V>) - Method in interface com.hazelcast.map.IMap
Applies the aggregation logic on map entries filtered with the Predicated and returns the result
Aggregator<I,R> - Interface in com.hazelcast.aggregation
Defines a contract for all aggregators.
Aggregators - Class in com.hazelcast.aggregation
A utility class to create basic Aggregator instances.
allReplicasInPartitionLost() - Method in interface com.hazelcast.partition.PartitionLostEvent
Returns true if all replicas of a partition are lost
alter(IFunction<E, E>) - Method in interface com.hazelcast.cp.IAtomicReference
Alters the currently stored reference by applying a function on it.
alter(IFunction<Long, Long>) - Method in interface com.hazelcast.cp.IAtomicLong
Alters the currently stored value by applying a function on it.
alterAndGet(IFunction<E, E>) - Method in interface com.hazelcast.cp.IAtomicReference
Alters the currently stored reference by applying a function on it and gets the result.
alterAndGet(IFunction<Long, Long>) - Method in interface com.hazelcast.cp.IAtomicLong
Alters the currently stored value by applying a function on it and gets the result.
alterAndGetAsync(IFunction<E, E>) - Method in interface com.hazelcast.cp.IAtomicReference
Alters the currently stored reference by applying a function on it and gets the result.
alterAndGetAsync(IFunction<Long, Long>) - Method in interface com.hazelcast.cp.IAtomicLong
Alters the currently stored value by applying a function on it and gets the result.
alterAsync(IFunction<E, E>) - Method in interface com.hazelcast.cp.IAtomicReference
Alters the currently stored reference by applying a function on it.
alterAsync(IFunction<Long, Long>) - Method in interface com.hazelcast.cp.IAtomicLong
Alters the currently stored value by applying a function on it.
alwaysFalse() - Static method in class com.hazelcast.query.Predicates
Creates an always false predicate that will filter out all items.
alwaysTrue() - Static method in class com.hazelcast.query.Predicates
Creates an always true predicate that will pass all items.
and(MemberSelector...) - Static method in class com.hazelcast.cluster.memberselector.MemberSelectors
Selects a member when all of the selectors succeed
and(Predicate) - Method in interface com.hazelcast.query.PredicateBuilder
 
and(Predicate...) - Static method in class com.hazelcast.query.Predicates
Creates an and predicate that will perform the logical and operation on the given predicates.
andThen(ConsumerEx<? super T>) - Method in interface com.hazelcast.function.ConsumerEx
andThen(FunctionEx<? super R, ? extends V>) - Method in interface com.hazelcast.function.BiFunctionEx
andThen(FunctionEx<? super R, ? extends V>) - Method in interface com.hazelcast.function.FunctionEx
andThen(FunctionEx<? super T, ? extends V>) - Method in interface com.hazelcast.function.SupplierEx
appendLabels(Set<String>) - Method in class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
 
appendProperties(Map<String, ? extends Comparable>) - Method in class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
 
appendProperties(Properties) - Method in class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
 
apply(IFunction<E, R>) - Method in interface com.hazelcast.cp.IAtomicReference
Applies a function on the value, the actual stored value will not change.
apply(IFunction<Long, R>) - Method in interface com.hazelcast.cp.IAtomicLong
Applies a function on the value, the actual stored value will not change.
apply(Map.Entry<K, V>) - Method in interface com.hazelcast.query.Predicate
Applies this predicate to the given map entry.
apply(T) - Method in interface com.hazelcast.core.IFunction
 
apply(T) - Method in interface com.hazelcast.function.FunctionEx
 
apply(T, U) - Method in interface com.hazelcast.function.BiFunctionEx
 
applyAsync(IFunction<E, R>) - Method in interface com.hazelcast.cp.IAtomicReference
Applies a function on the value, the actual stored value will not change.
applyAsync(IFunction<Long, R>) - Method in interface com.hazelcast.cp.IAtomicLong
Applies a function on the value, the actual stored value will not change.
applyEx(T) - Method in interface com.hazelcast.function.FunctionEx
Exception-declaring version of Function.apply(T).
applyEx(T, U) - Method in interface com.hazelcast.function.BiFunctionEx
Exception-declaring version of BiFunction.apply(T, U).
ARRAY_OF_BOOLEAN - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_CHAR - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Deprecated.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
ARRAY_OF_COMPACT - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
ARRAY_OF_DATE - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_DECIMAL - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_FLOAT32 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_FLOAT64 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_INT16 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_INT32 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_INT64 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_INT8 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_NULLABLE_BOOLEAN - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
ARRAY_OF_NULLABLE_FLOAT32 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
ARRAY_OF_NULLABLE_FLOAT64 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
ARRAY_OF_NULLABLE_INT16 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
ARRAY_OF_NULLABLE_INT32 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
ARRAY_OF_NULLABLE_INT64 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
ARRAY_OF_NULLABLE_INT8 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
ARRAY_OF_PORTABLE - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
ARRAY_OF_STRING - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_TIME - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_TIMESTAMP - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
ARRAY_OF_TIMESTAMP_WITH_TIMEZONE - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
asCredentialsFactory() - Method in class com.hazelcast.config.security.RealmConfig
 
asCredentialsFactory(ClassLoader) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
asCredentialsFactory(ClassLoader) - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
asCredentialsFactory(ClassLoader) - Method in class com.hazelcast.config.security.CredentialsIdentityConfig
 
asCredentialsFactory(ClassLoader) - Method in interface com.hazelcast.config.security.IdentityConfig
Converts current configuration to a ICredentialsFactory instance.
asCredentialsFactory(ClassLoader) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
asCredentialsFactory(ClassLoader) - Method in class com.hazelcast.config.security.TokenIdentityConfig
 
asCredentialsFactory(ClassLoader) - Method in class com.hazelcast.config.security.UsernamePasswordIdentityConfig
 
asLoginModuleConfigs() - Method in interface com.hazelcast.config.security.AuthenticationConfig
Converts current configuration to stack of login modules.
asLoginModuleConfigs() - Method in class com.hazelcast.config.security.DefaultAuthenticationConfig
 
asLoginModuleConfigs() - Method in class com.hazelcast.config.security.JaasAuthenticationConfig
 
asLoginModuleConfigs() - Method in class com.hazelcast.config.security.RealmConfig
 
asLoginModuleConfigs() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
 
asLoginModuleConfigs() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
 
asVersion() - Method in class com.hazelcast.version.MemberVersion
 
ASYNC - Enum constant in enum class com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
Reconnect to cluster without blocking invocations.
ATOMIC_LONG - Static variable in interface com.hazelcast.cp.CPSubsystem
Constant identifying service for IAtomicLong, to be used with CPSubsystem.getObjectInfos(CPGroupId, String)
ATOMIC_REFERENCE - Static variable in interface com.hazelcast.cp.CPSubsystem
Constant identifying service for IAtomicReference, to be used with CPSubsystem.getObjectInfos(CPGroupId, String)
ATTRIBUTE - Enum constant in enum class com.hazelcast.config.security.LdapRoleMappingMode
Role name in user object attribute.
AuthenticationConfig - Interface in com.hazelcast.config.security
This interface represents authentication configuration in a security realm.
AuthenticationException - Exception in com.hazelcast.client
A HazelcastException that is thrown when there is an Authentication failure: e.g.
AuthenticationException() - Constructor for exception com.hazelcast.client.AuthenticationException
Creates a AuthenticationException with a default message.
AuthenticationException(String) - Constructor for exception com.hazelcast.client.AuthenticationException
Creates a AuthenticationException with the given message.
AutoDetectionConfig - Class in com.hazelcast.config
Configuration for the Discovery Strategy Auto Detection.
AutoDetectionConfig() - Constructor for class com.hazelcast.config.AutoDetectionConfig
 
AutoDisposableTask - Interface in com.hazelcast.scheduledexecutor
The AutoDisposableTask interface should be implemented by any single run task which is to be destroyed automatically after execution
availabilityDecreased(CPGroupAvailabilityEvent) - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityListener
Called when a CP group's availability decreases, but still has the majority of members available.
available() - Method in class com.hazelcast.config.ConfigStream
 
availablePermits() - Method in interface com.hazelcast.cp.ISemaphore
Returns the current number of permits currently available in this semaphore.
await(long, TimeUnit) - Method in interface com.hazelcast.cp.ICountDownLatch
Causes the current thread to wait until the latch has counted down to zero, or an exception is thrown, or the specified waiting time elapses.

B

BACKPRESSURE_BACKOFF_TIMEOUT_MILLIS - Static variable in class com.hazelcast.client.properties.ClientProperty
Control the maximum timeout in millis to wait for an invocation space to be available.
BACKPRESSURE_ENABLED - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Using back pressure, you can prevent an overload of pending asynchronous backups.
BASE64 - Enum constant in enum class com.hazelcast.config.security.TokenEncoding
Base64 token encoding.
BaseMap<K,V> - Interface in com.hazelcast.map
Base interface for Hazelcast distributed maps.
BaseMetricsConfig<T extends BaseMetricsConfig> - Class in com.hazelcast.config
Base class of configuration options specific to metrics collection.
BaseMetricsConfig() - Constructor for class com.hazelcast.config.BaseMetricsConfig
 
BaseMetricsConfig(BaseMetricsConfig) - Constructor for class com.hazelcast.config.BaseMetricsConfig
 
BaseQueue<E> - Interface in com.hazelcast.collection
Base interface for Hazelcast distributed queues.
Beta - Annotation Interface in com.hazelcast.spi.annotation
An element annotated with this annotation is considered beta status.
between(Comparable, Comparable) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
between(String, Comparable, Comparable) - Static method in class com.hazelcast.query.Predicates
Creates a between predicate that will pass items if the value stored under the given item attribute is contained inside the given range.
BiFunctionEx<T,U,R> - Interface in com.hazelcast.function
Serializable variant of java.util.function.BiFunction which declares checked exception.
bigDecimalAvg() - Static method in class com.hazelcast.aggregation.Aggregators
 
bigDecimalAvg(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
bigDecimalMax() - Static method in class com.hazelcast.aggregation.Aggregators
 
bigDecimalMax(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
bigDecimalMin() - Static method in class com.hazelcast.aggregation.Aggregators
 
bigDecimalMin(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
bigDecimalSum() - Static method in class com.hazelcast.aggregation.Aggregators
 
bigDecimalSum(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
bigIntegerAvg() - Static method in class com.hazelcast.aggregation.Aggregators
 
bigIntegerAvg(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
bigIntegerMax() - Static method in class com.hazelcast.aggregation.Aggregators
 
bigIntegerMax(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
bigIntegerMin() - Static method in class com.hazelcast.aggregation.Aggregators
 
bigIntegerMin(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
bigIntegerSum() - Static method in class com.hazelcast.aggregation.Aggregators
 
bigIntegerSum(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
BINARY - Enum constant in enum class com.hazelcast.config.InMemoryFormat
As Binary
BITMAP - Enum constant in enum class com.hazelcast.config.IndexType
Bitmap index.
BitmapIndexOptions - Class in com.hazelcast.config
Configures indexing options specific to bitmap indexes.
BitmapIndexOptions() - Constructor for class com.hazelcast.config.BitmapIndexOptions
Constructs a new bitmap index options instance with all options set to default values.
BitmapIndexOptions(BitmapIndexOptions) - Constructor for class com.hazelcast.config.BitmapIndexOptions
Constructs a new bitmap index options instance by copying the passed bitmap index options.
BitmapIndexOptions.UniqueKeyTransformation - Enum Class in com.hazelcast.config
Defines an assortment of transformations which can be applied to unique key values.
BLOCK - Enum constant in enum class com.hazelcast.topic.TopicOverloadPolicy
The caller will wait till there space in the ringbuffer.
BOOLEAN - Enum constant in enum class com.hazelcast.config.properties.PropertyTypeConverter
TypeConverter to convert an input string to an output boolean
BOOLEAN - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
BOOLEAN - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
BOOLEAN_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
BTreeIndexConfig - Class in com.hazelcast.config
Configuration options specific for B-Tree indexes.
BTreeIndexConfig() - Constructor for class com.hazelcast.config.BTreeIndexConfig
 
BTreeIndexConfig(BTreeIndexConfig) - Constructor for class com.hazelcast.config.BTreeIndexConfig
 
build() - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
build() - Method in class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
build() - Method in class com.hazelcast.client.config.YamlClientConfigBuilder
 
build() - Method in class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
 
build() - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
build() - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
 
build(ClientFailoverConfig) - Method in class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
build(ClassLoader) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
build(ClassLoader) - Method in class com.hazelcast.client.config.YamlClientConfigBuilder
 
BYTE - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
BYTE_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
ByteArraySerializer<T> - Interface in com.hazelcast.nio.serialization
For sample usage custom serialization and other way of custom serialization see StreamSerializer.
bytes() - Method in class com.hazelcast.memory.Capacity
Returns value of the capacity in bytes.
BYTES - Enum constant in enum class com.hazelcast.memory.MemoryUnit
MemoryUnit in bytes

C

CACHE_ON_UPDATE - Enum constant in enum class com.hazelcast.config.NearCacheConfig.LocalUpdatePolicy
While local remove immediately invalidates Near Cache, local put adds new value to it.
CacheEntryView<K,V> - Interface in com.hazelcast.cache
Entry info for cache record.
CallerNotMemberException - Exception in com.hazelcast.spi.exception
A RetryableHazelcastException that indicates that an operation was sent by a machine which isn't member in the cluster when the operation is executed.
CallerNotMemberException(String) - Constructor for exception com.hazelcast.spi.exception.CallerNotMemberException
 
cancel(boolean) - Method in interface com.hazelcast.scheduledexecutor.IScheduledFuture
Attempts to cancel further scheduling of this task.
canGetNextDataMember() - Method in interface com.hazelcast.client.LoadBalancer
Deprecated.
Since 5.0, the method is unused
CannotReplicateException - Exception in com.hazelcast.cp.exception
A CPSubsystemException which is thrown when an entry cannot be replicated, which can occur in one of the following cases: a member leaves the CP group CP group itself is terminated a membership change is requested before an entry is committed on a term
CannotReplicateException(RaftEndpoint) - Constructor for exception com.hazelcast.cp.exception.CannotReplicateException
 
capacity() - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Returns the capacity of this Ringbuffer.
Capacity - Class in com.hazelcast.memory
Capacity represents a memory capacity with given value and MemoryUnit.
Capacity(long) - Constructor for class com.hazelcast.memory.Capacity
 
Capacity(long, MemoryUnit) - Constructor for class com.hazelcast.memory.Capacity
 
CHAR - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Deprecated.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
CHAR - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
CHAR_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
ClassDefinition - Interface in com.hazelcast.nio.serialization
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
ClassDefinitionBuilder - Class in com.hazelcast.nio.serialization
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
ClassDefinitionBuilder(int, int) - Constructor for class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
IMPORTANT: It uses a default portableVersion (0) for non-versioned classes.
ClassDefinitionBuilder(int, int, int) - Constructor for class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
IMPORTANT: Make sure that the version matches the portableVersion in the SerializationService
ClassDefinitionBuilder(PortableId) - Constructor for class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
IMPORTANT: Make sure that the version matches the portableVersion in the SerializationService
ClassFilter - Class in com.hazelcast.config
Holds blacklist and whitelist configuration in java deserialization configuration.
ClassFilter() - Constructor for class com.hazelcast.config.ClassFilter
 
ClassFilter(ClassFilter) - Constructor for class com.hazelcast.config.ClassFilter
 
className - Variable in class com.hazelcast.config.ListenerConfig
 
ClassNameFilter - Interface in com.hazelcast.nio.serialization
Allows to intercept class resolution during deserialization based on class name.
clear() - Method in class com.hazelcast.config.InterfacesConfig
clears all interfaces.
clear() - Method in class com.hazelcast.config.TcpIpConfig
Removes all members.
clear() - Method in interface com.hazelcast.cp.IAtomicReference
Clears the current stored reference.
clear() - Method in interface com.hazelcast.map.IMap
Clears the map and deletes the items from the backing map store.
clear() - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
The clear operation wipes data out of the replicated maps.
CLEAR_ALL - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if all entries are cleared.
clearAsync() - Method in interface com.hazelcast.cp.IAtomicReference
Clears the current stored reference.
clearLoadedLoggers() - Method in class com.hazelcast.logging.LoggerFactorySupport
 
Client - Interface in com.hazelcast.client
The Client interface allows to get information about a connected client's socket address, type and UUID.
CLIENT - Enum constant in enum class com.hazelcast.config.AbstractXmlConfigBuilder.ConfigType
 
CLIENT - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceMode
This instance is a Hazelcast client instance.
CLIENT_CHANGED_CLUSTER - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when a client is connected to a new cluster.
CLIENT_CONNECTED - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when a client is connected to the cluster.
CLIENT_CONNECTIVITY_LOGGING_DELAY_SECONDS - Static variable in class com.hazelcast.client.properties.ClientProperty
Sets the client connectivity logging delay in seconds.
CLIENT_DISCONNECTED - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when a client is disconnected from the cluster.
CLIENT_FAILOVER - Enum constant in enum class com.hazelcast.config.AbstractXmlConfigBuilder.ConfigType
 
CLIENT_PROTOCOL_UNVERIFIED_MESSAGE_BYTES - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Client protocol message size limit (in bytes) for unverified connections (i.e.
ClientClasspathXmlConfig - Class in com.hazelcast.client.config
A ClientConfig which is initialized by loading an XML configuration file from the classpath.
ClientClasspathXmlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientClasspathXmlConfig
Creates a config which is loaded from a classpath resource.
ClientClasspathXmlConfig(String) - Constructor for class com.hazelcast.client.config.ClientClasspathXmlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread() contextClassLoader.
ClientClasspathXmlConfig(String, Properties) - Constructor for class com.hazelcast.client.config.ClientClasspathXmlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread() contextClassLoader.
ClientClasspathYamlConfig - Class in com.hazelcast.client.config
A ClientConfig which is initialized by loading an YAML configuration file from the classpath.
ClientClasspathYamlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientClasspathYamlConfig
Creates a config which is loaded from a classpath resource.
ClientClasspathYamlConfig(String) - Constructor for class com.hazelcast.client.config.ClientClasspathYamlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread() contextClassLoader.
ClientClasspathYamlConfig(String, Properties) - Constructor for class com.hazelcast.client.config.ClientClasspathYamlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread() contextClassLoader.
ClientConfig - Class in com.hazelcast.client.config
Main configuration to setup a Hazelcast Client
ClientConfig() - Constructor for class com.hazelcast.client.config.ClientConfig
 
ClientConfig(ClientConfig) - Constructor for class com.hazelcast.client.config.ClientConfig
 
ClientConfigRecognizer - Class in com.hazelcast.client.config
ConfigRecognizer implementation that recognizes Hazelcast client declarative configurations based on an extensible set of built-in ConfigRecognizer implementations.
ClientConfigRecognizer() - Constructor for class com.hazelcast.client.config.ClientConfigRecognizer
Constructs an instance with the built-in set of ConfigRecognizer implementations only.
ClientConfigRecognizer(ConfigRecognizer...) - Constructor for class com.hazelcast.client.config.ClientConfigRecognizer
Constructs an instance with the built-in set of ConfigRecognizer implementations extended with ones provided in customRecognizers.
ClientConfigXmlGenerator - Class in com.hazelcast.client.config
The ClientConfigXmlGenerator is responsible for transforming a ClientConfig to a Hazelcast Client XML string.
ClientConnectionStrategyConfig - Class in com.hazelcast.client.config
Client connection strategy configuration is used for setting custom strategies and configuring strategy parameters.
ClientConnectionStrategyConfig() - Constructor for class com.hazelcast.client.config.ClientConnectionStrategyConfig
 
ClientConnectionStrategyConfig(ClientConnectionStrategyConfig) - Constructor for class com.hazelcast.client.config.ClientConnectionStrategyConfig
 
ClientConnectionStrategyConfig.ReconnectMode - Enum Class in com.hazelcast.client.config
Reconnect options.
ClientFailoverClasspathXmlConfig - Class in com.hazelcast.client.config
A ClientFailoverConfig which is initialized by loading an XML configuration file from the classpath.
ClientFailoverClasspathXmlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientFailoverClasspathXmlConfig
Creates a config which is loaded from a classpath resource.
ClientFailoverClasspathXmlConfig(String) - Constructor for class com.hazelcast.client.config.ClientFailoverClasspathXmlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread() contextClassLoader.
ClientFailoverClasspathXmlConfig(String, Properties) - Constructor for class com.hazelcast.client.config.ClientFailoverClasspathXmlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread() contextClassLoader.
ClientFailoverClasspathYamlConfig - Class in com.hazelcast.client.config
A ClientFailoverConfig which is initialized by loading a YAML configuration file from the classpath.
ClientFailoverClasspathYamlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientFailoverClasspathYamlConfig
Creates a config which is loaded from a classpath resource.
ClientFailoverClasspathYamlConfig(String) - Constructor for class com.hazelcast.client.config.ClientFailoverClasspathYamlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread() contextClassLoader.
ClientFailoverClasspathYamlConfig(String, Properties) - Constructor for class com.hazelcast.client.config.ClientFailoverClasspathYamlConfig
Creates a config which is loaded from a classpath resource using the Thread.currentThread() contextClassLoader.
ClientFailoverConfig - Class in com.hazelcast.client.config
Config class to configure multiple client configs to be used by single client instance.
ClientFailoverConfig() - Constructor for class com.hazelcast.client.config.ClientFailoverConfig
 
ClientFailoverConfigRecognizer - Class in com.hazelcast.client.config
ConfigRecognizer implementation that recognizes Hazelcast client failover declarative configurations based on an extensible set of built-in ConfigRecognizer implementations.
ClientFailoverConfigRecognizer() - Constructor for class com.hazelcast.client.config.ClientFailoverConfigRecognizer
Constructs an instance with the built-in set of ConfigRecognizer implementations only.
ClientFailoverConfigRecognizer(ConfigRecognizer...) - Constructor for class com.hazelcast.client.config.ClientFailoverConfigRecognizer
Constructs an instance with the built-in set of ConfigRecognizer implementations extended with ones provided in customRecognizers.
ClientFlakeIdGeneratorConfig - Class in com.hazelcast.client.config
The ClientFlakeIdGeneratorConfig contains the configuration for the client regarding Flake ID Generator.
ClientFlakeIdGeneratorConfig(ClientFlakeIdGeneratorConfig) - Constructor for class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Copy-constructor
ClientFlakeIdGeneratorConfig(String) - Constructor for class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
ClientIcmpPingConfig - Class in com.hazelcast.client.config
Configuration for icmp ping failure detector of clients.
ClientIcmpPingConfig() - Constructor for class com.hazelcast.client.config.ClientIcmpPingConfig
 
ClientIcmpPingConfig(ClientIcmpPingConfig) - Constructor for class com.hazelcast.client.config.ClientIcmpPingConfig
 
ClientMetricsConfig - Class in com.hazelcast.client.config
Client-side metrics collection configuration.
ClientMetricsConfig() - Constructor for class com.hazelcast.client.config.ClientMetricsConfig
 
ClientMetricsConfig(ClientMetricsConfig) - Constructor for class com.hazelcast.client.config.ClientMetricsConfig
 
ClientNetworkConfig - Class in com.hazelcast.client.config
Contains configuration parameters for client network related behaviour
ClientNetworkConfig() - Constructor for class com.hazelcast.client.config.ClientNetworkConfig
 
ClientNetworkConfig(ClientNetworkConfig) - Constructor for class com.hazelcast.client.config.ClientNetworkConfig
 
ClientNotAllowedInClusterException - Exception in com.hazelcast.client
A HazelcastException that is thrown when the client can not use a cluster.
ClientNotAllowedInClusterException(String) - Constructor for exception com.hazelcast.client.ClientNotAllowedInClusterException
Creates a ClientNotAllowedInClusterException with the given message.
ClientOutOfMemoryHandler - Class in com.hazelcast.client
To clear resources of the client upon OutOfMemory
ClientOutOfMemoryHandler() - Constructor for class com.hazelcast.client.ClientOutOfMemoryHandler
 
ClientOutOfMemoryHandler(double) - Constructor for class com.hazelcast.client.ClientOutOfMemoryHandler
 
ClientOutOfMemoryHandler(double, MemoryInfoAccessor) - Constructor for class com.hazelcast.client.ClientOutOfMemoryHandler
 
ClientProperty - Class in com.hazelcast.client.properties
Defines the name and default value for Hazelcast Client properties.
ClientReliableTopicConfig - Class in com.hazelcast.client.config
Contains the ReliableTopic configuration for a client.
ClientReliableTopicConfig() - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
 
ClientReliableTopicConfig(ClientReliableTopicConfig) - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
Create a clone of given reliable topic
ClientReliableTopicConfig(String) - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
Creates a new ReliableTopicConfig with default settings.
ClientSecurityConfig - Class in com.hazelcast.client.config
Contains the security configuration for the client.
ClientSecurityConfig() - Constructor for class com.hazelcast.client.config.ClientSecurityConfig
 
ClientSecurityConfig(ClientSecurityConfig) - Constructor for class com.hazelcast.client.config.ClientSecurityConfig
 
ClientUserCodeDeploymentConfig - Class in com.hazelcast.client.config
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.4, "User Code Deployment" is replaced by the "User Code Namespaces" feature UserCodeNamespacesConfig
ClientUserCodeDeploymentConfig() - Constructor for class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
ClientUserCodeDeploymentConfig(ClientUserCodeDeploymentConfig) - Constructor for class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
close() - Method in class com.hazelcast.config.ConfigStream
 
close() - Method in class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
 
CLOUD_VM - Enum constant in enum class com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
VM Machine level, for example, hazelcast-aws or hazelcast-azure.
Cluster - Interface in com.hazelcast.cluster
Hazelcast cluster interface.
ClusterProperty - Class in com.hazelcast.spi.properties
Defines the name and default value for Hazelcast properties.
ClusterRoutingConfig - Class in com.hazelcast.client.config
Config for client routing and associated options.
ClusterRoutingConfig() - Constructor for class com.hazelcast.client.config.ClusterRoutingConfig
 
ClusterRoutingConfig(ClusterRoutingConfig) - Constructor for class com.hazelcast.client.config.ClusterRoutingConfig
 
collectionFrequencySeconds - Variable in class com.hazelcast.config.BaseMetricsConfig
 
com.hazelcast.aggregation - package com.hazelcast.aggregation
Contains classes related to aggregations.
com.hazelcast.cache - package com.hazelcast.cache
This package contains the public API extension for Hazelcast JCache, the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
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.properties - package com.hazelcast.client.properties
Contains the Hazelcast client properties implementation.
com.hazelcast.client.soaktest - package com.hazelcast.client.soaktest
Soak test package for the client
com.hazelcast.client.soaktest.listener - package com.hazelcast.client.soaktest.listener
Soak test Map Listener
com.hazelcast.cluster - package com.hazelcast.cluster
This package contains the cluster functionality.
com.hazelcast.cluster.memberselector - package com.hazelcast.cluster.memberselector
This package contains several MemberSelector implementations.
com.hazelcast.collection - package com.hazelcast.collection
This package contains classes to support the collection API.
com.hazelcast.config - package com.hazelcast.config
Provides classes for configuring HazelcastInstance.
com.hazelcast.config.matcher - package com.hazelcast.config.matcher
Provides implementations for ConfigPatternMatcher.
com.hazelcast.config.properties - package com.hazelcast.config.properties
This package contains the public API for properties defined in the XML configuration.
com.hazelcast.config.replacer - package com.hazelcast.config.replacer
This package contains the public API and default implementation of variable replacers for configuration files.
com.hazelcast.config.replacer.spi - package com.hazelcast.config.replacer.spi
This package contains the SPI for configuration files variable replacers.
com.hazelcast.config.security - package com.hazelcast.config.security
Provides classes for configuring security realms in Hazelcast.
com.hazelcast.core - package com.hazelcast.core
Provides core API interfaces/classes.
com.hazelcast.cp - package com.hazelcast.cp
Contains public APIs of CP Subsystem
com.hazelcast.cp.event - package com.hazelcast.cp.event
Contains definitions of CP Subsystem events and listeners.
com.hazelcast.cp.exception - package com.hazelcast.cp.exception
Contains exceptions that can be thrown by APIs of CP Subsystem
com.hazelcast.cp.lock - package com.hazelcast.cp.lock
Contains locking APIs of CP Subsystem
com.hazelcast.cp.lock.exception - package com.hazelcast.cp.lock.exception
Contains exception classes related to the locking API of CP Subsystem
com.hazelcast.crdt - package com.hazelcast.crdt
This package contains the common classes for CRDT (conflict-free replicated data type) implementations based on the Hazelcast infrastructure.
com.hazelcast.crdt.pncounter - package com.hazelcast.crdt.pncounter
This package contains the PN (Positive-Negative) CRDT counter interface.
com.hazelcast.flakeidgen - package com.hazelcast.flakeidgen
This package contains Flake ID Generator functionality for Hazelcast.
com.hazelcast.function - package com.hazelcast.function
Serializable and exception-declaring variants of functional interfaces from java.util.function.
com.hazelcast.logging - package com.hazelcast.logging
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons logging, so that different logging frameworks like log4j, can be hooked in.
com.hazelcast.map - package com.hazelcast.map
Contains Hazelcast map module classes.
com.hazelcast.map.listener - package com.hazelcast.map.listener
Contains various MapListener interfaces.
com.hazelcast.memory - package com.hazelcast.memory
Provides classes/interfaces for memory utilities, heap/native memory storage support.
com.hazelcast.nearcache - package com.hazelcast.nearcache
This package contains public API for near cache.
com.hazelcast.nio - package com.hazelcast.nio
Contains interfaces/classes related to serialization, such as serializer interfaces, input/output streams.
com.hazelcast.nio.serialization - package com.hazelcast.nio.serialization
Contains interfaces/classes related to serialization, such as serializer interfaces, input/output streams.
com.hazelcast.nio.serialization.compact - package com.hazelcast.nio.serialization.compact
This package contains APIs for the Compact Serialization.
com.hazelcast.nio.serialization.genericrecord - package com.hazelcast.nio.serialization.genericrecord
This package contains APIs for the GenericRecords.
com.hazelcast.partition - package com.hazelcast.partition
Contains the partition logic for Hazelcast.
com.hazelcast.partition.strategy - package com.hazelcast.partition.strategy
Packages contains different partitioning strategies.
com.hazelcast.projection - package com.hazelcast.projection
Contains classes related to projections.
com.hazelcast.query - package com.hazelcast.query
Contains interfaces/classes related to Hazelcast query and indexing support.
com.hazelcast.replicatedmap - package com.hazelcast.replicatedmap
Classes for replicated map.
com.hazelcast.ringbuffer - package com.hazelcast.ringbuffer
Contains the API for the Ringbuffer.
com.hazelcast.scheduledexecutor - package com.hazelcast.scheduledexecutor
This package contains ScheduledExecutorService functionality for Hazelcast.
com.hazelcast.security - package com.hazelcast.security
Provides classes for configuring security realms in Hazelcast.
com.hazelcast.spi.annotation - package com.hazelcast.spi.annotation
Contains annotations for Hazelcast SPI.
com.hazelcast.spi.discovery - package com.hazelcast.spi.discovery
This package contains the public SPI for vendors and users to implement their custom node / IP discovery strategy.
com.hazelcast.spi.discovery.integration - package com.hazelcast.spi.discovery.integration
This package contains the public part of the integrators SPI and is meant for people that integrate Hazelcast into their own systems or frameworks and cannot use the default discovery service implementation (for example using a different DiscoveryStrategy lookup strategy like OSGi).
com.hazelcast.spi.discovery.multicast - package com.hazelcast.spi.discovery.multicast
Contains the hazelcast multicast plugin classes
com.hazelcast.spi.eviction - package com.hazelcast.spi.eviction
This package contains interfaces for eviction
com.hazelcast.spi.exception - package com.hazelcast.spi.exception
Contains exceptions for Hazelcast SPI.
com.hazelcast.spi.partitiongroup - package com.hazelcast.spi.partitiongroup
This package contains the basic SPI for the Partition Group SPI to define or configure how Hazelcast will configure and distribute backups in the cluster.
com.hazelcast.spi.properties - package com.hazelcast.spi.properties
Contains the Hazelcast properties implementation.
com.hazelcast.splitbrainprotection - package com.hazelcast.splitbrainprotection
Contains classes related to cluster split brain protection.
com.hazelcast.topic - package com.hazelcast.topic
Contains the API for the ITopic.
com.hazelcast.version - package com.hazelcast.version
This package contains classes to support the versioning API.
combine(Aggregator) - Method in interface com.hazelcast.aggregation.Aggregator
Incorporates the intermediary result of the given aggregator to this instance of the aggregator.
compact(String) - Static method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
/** Creates a Builder that will build a GenericRecord in Compact format with the given type name and schema:
COMPACT - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
CompactReader - Interface in com.hazelcast.nio.serialization.compact
Provides means of reading Compact serialized fields from the binary data.
CompactSerializationConfig - Class in com.hazelcast.config
In 5.0, this feature is disabled by default and has to be enabled via configuration
CompactSerializationConfig() - Constructor for class com.hazelcast.config.CompactSerializationConfig
 
CompactSerializationConfig(CompactSerializationConfig) - Constructor for class com.hazelcast.config.CompactSerializationConfig
 
CompactSerializationConfigAccessor - Class in com.hazelcast.config
An accessor for the package-private fields of the CompactSerializationConfig.
CompactSerializer<T> - Interface in com.hazelcast.nio.serialization.compact
Defines the contract of the serializers used for Compact serialization.
CompactWriter - Interface in com.hazelcast.nio.serialization.compact
Provides means of writing compact serialized fields to the binary data.
comparableMax() - Static method in class com.hazelcast.aggregation.Aggregators
 
comparableMax(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
comparableMin() - Static method in class com.hazelcast.aggregation.Aggregators
 
comparableMin(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
comparator - Variable in class com.hazelcast.config.EvictionConfig
 
comparatorClassName - Variable in class com.hazelcast.config.EvictionConfig
 
compareAndSet(long, long) - Method in interface com.hazelcast.cp.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.cp.IAtomicReference
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSet(K, V, V) - Method in interface com.hazelcast.cp.CPMap
Atomically sets key to newValue if the current value for key is equal-to expectedValue.
compareAndSetAsync(long, long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically sets the value to the given updated value only if the current value == the expected value.
compareAndSetAsync(E, E) - Method in interface com.hazelcast.cp.IAtomicReference
Atomically sets the value to the given updated value only if the current value == the expected value.
compareTo(HazelcastJsonValue) - Method in class com.hazelcast.core.HazelcastJsonValue
 
compareTo(MemberVersion) - Method in class com.hazelcast.version.MemberVersion
 
compareTo(Version) - Method in class com.hazelcast.version.Version
 
compose(FunctionEx<? super V, ? extends T>) - Method in interface com.hazelcast.function.FunctionEx
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.hazelcast.map.IMap
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface com.hazelcast.map.IMap
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.hazelcast.map.IMap
CONCURRENT_WINDOW_MS - Static variable in class com.hazelcast.client.properties.ClientProperty
Property needed for concurrency detection so that write through and dynamic response handling can be done correctly.
ConfigPatternMatcher - Interface in com.hazelcast.config
The ConfigPatternMatcher provides a strategy to match an item name to a configuration pattern.
ConfigRecognizer - Interface in com.hazelcast.config
Interface for recognizing a declarative Hazelcast configuration based on the rules defined in the actual implementation.
ConfigReplacer - Interface in com.hazelcast.config.replacer.spi
Interface to be implemented by pluggable variable replacers for the configuration files.
ConfigStream - Class in com.hazelcast.config
Stream wrapping or copying a generic InputStream for the ConfigRecognizer API.
ConfigStream(InputStream) - Constructor for class com.hazelcast.config.ConfigStream
 
ConfigStream(InputStream, int) - Constructor for class com.hazelcast.config.ConfigStream
 
configure(CallbackHandler) - Method in class com.hazelcast.config.security.StaticCredentialsFactory
 
configure(CallbackHandler) - Method in interface com.hazelcast.security.ICredentialsFactory
ConfigXmlGenerator - Class in com.hazelcast.config
The ConfigXmlGenerator is responsible for transforming a ClientConfig to a Hazelcast XML string.
ConfigXmlGenerator.XmlGenerator - Class in com.hazelcast.config
Utility class to build xml using a StringBuilder.
ConnectionRetryConfig - Class in com.hazelcast.client.config
Connection Retry Config is controls the period among the retries and when should a client gave up retrying.
ConnectionRetryConfig() - Constructor for class com.hazelcast.client.config.ConnectionRetryConfig
 
ConnectionRetryConfig(ConnectionRetryConfig) - Constructor for class com.hazelcast.client.config.ConnectionRetryConfig
 
ConsistencyLostException - Exception in com.hazelcast.core
Exception that indicates that the consistency guarantees provided by some service has been lost.
ConsistencyLostException(String) - Constructor for exception com.hazelcast.core.ConsistencyLostException
 
ConsumerEx<T> - Interface in com.hazelcast.function
Serializable variant of java.util.function.Consumer which declares checked exception.
contains(E) - Method in interface com.hazelcast.cp.IAtomicReference
Checks if the reference contains the value.
containsAsync(E) - Method in interface com.hazelcast.cp.IAtomicReference
Checks if the reference contains the value.
containsKey(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns true if value for given key is provided (either as a HazelcastProperty or a System property).
containsKey(Object) - Method in interface com.hazelcast.map.BaseMap
Returns true if this map contains an entry for the specified key.
containsKey(Object) - Method in interface com.hazelcast.map.IMap
Returns true if this map contains an entry for the specified key.
containsValue(Object) - Method in interface com.hazelcast.map.IMap
convert(long, MemoryUnit) - Method in enum class com.hazelcast.memory.MemoryUnit
 
convert(Comparable) - Method in interface com.hazelcast.core.TypeConverter
Compares a Comparable-typed value to another.
copy() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
copy() - Method in class com.hazelcast.config.security.CredentialsIdentityConfig
 
copy() - Method in interface com.hazelcast.config.security.IdentityConfig
Makes a copy (or clone) of the config object.
copy() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
copy() - Method in class com.hazelcast.config.security.TokenIdentityConfig
 
copy() - Method in class com.hazelcast.config.security.UsernamePasswordIdentityConfig
 
copyWithInitializedDefaultMaxSizeForOnHeapMaps(NearCacheConfig) - Static method in class com.hazelcast.config.NearCacheConfigAccessor
 
count() - Static method in class com.hazelcast.aggregation.Aggregators
 
count(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
COUNT_DOWN_LATCH - Static variable in interface com.hazelcast.cp.CPSubsystem
Constant identifying service for ICountDownLatch, to be used with CPSubsystem.getObjectInfos(CPGroupId, String)
countDown() - Method in interface com.hazelcast.cp.ICountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
CP_MAP - Static variable in interface com.hazelcast.cp.CPSubsystem
Constant identifying service for CPMap, to be used with CPSubsystem.getObjectInfos(CPGroupId, String)
CP_SUBSYSTEM_IS_NOT_AVAILABLE_IN_OS - Static variable in class com.hazelcast.cp.CPSubsystemStubImpl
Message to inform that CP subsystem is not available in Hazelcast OS
CPGroup - Interface in com.hazelcast.cp
Contains information about a CP group.
CPGroup.CPGroupStatus - Enum Class in com.hazelcast.cp
Represents status of a CP group
CPGroupAvailabilityEvent - Interface in com.hazelcast.cp.event
CPGroupAvailabilityEvent is published when a CP group's availability is decreased, or it has lost the majority completely.
CPGroupAvailabilityListener - Interface in com.hazelcast.cp.event
CPGroupAvailabilityListener is notified when availability of a CP group decreases, or it loses the majority completely.
CPGroupDestroyedException - Exception in com.hazelcast.cp.exception
A CPSubsystemException which is thrown when a request is sent to a destroyed CP group.
CPGroupDestroyedException() - Constructor for exception com.hazelcast.cp.exception.CPGroupDestroyedException
 
CPGroupDestroyedException(CPGroupId) - Constructor for exception com.hazelcast.cp.exception.CPGroupDestroyedException
 
CPGroupId - Interface in com.hazelcast.cp
Identifier for CP groups.
CPGroupsSnapshot - Class in com.hazelcast.cp
Represents an immutable snapshot of the current CP groups view from 1 member of the Hazelcast cluster.
CPGroupsSnapshot(Map<CPGroupId, CPGroupsSnapshot.GroupInfo>) - Constructor for class com.hazelcast.cp.CPGroupsSnapshot
Create a new CPGroupsSnapshot without any CP to AP UUID mapping.
CPGroupsSnapshot(Map<CPGroupId, CPGroupsSnapshot.GroupInfo>, Map<UUID, UUID>) - Constructor for class com.hazelcast.cp.CPGroupsSnapshot
Create a new CPGroupsSnapshot with included CP to AP UUID mapping.
CPGroupsSnapshot.GroupInfo - Record Class in com.hazelcast.cp
 
CPMap<K,V> - Interface in com.hazelcast.cp
CPMap is a key-value store within CP.
CPMember - Interface in com.hazelcast.cp
A CP member is a Hazelcast member that is internally elected to be part of the CPSubsystem, hence maintain CP data structures.
CPMembershipEvent - Interface in com.hazelcast.cp.event
CPMembershipEvent is published when a CP member is added to or removed from the CP Subsystem.
CPMembershipEvent.EventType - Enum Class in com.hazelcast.cp.event
Membership event type.
CPMembershipListener - Interface in com.hazelcast.cp.event
CPMembershipListener is notified when a CP member is added to or removed from the CP Subsystem.
CPObjectInfo - Interface in com.hazelcast.cp
Info (name, serviceName, group) about a CP object
CPSubsystem - Interface in com.hazelcast.cp
CP Subsystem is a component of Hazelcast that builds a strongly consistent layer for a set of distributed data structures.
CPSubsystemException - Exception in com.hazelcast.cp.exception
Base exception for failures in CP Subsystem
CPSubsystemException(String, Throwable, UUID) - Constructor for exception com.hazelcast.cp.exception.CPSubsystemException
 
CPSubsystemException(String, UUID) - Constructor for exception com.hazelcast.cp.exception.CPSubsystemException
 
CPSubsystemException(UUID) - Constructor for exception com.hazelcast.cp.exception.CPSubsystemException
 
CPSubsystemStubImpl - Class in com.hazelcast.cp
 
CPSubsystemStubImpl() - Constructor for class com.hazelcast.cp.CPSubsystemStubImpl
 
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
Deprecated.
Creates a Portable instance using the given class ID
CREATED - Enum constant in enum class com.hazelcast.core.DistributedObjectEvent.EventType
Event if a DistributedObjectEvent is created.
createLogger(String) - Method in class com.hazelcast.logging.Log4j2Factory
 
createLogger(String) - Method in class com.hazelcast.logging.Log4jFactory
 
createLogger(String) - Method in class com.hazelcast.logging.LoggerFactorySupport
 
createLogger(String) - Method in class com.hazelcast.logging.Slf4jFactory
 
createLogger(String) - Method in class com.hazelcast.logging.StandardLoggerFactory
 
createSerializer() - Method in interface com.hazelcast.nio.serialization.SerializerHook
Creates a new serializer for the serialization type
createSerializer(SerializationService) - Method in interface com.hazelcast.nio.serialization.SerializerHook
Creates a new serializer for the serialization type
createUnresolvedAddress(String, int) - Static method in class com.hazelcast.cluster.Address
Creates an unresolved address.
Credentials - Interface in com.hazelcast.security
Credentials represents an identity to be authenticated.
CredentialsCallback - Class in com.hazelcast.security
CredentialsCallback is used to retrieve Credentials.
CredentialsCallback() - Constructor for class com.hazelcast.security.CredentialsCallback
 
CredentialsFactoryConfig - Class in com.hazelcast.config
Contains the configuration for Credentials Factory.
CredentialsFactoryConfig() - Constructor for class com.hazelcast.config.CredentialsFactoryConfig
 
CredentialsFactoryConfig(String) - Constructor for class com.hazelcast.config.CredentialsFactoryConfig
 
CredentialsIdentityConfig - Class in com.hazelcast.config.security
Identity configuration which just holds given credentials instance.
CredentialsIdentityConfig(Credentials) - Constructor for class com.hazelcast.config.security.CredentialsIdentityConfig
 
CUSTOM - Enum constant in enum class com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
Custom strategy level, highest priority.

D

DATA_MEMBER_SELECTOR - Static variable in class com.hazelcast.cluster.memberselector.MemberSelectors
A MemberSelector instance that selects only data members that own a partition
DataSerializable - Interface in com.hazelcast.nio.serialization
DataSerializable is a serialization method alternative to standard Java serialization.
DataSerializableFactory - Interface in com.hazelcast.nio.serialization
DataSerializableFactory is used to create IdentifiedDataSerializable instances during de-serialization.
DATE - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
DATE - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
DATE_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
DECIMAL - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
DECIMAL - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
DECIMAL_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
decode(String) - Method in enum class com.hazelcast.config.security.TokenEncoding
 
decrementAndGet() - Method in interface com.hazelcast.cp.IAtomicLong
Atomically decrements the current value by one.
decrementAndGet() - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Decrements by one the current value.
decrementAndGetAsync() - Method in interface com.hazelcast.cp.IAtomicLong
Atomically decrements the current value by one.
decrypt(String) - Method in class com.hazelcast.config.replacer.AbstractPbeReplacer
Decrypts given encrypted variable.
DEFAULT_BITS_NODE_ID - Static variable in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Default value for bit-length of node id component
DEFAULT_BUFFER_SIZE_BYTE - Static variable in class com.hazelcast.client.config.SocketOptions
default buffer size of Bytes
DEFAULT_CAPACITY - Static variable in class com.hazelcast.config.MemoryTierConfig
Default capacity.
DEFAULT_CIPHER_ALGORITHM - Static variable in class com.hazelcast.config.replacer.AbstractPbeReplacer
Default value for "cipherAlgorithm" property.
DEFAULT_CLUSTER_CONNECT_TIMEOUT_MILLIS - Static variable in class com.hazelcast.client.config.ConnectionRetryConfig
Default value for the cluster connection timeout.
DEFAULT_CLUSTER_NAME - Static variable in class com.hazelcast.client.config.ClientConfig
Default cluster name.
DEFAULT_EVICTION_POLICY - Static variable in class com.hazelcast.config.EvictionConfig
Default Eviction Policy.
DEFAULT_FILE - Static variable in class com.hazelcast.config.InstanceTrackingConfig
Default file to which the instance metadata will be written.
DEFAULT_GROUP_NAME - Static variable in interface com.hazelcast.cp.CPGroup
Name of the DEFAULT CP group that is used when no group name is specified while creating a CP data structure proxy.
DEFAULT_INTERVAL_MILLISECONDS - Static variable in class com.hazelcast.client.config.ClientIcmpPingConfig
Default interval between icmp ping attempts see ClientIcmpPingConfig.intervalMilliseconds
DEFAULT_INVALIDATE_ON_CHANGE - Static variable in class com.hazelcast.config.NearCacheConfig
 
DEFAULT_LOCAL_UPDATE_POLICY - Static variable in class com.hazelcast.config.NearCacheConfig
 
DEFAULT_MAX_ATTEMPT - Static variable in class com.hazelcast.client.config.ClientIcmpPingConfig
Default max number of attempts ClientIcmpPingConfig.maxAttempts
DEFAULT_MAX_ENTRY_COUNT - Static variable in class com.hazelcast.config.EvictionConfig
Default maximum entry count.
DEFAULT_MAX_IDLE_SECONDS - Static variable in class com.hazelcast.config.NearCacheConfig
Default value of the maximum idle time for eviction in seconds.
DEFAULT_MAX_SIZE - Static variable in class com.hazelcast.config.MapConfigDefaultValues
Default max size.
DEFAULT_MAX_SIZE_POLICY - Static variable in class com.hazelcast.config.EvictionConfig
Default Max-Size Policy.
DEFAULT_MEMORY_FORMAT - Static variable in class com.hazelcast.config.NearCacheConfig
Default value for the in-memory format.
DEFAULT_METADATA_SPACE_PERCENTAGE - Static variable in class com.hazelcast.config.NativeMemoryConfig
Default metadata space percentage
DEFAULT_MIN_BLOCK_SIZE - Static variable in class com.hazelcast.config.NativeMemoryConfig
Default minimum block size in bytes
DEFAULT_NAME - Static variable in class com.hazelcast.config.NearCacheConfig
Default name when it is not set explicitly.
DEFAULT_PAGE_SIZE - Static variable in class com.hazelcast.config.BTreeIndexConfig
Default value of page size for B-Trees.
DEFAULT_PAGE_SIZE - Static variable in class com.hazelcast.config.NativeMemoryConfig
Default page size in bytes
DEFAULT_PREFETCH_COUNT - Static variable in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
DEFAULT_PREFETCH_VALIDITY_MILLIS - Static variable in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
DEFAULT_READ_BATCH_SIZE - Static variable in class com.hazelcast.client.config.ClientReliableTopicConfig
The default read batch size.
DEFAULT_ROUTING_MODE - Static variable in class com.hazelcast.client.config.ClusterRoutingConfig
The default RoutingMode to use when one is not explicitly defined
DEFAULT_ROUTING_STRATEGY - Static variable in class com.hazelcast.client.config.ClusterRoutingConfig
The default RoutingStrategy to use when one is not explicitly defined
DEFAULT_SECRET_KEY_FACTORY_ALGORITHM - Static variable in class com.hazelcast.config.replacer.AbstractPbeReplacer
Default value for "secretKeyFactoryAlgorithm" property.
DEFAULT_SERIALIZE_KEYS - Static variable in class com.hazelcast.config.NearCacheConfig
Do not serialize by default
DEFAULT_SOCKET_KEEP_COUNT - Static variable in class com.hazelcast.config.EndpointConfig
See jdk.net.ExtendedSocketOptions#TCP_KEEPINTERVAL
DEFAULT_SOCKET_KEEP_IDLE_SECONDS - Static variable in class com.hazelcast.config.EndpointConfig
See jdk.net.ExtendedSocketOptions#TCP_KEEPIDLE
DEFAULT_SOCKET_KEEP_INTERVAL_SECONDS - Static variable in class com.hazelcast.config.EndpointConfig
See jdk.net.ExtendedSocketOptions#TCP_KEEPINTERVAL
DEFAULT_STORE_INITIAL_DELAY_SECONDS - Static variable in class com.hazelcast.config.NearCachePreloaderConfig
Default initial delay for the Near Cache key storage.
DEFAULT_STORE_INTERVAL_SECONDS - Static variable in class com.hazelcast.config.NearCachePreloaderConfig
Default interval for the Near Cache key storage (in seconds).
DEFAULT_SYMMETRIC_ALGORITHM - Static variable in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
Default symmetric encryption algorithm.
DEFAULT_SYMMETRIC_ALGORITHM - Static variable in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
Default symmetric encryption algorithm
DEFAULT_SYMMETRIC_PASSWORD - Static variable in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
Default symmetric encryption password used in Hazelcast before version 5.5.
DEFAULT_SYMMETRIC_SALT - Static variable in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
Default symmetric encryption salt.
DEFAULT_TIMEOUT_MILLISECONDS - Static variable in class com.hazelcast.client.config.ClientIcmpPingConfig
Default timeout for icmp detection in millis see ClientIcmpPingConfig.timeoutMilliseconds
DEFAULT_TOPIC_OVERLOAD_POLICY - Static variable in class com.hazelcast.client.config.ClientReliableTopicConfig
The default slow consumer policy.
DEFAULT_TTL - Static variable in class com.hazelcast.client.config.ClientIcmpPingConfig
Default ttl for icmp packages ClientIcmpPingConfig.ttl.
DEFAULT_TTL_SECONDS - Static variable in class com.hazelcast.config.NearCacheConfig
Default value of the time to live in seconds.
DEFAULT_TYPE - Static variable in class com.hazelcast.config.IndexConfig
Default index type.
DEFAULT_UNIQUE_KEY - Static variable in class com.hazelcast.config.BitmapIndexOptions
The default for unique key.
DEFAULT_UNIQUE_KEY_TRANSFORMATION - Static variable in class com.hazelcast.config.BitmapIndexOptions
The default for unique key transformation.
DefaultAuthenticationConfig - Class in com.hazelcast.config.security
Default AuthenticationConfig implementation which just references the DefaultLoginModule.
DefaultPartitioningStrategy - Class in com.hazelcast.partition.strategy
A PartitioningStrategy that checks if the key implements PartitionAware.
DefaultPartitioningStrategy() - Constructor for class com.hazelcast.partition.strategy.DefaultPartitioningStrategy
 
delete(Object) - Method in interface com.hazelcast.map.BaseMap
Removes the mapping for a key from this map if it is present.
delete(Object) - Method in interface com.hazelcast.map.IMap
Removes the mapping for the key from this map if it is present.
delete(K) - Method in interface com.hazelcast.cp.CPMap
Removes key if present.
deleteAsync(K) - Method in interface com.hazelcast.map.IMap
Asynchronously removes the given key, returning an CompletionStage on which the caller can register further computation stages to be invoked upon delete operation completion or block waiting for the operation to complete using one of blocking ways to wait on CompletionStage.toCompletableFuture().
destroy() - Method in class com.hazelcast.config.security.StaticCredentialsFactory
 
destroy() - Method in interface com.hazelcast.core.DistributedObject
Destroys this object cluster-wide.
destroy() - Method in interface com.hazelcast.nio.serialization.Serializer
Called when instance is shutting down.
destroy() - Method in interface com.hazelcast.security.ICredentialsFactory
destroy() - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
 
destroy() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
The stop method is used to stop internal services, sockets or to destroy any kind of internal state.
destroy() - Method in interface com.hazelcast.spi.discovery.integration.DiscoveryService
The start method is called on system startup to implement simple lifecycle management.
DESTROYED - Enum constant in enum class com.hazelcast.core.DistributedObjectEvent.EventType
Event if a DistributedObjectEvent is destroyed.
DESTROYED - Enum constant in enum class com.hazelcast.cp.CPGroup.CPGroupStatus
A CP group switches to this state after its destroy process is completed.
DESTROYING - Enum constant in enum class com.hazelcast.cp.CPGroup.CPGroupStatus
A CP group switches to this state after its destroy process is initialized, but not completed yet.
DIRECT - Enum constant in enum class com.hazelcast.config.security.LdapRoleMappingMode
User object attribute contains DNs of role objects.
DISCARD_NEWEST - Enum constant in enum class com.hazelcast.topic.TopicOverloadPolicy
The message that was to be published is discarded.
DISCARD_OLDEST - Enum constant in enum class com.hazelcast.topic.TopicOverloadPolicy
Using this policy, a message that has not expired can be overwritten.
discoverLocalMetadata() - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
 
discoverLocalMetadata() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
Returns a map with discovered metadata provided by the runtime environment.
discoverNodes() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
Returns a set of all discovered nodes based on the defined properties that were used to create the DiscoveryStrategy instance.
discoverNodes() - Method in interface com.hazelcast.spi.discovery.integration.DiscoveryService
Returns a discovered and filtered, if a NodeFilter is set up, set of discovered nodes to connect to.
discoverNodes() - Method in class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategy
 
DISCOVERY_SPI_ENABLED - Static variable in class com.hazelcast.client.properties.ClientProperty
Enables the Discovery SPI
DISCOVERY_SPI_ENABLED - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Enables the Discovery SPI lookup
DISCOVERY_SPI_PUBLIC_IP_ENABLED - Static variable in class com.hazelcast.client.properties.ClientProperty
Enables the Discovery Joiner to use public IP from DiscoveredNode.
DiscoveryConfig - Class in com.hazelcast.config
This configuration class describes the top-level config of the discovery SPI and its discovery strategies.
DiscoveryConfig() - Constructor for class com.hazelcast.config.DiscoveryConfig
 
DiscoveryConfig(DiscoveryConfig) - Constructor for class com.hazelcast.config.DiscoveryConfig
 
DiscoveryConfig(DiscoveryServiceProvider, NodeFilter, String, Collection<DiscoveryStrategyConfig>) - Constructor for class com.hazelcast.config.DiscoveryConfig
 
DiscoveryNode - Class in com.hazelcast.spi.discovery
A DiscoveryNode describes a nodes addresses (private and if necessary a public one) as well as attributes assigned to this node.
DiscoveryNode() - Constructor for class com.hazelcast.spi.discovery.DiscoveryNode
 
DiscoveryService - Interface in com.hazelcast.spi.discovery.integration
The DiscoveryService interface defines the basic entry point into the Discovery SPI implementation.
DiscoveryServiceProvider - Interface in com.hazelcast.spi.discovery.integration
The DiscoveryServiceProvider interface provides the possibility to build DiscoveryServices.
DiscoveryServiceSettings - Class in com.hazelcast.spi.discovery.integration
The DiscoveryServiceSettings class is used to pass the necessary configuration to create a DiscoveryService to the DiscoveryServiceProvider.
DiscoveryServiceSettings() - Constructor for class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
DiscoveryStrategy - Interface in com.hazelcast.spi.discovery
The DiscoveryStrategy itself is the actual implementation to discover nodes based on whatever environment is used to run the Hazelcast cloud.
DiscoveryStrategyConfig - Class in com.hazelcast.config
This configuration class describes a DiscoveryStrategy based on a parsed XML or configured manually using the config API
DiscoveryStrategyConfig() - Constructor for class com.hazelcast.config.DiscoveryStrategyConfig
 
DiscoveryStrategyConfig(DiscoveryStrategyConfig) - Constructor for class com.hazelcast.config.DiscoveryStrategyConfig
 
DiscoveryStrategyConfig(DiscoveryStrategyFactory) - Constructor for class com.hazelcast.config.DiscoveryStrategyConfig
 
DiscoveryStrategyConfig(DiscoveryStrategyFactory, Map<String, Comparable>) - Constructor for class com.hazelcast.config.DiscoveryStrategyConfig
 
DiscoveryStrategyConfig(String) - Constructor for class com.hazelcast.config.DiscoveryStrategyConfig
 
DiscoveryStrategyConfig(String, Map<String, Comparable>) - Constructor for class com.hazelcast.config.DiscoveryStrategyConfig
 
DiscoveryStrategyFactory - Interface in com.hazelcast.spi.discovery
The DiscoveryStrategyFactory is the entry point for strategy vendors.
DiscoveryStrategyFactory.DiscoveryStrategyLevel - Enum Class in com.hazelcast.spi.discovery
Level of the discovery strategy.
discoveryStrategyLevel() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategyFactory
Level of the discovery strategy.
dispose() - Method in interface com.hazelcast.scheduledexecutor.IScheduledFuture
Used to destroy the instance of the IScheduledFuture in the scheduled executor.
distinct() - Static method in class com.hazelcast.aggregation.Aggregators
 
distinct(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
distributedObject - Variable in class com.hazelcast.core.DistributedObjectEvent
 
DistributedObject - Interface in com.hazelcast.core
Base interface for all distributed objects.
distributedObjectCreated(DistributedObjectEvent) - Method in interface com.hazelcast.core.DistributedObjectListener
Invoked when a DistributedObject is created.
distributedObjectDestroyed(DistributedObjectEvent) - Method in interface com.hazelcast.core.DistributedObjectListener
Invoked when a DistributedObject is destroyed.
DistributedObjectDestroyedException - Exception in com.hazelcast.spi.exception
A HazelcastException that indicates that a DistributedObject access was attempted, but the object is destroyed.
DistributedObjectDestroyedException(String) - Constructor for exception com.hazelcast.spi.exception.DistributedObjectDestroyedException
 
DistributedObjectEvent - Class in com.hazelcast.core
DistributedObjectEvent is fired when a DistributedObject is created or destroyed cluster-wide.
DistributedObjectEvent(DistributedObjectEvent.EventType, String, String, DistributedObject, UUID) - Constructor for class com.hazelcast.core.DistributedObjectEvent
Constructs a DistributedObject Event.
DistributedObjectEvent.EventType - Enum Class in com.hazelcast.core
Type of the DistributedObjectEvent.
DistributedObjectListener - Interface in com.hazelcast.core
DistributedObjectListener notifies when a DistributedObject is created or destroyed cluster-wide.
domLevel3 - Variable in class com.hazelcast.config.AbstractXmlConfigHelper
 
DOUBLE - Enum constant in enum class com.hazelcast.config.properties.PropertyTypeConverter
TypeConverter to convert an input string to an output double
DOUBLE - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
DOUBLE_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
doubleAvg() - Static method in class com.hazelcast.aggregation.Aggregators
 
doubleAvg(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
doubleMax() - Static method in class com.hazelcast.aggregation.Aggregators
 
doubleMax(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
doubleMin() - Static method in class com.hazelcast.aggregation.Aggregators
 
doubleMin(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
doubleSum() - Static method in class com.hazelcast.aggregation.Aggregators
 
doubleSum(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
drainPermits() - Method in interface com.hazelcast.cp.ISemaphore
Acquires and returns all permits that are available at invocation time.
DuplicateTaskException - Exception in com.hazelcast.scheduledexecutor
An exception thrown when a task's name is already used before for another (or the same, if re-attempted) schedule.
DuplicateTaskException(String) - Constructor for exception com.hazelcast.scheduledexecutor.DuplicateTaskException
 

E

EMBEDDED - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceMode
This instance is embedded in another Java program.
EMPTY - Static variable in class com.hazelcast.cp.CPGroupsSnapshot
An empty snapshot for use when there is no data to provide
enabled - Variable in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
 
enabled - Variable in class com.hazelcast.config.BaseMetricsConfig
 
encode(byte[]) - Method in enum class com.hazelcast.config.security.TokenEncoding
 
encrypt(String...) - Static method in class com.hazelcast.config.replacer.EncryptionReplacer
 
encrypt(String, int) - Method in class com.hazelcast.config.replacer.AbstractPbeReplacer
Encrypts given string with key generated from AbstractPbeReplacer.getPassword() with given iteration count and return the masked value (to be used as the variable).
EncryptionReplacer - Class in com.hazelcast.config.replacer
This class is an example ConfigReplacer implementation which decrypts encrypted values.
EncryptionReplacer() - Constructor for class com.hazelcast.config.replacer.EncryptionReplacer
 
Endpoint - Interface in com.hazelcast.cluster
Endpoint represents a peer in the cluster.
EndpointConfig - Class in com.hazelcast.config
Endpoint configuration that defines communication/networking properties common to both incoming/outgoing connections e.g.
ENTRY_COUNT - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on maximum number of entries stored per data structure (map, cache etc.)
EntryAdapter<K,V> - Class in com.hazelcast.core
Adapter for MapListener.
EntryAdapter() - Constructor for class com.hazelcast.core.EntryAdapter
 
entryAdded(EntryEvent<String, String>) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
entryAdded(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryAdded(EntryEvent<K, V>) - Method in interface com.hazelcast.map.listener.EntryAddedListener
Invoked upon addition of an entry.
EntryAddedListener<K,V> - Interface in com.hazelcast.map.listener
Invoked upon addition of an entry.
EntryEvent<K,V> - Class in com.hazelcast.core
Map Entry event.
EntryEvent(Object, Member, int, K, V) - Constructor for class com.hazelcast.core.EntryEvent
Constructs an entry event.
EntryEvent(Object, Member, int, K, V, V) - Constructor for class com.hazelcast.core.EntryEvent
Constructs an entry event.
EntryEvent(Object, Member, int, K, V, V, V) - Constructor for class com.hazelcast.core.EntryEvent
Constructs an entry event.
EntryEventType - Enum Class in com.hazelcast.core
Type of entry event.
entryEvicted(EntryEvent<String, String>) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
entryEvicted(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryEvicted(EntryEvent<K, V>) - Method in interface com.hazelcast.map.listener.EntryEvictedListener
Invoked upon eviction of an entry.
EntryEvictedListener<K,V> - Interface in com.hazelcast.map.listener
Invoked upon size-based-eviction of an entry.
entryExpired(EntryEvent<String, String>) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
entryExpired(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryExpired(EntryEvent<K, V>) - Method in interface com.hazelcast.map.listener.EntryExpiredListener
Invoked upon expiration of an entry.
EntryExpiredListener<K,V> - Interface in com.hazelcast.map.listener
Invoked upon expiration-based removal of an entry.
entryKey() - Static method in class com.hazelcast.function.Functions
Returns a function that extracts the key of a Map.Entry.
EntryListener<K,V> - Interface in com.hazelcast.core
Map Entry listener to get notified when a map entry is added, removed, updated, evicted or expired.
entryLoaded(EntryEvent<String, String>) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
entryLoaded(EntryEvent<K, V>) - Method in interface com.hazelcast.map.listener.EntryLoadedListener
Invoked upon load of an entry.
EntryLoadedListener<K,V> - Interface in com.hazelcast.map.listener
Invoked upon load of an entry.
entryMerged(EntryEvent<String, String>) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
entryMerged(EntryEvent<K, V>) - Method in interface com.hazelcast.map.listener.EntryMergedListener
Invoked after WAN replicated entry is merged.
EntryMergedListener<K,V> - Interface in com.hazelcast.map.listener
Invoked after WAN replicated entry is merged.
EntryProcessor<K,V,R> - Interface in com.hazelcast.map
An EntryProcessor processes a Map.Entry.
entryRemoved(EntryEvent<String, String>) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
entryRemoved(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryRemoved(EntryEvent<K, V>) - Method in interface com.hazelcast.map.listener.EntryRemovedListener
Invoked upon removal of an entry.
EntryRemovedListener<K,V> - Interface in com.hazelcast.map.listener
Invoked upon removal of an entry.
entrySet() - Method in interface com.hazelcast.map.IMap
Returns an immutable Set clone of the mappings contained in this map.
entrySet() - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Returns a lazy Set view of the mappings contained in this map.
A LazySet is optimized for querying speed (preventing eager deserialization and hashing on HashSet insertion) and does NOT provide all operations.
entrySet(Predicate<K, V>) - Method in interface com.hazelcast.map.IMap
Queries the map based on the specified predicate and returns an immutable set of the matching entries.
entryUpdated(EntryEvent<String, String>) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
entryUpdated(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
 
entryUpdated(EntryEvent<K, V>) - Method in interface com.hazelcast.map.listener.EntryUpdatedListener
Invoked upon update of an entry.
EntryUpdatedListener<K,V> - Interface in com.hazelcast.map.listener
Invoked upon update of an entry.
entryValue() - Static method in class com.hazelcast.function.Functions
Returns a function that extracts the value of a Map.Entry.
EntryView<K,V> - Interface in com.hazelcast.core
Represents a read-only view of a data structure entry.
equal(Comparable) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
equal(String, Comparable) - Static method in class com.hazelcast.query.Predicates
Creates an equal predicate that will pass items if the given value and the value stored under the given item attribute are equal.
equals(Object) - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
equals(Object) - Method in class com.hazelcast.client.config.ClientConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ClientMetricsConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
equals(Object) - Method in class com.hazelcast.client.config.ClusterRoutingConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
equals(Object) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
equals(Object) - Method in class com.hazelcast.client.config.SocketOptions
 
equals(Object) - Method in class com.hazelcast.cluster.Address
 
equals(Object) - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
 
equals(Object) - Method in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
 
equals(Object) - Method in class com.hazelcast.config.AutoDetectionConfig
 
equals(Object) - Method in class com.hazelcast.config.BitmapIndexOptions
 
equals(Object) - Method in class com.hazelcast.config.BTreeIndexConfig
 
equals(Object) - Method in class com.hazelcast.config.ClassFilter
 
equals(Object) - Method in class com.hazelcast.config.CompactSerializationConfig
 
equals(Object) - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
equals(Object) - Method in class com.hazelcast.config.DiscoveryConfig
 
equals(Object) - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
equals(Object) - Method in class com.hazelcast.config.EvictionConfig
 
equals(Object) - Method in class com.hazelcast.config.GlobalSerializerConfig
 
equals(Object) - Method in class com.hazelcast.config.IndexConfig
 
equals(Object) - Method in class com.hazelcast.config.InstanceTrackingConfig
 
equals(Object) - Method in class com.hazelcast.config.InterfacesConfig
 
equals(Object) - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
equals(Object) - Method in class com.hazelcast.config.ListenerConfig
 
equals(Object) - Method in class com.hazelcast.config.LoginModuleConfig
 
equals(Object) - Method in class com.hazelcast.config.matcher.MatchingPointConfigPatternMatcher
 
equals(Object) - Method in class com.hazelcast.config.MemoryTierConfig
 
equals(Object) - Method in class com.hazelcast.config.MetricsJmxConfig
 
equals(Object) - Method in class com.hazelcast.config.NativeMemoryConfig
 
equals(Object) - Method in class com.hazelcast.config.NearCacheConfig
 
equals(Object) - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
equals(Object) - Method in class com.hazelcast.config.PersistentMemoryConfig
 
equals(Object) - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
 
equals(Object) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
equals(Object) - Method in class com.hazelcast.config.security.CredentialsIdentityConfig
 
equals(Object) - Method in class com.hazelcast.config.security.JaasAuthenticationConfig
 
equals(Object) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
equals(Object) - Method in class com.hazelcast.config.security.RealmConfig
 
equals(Object) - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
 
equals(Object) - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig.UserDto
 
equals(Object) - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
 
equals(Object) - Method in class com.hazelcast.config.security.TokenIdentityConfig
 
equals(Object) - Method in class com.hazelcast.config.security.UsernamePasswordIdentityConfig
 
equals(Object) - Method in class com.hazelcast.config.SerializationConfig
 
equals(Object) - Method in class com.hazelcast.config.SerializerConfig
 
equals(Object) - Method in class com.hazelcast.config.SocketInterceptorConfig
 
equals(Object) - Method in class com.hazelcast.config.SSLConfig
 
equals(Object) - Method in class com.hazelcast.config.TcpIpConfig
 
equals(Object) - Method in class com.hazelcast.core.HazelcastJsonValue
 
equals(Object) - Method in class com.hazelcast.core.LifecycleEvent
 
equals(Object) - Method in class com.hazelcast.cp.CPGroupsSnapshot
 
equals(Object) - Method in record class com.hazelcast.cp.CPGroupsSnapshot.GroupInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.hazelcast.memory.Capacity
 
equals(Object) - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
equals(Object) - Method in class com.hazelcast.security.SimpleTokenCredentials
 
equals(Object) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
equals(Object) - Method in class com.hazelcast.version.MemberVersion
 
equals(Object) - Method in class com.hazelcast.version.Version
 
ERROR - Enum constant in enum class com.hazelcast.topic.TopicOverloadPolicy
The publish call immediately fails.
EVENT_QUEUE_CAPACITY - Static variable in class com.hazelcast.client.properties.ClientProperty
Capacity of the executor that handles the incoming event packets.
EVENT_THREAD_COUNT - Static variable in class com.hazelcast.client.properties.ClientProperty
Number of the threads to handle the incoming event packets.
EVENT_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Number of threads for the { com.hazelcast.spi.impl.eventservice.impl.EventServiceImpl} executor.
EventJournalMapEvent<K,V> - Interface in com.hazelcast.map
The event for the map event journal.
evict(K) - Method in interface com.hazelcast.map.IMap
Evicts the specified key from this map.
EVICT_ALL - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if all entries are evicted.
EvictableEntryView<K,V> - Interface in com.hazelcast.spi.eviction
Contract point (from the end user perspective) for serving/accessing entries that can be evicted.
evictAll() - Method in interface com.hazelcast.map.IMap
Evicts all keys from this map except the locked ones.
EVICTED - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if an entry is evicted.
EvictionConfig - Class in com.hazelcast.config
Configuration for eviction.
EvictionConfig() - Constructor for class com.hazelcast.config.EvictionConfig
 
EvictionConfig(EvictionConfig) - Constructor for class com.hazelcast.config.EvictionConfig
 
evictionPolicy - Variable in class com.hazelcast.config.EvictionConfig
 
EvictionPolicy - Enum Class in com.hazelcast.config
Eviction Policy enum.
EvictionPolicyComparator<K,V,E extends EvictableEntryView<K,V>> - Interface in com.hazelcast.spi.eviction
A kind of Comparator to be used while comparing entries to be evicted.
execute(Runnable, MemberSelector) - Method in interface com.hazelcast.core.IExecutorService
Executes a task on a randomly selected member.
executeOnAllMembers(Runnable) - Method in interface com.hazelcast.core.IExecutorService
Executes a task on all of the known cluster members.
executeOnEntries(EntryProcessor<K, V, R>) - Method in interface com.hazelcast.map.IMap
Applies the user defined EntryProcessor to the all entries in the map.
executeOnEntries(EntryProcessor<K, V, R>, Predicate<K, V>) - Method in interface com.hazelcast.map.IMap
Applies the user defined EntryProcessor to the entries in the map which satisfy provided predicate.
executeOnKey(K, EntryProcessor<K, V, R>) - Method in interface com.hazelcast.map.IMap
Applies the user defined EntryProcessor to the entry mapped by the key.
executeOnKeyOwner(Runnable, Object) - Method in interface com.hazelcast.core.IExecutorService
Executes a task on the owner of the specified key.
executeOnKeys(Set<K>, EntryProcessor<K, V, R>) - Method in interface com.hazelcast.map.IMap
Applies the user defined EntryProcessor to the entries mapped by the collection of keys.
executeOnMember(Runnable, Member) - Method in interface com.hazelcast.core.IExecutorService
Executes a task on the specified member.
executeOnMembers(Runnable, MemberSelector) - Method in interface com.hazelcast.core.IExecutorService
Executes a task on each of the selected members.
executeOnMembers(Runnable, Collection<Member>) - Method in interface com.hazelcast.core.IExecutorService
Executes a task on each of the specified members.
ExecutionCallback<V> - Interface in com.hazelcast.core
ExecutionCallback allows to asynchronously get notified when the execution is completed, either successfully or with error.
EXPIRED - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if an entry is expired.
ExtendedMapEntry<K,V> - Interface in com.hazelcast.map
Interface to provide parity with IMap set and put operations.

F

factoryClassName - Variable in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
 
FAIL - Enum constant in enum class com.hazelcast.ringbuffer.OverflowPolicy
Using this policy the call will fail immediately and the oldest item will not be overwritten before it is old enough to retire.
FAIL_ON_INDETERMINATE_OPERATION_STATE - Static variable in class com.hazelcast.client.properties.ClientProperty
When this configuration is enabled, if an operation has sync backups and acks are not received from backup replicas in time, or the member which owns primary replica of the target partition leaves the cluster, then the invocation fails with IndeterminateOperationStateException.
FAILOVER_CLIENT_DEFAULT_CLUSTER_CONNECT_TIMEOUT_MILLIS - Static variable in class com.hazelcast.client.config.ConnectionRetryConfig
Timeout used by the failover client to start trying to connect alternative clusters when the cluster connection timeout is equal to ConnectionRetryConfig.DEFAULT_CLUSTER_CONNECT_TIMEOUT_MILLIS.
FencedLock - Interface in com.hazelcast.cp.lock
A linearizable & distributed & reentrant implementation of Lock.
FieldDefinition - Interface in com.hazelcast.nio.serialization
Defines the name, type and index of a field.
FieldKind - Enum Class in com.hazelcast.nio.serialization
FieldKind for Compact and Portable formats.
FieldType - Enum Class in com.hazelcast.nio.serialization
Field Type for Portable format to be used with ClassDefinition.getFieldType(String) API
filter(String) - Method in interface com.hazelcast.nio.serialization.ClassNameFilter
findFlakeIdGeneratorConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Returns a ClientFlakeIdGeneratorConfig configuration for the given flake ID generator name.
fine(String) - Method in class com.hazelcast.logging.AbstractLogger
 
fine(String) - Method in interface com.hazelcast.logging.ILogger
Logs a message at the Level.FINE level.
fine(String, Object) - Method in interface com.hazelcast.logging.ILogger
Logs to ILogger.fine(String) using a lazily evaluated template String with arguments, formatted using String.format(String, Object...)
fine(String, Object, Object) - Method in interface com.hazelcast.logging.ILogger
fine(String, Object, Object, Object) - Method in interface com.hazelcast.logging.ILogger
fine(String, Object, Object, Object, Object) - Method in interface com.hazelcast.logging.ILogger
fine(String, Object, Object, Object, Object, Object) - Method in interface com.hazelcast.logging.ILogger
fine(String, Object, Object, Object, Object, Object, Object) - Method in interface com.hazelcast.logging.ILogger
fine(String, Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
fine(String, Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a message with an associated throwable at the Level.FINE level.
fine(Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
fine(Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a throwable at the Level.FINE level.
finest(String) - Method in class com.hazelcast.logging.AbstractLogger
 
finest(String) - Method in interface com.hazelcast.logging.ILogger
Logs a message at the Level.FINEST level.
finest(String, Object) - Method in interface com.hazelcast.logging.ILogger
Logs to ILogger.finest(String) using a lazily evaluated template String with arguments, formatted using String.format(String, Object...)
finest(String, Object, Object) - Method in interface com.hazelcast.logging.ILogger
finest(String, Object, Object, Object) - Method in interface com.hazelcast.logging.ILogger
finest(String, Object, Object, Object, Object) - Method in interface com.hazelcast.logging.ILogger
finest(String, Object, Object, Object, Object, Object) - Method in interface com.hazelcast.logging.ILogger
finest(String, Object, Object, Object, Object, Object, Object) - Method in interface com.hazelcast.logging.ILogger
finest(String, Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
finest(String, Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a message with an associated throwable at the Level.FINEST level.
finest(Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
finest(Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a throwable at the Level.FINEST level.
fixedPointSum() - Static method in class com.hazelcast.aggregation.Aggregators
 
fixedPointSum(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
FlakeIdGenerator - Interface in com.hazelcast.flakeidgen
A cluster-wide unique ID generator.
FLOAT - Enum constant in enum class com.hazelcast.config.properties.PropertyTypeConverter
TypeConverter to convert an input string to an output float
FLOAT - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
FLOAT_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
FLOAT32 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
FLOAT64 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
floatingPointSum() - Static method in class com.hazelcast.aggregation.Aggregators
 
floatingPointSum(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
flush() - Method in interface com.hazelcast.map.IMap
If this map has a MapStore, this method flushes all the local dirty entries.
followers() - Method in record class com.hazelcast.cp.CPGroupsSnapshot.GroupInfo
Returns the value of the followers record component.
forceUnlock(K) - Method in interface com.hazelcast.map.IMap
Releases the lock for the specified key regardless of the lock owner.
forEach(BiConsumer<? super K, ? super V>) - Method in interface com.hazelcast.map.IMap
FREE_HEAP_PERCENTAGE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on minimum free JVM heap memory percentage per JVM
FREE_HEAP_SIZE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on minimum free JVM heap memory in megabytes per JVM
FREE_MAX_PERCENTAGE_PROP - Static variable in class com.hazelcast.client.ClientOutOfMemoryHandler
 
FREE_NATIVE_MEMORY_PERCENTAGE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on minimum free native memory percentage per Hazelcast instance
FREE_NATIVE_MEMORY_SIZE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on minimum free native memory in megabytes per Hazelcast instance
fromId(int) - Static method in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
 
fromName(String) - Static method in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
Resolves one of the BitmapIndexOptions.UniqueKeyTransformation values by its name.
FunctionEx<T,R> - Interface in com.hazelcast.function
Serializable variant of java.util.function.Function which declares checked exception.
Functions - Class in com.hazelcast.function
Factory methods for several common functions.

G

GC_OVERHEAD_LIMIT_EXCEEDED - Static variable in class com.hazelcast.client.ClientOutOfMemoryHandler
 
generate(ClientConfig) - Static method in class com.hazelcast.client.config.ClientConfigXmlGenerator
Convenience for ClientConfigXmlGenerator.generate(ClientConfig, int), which generates the xml without any formatting.
generate(ClientConfig, int) - Static method in class com.hazelcast.client.config.ClientConfigXmlGenerator
Transforms the given ClientConfig to xml string formatting the output with given indent, -1 means no formatting.
GENERIC_OPERATION_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
The number of generic operation handler threads per member.
GenericRecord - Interface in com.hazelcast.nio.serialization.genericrecord
A generic object interface that is returned to the user when the domain class can not be created from any of the distributed Hazelcast data structures like IMap, IQueue etc.
GenericRecordBuilder - Interface in com.hazelcast.nio.serialization.genericrecord
Interface for creating GenericRecord instances.
get() - Method in interface com.hazelcast.cp.IAtomicLong
Gets the current value.
get() - Method in interface com.hazelcast.cp.IAtomicReference
Gets the current value.
get() - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Returns the current value of the counter.
get() - Method in interface com.hazelcast.function.SupplierEx
 
get(byte) - Static method in enum class com.hazelcast.nio.serialization.FieldType
 
get(int) - Static method in enum class com.hazelcast.nio.serialization.FieldKind
 
get(int) - Method in interface com.hazelcast.ringbuffer.ReadResultSet
Gets the item at the given index.
get(Object) - Method in interface com.hazelcast.map.BaseMap
Returns the value for the specified key, or null if this map does not contain this key.
get(Object) - Method in interface com.hazelcast.map.IMap
Returns the value for the specified key, or null if this map does not contain this key.
get(String) - Static method in enum class com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
 
get(String) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
get(String) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the value for the given key.
get(K) - Method in interface com.hazelcast.cp.CPMap
Gets the value associated with key
getAddress() - Method in interface com.hazelcast.cluster.Member
Returns the Address of this Member.
getAddress() - Method in interface com.hazelcast.cp.CPMember
Returns the address of this CP member.
getAddresses() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the list of candidate addresses that client will use to establish initial connection
getAddressMap() - Method in interface com.hazelcast.cluster.Member
 
getAlgorithm() - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
Returns the encryption algorithm.
getAll(Set<K>) - Method in interface com.hazelcast.map.IMap
Returns an immutable map of entries for the given keys.
getAllDiscoveryConfigs() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
getAllGroupInformation() - Method in class com.hazelcast.cp.CPGroupsSnapshot
 
getAllHazelcastClients() - Static method in class com.hazelcast.client.HazelcastClient
Gets an immutable collection of all client HazelcastInstances created in this JVM.
getAllocatorType() - Method in class com.hazelcast.config.NativeMemoryConfig
Returns the NativeMemoryConfig.MemoryAllocatorType to be used while allocating native memory.
getAllScheduledFutures() - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Fetches and returns all scheduled (not disposed yet) futures from all members in the cluster.
getAnchor() - Method in interface com.hazelcast.query.PagingPredicate
Retrieve the anchor object which is the last value object on the previous page.
getAndAdd(long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically adds the given value to the current value.
getAndAdd(long) - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Adds the given value to the current value.
getAndAddAsync(long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically adds the given value to the current value.
getAndAlter(IFunction<E, E>) - Method in interface com.hazelcast.cp.IAtomicReference
Alters the currently stored reference by applying a function on it on and gets the old value.
getAndAlter(IFunction<Long, Long>) - Method in interface com.hazelcast.cp.IAtomicLong
Alters the currently stored value by applying a function on it on and gets the old value.
getAndAlterAsync(IFunction<E, E>) - Method in interface com.hazelcast.cp.IAtomicReference
Alters the currently stored reference by applying a function on it on and gets the old value.
getAndAlterAsync(IFunction<Long, Long>) - Method in interface com.hazelcast.cp.IAtomicLong
Alters the currently stored value by applying a function on it on and gets the old value.
getAndDecrement() - Method in interface com.hazelcast.cp.IAtomicLong
Atomically decrements the current value by one.
getAndDecrement() - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Decrements by one the current value.
getAndDecrementAsync() - Method in interface com.hazelcast.cp.IAtomicLong
Atomically decrements the current value by one.
getAndIncrement() - Method in interface com.hazelcast.cp.IAtomicLong
Atomically increments the current value by one.
getAndIncrement() - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Increments by one the current value.
getAndIncrementAsync() - Method in interface com.hazelcast.cp.IAtomicLong
Atomically increments the current value by one.
getAndSet(long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically sets the given value and returns the old value.
getAndSet(E) - Method in interface com.hazelcast.cp.IAtomicReference
Gets the old value and sets the new value.
getAndSetAsync(long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically sets the given value and returns the old value.
getAndSetAsync(E) - Method in interface com.hazelcast.cp.IAtomicReference
Gets the value and sets the new value.
getAndSubtract(long) - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Subtracts the given value from the current value.
getApUuid(CPMember) - Method in class com.hazelcast.cp.CPGroupsSnapshot
 
getArrayOfBoolean(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfChar(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Portable.
getArrayOfDate(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfDecimal(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfFloat32(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfFloat64(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfGenericRecord(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfInt16(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfInt32(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfInt64(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfInt8(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfNullableBoolean(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getArrayOfNullableFloat32(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getArrayOfNullableFloat64(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getArrayOfNullableInt16(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getArrayOfNullableInt32(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getArrayOfNullableInt64(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getArrayOfNullableInt8(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getArrayOfString(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfTime(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfTimestamp(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getArrayOfTimestampWithTimezone(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getAsync() - Method in interface com.hazelcast.cp.IAtomicLong
Gets the current value.
getAsync() - Method in interface com.hazelcast.cp.IAtomicReference
Gets the current value.
getAsync(K) - Method in interface com.hazelcast.map.IMap
Asynchronously gets the given key.
getAtomicLong(String) - Method in interface com.hazelcast.cp.CPSubsystem
Returns a proxy for an IAtomicLong instance created on CP Subsystem.
getAtomicLong(String) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getAtomicReference(String) - Method in interface com.hazelcast.cp.CPSubsystem
Returns a proxy for an IAtomicReference instance created on CP Subsystem.
getAtomicReference(String) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getAttribute() - Method in interface com.hazelcast.query.PredicateBuilder
 
getAttribute(String) - Method in interface com.hazelcast.cluster.Member
Returns the value of the specified key for this member or null if value is undefined.
getAttributes() - Method in interface com.hazelcast.cluster.Member
Returns configured attributes for this member.
This method might not be available on all native clients.
getAttributes() - Method in class com.hazelcast.config.IndexConfig
Gets index attributes.
getAutoDetectionConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the configuration of the Auto Detection discovery.
getAverageHitLatency() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the average hit latency (in nanoseconds) for the index.
getAverageHitSelectivity() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the average selectivity of the hits served by the index.
getBackupCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of backups per entry.
getBackupEntryCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of backup entries hold by this member.
getBackupEntryMemoryCost() - Method in interface com.hazelcast.map.LocalMapStats
Returns memory cost (number of bytes) of backup entries in this member.
getBackupProcessor() - Method in interface com.hazelcast.map.EntryProcessor
Get the entry processor to be applied to backup entries.
getBaseName(String) - Static method in class com.hazelcast.partition.strategy.StringPartitioningStrategy
 
getBitmapIndexOptions() - Method in class com.hazelcast.config.IndexConfig
Provides access to index options specific to bitmap indexes.
getBlacklist() - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
getBoolean(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured boolean value of a { HazelcastProperty}.
getBoolean(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getBTreeIndexConfig() - Method in class com.hazelcast.config.IndexConfig
Provides access to index options specific to B-Tree indexes.
getBufferSize() - Method in class com.hazelcast.client.config.SocketOptions
Gets the SO_SNDBUF and SO_RCVBUF option value
getById(int) - Static method in enum class com.hazelcast.config.EvictionPolicy
 
getById(int) - Static method in enum class com.hazelcast.config.IndexType
Returns the IndexType as an enum.
getById(int) - Static method in enum class com.hazelcast.config.InMemoryFormat
 
getById(int) - Static method in enum class com.hazelcast.config.MaxSizePolicy
 
getById(int) - Static method in enum class com.hazelcast.memory.MemoryUnit
 
getById(int) - Static method in enum class com.hazelcast.ringbuffer.OverflowPolicy
Returns the OverflowPolicy for the given ID.
getByteOrder() - Method in class com.hazelcast.config.SerializationConfig
Note that result of useNativeByteOrder is not reflected to return value of this method.
getByteOrder() - Method in interface com.hazelcast.nio.ObjectDataInput
 
getByteOrder() - Method in interface com.hazelcast.nio.ObjectDataOutput
 
getByType(int) - Static method in enum class com.hazelcast.core.EntryEventType
 
getByType(int) - Static method in enum class com.hazelcast.core.ItemEventType
 
getCapacity() - Method in class com.hazelcast.config.MemoryTierConfig
Returns the capacity of this memory tier.
getCapacity() - Method in class com.hazelcast.config.NativeMemoryConfig
Returns size (capacity) of the native memory region.
getChar(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Portable.
getClassDefinitions() - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
getClasses() - Method in class com.hazelcast.config.ClassFilter
Returns unmodifiable set of class names.
getClassId() - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
getClassId() - Method in class com.hazelcast.cluster.Address
 
getClassId() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Returns the class ID.
getClassId() - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
getClassId() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
 
getClassId() - Method in interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
Returns type identifier for this class.
getClassId() - Method in interface com.hazelcast.nio.serialization.Portable
Deprecated.
Returns class identifier for this portable class.
getClassId() - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
getClassId() - Method in class com.hazelcast.security.SimpleTokenCredentials
 
getClassId() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
getClassId() - Method in class com.hazelcast.version.MemberVersion
 
getClassId() - Method in class com.hazelcast.version.Version
 
getClassLoader() - Method in class com.hazelcast.client.config.ClientConfig
Gets the classLoader
getClassLoader() - Method in interface com.hazelcast.nio.ObjectDataInput
Returns class loader that internally used for objects.
getClassName() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
getClassName() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
getClassName() - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
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.SerializerConfig
Returns the class name of the serializer implementation.
getClassName() - Method in class com.hazelcast.config.SocketInterceptorConfig
Returns the name of the SocketInterceptor implementation class.
getClassNames() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
getClassType() - Method in interface com.hazelcast.nio.serialization.TypedDataSerializable
 
getClassVersion() - Method in interface com.hazelcast.nio.serialization.VersionedPortable
Deprecated.
Returns version for this Portable class
getClientClusterService() - Method in interface com.hazelcast.core.HazelcastInstance
Get cluster service
getClientConfigs() - Method in class com.hazelcast.client.config.ClientFailoverConfig
Gets the configured list of alternative client configurations.
getClientIcmpPingConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or not
getClientType() - Method in interface com.hazelcast.client.Client
 
getCluster() - Method in class com.hazelcast.cluster.InitialMembershipEvent
Returns the cluster of the event.
getCluster() - Method in class com.hazelcast.cluster.MembershipEvent
Returns the cluster of the event.
getCluster() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the Cluster that this Hazelcast instance is part of.
getClusterConnectTimeoutMillis() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
Timeout value in milliseconds for the client to give up to connect to the current cluster Depending on FailoverConfig, a client can shut down or start trying on alternative clusters after reaching the timeout.
getClusterName() - Method in class com.hazelcast.client.config.ClientConfig
Returns the configured cluster name.
getClusterRoutingConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
getClusterTime() - Method in interface com.hazelcast.cluster.Cluster
Returns the cluster-wide time in milliseconds.
getCollectionFrequencySeconds() - Method in class com.hazelcast.config.BaseMetricsConfig
Returns the metrics collection frequency in seconds.
getCompactClass() - Method in interface com.hazelcast.nio.serialization.compact.CompactSerializer
 
getCompactSerializableClassNames(CompactSerializationConfig) - Static method in class com.hazelcast.config.CompactSerializationConfigAccessor
Returns the list of Compact serializable class names.
getCompactSerializationConfig() - Method in class com.hazelcast.config.SerializationConfig
 
getComparator() - Method in class com.hazelcast.config.EvictionConfig
Returns the instance of the configured EvictionPolicyComparator implementation.
getComparator() - Method in interface com.hazelcast.query.PagingPredicate
Returns the comparator used by this predicate (if any).
getComparatorClassName() - Method in class com.hazelcast.config.EvictionConfig
Returns the class name of the configured EvictionPolicyComparator implementation.
getCompletedMigrations() - Method in interface com.hazelcast.partition.MigrationState
Returns the number of completed migrations in the migration plan.
getConfigClassLoader() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
getConfigPatternMatcher() - Method in class com.hazelcast.client.config.ClientConfig
Returns the pattern matcher which is used to match item names to configuration objects.
getConfigRoot() - Method in class com.hazelcast.client.config.YamlClientConfigBuilder
 
getConfigRoot() - Method in class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
 
getConfigRoot() - Method in class com.hazelcast.config.AbstractYamlConfigBuilder
 
getConfigType() - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
getConfigType() - Method in class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
getConfigType() - Method in class com.hazelcast.config.AbstractXmlConfigBuilder
 
getConfigType() - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
getConfigurationProperties() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategyFactory
Returns a set of the expected configuration properties.
getConfigurationProperties() - Method in class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategyFactory
 
getConnectionManager() - Method in interface com.hazelcast.core.HazelcastInstance
Get connection manager
getConnectionRetryConfig() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
Connection Retry Config is controls the period among the retries and when should a client gave up retrying.
getConnectionStrategyConfig() - Method in class com.hazelcast.client.config.ClientConfig
 
getConnectionTimeout() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Timeout value in millis for nodes to accept client connection requests.
getConnectionTimeoutSeconds() - Method in class com.hazelcast.config.TcpIpConfig
Returns the connection timeout.
getCost() - Method in interface com.hazelcast.core.EntryView
Returns the cost (in bytes) of the entry.
getCount() - Method in interface com.hazelcast.cp.ICountDownLatch
Returns the current count.
getCountDownLatch(String) - Method in interface com.hazelcast.cp.CPSubsystem
Returns a proxy for an ICountDownLatch instance created on CP Subsystem.
getCountDownLatch(String) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getCPGroupIds() - Method in interface com.hazelcast.cp.CPSubsystem
Returns all active CP group ids.
getCPGroupIds() - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getCPGroupViewService() - Method in interface com.hazelcast.core.HazelcastInstance
Get CP group view service
getCPSubsystem() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the CP subsystem that offers a set of in-memory linearizable data structures
getCpToApUuids() - Method in class com.hazelcast.cp.CPGroupsSnapshot
 
getCreationTime() - Method in interface com.hazelcast.core.EntryView
Returns the creation time of the entry.
getCreationTime() - Method in interface com.hazelcast.map.LocalMapStats
Returns the creation time of this map on this member.
getCreationTime() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getCreationTime() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
Gets the creation time of this EvictableEntryView in milliseconds.
getCredentials() - Method in class com.hazelcast.config.security.CredentialsIdentityConfig
 
getCredentials() - Method in class com.hazelcast.security.CredentialsCallback
 
getCredentialsFactoryConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getCredentialsIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getDataSerializableFactories() - Method in class com.hazelcast.config.SerializationConfig
 
getDataSerializableFactoryClasses() - Method in class com.hazelcast.config.SerializationConfig
 
getDate(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getDecimal(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getDefaultValue() - Method in class com.hazelcast.spi.properties.HazelcastProperty
Returns the default value of the property.
getDeprecatedName() - Method in class com.hazelcast.spi.properties.HazelcastProperty
 
getDestination() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
Returns the new owner of the migrating partition replica.
getDifferentialPartitionReplicationCount() - Method in interface com.hazelcast.partition.LocalReplicationStats
 
getDifferentialReplicationRecordCount() - Method in interface com.hazelcast.partition.LocalReplicationStats
 
getDirectory() - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
getDirectory() - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
Returns the directory of this PersistentMemoryDirectoryConfig.
getDirectoryConfigs() - Method in class com.hazelcast.config.PersistentMemoryConfig
Returns the persistent memory directory configurations to be used to store memory structures allocated by native memory manager.
getDirtyEntryCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of entries that the member owns and are dirty (updated but not persisted yet).
getDiscoveryConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the configuration of the Hazelcast Discovery SPI and configured discovery providers
getDiscoveryConfig() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
getDiscoveryNode() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
getDiscoveryServiceProvider() - Method in class com.hazelcast.config.DiscoveryConfig
 
getDiscoveryStrategyConfigs() - Method in class com.hazelcast.config.DiscoveryConfig
Returns the defined DiscoveryStrategy configurations.
getDiscoveryStrategyFactory() - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
getDiscoveryStrategyType() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategyFactory
Returns the type of the DiscoveryStrategy itself.
getDiscoveryStrategyType() - Method in class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategyFactory
 
getDistributedObject() - Method in class com.hazelcast.core.DistributedObjectEvent
Returns the DistributedObject instance.
getDistributedObject(String, String) - Method in interface com.hazelcast.core.HazelcastInstance
 
getDistributedObjects() - Method in interface com.hazelcast.core.HazelcastInstance
 
getDouble(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured double value of a { HazelcastProperty}.
getElapsedTime() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
Returns the elapsed the time of this migration in milliseconds.
getEncoding() - Method in class com.hazelcast.config.security.TokenIdentityConfig
 
getEncodingForBytes(byte[]) - Static method in enum class com.hazelcast.config.security.TokenEncoding
 
getEntryObject() - Method in interface com.hazelcast.query.PredicateBuilder
 
getEntryView(K) - Method in interface com.hazelcast.map.IMap
Returns the EntryView for the specified key.
getEnum(HazelcastProperty, Class<E>) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured enum value of a { ClusterProperty}.
getEventOperationCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of Events Received
getEventSource() - Method in interface com.hazelcast.partition.PartitionLostEvent
Returns the address of the node that dispatches the event
getEventType() - Method in class com.hazelcast.cluster.MembershipEvent
Returns the membership event type; #MEMBER_ADDED #MEMBER_REMOVED
getEventType() - Method in class com.hazelcast.collection.ItemEvent
Returns the event type.
getEventType() - Method in class com.hazelcast.core.DistributedObjectEvent
getEventType() - Method in class com.hazelcast.map.AbstractIMapEvent
Returns the event type EntryEventType.
getEventType() - Method in interface com.hazelcast.map.IMapEvent
Return the event type
getEvictionConfig() - Method in class com.hazelcast.config.NearCacheConfig
Returns the eviction configuration for this Near Cache.
getEvictionCount() - Method in interface com.hazelcast.map.LocalMapStats
 
getEvictionPolicy() - Method in class com.hazelcast.config.EvictionConfig
Returns the EvictionPolicy of this eviction configuration.
getEvictions() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getEvictionStrategyType() - Method in class com.hazelcast.config.EvictionConfig
Returns the EvictionStrategyType of this eviction configuration.
getEx() - Method in interface com.hazelcast.function.SupplierEx
Exception-declaring version of Supplier.get().
getExecutor() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the Executor that is going to process the events.
getExecutorService(String) - Method in interface com.hazelcast.core.HazelcastInstance
 
getExpirationCount() - Method in interface com.hazelcast.map.LocalMapStats
 
getExpirations() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getExpirationTime() - Method in interface com.hazelcast.cache.CacheEntryView
Gets the expiration time in milliseconds of the cache entry.
getExpirationTime() - Method in interface com.hazelcast.core.EntryView
Returns the expiration time of the entry.
getExpiryForAccess() - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
getExpiryForCreation() - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
getExpiryForUpdate() - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
getExpiryPolicy() - Method in interface com.hazelcast.cache.CacheEntryView
Gets the expiry policy associated with this entry if there is one.
getFactoryClassName() - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
Returns the factory class name.
getFactoryId() - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
getFactoryId() - Method in class com.hazelcast.cluster.Address
 
getFactoryId() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Returns the factory ID.
getFactoryId() - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
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
Deprecated.
Returns PortableFactory ID for this portable class
getFactoryId() - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
getFactoryId() - Method in class com.hazelcast.security.SimpleTokenCredentials
 
getFactoryId() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
getFactoryId() - Method in class com.hazelcast.version.MemberVersion
 
getFactoryId() - Method in class com.hazelcast.version.Version
 
getFactoryImpl() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
getFactoryImplementation() - Method in class com.hazelcast.config.SSLConfig
Returns the factory implementation object.
getFence() - Method in interface com.hazelcast.cp.lock.FencedLock
Returns the fencing token if the lock is held by the current thread.
getField(int) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Gets the FieldDefinition for a given fieldIndex.
getField(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Gets the FieldDefinition for a particular field.
getFieldClassId(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Gets the class ID of a field.
getFieldClassId(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
getFieldCount() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Returns the field count.
getFieldKind(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Returns the kind of the field for the given field name.
getFieldKind(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Returns the kind of the field for the given field name.
getFieldNames() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Returns a Set of all field names.
getFieldNames() - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getFieldNames() - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
getFieldType(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Get the FieldType for a given fieldName.
getFieldType(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
getFileName() - Method in class com.hazelcast.config.InstanceTrackingConfig
Returns the name of the file which will contain the tracking metadata.
getFlakeIdGenerator(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns a cluster-wide unique ID generator.
getFlakeIdGeneratorConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Returns the ClientFlakeIdGeneratorConfig for the given name, creating one if necessary and adding it to the collection of known configurations.
getFlakeIdGeneratorConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
Returns the map of FlakeIdGenerator configurations, mapped by config name.
getFloat(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured float value of a { HazelcastProperty}.
getFloat32(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getFloat64(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getFormatPattern() - Method in class com.hazelcast.config.InstanceTrackingConfig
Returns the pattern used to render the contents of the instance tracking file.
getFullPartitionReplicationCount() - Method in interface com.hazelcast.partition.LocalReplicationStats
 
getFullReplicationRecordCount() - Method in interface com.hazelcast.partition.LocalReplicationStats
 
getFunction() - Method in class com.hazelcast.spi.properties.HazelcastProperty
 
getGenericRecord(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getGetOperationCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of get operations
getGlobalSerializerConfig() - Method in class com.hazelcast.config.SerializationConfig
 
getGroupId() - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityEvent
Returns the id of the related CP group.
getGroupId() - Method in exception com.hazelcast.cp.exception.CPGroupDestroyedException
 
getGroupId() - Method in interface com.hazelcast.cp.lock.FencedLock
Returns id of the CP group that runs this FencedLock instance
getGroupMembers() - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityEvent
Returns the current members of the CP group.
getHandler() - Method in interface com.hazelcast.scheduledexecutor.IScheduledFuture
Returns the scheduled future resource handler.
getHazelcastClientByName(String) - Static method in class com.hazelcast.client.HazelcastClient
Returns an existing HazelcastClient with instanceName.
getHeadSeq() - Method in exception com.hazelcast.ringbuffer.StaleSequenceException
Returns the last known head sequence.
getHeapCost() - Method in interface com.hazelcast.map.LocalMapStats
Cost of map & Near Cache & backup & Merkle trees in bytes
getHitCount() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the total number of hits into the index.
getHits() - Method in interface com.hazelcast.cache.CacheEntryView
Gets the count of how many time this cache entry has been accessed.
getHits() - Method in interface com.hazelcast.core.EntryView
Returns number of hits of the entry.
getHits() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of hits (reads) of locally owned entries, including those which are no longer in the map (for example, may have been evicted).
getHits() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getHits() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
Gets the access hit count of this EvictableEntryView.
getHost() - Method in class com.hazelcast.cluster.Address
 
getId() - Method in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
 
getId() - Method in enum class com.hazelcast.config.EvictionPolicy
 
getId() - Method in enum class com.hazelcast.config.IndexType
Gets the ID for the given IndexType.
getId() - Method in enum class com.hazelcast.config.InMemoryFormat
 
getId() - Method in enum class com.hazelcast.config.MaxSizePolicy
 
getId() - Method in interface com.hazelcast.cp.CPGroupId
Returns unique id of the CP group.
getId() - Method in enum class com.hazelcast.memory.MemoryUnit
 
getId() - Method in enum class com.hazelcast.nio.serialization.FieldKind
 
getId() - Method in enum class com.hazelcast.nio.serialization.FieldType
 
getId() - Method in enum class com.hazelcast.ringbuffer.OverflowPolicy
Gets the ID for the given OverflowPolicy.
getImplementation() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
getImplementation() - Method in class com.hazelcast.config.GlobalSerializerConfig
 
getImplementation() - Method in class com.hazelcast.config.ListenerConfig
Returns the EventListener implementation.
getImplementation() - Method in class com.hazelcast.config.SerializerConfig
Returns the implementation of the serializer class.
getImplementation() - Method in class com.hazelcast.config.SocketInterceptorConfig
Returns the SocketInterceptor implementation object.
getIndex() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
 
getIndexedQueryCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the total number of indexed queries performed on the map.
getIndexStats() - Method in interface com.hazelcast.map.LocalMapStats
Returns the per-index statistics map keyed by the index name.
getInetAddress() - Method in class com.hazelcast.cluster.Address
 
getInetSocketAddress() - Method in class com.hazelcast.cluster.Address
 
getInitialBackoffMillis() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
how long to wait after the first failure before retrying
getInMemoryFormat() - Method in class com.hazelcast.config.NearCacheConfig
Returns the data type used to store entries.
getInsertCount() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the number of insert operations performed on the index.
getInstanceName() - Method in class com.hazelcast.client.config.ClientConfig
 
getInstanceName() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the name of this Hazelcast instance.
getInstanceTrackingConfig() - Method in class com.hazelcast.client.config.ClientConfig
Returns the configuration for tracking use of this Hazelcast instance.
getInt16(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getInt32(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getInt64(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getInt8(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getInteger(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured int value of a { HazelcastProperty}.
getInterfaces() - Method in class com.hazelcast.config.InterfacesConfig
 
getIntervalMilliseconds() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
getInvalidationRequests() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getInvalidations() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getInvocationService() - Method in interface com.hazelcast.core.HazelcastInstance
Get invocation service
getItem() - Method in class com.hazelcast.collection.ItemEvent
Returns the item related to the event.
getIterationCount() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
 
getJaasAuthenticationConfig() - Method in class com.hazelcast.config.security.RealmConfig
 
getJarPaths() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
getJavaSerializationFilterConfig() - Method in class com.hazelcast.config.SerializationConfig
 
getJitter() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
by how much to randomize backoffs.
getJmxConfig() - Method in class com.hazelcast.config.BaseMetricsConfig
 
getKerberosIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getKey() - Method in interface com.hazelcast.cache.CacheEntryView
Gets the key of the cache entry.
getKey() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
 
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.map.EventJournalMapEvent
Returns the key for the event entry.
getKey() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
Gets the key of the entry.
getKeytabFile() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
getLabels() - Method in interface com.hazelcast.client.Client
 
getLabels() - Method in class com.hazelcast.client.config.ClientConfig
 
getLastAccessTime() - Method in interface com.hazelcast.cache.CacheEntryView
Gets the last access time in milliseconds of the cache entry.
getLastAccessTime() - Method in interface com.hazelcast.core.EntryView
Returns the last access time for the entry.
getLastAccessTime() - Method in interface com.hazelcast.map.LocalMapStats
Returns the last access (read) time of the locally owned entries.
getLastAccessTime() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
Gets the latest access time difference of this EvictableEntryView in milliseconds.
getLastIdleTime(TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.ScheduledTaskStatistics
Returns the last period of time the task was idle, waiting to get scheduled
getLastPersistenceDuration() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getLastPersistenceFailure() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getLastPersistenceKeyCount() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getLastPersistenceTime() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getLastPersistenceWrittenBytes() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getLastRunDuration(TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.ScheduledTaskStatistics
Returns the duration of the task's last execution.
getLastStoredTime() - Method in interface com.hazelcast.core.EntryView
Returns the last time the value was flushed to its store.
getLastUpdateTime() - Method in interface com.hazelcast.core.EntryView
Returns the last time the value was updated.
getLastUpdateTime() - Method in interface com.hazelcast.map.LocalMapStats
Returns the last update time of the locally owned entries.
getLeader(CPGroupId) - Method in class com.hazelcast.cp.CPGroupsSnapshot
 
getLeaderUuid() - Method in exception com.hazelcast.cp.exception.CPSubsystemException
Returns the leader endpoint of related CP group, if known/available by the time this exception is thrown.
getLevel() - Method in interface com.hazelcast.logging.ILogger
 
getLevel() - Method in class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
 
getLifecycleService() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the lifecycle service for this instance.
getLingerSeconds() - Method in class com.hazelcast.client.config.SocketOptions
Gets SO_LINGER with the specified linger time in seconds
getList(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns the distributed list instance with the specified name.
getListenerConfigs() - Method in class com.hazelcast.client.config.ClientConfig
Gets list of all configured ListenerConfig's
getListenerService() - Method in interface com.hazelcast.core.HazelcastInstance
Get listener service
getLoadBalancer() - Method in class com.hazelcast.client.config.ClientConfig
Gets LoadBalancer
getLoadBalancerClassName() - Method in class com.hazelcast.client.config.ClientConfig
Gets load balancer class name
getLocalEndpoint() - Method in interface com.hazelcast.core.HazelcastInstance
 
getLocalMapStats() - Method in interface com.hazelcast.map.IMap
Returns LocalMapStats for this map.
getLocalMember() - Method in interface com.hazelcast.cluster.Cluster
Returns this Hazelcast instance member.
getLocalUpdatePolicy() - Method in class com.hazelcast.config.NearCacheConfig
Returns the NearCacheConfig.LocalUpdatePolicy of this Near Cache.
getLock(String) - Method in interface com.hazelcast.cp.CPSubsystem
Returns a proxy for an FencedLock instance created on CP Subsystem.
getLock(String) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getLockCount() - Method in interface com.hazelcast.cp.lock.FencedLock
Returns the reentrant lock count if the lock is held by any thread in the cluster.
getLockedEntryCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of currently locked keys.
getLogger() - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
Returns a ILogger instance bound to the current class.
getLogger() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
getLogger(Class<?>) - Static method in class com.hazelcast.logging.Logger
Obtains a logger for the given clazz.
getLogger(Class<?>) - Method in interface com.hazelcast.logging.LoggingService
 
getLogger(String) - Static method in class com.hazelcast.logging.Logger
Obtains a logger of the given name.
getLogger(String) - Method in interface com.hazelcast.logging.LoggerFactory
 
getLogger(String) - Method in class com.hazelcast.logging.LoggerFactorySupport
 
getLogger(String) - Method in interface com.hazelcast.logging.LoggingService
 
getLogger(String) - Method in class com.hazelcast.logging.NoLogFactory
 
getLoggingService() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the logging service of this Hazelcast instance.
getLoginModuleConfigs() - Method in class com.hazelcast.config.security.JaasAuthenticationConfig
 
getLogRecord() - Method in class com.hazelcast.logging.LogEvent
 
getLong(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured long value of a { HazelcastProperty}.
getLostBackupCount() - Method in interface com.hazelcast.partition.PartitionLostEvent
 
getMajor() - Method in class com.hazelcast.version.MemberVersion
 
getMajor() - Method in class com.hazelcast.version.Version
 
getMajority() - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityEvent
Returns the majority member count of the CP group.
getManagedContext() - Method in class com.hazelcast.client.config.ClientConfig
getMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns the distributed map instance with the specified name.
getMap(String) - Method in interface com.hazelcast.cp.CPSubsystem
Returns a proxy for a CPMap.
getMap(String) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getMaxAttempts() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
getMaxBackoffMillis() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
When backoff reaches this upper bound, it does not increase anymore.
getMaxGetLatency() - Method in interface com.hazelcast.map.LocalMapStats
Returns the maximum latency of get operations.
getMaxIdle() - Method in interface com.hazelcast.core.EntryView
Returns the last set max idle time in milliseconds.
getMaxIdleSeconds() - Method in class com.hazelcast.config.NearCacheConfig
Returns the maximum number of seconds each entry can stay in the Near Cache as untouched (not-read).
getMaxPutLatency() - Method in interface com.hazelcast.map.LocalMapStats
Returns the maximum latency of put operations.
getMaxRemoveLatency() - Method in interface com.hazelcast.map.LocalMapStats
Returns the maximum latency of remove operations.
getMaxSetLatency() - Method in interface com.hazelcast.map.LocalMapStats
Returns the maximum latency of set operations.
getMaxSizePolicy() - Method in class com.hazelcast.config.EvictionConfig
Returns the MaxSizePolicy of this eviction configuration.
getMember() - Method in class com.hazelcast.cluster.MembershipEvent
Returns the removed or added member.
getMember() - Method in class com.hazelcast.collection.ItemEvent
Returns the member that fired this event.
getMember() - Method in exception com.hazelcast.core.MemberLeftException
Returns the member that left the cluster
getMember() - Method in interface com.hazelcast.cp.event.CPMembershipEvent
Returns the CPMember that is added to or removed from CP Subsystem.
getMember() - Method in class com.hazelcast.logging.LogEvent
 
getMember() - Method in class com.hazelcast.map.AbstractIMapEvent
Returns the member that fired this event.
getMember() - Method in interface com.hazelcast.map.IMapEvent
Returns the member that fired this event.
getMemberGroups() - Method in interface com.hazelcast.spi.partitiongroup.PartitionGroupStrategy
 
getMembers() - Method in interface com.hazelcast.cluster.Cluster
Set of the current members in the cluster.
getMembers() - Method in class com.hazelcast.cluster.InitialMembershipEvent
Returns an immutable set of ordered members at the moment this InitialMembershipListener is registered.
getMembers() - Method in class com.hazelcast.cluster.MembershipEvent
Returns a consistent view of the the members immediately after this MembershipEvent has been processed.
getMembers() - Method in class com.hazelcast.config.TcpIpConfig
Gets a list of all the well known members.
getMemoryCost() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the memory cost of the index in bytes.
getMemoryTierConfig() - Method in class com.hazelcast.config.BTreeIndexConfig
Returns memory tier configuration for this index.
getMergingValue() - Method in class com.hazelcast.core.EntryEvent
Returns the incoming merging value of the entry event.
getMerkleTreesCost() - Method in interface com.hazelcast.map.LocalMapStats
Returns the heap cost of the Merkle trees
getMessageObject() - Method in class com.hazelcast.topic.Message
Returns the published message
getMetadataSpacePercentage() - Method in class com.hazelcast.config.NativeMemoryConfig
Returns the percentage of native memory space to be used to store metadata and internal memory structures by the native memory manager.
getMetricsConfig() - Method in class com.hazelcast.client.config.ClientConfig
Returns the metrics collection config.
getMigrationState() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
Returns the progress information of the overall migration.
getMillis(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured value of a { HazelcastProperty} converted to milliseconds.
getMinBlockSize() - Method in class com.hazelcast.config.NativeMemoryConfig
Returns the minimum memory block size, in bytes, to be served by native memory manager.
getMinor() - Method in class com.hazelcast.version.MemberVersion
 
getMinor() - Method in class com.hazelcast.version.Version
 
getMisses() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getMode() - Method in class com.hazelcast.config.PersistentMemoryConfig
Returns the mode in which the persistent memory should be used.
getModeName() - Method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceMode
Returns the string representation of the instance mode name.
getMultiplier() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
factor with which to multiply backoff after a failed retry
getName() - Method in interface com.hazelcast.client.Client
This method may return null depending on the client version and the client type Java client provides client name starting with 3.12
getName() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Returns the configuration name.
getName() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the name of the reliable topic.
getName() - Method in interface com.hazelcast.collection.ICollection
Returns the name of this collection.
getName() - Method in class com.hazelcast.config.IndexConfig
Gets name of the index.
getName() - Method in interface com.hazelcast.config.NamedConfig
 
getName() - Method in class com.hazelcast.config.NearCacheConfig
Returns the name of the Near Cache.
getName() - Method in interface com.hazelcast.core.DistributedObject
Returns the unique name for this DistributedObject.
getName() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the name of this Hazelcast instance.
getName() - Method in interface com.hazelcast.cp.CPGroupId
Returns name of the CP group.
getName() - Method in interface com.hazelcast.cp.IAtomicLong
Returns the name of this IAtomicLong instance.
getName() - Method in interface com.hazelcast.cp.ISemaphore
Returns the name of this ISemaphore instance.
getName() - Method in class com.hazelcast.map.AbstractIMapEvent
Returns the name of the map for this event.
getName() - Method in interface com.hazelcast.map.IMapEvent
Returns the name of the map for this event.
getName() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
 
getName() - Method in interface com.hazelcast.scheduledexecutor.NamedTask
Returns the name of the task.
getName() - Method in interface com.hazelcast.security.Credentials
 
getName() - Method in class com.hazelcast.security.SimpleTokenCredentials
Simple implementation which returns "<empty>" for null tokens and "<token>" for all other tokens.
getName() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
getName() - Method in class com.hazelcast.spi.properties.HazelcastProperty
Returns the property name.
getName() - Method in interface com.hazelcast.topic.ITopic
Returns the name of this ITopic instance.
getNamespaceType() - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
getNanos(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured value of a { HazelcastProperty} converted to nanoseconds.
getNativeMemoryConfig() - Method in class com.hazelcast.client.config.ClientConfig
 
getNearCacheConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Gets the NearCacheConfig configured for the map / cache with name
getNearCacheConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
Map of all configured NearCacheConfig's with the name key and configuration as the value
getNearCacheStats() - Method in interface com.hazelcast.map.LocalMapStats
Returns statistics related to the Near Cache.
getNetworkConfig() - Method in class com.hazelcast.client.config.ClientConfig
getNewValue() - Method in interface com.hazelcast.map.EventJournalMapEvent
Returns the new value for the event entry.
getNextSequenceToReadFrom() - Method in interface com.hazelcast.ringbuffer.ReadResultSet
Returns the sequence of the item following the last read item.
getNodeFilter() - Method in class com.hazelcast.config.DiscoveryConfig
 
getNodeFilterClass() - Method in class com.hazelcast.config.DiscoveryConfig
 
getNullableBoolean(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getNullableFloat32(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getNullableFloat64(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getNullableInt16(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getNullableInt32(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getNullableInt64(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getNullableInt8(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Supported only for Compact.
getNumaNode() - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
Returns the NUMA node the persistent memory mounted to the given directory is attached to.
getNumberOfEntriesAffected() - Method in class com.hazelcast.map.MapEvent
Returns the number of entries affected by this event.
getObjectInfos(CPGroupId, String) - Method in interface com.hazelcast.cp.CPSubsystem
Returns info about all objects of given type within the given group
getObjectInfos(CPGroupId, String) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getObjectName() - Method in class com.hazelcast.core.DistributedObjectEvent
Returns the name of related DistributedObject.
getOldValue() - Method in class com.hazelcast.core.EntryEvent
Returns the old value of the entry event.
getOldValue() - Method in interface com.hazelcast.map.EventJournalMapEvent
Returns the old value for the event entry.
getOrCreateHazelcastClient() - Static method in class com.hazelcast.client.HazelcastClient
Gets or creates a new HazelcastInstance (a new client in a cluster) with the default XML configuration looked up in: System property: Hazelcast will first check if "hazelcast.client.config" system property is set to a file or a classpath:... path.
getOrCreateHazelcastClient(ClientConfig) - Static method in class com.hazelcast.client.HazelcastClient
Gets or creates a new HazelcastInstance (a new client in a cluster) with a certain name.
getOrDefault(PropertyDefinition, T) - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
Returns the value of the requested PropertyDefinition if available in the declarative or programmatic configuration (XML or Config API), otherwise it will return the given defaultValue.
getOrDefault(String, PropertyDefinition, T) - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
Returns the value of the requested PropertyDefinition if available in the declarative or programmatic configuration (XML or Config API), can be found in the system's environment, or passed as a JVM property.
getOriginClassName() - Method in exception com.hazelcast.client.UndefinedErrorCodeException
 
getOrNull(PropertyDefinition) - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
Returns the value of the requested PropertyDefinition if available in the declarative or programmatic configuration (XML or Config API), otherwise it will return null.
getOrNull(String, PropertyDefinition) - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
Returns the value of the requested PropertyDefinition if available in the declarative or programmatic configuration (XML or Config API), can be found in the system's environment, or passed as a JVM property.
getOtherOperationCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the total number of Other Operations
getOutboundPortDefinitions() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the outbound port definitions.
getOutboundPorts() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the outbound ports.
getOwnedEntryCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of entries owned by this member.
getOwnedEntryCount() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getOwnedEntryMemoryCost() - Method in interface com.hazelcast.map.LocalMapStats
Returns memory cost (number of bytes) of owned entries in this member.
getOwnedEntryMemoryCost() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getOwner() - Method in interface com.hazelcast.partition.Partition
Returns the current member that owns this partition.
getPackages() - Method in class com.hazelcast.config.ClassFilter
Returns unmodifiable set of package names.
getPage() - Method in interface com.hazelcast.query.PagingPredicate
Returns the current page value.
getPageSize() - Method in class com.hazelcast.config.BTreeIndexConfig
Returns the page size of B-Tree index.
getPageSize() - Method in class com.hazelcast.config.NativeMemoryConfig
Returns the page size, in bytes, to be allocated by native memory manager as a single block.
getPageSize() - Method in interface com.hazelcast.query.PagingPredicate
Returns the page size.
getParent() - Method in class com.hazelcast.spi.properties.HazelcastProperty
Returns the parent { ClusterProperty} of the property.
getPartition(Object) - Method in interface com.hazelcast.partition.PartitionService
Returns the partition that the given key belongs to.
getPartitionGroupStrategy() - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
 
getPartitionGroupStrategy() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
Deprecated.
- use the above method that takes allMember arguments Returns a custom implementation of a PartitionGroupStrategy to override default behavior of zone aware backup strategies or to provide a specific behavior in case the discovery environment does not provide information about the infrastructure to be used for automatic configuration.
getPartitionGroupStrategy(Collection<? extends Member>) - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
 
getPartitionGroupStrategy(Collection<? extends Member>) - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
Returns a custom implementation of a PartitionGroupStrategy to override default behavior of zone aware backup strategies or to provide a specific behavior in case the discovery environment does not provide information about the infrastructure to be used for automatic configuration.
getPartitionId() - Method in class com.hazelcast.map.MapPartitionLostEvent
Returns the partition ID that has been lost for the given map
getPartitionId() - Method in interface com.hazelcast.partition.Partition
Returns the ID of the partition.
getPartitionId() - Method in interface com.hazelcast.partition.PartitionEvent
Returns the partition ID that the event is dispatched for.
getPartitionId() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
Returns the partition ID the task is associated with.
getPartitionKey() - Method in interface com.hazelcast.core.DistributedObject
Returns the key of the partition that this DistributedObject is assigned to.
getPartitionKey() - Method in interface com.hazelcast.partition.PartitionAware
The key that will be used by Hazelcast to specify the partition.
getPartitionKey() - Method in interface com.hazelcast.query.PartitionPredicate
Returns a random partition key from the collection.
getPartitionKey(Object) - Method in class com.hazelcast.partition.strategy.DefaultPartitioningStrategy
 
getPartitionKey(Object) - Method in class com.hazelcast.partition.strategy.StringPartitioningStrategy
 
getPartitionKey(String) - Static method in class com.hazelcast.partition.strategy.StringPartitioningStrategy
 
getPartitionKey(K) - Method in interface com.hazelcast.partition.PartitioningStrategy
Returns the key object that will be used by Hazelcast to specify the partition.
getPartitionKeys() - Method in interface com.hazelcast.query.PartitionPredicate
Returns the partition keys that determine the partitions the target Predicate is going to execute on.
getPartitions() - Method in interface com.hazelcast.partition.PartitionService
Returns a set containing all the Partitions in the cluster.
getPartitionService() - Method in interface com.hazelcast.core.HazelcastInstance
Returns the partition service of this Hazelcast instance.
getPassword() - Method in class com.hazelcast.config.replacer.AbstractPbeReplacer
Provides password for a chosen SecretKeyFactory.
getPassword() - Method in class com.hazelcast.config.replacer.EncryptionReplacer
 
getPassword() - Method in class com.hazelcast.config.security.UsernamePasswordIdentityConfig
 
getPassword() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
 
getPassword() - Method in interface com.hazelcast.security.PasswordCredentials
 
getPassword() - Method in class com.hazelcast.security.UsernamePasswordCredentials
Gets the password.
getPassword(String) - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
Return the configured password for given username.
getPatch() - Method in class com.hazelcast.version.MemberVersion
 
getPersistenceCount() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getPersistentMemoryConfig() - Method in class com.hazelcast.config.NativeMemoryConfig
Returns the persistent memory configuration this native memory configuration uses.
getPersistentMemoryDirectory() - Method in class com.hazelcast.config.NativeMemoryConfig
Deprecated.
Since 4.1 multiple persistent memory directories are supported. Please use PersistentMemoryConfig.getDirectoryConfigs() instead.
getPlannedMigrations() - Method in interface com.hazelcast.partition.MigrationState
Returns the number of planned migrations in the migration plan.
getPNCounter(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns a PNCounter with the given name.
getPort() - Method in class com.hazelcast.cluster.Address
 
getPortableFactories() - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
getPortableFactoryClasses() - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
getPortableId() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
 
getPortableId() - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
getPortableId() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
 
getPortableVersion() - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
getPositiveMillisOrDefault(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured value of a { HazelcastProperty} converted to milliseconds if it is positive, otherwise returns its default value.
getPositiveMillisOrDefault(HazelcastProperty, long) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured value of a { HazelcastProperty} converted to milliseconds if it is positive, otherwise returns the passed default value.
getPrefetchCount() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
getPrefetchValidityMillis() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
getPrefix() - Method in class com.hazelcast.config.replacer.EncryptionReplacer
 
getPrefix() - Method in class com.hazelcast.config.replacer.PropertyReplacer
 
getPrefix() - Method in interface com.hazelcast.config.replacer.spi.ConfigReplacer
Variable replacer prefix string.
getPrefixes() - Method in class com.hazelcast.config.ClassFilter
Returns unmodifiable set of class name prefixes.
getPreloaderConfig() - Method in class com.hazelcast.config.NearCacheConfig
Returns the NearCachePreloaderConfig of this Near Cache.
getPrincipal() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
getPriority() - Method in enum class com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
 
getPrivateAddress() - Method in class com.hazelcast.spi.discovery.DiscoveryNode
Returns the private address of the discovered node.
getPrivateAddress() - Method in class com.hazelcast.spi.discovery.SimpleDiscoveryNode
 
getProductName() - Method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Returns the string representation of the instance product name
getProperties() - Method in class com.hazelcast.client.config.ClientConfig
Gets Properties object
getProperties() - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
Gets all properties.
getProperties() - Method in class com.hazelcast.config.AbstractXmlConfigBuilder
Gets the current used properties.
getProperties() - Method in class com.hazelcast.config.AbstractYamlConfigBuilder
Gets the current used properties.
getProperties() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
getProperties() - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
getProperties() - Method in class com.hazelcast.config.LoginModuleConfig
 
getProperties() - Method in class com.hazelcast.config.SocketInterceptorConfig
Gets all properties.
getProperties() - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
Returns an immutable copy of the configuration properties.
getProperties() - Method in class com.hazelcast.spi.discovery.DiscoveryNode
Returns a set of unmodifiable properties that are assigned to the discovered node.
getProperties() - Method in class com.hazelcast.spi.discovery.SimpleDiscoveryNode
 
getProperty(String) - Method in class com.hazelcast.client.config.ClientConfig
Gets a named property already set or from system properties if not exists.
getProperty(String) - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
Gets a property.
getProperty(String) - Method in class com.hazelcast.config.SocketInterceptorConfig
Gets a property.
getPropertyName() - Method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
Returns the property name which can be used in placeholders to be resolved to an actual property value.
getProxyFactoryConfigs() - Method in class com.hazelcast.client.config.ClientConfig
Gets list of ProxyFactoryConfig
getPublicAddress() - Method in class com.hazelcast.spi.discovery.DiscoveryNode
Returns the public address of the discovered node if available.
getPublicAddress() - Method in class com.hazelcast.spi.discovery.SimpleDiscoveryNode
 
getPublishingMember() - Method in class com.hazelcast.topic.Message
Returns the member that published the message.
getPublishTime() - Method in class com.hazelcast.topic.Message
Return the time when the message is published
getPutOperationCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of put operations
getQueryCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the total number of queries performed on the map.
getQueryCount() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the total number of queries served by the index.
getQueue(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns the distributed queue instance with the specified name.
getRatio() - Method in interface com.hazelcast.nearcache.NearCacheStats
 
getRawDataInput() - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
getRawDataOutput() - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
After writing portable fields one can subsequently write remaining fields in the old-fashioned way.
getReadBatchSize() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the maximum number of items to read in a batch.
getRealm() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
getRealmConfig() - Method in class com.hazelcast.security.RealmConfigCallback
 
getRealmConfig(String) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getRealmConfigs() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getRealmName() - Method in class com.hazelcast.security.RealmConfigCallback
 
getReconnectMode() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
 
getRegistrations(CompactSerializationConfig) - Static method in class com.hazelcast.config.CompactSerializationConfigAccessor
Returns the map of the type names to programmatic registrations.
getReleaseVersion() - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
getReliableTopic(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns the reliable topic instance with the specified name.
getReliableTopicConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
Gets the ClientReliableTopicConfig for a given reliable topic name.
getReliableTopicConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
Returns the map of reliable topic configurations, mapped by config name.
getRemainingMigrations() - Method in interface com.hazelcast.partition.MigrationState
Returns the number of remaining migrations in the migration plan.
getRemoveCount() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the number of remove operations performed on the index.
getRemoveOperationCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of Remove operations
getReplacement(String) - Method in class com.hazelcast.config.replacer.AbstractPbeReplacer
 
getReplacement(String) - Method in class com.hazelcast.config.replacer.PropertyReplacer
 
getReplacement(String) - Method in interface com.hazelcast.config.replacer.spi.ConfigReplacer
Provides String which should be used as a variable replacement for given masked value.
getReplicaIndex() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
Returns the index of the partition replica.
getReplicatedMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns the replicated map instance with the specified name.
getReplicationStats() - Method in interface com.hazelcast.map.LocalMapStats
 
getRequiredMember() - Method in class com.hazelcast.config.TcpIpConfig
Gets the required member.
getRingbuffer(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns the distributed Ringbuffer instance with the specified name.
getRoleAttribute() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
 
getRoleMappingMode(String) - Static method in enum class com.hazelcast.config.security.LdapRoleMappingMode
 
getRoles(String) - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
Returns role names assigned to the given user.
getRoleSeparator() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
Returns the custom role separator (when set).
getRoutingMode() - Method in class com.hazelcast.client.config.ClusterRoutingConfig
Returns the defined RoutingMode for this client to use when connecting to cluster members.
getRoutingStrategy() - Method in class com.hazelcast.client.config.ClusterRoutingConfig
Returns the strategy for routing client connections to members when RoutingMode.MULTI_MEMBER is configured.
getSalt() - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
Returns the salt.
getScheduledExecutorService(String) - Method in interface com.hazelcast.core.HazelcastInstance
 
getScheduledFuture(ScheduledTaskHandler) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates a new IScheduledFuture from the given handler.
getSchedulerName() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
Return the name of the ScheduledExecutor this tasks is running on.
getScopedHost() - Method in class com.hazelcast.cluster.Address
 
getScopeId() - Method in class com.hazelcast.cluster.Address
 
getSearchScope(String) - Static method in enum class com.hazelcast.config.security.LdapSearchScope
 
getSeconds(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured value of a { HazelcastProperty} converted to seconds.
getSecurityConfig() - Method in class com.hazelcast.client.config.ClientConfig
Gets ClientSecurityConfig object which allows client credentials configuration.
getSecurityRealm() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
getSemaphore(String) - Method in interface com.hazelcast.cp.CPSubsystem
Returns a proxy for an ISemaphore instance created on CP Subsystem.
getSemaphore(String) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getSequence(int) - Method in interface com.hazelcast.ringbuffer.ReadResultSet
Return the sequence number for the item at the given index.
getSerializationConfig() - Method in class com.hazelcast.client.config.ClientConfig
getSerializationType() - Method in interface com.hazelcast.nio.serialization.SerializerHook
Returns the actual class type of the serialized object
getSerializerClassNames(CompactSerializationConfig) - Static method in class com.hazelcast.config.CompactSerializationConfigAccessor
Returns the list of Compact serializer class names.
getSerializerConfigs() - Method in class com.hazelcast.config.SerializationConfig
 
getService() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
getServiceName() - Method in interface com.hazelcast.core.DistributedObject
Returns the service name for this object.
getServiceName() - Method in class com.hazelcast.core.DistributedObjectEvent
Returns the service name of related DistributedObject.
getServiceNamePrefix() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
getSetOperationCount() - Method in interface com.hazelcast.map.LocalMapStats
Returns the number of set operations
getSingleType() - Method in enum class com.hazelcast.nio.serialization.FieldType
 
getSize() - Method in class com.hazelcast.config.EvictionConfig
Returns the size which is used by the MaxSizePolicy.
getSize() - Method in class com.hazelcast.config.NativeMemoryConfig
Deprecated.
Since 5.2, use NativeMemoryConfig.getCapacity() instead.
getSkipEndpoint() - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
getSkipIdentity() - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
getSkipRole() - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
getSocketAddress() - Method in interface com.hazelcast.client.Client
Returns the socket address of this client.
getSocketAddress() - Method in interface com.hazelcast.cluster.Endpoint
Returns the socket address for this endpoint.
getSocketAddress() - Method in interface com.hazelcast.cluster.Member
Returns the socket address of this member for member to member communications or unified depending on config.
getSocketAddress(EndpointQualifier) - Method in interface com.hazelcast.cluster.Member
Returns the socket address of this member.
getSocketInterceptorConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
getSocketOptions() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
getSource() - Method in class com.hazelcast.map.AbstractIMapEvent
Returns the object on which the event initially occurred.
getSource() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
Returns the old owner of the migrating partition replica.
getSpn() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
getSSLConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Returns the current SSLConfig.
getStartTime() - Method in interface com.hazelcast.partition.MigrationState
Returns the start time of the migration in milliseconds since the epoch.
getState() - Method in class com.hazelcast.core.LifecycleEvent
 
getStats() - Method in interface com.hazelcast.scheduledexecutor.IScheduledFuture
Returns the statistics and time measurement info of the execution of this scheduled future in the IScheduledExecutorService it was scheduled.
getStoreInitialDelaySeconds() - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
getStoreIntervalSeconds() - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
getString(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns the configured value of a { HazelcastProperty} as String.
getString(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getSystemProperty() - Method in class com.hazelcast.spi.properties.HazelcastProperty
Gets the system property value of the property.
getTarget() - Method in interface com.hazelcast.query.PartitionPredicate
Returns the target Predicate.
getTarget() - Method in exception com.hazelcast.spi.exception.WrongTargetException
 
getTaskName() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
Returns the name of the task.
getTaskScheduler() - Method in interface com.hazelcast.core.HazelcastInstance
Get task scheduler
getTime(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getTimeoutMilliseconds() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
getTimestamp(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getTimestampWithTimezone(String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
 
getTimeToLiveSeconds() - Method in class com.hazelcast.config.NearCacheConfig
Returns the maximum number of seconds for each entry to stay in the Near Cache (time to live).
getTimeUnit() - Method in class com.hazelcast.spi.properties.HazelcastProperty
Returns the { TimeUnit} of the property.
getToken() - Method in class com.hazelcast.config.security.TokenIdentityConfig
 
getToken() - Method in class com.hazelcast.security.SimpleTokenCredentials
Gets the token.
getToken() - Method in interface com.hazelcast.security.TokenCredentials
Returns the token as a byte array.
getTokenEncoded() - Method in class com.hazelcast.config.security.TokenIdentityConfig
 
getTokenEncoding(String) - Static method in enum class com.hazelcast.config.security.TokenEncoding
 
getTokenIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getTokenIdentityConfig() - Method in class com.hazelcast.config.security.RealmConfig
 
getTombstoneInfos(CPGroupId, String) - Method in interface com.hazelcast.cp.CPSubsystem
Returns info about all tombstones of given type within the given group
getTombstoneInfos(CPGroupId, String) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
getTopic(String) - Method in interface com.hazelcast.core.HazelcastInstance
Creates or returns the distributed topic instance with the specified name.
getTopicOverloadPolicy() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Gets the TopicOverloadPolicy for this reliable topic.
getTotalElapsedTime() - Method in interface com.hazelcast.partition.MigrationState
Returns the total elapsed time of completed migrations in milliseconds.
getTotalGetLatency() - Method in interface com.hazelcast.map.LocalMapStats
Returns the total latency of get operations.
getTotalIdleTime(TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.ScheduledTaskStatistics
Returns the total amount of time the task was idle, waiting to get scheduled in.
getTotalInsertLatency() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the total latency (in nanoseconds) of insert operations performed on the index.
getTotalPutLatency() - Method in interface com.hazelcast.map.LocalMapStats
Returns the total latency of put operations.
getTotalRemoveLatency() - Method in interface com.hazelcast.map.LocalMapStats
Returns the total latency of remove operations.
getTotalRemoveLatency() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the total latency (in nanoseconds) of remove operations performed on the index.
getTotalRuns() - Method in interface com.hazelcast.scheduledexecutor.ScheduledTaskStatistics
Returns how many times the task was run/called.
getTotalRunTime(TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.ScheduledTaskStatistics
Returns the total amount of time the task spent while scheduled in.
getTotalSetLatency() - Method in interface com.hazelcast.map.LocalMapStats
Returns the total latency of set operations.
getTotalUpdateLatency() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the total latency (in nanoseconds) of update operations performed on the index.
getTryCount() - Method in class com.hazelcast.client.config.ClientFailoverConfig
Sets the count that the client iterates over the given list of alternative clusters.
getTtl() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
getTtl() - Method in interface com.hazelcast.core.EntryView
Returns the last set time to live in milliseconds.
getType() - Method in class com.hazelcast.config.IndexConfig
Gets type of the index.
getType() - Method in enum class com.hazelcast.core.EntryEventType
 
getType() - Method in enum class com.hazelcast.core.ItemEventType
 
getType() - Method in interface com.hazelcast.cp.event.CPMembershipEvent
Returns the type of membership change.
getType() - Method in interface com.hazelcast.map.EventJournalMapEvent
Returns the event type.
getType() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
 
getTypeClass() - Method in class com.hazelcast.config.SerializerConfig
Gets the type of the class that will be serialized via this implementation.
getTypeClassName() - Method in class com.hazelcast.config.SerializerConfig
Gets the name of the class that will be serialized via this implementation.
getTypeId() - Method in interface com.hazelcast.nio.serialization.Serializer
Uniquely identifies given serializer.
getTypeName() - Method in interface com.hazelcast.nio.serialization.compact.CompactSerializer
Returns the unique type name for the class CompactSerializer.
getTypeSize() - Method in enum class com.hazelcast.nio.serialization.FieldType
 
getUnavailableMembers() - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityEvent
Returns the unavailable members of the CP group.
getUnhealthyEndpoints() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
Fetches a set of Address marked as unhealthy by the underlying implementation.
getUniqueKey() - Method in class com.hazelcast.config.BitmapIndexOptions
Returns the unique key attribute configured in this index config.
getUniqueKeyTransformation() - Method in class com.hazelcast.config.BitmapIndexOptions
Returns the unique key transformation configured in this index.
getUnit() - Method in class com.hazelcast.memory.Capacity
Returns unit of the capacity
getUpdateCount() - Method in interface com.hazelcast.query.LocalIndexStats
Returns the number of update operations performed on the index.
getUsage() - Method in class com.hazelcast.config.LoginModuleConfig
 
getUseCanonicalHostname() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
getUserCodeDeploymentConfig() - Method in class com.hazelcast.client.config.ClientConfig
Get current configuration of User Code Deployment.
getUserContext() - Method in class com.hazelcast.client.config.ClientConfig
 
getUserContext() - Method in interface com.hazelcast.core.HazelcastInstance
 
getUsername() - Method in class com.hazelcast.config.security.UsernamePasswordIdentityConfig
 
getUsernamePasswordIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
getUsernames() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
Returns names of users registered in the configuration.
getUuid() - Method in interface com.hazelcast.client.Client
Returns a unique UUID for this client.
getUuid() - Method in interface com.hazelcast.cluster.Endpoint
Returns the UUID of this endpoint
getUuid() - Method in interface com.hazelcast.cluster.Member
Returns the UUID of this member.
getUuid() - Method in interface com.hazelcast.cp.CPMember
Returns the UUID of this CP member.
getUuid() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
Returns the uuid of the member the task is associated with.
getValue() - Method in interface com.hazelcast.cache.CacheEntryView
Gets the value of the cache entry.
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.HazelcastJsonValue
 
getValue() - Method in class com.hazelcast.memory.Capacity
Returns value of the capacity in its original unit.
getValue() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
Gets the value of the entry.
getVersion() - Method in interface com.hazelcast.cluster.Member
Returns the Hazelcast codebase version of this member; this may or may not be different from cluster version, for example when a node with a different codebase version is added to an existing cluster.
getVersion() - Method in interface com.hazelcast.core.EntryView
Returns the version of the entry.
getVersion() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Returns the version.
getVersion() - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
Deprecated.
 
getVersion() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
 
getVersion() - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
getVersion() - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
getVersion() - Method in interface com.hazelcast.nio.VersionAware
 
getWanProtocolVersion() - Method in interface com.hazelcast.nio.WanProtocolVersionAware
Returns the WAN protocol version.
getWhitelist() - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
gigaBytes() - Method in class com.hazelcast.memory.Capacity
Returns value of the capacity in gigabytes.
GIGABYTES - Enum constant in enum class com.hazelcast.memory.MemoryUnit
MemoryUnit in gigabytes
GlobalSerializerConfig - Class in com.hazelcast.config
Contains the configuration for global serializer.
GlobalSerializerConfig() - Constructor for class com.hazelcast.config.GlobalSerializerConfig
 
GlobalSerializerConfig(GlobalSerializerConfig) - Constructor for class com.hazelcast.config.GlobalSerializerConfig
 
greaterEqual(Comparable) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
greaterEqual(String, Comparable) - Static method in class com.hazelcast.query.Predicates
Creates a greater than or equal to predicate that will pass items if the value stored under the given item attribute is greater than or equal to the given value.
greaterThan(Comparable) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
greaterThan(String, Comparable) - Static method in class com.hazelcast.query.Predicates
Creates a greater than predicate that will pass items if the value stored under the given item attribute is greater than the given value.
GROUP - Static variable in class com.hazelcast.spi.discovery.multicast.MulticastProperties
Property used to define zones for node filtering.
groupId() - Method in interface com.hazelcast.cp.CPObjectInfo
Id of the group this object belongs to
GroupInfo(CPMember, Set<CPMember>, int) - Constructor for record class com.hazelcast.cp.CPGroupsSnapshot.GroupInfo
Creates an instance of a GroupInfo record class.

H

hasDefiniteSize() - Method in enum class com.hazelcast.nio.serialization.FieldType
 
hasField(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
Deprecated.
Checks if there exists a FieldDefinition with the given fieldName.
hasField(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
HASH - Enum constant in enum class com.hazelcast.config.IndexType
Hash index.
hashCode() - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
hashCode() - Method in class com.hazelcast.client.config.ClientConfig
 
hashCode() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
 
hashCode() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
hashCode() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
hashCode() - Method in class com.hazelcast.client.config.ClientMetricsConfig
 
hashCode() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
hashCode() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
 
hashCode() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
hashCode() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
hashCode() - Method in class com.hazelcast.client.config.ClusterRoutingConfig
 
hashCode() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
hashCode() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
hashCode() - Method in class com.hazelcast.client.config.SocketOptions
 
hashCode() - Method in class com.hazelcast.cluster.Address
 
hashCode() - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
 
hashCode() - Method in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
 
hashCode() - Method in class com.hazelcast.config.AutoDetectionConfig
 
hashCode() - Method in class com.hazelcast.config.BitmapIndexOptions
 
hashCode() - Method in class com.hazelcast.config.BTreeIndexConfig
 
hashCode() - Method in class com.hazelcast.config.ClassFilter
 
hashCode() - Method in class com.hazelcast.config.CompactSerializationConfig
 
hashCode() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
hashCode() - Method in class com.hazelcast.config.DiscoveryConfig
 
hashCode() - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
hashCode() - Method in class com.hazelcast.config.EvictionConfig
 
hashCode() - Method in class com.hazelcast.config.GlobalSerializerConfig
 
hashCode() - Method in class com.hazelcast.config.IndexConfig
 
hashCode() - Method in class com.hazelcast.config.InstanceTrackingConfig
 
hashCode() - Method in class com.hazelcast.config.InterfacesConfig
 
hashCode() - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
hashCode() - Method in class com.hazelcast.config.ListenerConfig
 
hashCode() - Method in class com.hazelcast.config.LoginModuleConfig
 
hashCode() - Method in class com.hazelcast.config.matcher.MatchingPointConfigPatternMatcher
 
hashCode() - Method in class com.hazelcast.config.MemoryTierConfig
 
hashCode() - Method in class com.hazelcast.config.MetricsJmxConfig
 
hashCode() - Method in class com.hazelcast.config.NativeMemoryConfig
 
hashCode() - Method in class com.hazelcast.config.NearCacheConfig
 
hashCode() - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
hashCode() - Method in class com.hazelcast.config.PersistentMemoryConfig
 
hashCode() - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
 
hashCode() - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
hashCode() - Method in class com.hazelcast.config.security.CredentialsIdentityConfig
 
hashCode() - Method in class com.hazelcast.config.security.JaasAuthenticationConfig
 
hashCode() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
hashCode() - Method in class com.hazelcast.config.security.RealmConfig
 
hashCode() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
 
hashCode() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig.UserDto
 
hashCode() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
 
hashCode() - Method in class com.hazelcast.config.security.TokenIdentityConfig
 
hashCode() - Method in class com.hazelcast.config.security.UsernamePasswordIdentityConfig
 
hashCode() - Method in class com.hazelcast.config.SerializationConfig
 
hashCode() - Method in class com.hazelcast.config.SerializerConfig
 
hashCode() - Method in class com.hazelcast.config.SocketInterceptorConfig
 
hashCode() - Method in class com.hazelcast.config.SSLConfig
 
hashCode() - Method in class com.hazelcast.config.TcpIpConfig
 
hashCode() - Method in class com.hazelcast.core.HazelcastJsonValue
 
hashCode() - Method in class com.hazelcast.core.LifecycleEvent
 
hashCode() - Method in record class com.hazelcast.cp.CPGroupsSnapshot.GroupInfo
Returns a hash code value for this object.
hashCode() - Method in class com.hazelcast.cp.CPGroupsSnapshot
 
hashCode() - Method in class com.hazelcast.memory.Capacity
 
hashCode() - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
hashCode() - Method in class com.hazelcast.security.SimpleTokenCredentials
 
hashCode() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
hashCode() - Method in class com.hazelcast.version.MemberVersion
 
hashCode() - Method in class com.hazelcast.version.Version
 
hasIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
hasMember(Member) - Method in interface com.hazelcast.spi.partitiongroup.MemberGroup
 
HAZELCAST - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Hazelcast open-source
HAZELCAST_CLIENT - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Hazelcast java open-source client
HAZELCAST_CLIENT_EE - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Hazelcast java enterprise client
HAZELCAST_EE - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Hazelcast Enterprise
HAZELCAST_JET - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Hazelcast Jet open-source
HAZELCAST_JET_EE - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Hazelcast Jet enterprise
HazelcastClient - Class in com.hazelcast.client
The HazelcastClient provides the ability the create and manage Hazelcast clients.
HazelcastClientNotActiveException - Exception in com.hazelcast.client
Thrown when Hazelcast client is not active during an invocation.
HazelcastClientNotActiveException() - Constructor for exception com.hazelcast.client.HazelcastClientNotActiveException
 
HazelcastClientNotActiveException(String) - Constructor for exception com.hazelcast.client.HazelcastClientNotActiveException
 
HazelcastClientNotActiveException(String, Throwable) - Constructor for exception com.hazelcast.client.HazelcastClientNotActiveException
 
HazelcastClientOfflineException - Exception in com.hazelcast.client
Thrown when Hazelcast client is offline during an invocation.
HazelcastClientOfflineException() - Constructor for exception com.hazelcast.client.HazelcastClientOfflineException
 
HazelcastException - Exception in com.hazelcast.core
Base Hazelcast exception.
HazelcastException() - Constructor for exception com.hazelcast.core.HazelcastException
 
HazelcastException(String) - Constructor for exception com.hazelcast.core.HazelcastException
 
HazelcastException(String, Throwable) - Constructor for exception com.hazelcast.core.HazelcastException
 
HazelcastException(Throwable) - Constructor for exception com.hazelcast.core.HazelcastException
 
HazelcastExpiryPolicy - Class in com.hazelcast.cache
Hazelcast provides overloads of the typical cache operations with a custom ExpiryPolicy parameter.
This class provides a custom implementation of an ExpiryPolicy to react on all three types of policies: Create Access Update
HazelcastExpiryPolicy() - Constructor for class com.hazelcast.cache.HazelcastExpiryPolicy
Default constructor to serialize/deserialize
HazelcastExpiryPolicy(long, long, long) - Constructor for class com.hazelcast.cache.HazelcastExpiryPolicy
Constructs an expiry policy with provided values for creation, access and update in milliseconds.
HazelcastExpiryPolicy(long, long, long, TimeUnit) - Constructor for class com.hazelcast.cache.HazelcastExpiryPolicy
Constructs an expiry policy with provided values for creation, access and update as well as a TimeUnit to convert those values to internally used time unites.
HazelcastExpiryPolicy(Duration, Duration, Duration) - Constructor for class com.hazelcast.cache.HazelcastExpiryPolicy
Constructs an expiry policy with provided values for creation, access and update by providing instances of the Duration class.
HazelcastExpiryPolicy(ExpiryPolicy) - Constructor for class com.hazelcast.cache.HazelcastExpiryPolicy
Copy Constructor for an already existing ExpiryPolicy.
HazelcastInstance - Interface in com.hazelcast.core
Hazelcast instance.
HazelcastInstanceAware - Interface in com.hazelcast.core
Used to get HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService.
HazelcastInstanceNotActiveException - Exception in com.hazelcast.core
Thrown when HazelcastInstance is not active during an invocation.
HazelcastInstanceNotActiveException() - Constructor for exception com.hazelcast.core.HazelcastInstanceNotActiveException
 
HazelcastInstanceNotActiveException(String) - Constructor for exception com.hazelcast.core.HazelcastInstanceNotActiveException
 
HazelcastJavaClientSoakTestRunner - Class in com.hazelcast.client.soaktest
Runs java client in an endless loop against a Hazelcast cluster to test stability.
HazelcastJsonValue - Class in com.hazelcast.core
HazelcastJsonValue is a wrapper for JSON formatted strings.
HazelcastJsonValue(String) - Constructor for class com.hazelcast.core.HazelcastJsonValue
Creates a HazelcastJsonValue from the given string.
HazelcastOverloadException - Exception in com.hazelcast.core
A HazelcastException that is thrown when the system won't handle more load due to an overload.
HazelcastOverloadException(String) - Constructor for exception com.hazelcast.core.HazelcastOverloadException
 
HazelcastOverloadException(String, Throwable) - Constructor for exception com.hazelcast.core.HazelcastOverloadException
 
HazelcastProperties - Class in com.hazelcast.spi.properties
Container for configured Hazelcast properties (see { HazelcastProperty}).
HazelcastProperties() - Constructor for class com.hazelcast.spi.properties.HazelcastProperties
Creates a container with configured Hazelcast properties.
HazelcastProperties(ClientConfig) - Constructor for class com.hazelcast.spi.properties.HazelcastProperties
Creates a container with configured Hazelcast properties.
HazelcastProperties(Properties) - Constructor for class com.hazelcast.spi.properties.HazelcastProperties
Creates a container with configured Hazelcast properties.
HazelcastProperty - Class in com.hazelcast.spi.properties
Interface for Hazelcast Member and Client properties.
HazelcastProperty(String) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, boolean) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, HazelcastProperty) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Byte) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Double) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Enum<?>) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Float) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Integer) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Integer, TimeUnit) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Long) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Long, TimeUnit) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, String) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, String, TimeUnit) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, String, TimeUnit, HazelcastProperty) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastProperty(String, Function<HazelcastProperties, ?>) - Constructor for class com.hazelcast.spi.properties.HazelcastProperty
 
HazelcastSerializationException - Exception in com.hazelcast.nio.serialization
An exception thrown when a problem occurs while serializing/deserializing objects.
HazelcastSerializationException(String) - Constructor for exception com.hazelcast.nio.serialization.HazelcastSerializationException
 
HazelcastSerializationException(String, Throwable) - Constructor for exception com.hazelcast.nio.serialization.HazelcastSerializationException
 
HazelcastSerializationException(Throwable) - Constructor for exception com.hazelcast.nio.serialization.HazelcastSerializationException
 
headSequence() - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Returns the sequence of the head.
HEARTBEAT_INTERVAL - Static variable in class com.hazelcast.client.properties.ClientProperty
Time interval between the heartbeats sent by the client to the nodes.
HEARTBEAT_TIMEOUT - Static variable in class com.hazelcast.client.properties.ClientProperty
Client sends heartbeat messages to the members and this is the timeout for this sending operations.

I

IAtomicLong - Interface in com.hazelcast.cp
IAtomicLong is a redundant and highly available distributed alternative to the AtomicLong.
IAtomicReference<E> - Interface in com.hazelcast.cp
IAtomicReference is a redundant and highly available distributed alternative to the AtomicReference.
ICollection<E> - Interface in com.hazelcast.collection
Concurrent, distributed, partitioned, listenable collection.
ICountDownLatch - Interface in com.hazelcast.cp
ICountDownLatch is a backed-up distributed alternative to the java.util.concurrent.CountDownLatch.
ICredentialsFactory - Interface in com.hazelcast.security
ICredentialsFactory is used to create Credentials objects to be used during node authentication before connection is accepted by the master node.
id() - Method in interface com.hazelcast.cp.CPGroup
Returns unique id of the CP group
id() - Method in enum class com.hazelcast.cp.event.CPMembershipEvent.EventType
 
IdentifiedDataSerializable - Interface in com.hazelcast.nio.serialization
IdentifiedDataSerializable is an extension to DataSerializable to avoid reflection during de-serialization.
identity() - Static method in interface com.hazelcast.function.FunctionEx
identity() - Static method in class com.hazelcast.projection.Projections
Returns a projection that does no transformation.
IdentityConfig - Interface in com.hazelcast.config.security
This interface represents identity configuration in security realms or client security configurations.
IExecutorService - Interface in com.hazelcast.core
Distributed implementation of ExecutorService.
IFunction<T,R> - Interface in com.hazelcast.core
Represents a function that accepts one argument and produces a result.
ilike(String, String) - Static method in class com.hazelcast.query.Predicates
Creates a case-insensitive like predicate that will pass items if the given pattern matches the value stored under the given item attribute in a case-insensitive manner.
IList<E> - Interface in com.hazelcast.collection
Concurrent, distributed implementation of List.
ILogger - Interface in com.hazelcast.logging
The Hazelcast logging interface.
IMap<K,V> - Interface in com.hazelcast.map
Concurrent, distributed, observable and queryable map.
IMapEvent - Interface in com.hazelcast.map
Map events common contract.
implementation - Variable in class com.hazelcast.config.ListenerConfig
 
importDocuments(YamlNode) - Method in class com.hazelcast.config.AbstractYamlConfigBuilder
Imports external YAML documents into the provided main YAML document.
in(Comparable...) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
in(String, Comparable...) - Static method in class com.hazelcast.query.Predicates
Creates a in predicate that will pass items if the value stored under the given item attribute is a member of the given values set.
increasePermits(int) - Method in interface com.hazelcast.cp.ISemaphore
Increases the number of available permits by the indicated amount.
incrementAndGet() - Method in interface com.hazelcast.cp.IAtomicLong
Atomically increments the current value by one.
incrementAndGet() - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Increments by one the current value.
incrementAndGetAsync() - Method in interface com.hazelcast.cp.IAtomicLong
Atomically increments the current value by one.
IndeterminateOperationState - Interface in com.hazelcast.core
A marker interface for exceptions to denote that execution status of an invocation is not known
IndeterminateOperationStateException - Exception in com.hazelcast.core
IndeterminateOperationStateException is thrown when result of an invocation becomes indecisive.
IndeterminateOperationStateException() - Constructor for exception com.hazelcast.core.IndeterminateOperationStateException
 
IndeterminateOperationStateException(String) - Constructor for exception com.hazelcast.core.IndeterminateOperationStateException
 
IndeterminateOperationStateException(String, Throwable) - Constructor for exception com.hazelcast.core.IndeterminateOperationStateException
 
IndexConfig - Class in com.hazelcast.config
Configuration of an index.
IndexConfig() - Constructor for class com.hazelcast.config.IndexConfig
 
IndexConfig(IndexType) - Constructor for class com.hazelcast.config.IndexConfig
Creates an index configuration of the given type.
IndexConfig(IndexType, String...) - Constructor for class com.hazelcast.config.IndexConfig
Creates an index configuration of the given type with provided attributes.
IndexType - Enum Class in com.hazelcast.config
Type of the index.
info(String) - Method in class com.hazelcast.logging.AbstractLogger
 
info(String) - Method in interface com.hazelcast.logging.ILogger
Logs a message at the Level.INFO level.
info(String, Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
info(String, Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a message with an associated throwable at the Level.INFO level.
info(Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
info(Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a throwable at the Level.INFO level.
init(int) - Method in interface com.hazelcast.cp.ISemaphore
Tries to initialize this ISemaphore instance with the given permit count
init(Cluster, ClientConfig) - Method in interface com.hazelcast.client.LoadBalancer
Initializes the LoadBalancer.
init(InitialMembershipEvent) - Method in interface com.hazelcast.cluster.InitialMembershipListener
Called when this listener is registered.
init(Properties) - Method in class com.hazelcast.config.replacer.AbstractPbeReplacer
 
init(Properties) - Method in class com.hazelcast.config.replacer.EncryptionReplacer
 
init(Properties) - Method in class com.hazelcast.config.replacer.PropertyReplacer
 
init(Properties) - Method in interface com.hazelcast.config.replacer.spi.ConfigReplacer
Initialization method called before first usage of the config replacer.
init(Properties) - Method in interface com.hazelcast.nio.SocketInterceptor
Initializes socket interceptor with properties which is set by ClientConfig.setProperty(String, String)
init(Properties) - Method in interface com.hazelcast.security.ICredentialsFactory
This method is (only) called if the factory instance is newly created from a class name provided in CredentialsFactoryConfig.
INITIAL_MEMORY_SIZE - Static variable in class com.hazelcast.config.NativeMemoryConfig
Initial memory size in megabytes
initialize(Object) - Method in interface com.hazelcast.core.ManagedContext
Initialize the given object instance.
InitialMembershipEvent - Class in com.hazelcast.cluster
An event that is sent when a InitialMembershipListener registers itself on a Cluster.
InitialMembershipEvent(Cluster, Set<Member>) - Constructor for class com.hazelcast.cluster.InitialMembershipEvent
 
InitialMembershipListener - Interface in com.hazelcast.cluster
The InitialMembershipListener is a MembershipListener that first receives an InitialMembershipEvent when it is registered, so it immediately knows which members are available.
initLoginModuleProperties() - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
initLoginModuleProperties() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
 
initLoginModuleProperties() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
 
InMemoryFormat - Enum Class in com.hazelcast.config
Storage format type of values stored in cluster
INSTANCE - Static variable in class com.hazelcast.config.security.DefaultAuthenticationConfig
Singleton instance.
INSTANCE - Static variable in class com.hazelcast.partition.strategy.StringPartitioningStrategy
 
instanceOf(Class<?>) - Static method in class com.hazelcast.query.Predicates
Creates an instance of predicate that will pass entries for which the value class is an instanceof the given klass.
InstanceTrackingConfig - Class in com.hazelcast.config
Configures tracking of a running Hazelcast instance.
InstanceTrackingConfig() - Constructor for class com.hazelcast.config.InstanceTrackingConfig
 
InstanceTrackingConfig(InstanceTrackingConfig) - Constructor for class com.hazelcast.config.InstanceTrackingConfig
 
InstanceTrackingConfig.InstanceMode - Enum Class in com.hazelcast.config
The mode in which this instance is running.
InstanceTrackingConfig.InstanceProductName - Enum Class in com.hazelcast.config
Product name for the Hazelcast instance
InstanceTrackingConfig.InstanceTrackingProperties - Enum Class in com.hazelcast.config
Enumeration of instance properties provided to the format pattern for output.
INT - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
INT_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
INT16 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
INT32 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
INT64 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
INT8 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
INTEGER - Enum constant in enum class com.hazelcast.config.properties.PropertyTypeConverter
TypeConverter to convert an input string to an output int
integerAvg() - Static method in class com.hazelcast.aggregation.Aggregators
 
integerAvg(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
integerMax() - Static method in class com.hazelcast.aggregation.Aggregators
 
integerMax(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
integerMin() - Static method in class com.hazelcast.aggregation.Aggregators
 
integerMin(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
integerSum() - Static method in class com.hazelcast.aggregation.Aggregators
 
integerSum(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
interceptGet(Object) - Method in interface com.hazelcast.map.MapInterceptor
Intercepts the get operation before returning value.
interceptPut(Object, Object) - Method in interface com.hazelcast.map.MapInterceptor
Intercepts the put operation before modifying the map data.
interceptRemove(Object) - Method in interface com.hazelcast.map.MapInterceptor
Intercepts the remove operation before removing the data.
InterfacesConfig - Class in com.hazelcast.config
Contains the configuration for Interfaces.
InterfacesConfig() - Constructor for class com.hazelcast.config.InterfacesConfig
 
INVALID_FENCE - Static variable in interface com.hazelcast.cp.lock.FencedLock
Representation of a failed lock attempt where the caller thread has not acquired the lock
INVALIDATE - Enum constant in enum class com.hazelcast.config.NearCacheConfig.LocalUpdatePolicy
Local put and local remove immediately invalidate Near Cache.
INVALIDATION - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if an entry is invalidated.
InvalidConfigurationException - Exception in com.hazelcast.config
A InvalidConfigurationException is thrown when Hazelcast faces an invalid configuration.
InvalidConfigurationException(String) - Constructor for exception com.hazelcast.config.InvalidConfigurationException
Creates a InvalidConfigurationException with the given message.
InvalidConfigurationException(String, Throwable) - Constructor for exception com.hazelcast.config.InvalidConfigurationException
Constructs a new runtime exception with the specified detail message and cause.
INVOCATION_RETRY_PAUSE_MILLIS - Static variable in class com.hazelcast.client.properties.ClientProperty
Pause time between each retry cycle of an invocation in milliseconds.
INVOCATION_TIMEOUT_SECONDS - Static variable in class com.hazelcast.client.properties.ClientProperty
When an invocation gets an exception because: - Member throws an exception.
IO_BALANCER_INTERVAL_SECONDS - Static variable in class com.hazelcast.client.properties.ClientProperty
The interval in seconds between IOBalancer executions.
IO_INPUT_THREAD_COUNT - Static variable in class com.hazelcast.client.properties.ClientProperty
Controls the number of IO input threads.
IO_OUTPUT_THREAD_COUNT - Static variable in class com.hazelcast.client.properties.ClientProperty
Controls the number of IO output threads.
IO_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
The number of threads doing socket input and the number of threads doing socket output.
IO_WRITE_THROUGH_ENABLED - Static variable in class com.hazelcast.client.properties.ClientProperty
Optimization that allows sending of packets over the network to be done on the calling thread if the conditions are right.
IQueue<E> - Interface in com.hazelcast.collection
Concurrent, blocking, distributed, observable queue.
is(String) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
isAllowOverrideDefaultSerializers() - Method in class com.hazelcast.config.SerializationConfig
 
isAllowUnsafe() - Method in class com.hazelcast.config.SerializationConfig
Unsafe, it is not public api of java.
isArrayType() - Method in enum class com.hazelcast.nio.serialization.FieldType
 
isAssignedToMember() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
 
isAssignedToPartition() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
 
isAsyncStart() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
Client instance creation won't block on HazelcastClient.newHazelcastClient() if this value is true
isAuthenticationConfigured() - Method in class com.hazelcast.config.security.RealmConfig
 
isAutoDetectionApplicable() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategyFactory
Checks whether the given discovery strategy may be applied with no additional config to the environment in which Hazelcast is currently running.
isAutoDetectionEnabled() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Any other connect configuration takes precedence over auto-discovery, so auto-discovery is enabled only when no other strategy is enabled.
isAutoDetectionEnabled() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
isBackupAckToClientEnabled() - Method in class com.hazelcast.client.config.ClientConfig
Note that backup acks to client can be enabled only for all members routing client.
isBetween(Version, Version) - Method in class com.hazelcast.version.Version
Checks if the version is between specified version (both ends inclusive)
isCacheLocalEntries() - Method in class com.hazelcast.config.NearCacheConfig
Checks if local entries are also cached in the Near Cache.
isCheckClassDefErrors() - Method in class com.hazelcast.config.SerializationConfig
Default value is true (enabled).
IScheduledExecutorService - Interface in com.hazelcast.scheduledexecutor
Distributed & durable implementation similar to, but not directly inherited ScheduledExecutorService.
IScheduledFuture<V> - Interface in com.hazelcast.scheduledexecutor
A delayed result-bearing action that can be cancelled.
isCPDirectToLeaderRoutingEnabled() - Method in class com.hazelcast.client.config.ClientConfig
Returns whether CP direct-to-leader operation sending is enabled for this client.
isDefaultsDisabled() - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
isEchoFailFastOnStartup() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
ISemaphore - Interface in com.hazelcast.cp
ISemaphore is a fault-tolerant distributed alternative to the Semaphore.
isEmpty() - Method in class com.hazelcast.config.ClassFilter
 
isEmpty() - Method in interface com.hazelcast.map.BaseMap
Returns true if this map contains no entries.
isEnableCompression() - Method in class com.hazelcast.config.SerializationConfig
Enables compression when default java serialization is used.
isEnabled() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
isEnabled() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
isEnabled() - Method in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
Returns if this configuration is enabled.
isEnabled() - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
Returns if this configuration is enabled.
isEnabled() - Method in class com.hazelcast.config.AutoDetectionConfig
Checks whether the auto-detection mechanism is enabled.
isEnabled() - Method in class com.hazelcast.config.BaseMetricsConfig
Returns if metrics collection is enabled.
isEnabled() - Method in class com.hazelcast.config.DiscoveryConfig
 
isEnabled() - Method in class com.hazelcast.config.InstanceTrackingConfig
Returns true if instance tracking is enabled.
isEnabled() - Method in class com.hazelcast.config.InterfacesConfig
 
isEnabled() - Method in class com.hazelcast.config.MetricsJmxConfig
Returns whether metrics will be exposed through JMX MBeans.
isEnabled() - Method in class com.hazelcast.config.NativeMemoryConfig
Returns true if native memory allocation is enabled, false otherwise.
isEnabled() - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
isEnabled() - Method in class com.hazelcast.config.PersistentMemoryConfig
Returns if the persistent memory is enabled.
isEnabled() - Method in class com.hazelcast.config.SocketInterceptorConfig
Returns if this configuration is enabled.
isEnabled() - Method in class com.hazelcast.config.TcpIpConfig
Checks if the Tcp/Ip join mechanism is enabled.
isEnableSharedObject() - Method in class com.hazelcast.config.SerializationConfig
Enables shared object when default java serialization is used.
isEqualTo(Version) - Method in class com.hazelcast.version.Version
 
isFineEnabled() - Method in class com.hazelcast.logging.AbstractLogger
 
isFineEnabled() - Method in interface com.hazelcast.logging.ILogger
Checks if the Level.FINE level is enabled.
isFinestEnabled() - Method in class com.hazelcast.logging.AbstractLogger
 
isFinestEnabled() - Method in interface com.hazelcast.logging.ILogger
Checks if the Level.FINEST level is enabled.
isGreaterOrEqual(Version) - Method in class com.hazelcast.version.Version
 
isGreaterThan(Version) - Method in class com.hazelcast.version.Version
 
isIncludeValue() - Method in class com.hazelcast.config.ListenerConfig
 
isInfoEnabled() - Method in class com.hazelcast.logging.AbstractLogger
 
isInfoEnabled() - Method in interface com.hazelcast.logging.ILogger
Checks if the Level.INFO level is enabled.
isInvalidateOnChange() - Method in class com.hazelcast.config.NearCacheConfig
Checks if Near Cache entries are invalidated when the entries in the backing data structure are changed (updated or removed).
isIPv4() - Method in class com.hazelcast.cluster.Address
 
isIPv6() - Method in class com.hazelcast.cluster.Address
 
isKeepAlive() - Method in class com.hazelcast.client.config.SocketOptions
SO_KEEPALIVE socket option
isLessOrEqual(Version) - Method in class com.hazelcast.version.Version
 
isLessThan(Version) - Method in class com.hazelcast.version.Version
 
isListed(String) - Method in class com.hazelcast.config.ClassFilter
 
isLiteMember() - Method in interface com.hazelcast.cluster.Member
Returns true if this member is a lite member.
isLocal() - Method in class com.hazelcast.config.ListenerConfig
 
isLocked() - Method in interface com.hazelcast.cp.lock.FencedLock
Returns whether this lock is locked or not.
isLocked(K) - Method in interface com.hazelcast.map.IMap
Checks the lock for the specified key.
isLockedByCurrentThread() - Method in interface com.hazelcast.cp.lock.FencedLock
Returns whether the lock is held by the current thread or not.
isLoggable(Level) - Method in interface com.hazelcast.logging.ILogger
 
isLoggable(Level) - Method in class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
 
isLossTolerant() - Method in interface com.hazelcast.topic.ReliableMessageListener
Checks if this ReliableMessageListener is able to deal with message loss.
isMajorityAvailable() - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityEvent
Returns whether this group has the majority of its members available or not.
isMetadataGroup() - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityEvent
Returns whether this is the METADATA CP group or not.
isNot(String) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
isNotNull() - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
isNull() - Method in interface com.hazelcast.cp.IAtomicReference
Checks if the stored reference is null.
isNull() - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
isNullAsync() - Method in interface com.hazelcast.cp.IAtomicReference
Checks if the stored reference is null.
isNumaNodeSet() - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
Returns if the NUMA node for the given persistent memory directory is set.
isOverrideJavaSerialization() - Method in class com.hazelcast.config.GlobalSerializerConfig
 
isOverwritable() - Method in interface com.hazelcast.nio.serialization.SerializerHook
Indicates if this serializer can be overridden by defining a custom serializer in the configurations (via code or configuration file)
isRecognized(ConfigStream) - Method in interface com.hazelcast.config.ConfigRecognizer
Recognizes the configuration given in the configStream argument.
isRedoOperation() - Method in class com.hazelcast.client.config.ClientNetworkConfig
isReuseAddress() - Method in class com.hazelcast.client.config.SocketOptions
SO_REUSEADDR socket option.
isRunning() - Method in interface com.hazelcast.core.LifecycleService
Checks whether the instance is running.
isSerializeKeys() - Method in class com.hazelcast.config.NearCacheConfig
Checks if the Near Cache key is stored in serialized format or by-reference.
isSevereEnabled() - Method in class com.hazelcast.logging.AbstractLogger
 
isSevereEnabled() - Method in interface com.hazelcast.logging.ILogger
Checks if the Level.SEVERE is enabled.
isSmartRouting() - Method in class com.hazelcast.client.config.ClientNetworkConfig
Deprecated.
since 5.5, this option is superseded by ClusterRoutingConfig.getRoutingMode()
isSuccess() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
Returns the result of the migration: completed or failed.
isTcpNoDelay() - Method in class com.hazelcast.client.config.SocketOptions
TCP_NODELAY socket option
isTerminal(Throwable) - Method in interface com.hazelcast.topic.ReliableMessageListener
Checks if the ReliableMessageListener should be terminated based on an exception thrown while calling MessageListener.onMessage(Message).
isUnknown() - Method in class com.hazelcast.version.MemberVersion
 
isUnknown() - Method in class com.hazelcast.version.Version
 
isUnknownOrGreaterOrEqual(Version) - Method in class com.hazelcast.version.Version
 
isUnknownOrGreaterThan(Version) - Method in class com.hazelcast.version.Version
 
isUnknownOrLessOrEqual(Version) - Method in class com.hazelcast.version.Version
 
isUnknownOrLessThan(Version) - Method in class com.hazelcast.version.Version
 
isUseNativeByteOrder() - Method in class com.hazelcast.config.SerializationConfig
 
isWarningEnabled() - Method in class com.hazelcast.logging.AbstractLogger
 
isWarningEnabled() - Method in interface com.hazelcast.logging.ILogger
Checks if the Level.WARNING is enabled.
item - Variable in class com.hazelcast.collection.ItemEvent
 
itemAdded(ItemEvent<E>) - Method in interface com.hazelcast.collection.ItemListener
Invoked when an item is added.
ItemEvent<E> - Class in com.hazelcast.collection
Event for a collection item.
ItemEvent(String, ItemEventType, E, Member) - Constructor for class com.hazelcast.collection.ItemEvent
 
ItemEventType - Enum Class in com.hazelcast.core
Type of item events.
ItemListener<E> - Interface in com.hazelcast.collection
Item listener for IQueue and IList
itemRemoved(ItemEvent<E>) - Method in interface com.hazelcast.collection.ItemListener
Invoked when an item is removed.
iterator() - Method in interface com.hazelcast.map.IMap
Returns an iterator over the entries of the map.
iterator() - Method in interface com.hazelcast.spi.partitiongroup.MemberGroup
 
iterator(int) - Method in interface com.hazelcast.map.IMap
Returns an iterator over the entries of the map.
ITopic<E> - Interface in com.hazelcast.topic
Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers, which is also known as a publish/subscribe (pub/sub) messaging model.

J

JaasAuthenticationConfig - Class in com.hazelcast.config.security
This AuthenticationConfig implementation is a simple holder for login module configurations.
JaasAuthenticationConfig() - Constructor for class com.hazelcast.config.security.JaasAuthenticationConfig
 
JavaSerializationFilterConfig - Class in com.hazelcast.config
Configuration for Serialization Filters and Reflection Filters.
JavaSerializationFilterConfig() - Constructor for class com.hazelcast.config.JavaSerializationFilterConfig
 
JavaSerializationFilterConfig(JavaSerializationFilterConfig) - Constructor for class com.hazelcast.config.JavaSerializationFilterConfig
 
JET - Enum constant in enum class com.hazelcast.config.AbstractXmlConfigBuilder.ConfigType
 
jmxConfig - Variable in class com.hazelcast.config.BaseMetricsConfig
 

K

KerberosIdentityConfig - Class in com.hazelcast.config.security
This class configures the Kerberos identity.
KerberosIdentityConfig() - Constructor for class com.hazelcast.config.security.KerberosIdentityConfig
 
key - Variable in class com.hazelcast.core.EntryEvent
 
key() - Method in interface com.hazelcast.config.properties.PropertyDefinition
Returns the key (the name) of this property inside the configuration.
key() - Method in class com.hazelcast.config.properties.SimplePropertyDefinition
 
key() - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
KEY_ATTRIBUTE_NAME - Enum constant in enum class com.hazelcast.query.QueryConstants
Attribute name of the key.
keySet() - Method in interface com.hazelcast.map.BaseMap
Returns a set clone of the keys contained in this map.
keySet() - Method in interface com.hazelcast.map.IMap
Returns an immutable set clone of the keys contained in this map.
keySet() - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Returns a lazy Set view of the key contained in this map.
A LazySet is optimized for querying speed (preventing eager deserialization and hashing on HashSet insertion) and does NOT provide all operations.
keySet() - Method in class com.hazelcast.spi.properties.HazelcastProperties
Returns an immutable set of all keys in this HazelcastProperties.
keySet(Predicate<K, V>) - Method in interface com.hazelcast.map.BaseMap
Queries the map based on the specified predicate and returns the keys of matching entries.
keySet(Predicate<K, V>) - Method in interface com.hazelcast.map.IMap
Queries the map based on the specified predicate and returns the keys of matching entries.
KILO_BYTE - Static variable in class com.hazelcast.client.config.SocketOptions
constant for kilobyte
kiloBytes() - Method in class com.hazelcast.memory.Capacity
Returns value of the capacity in kilobytes.
KILOBYTES - Enum constant in enum class com.hazelcast.memory.MemoryUnit
MemoryUnit in kilobytes

L

LdapRoleMappingMode - Enum Class in com.hazelcast.config.security
Enum for LDAP role mapping modes.
LdapSearchScope - Enum Class in com.hazelcast.config.security
Search scope types for LDAP queries.
leader() - Method in record class com.hazelcast.cp.CPGroupsSnapshot.GroupInfo
Returns the value of the leader record component.
LeaderDemotedException - Exception in com.hazelcast.cp.exception
A CPSubsystemException which is thrown when an appended but not-committed entry is truncated by the new leader.
LeaderDemotedException(RaftEndpoint, RaftEndpoint) - Constructor for exception com.hazelcast.cp.exception.LeaderDemotedException
 
lessEqual(Comparable) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
lessEqual(String, Comparable) - Static method in class com.hazelcast.query.Predicates
Creates a less than or equal to predicate that will pass items if the value stored under the given item attribute is less than or equal to the given value.
lessThan(Comparable) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
lessThan(String, Comparable) - Static method in class com.hazelcast.query.Predicates
Creates a less than predicate that will pass items if the value stored under the given item attribute is less than the given value.
LFU - Enum constant in enum class com.hazelcast.config.EvictionPolicy
Least Frequently Used
LICENSED - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
If this instance is using a license or not.
LifecycleEvent - Class in com.hazelcast.core
Lifecycle events are fired when the HazelcastInstance state changes.
LifecycleEvent(LifecycleEvent.LifecycleState) - Constructor for class com.hazelcast.core.LifecycleEvent
 
LifecycleEvent.LifecycleState - Enum Class in com.hazelcast.core
Lifecycle states
LifecycleListener - Interface in com.hazelcast.core
Listener object for listening to lifecycle events of the Hazelcast instance
LifecycleService - Interface in com.hazelcast.core
LifecycleService allows you to shut down, terminate, and listen to LifecycleEvents on HazelcastInstance.
like(String, String) - Static method in class com.hazelcast.query.Predicates
Creates a like predicate that will pass items if the given pattern matches the value stored under the given item attribute.
ListenerConfig - Class in com.hazelcast.config
Contains the configuration for an EventListener.
ListenerConfig() - Constructor for class com.hazelcast.config.ListenerConfig
Creates a ListenerConfig without className/implementation.
ListenerConfig(ListenerConfig) - Constructor for class com.hazelcast.config.ListenerConfig
 
ListenerConfig(String) - Constructor for class com.hazelcast.config.ListenerConfig
Creates a ListenerConfig with the given className.
ListenerConfig(EventListener) - Constructor for class com.hazelcast.config.ListenerConfig
Creates a ListenerConfig with the given implementation.
LITE_MEMBER_SELECTOR - Static variable in class com.hazelcast.cluster.memberselector.MemberSelectors
A MemberSelector instance that selects only lite members that own no partition
load() - Static method in class com.hazelcast.client.config.ClientConfig
Populates Hazelcast ClientConfig object from an external configuration file.
load() - Static method in class com.hazelcast.client.config.ClientFailoverConfig
Populates Hazelcast ClientFailoverConfig object from an external configuration file.
load(Map<K, V>) - Method in interface com.hazelcast.scheduledexecutor.StatefulTask
Task callback to initialize its inner state, after a replica promotion, from the given map.
loadAll(boolean) - Method in interface com.hazelcast.map.IMap
Loads all keys into the store.
loadAll(Set<K>, boolean) - Method in interface com.hazelcast.map.IMap
Loads the given keys.
LoadBalancer - Interface in com.hazelcast.client
LoadBalancer allows you to send operations to one of a number of endpoints (members).
LOADED - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if an entry is loaded.
loadSchemaFile(String) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
LOCAL_MEMBER_SELECTOR - Static variable in class com.hazelcast.cluster.memberselector.MemberSelectors
A MemberSelector instance that selects only local members
LocalIndexStats - Interface in com.hazelcast.query
Provides local statistics for an index.
LocalMapStats - Interface in com.hazelcast.map
Local map statistics.
localMember() - Method in interface com.hazelcast.cluster.Member
Returns true if this member is the local member.
LocalMemberResetException - Exception in com.hazelcast.core
An exception provided to MemberLeftException as a cause when the local member is resetting itself
LocalMemberResetException(String) - Constructor for exception com.hazelcast.core.LocalMemberResetException
 
LocalReplicationStats - Interface in com.hazelcast.partition
Local statistics related to partition data replication.
lock() - Method in interface com.hazelcast.cp.lock.FencedLock
Acquires the lock.
lock(K) - Method in interface com.hazelcast.map.IMap
Acquires the lock for the specified key.
lock(K, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Acquires the lock for the specified key for the specified lease time.
LOCK - Static variable in interface com.hazelcast.cp.CPSubsystem
Constant identifying service for FencedLock, to be used with CPSubsystem.getObjectInfos(CPGroupId, String)
LockAcquireLimitReachedException - Exception in com.hazelcast.cp.lock.exception
Thrown when the current lock holder could not acquire the lock reentrantly because the configured lock acquire limit is reached.
LockAcquireLimitReachedException() - Constructor for exception com.hazelcast.cp.lock.exception.LockAcquireLimitReachedException
 
LockAcquireLimitReachedException(String) - Constructor for exception com.hazelcast.cp.lock.exception.LockAcquireLimitReachedException
 
lockAndGetFence() - Method in interface com.hazelcast.cp.lock.FencedLock
Acquires the lock and returns the fencing token assigned to the current thread for this lock acquire.
lockInterruptibly() - Method in interface com.hazelcast.cp.lock.FencedLock
Acquires the lock unless the current thread is interrupted.
LockOwnershipLostException - Exception in com.hazelcast.cp.lock.exception
Thrown when an endpoint (either a Hazelcast server or a client) interacts with a FencedLock instance after its CP session is closed in the underlying CP group and its lock ownership is cancelled.
LockOwnershipLostException(String) - Constructor for exception com.hazelcast.cp.lock.exception.LockOwnershipLostException
 
log(LogEvent) - Method in interface com.hazelcast.logging.ILogger
Deprecated.
Since 5.1, the method is unused
log(LogEvent) - Method in class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
 
log(Level, String) - Method in interface com.hazelcast.logging.ILogger
Logs a message at the given level.
log(Level, String) - Method in class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
 
log(Level, String, Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a message with an associated throwable at the given level.
log(Level, String, Throwable) - Method in class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
 
Log4j2Factory - Class in com.hazelcast.logging
Logging to Log4j 2.x.
Log4j2Factory() - Constructor for class com.hazelcast.logging.Log4j2Factory
 
Log4j2Factory.Log4j2Logger - Class in com.hazelcast.logging
 
Log4j2Logger(ExtendedLogger) - Constructor for class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
 
Log4jFactory - Class in com.hazelcast.logging
 
Log4jFactory() - Constructor for class com.hazelcast.logging.Log4jFactory
 
LogEvent - Class in com.hazelcast.logging
 
LogEvent(LogRecord, Member) - Constructor for class com.hazelcast.logging.LogEvent
 
Logger - Class in com.hazelcast.logging
Provides static utilities to access the global shared logging machinery.
LoggerFactory - Interface in com.hazelcast.logging
 
LoggerFactorySupport - Class in com.hazelcast.logging
 
LoggerFactorySupport() - Constructor for class com.hazelcast.logging.LoggerFactorySupport
 
LOGGING_ENABLE_DETAILS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Controls whether cluster name, ip and version should be included in all log messages.
LOGGING_SHUTDOWN - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Controls whether Hazelcast will explicitly shutdown the logging implementation as part of Hazelcast graceful shutdown procedure.
LOGGING_TYPE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Name of logging framework type to send logging events.
LoggingService - Interface in com.hazelcast.logging
 
LoginModuleConfig - Class in com.hazelcast.config
Configuration for Login Module
LoginModuleConfig() - Constructor for class com.hazelcast.config.LoginModuleConfig
 
LoginModuleConfig(String, LoginModuleConfig.LoginModuleUsage) - Constructor for class com.hazelcast.config.LoginModuleConfig
 
LoginModuleConfig.LoginModuleUsage - Enum Class in com.hazelcast.config
Usage of Login Module
LONG - Enum constant in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
Extracted unique key value is interpreted as a whole integer value of byte, short, int or long type.
LONG - Enum constant in enum class com.hazelcast.config.properties.PropertyTypeConverter
TypeConverter to convert an input string to an output long
LONG - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
LONG_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
longAvg() - Static method in class com.hazelcast.aggregation.Aggregators
 
longAvg(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
longMax() - Static method in class com.hazelcast.aggregation.Aggregators
 
longMax(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
longMin() - Static method in class com.hazelcast.aggregation.Aggregators
 
longMin(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
longSum() - Static method in class com.hazelcast.aggregation.Aggregators
 
longSum(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
LRU - Enum constant in enum class com.hazelcast.config.EvictionPolicy
Least Recently Used

M

main(String[]) - Static method in class com.hazelcast.client.soaktest.HazelcastJavaClientSoakTestRunner
 
main(String...) - Static method in class com.hazelcast.config.replacer.EncryptionReplacer
 
MAJOR_MINOR_VERSION_COMPARATOR - Static variable in class com.hazelcast.version.MemberVersion
Version comparator that takes into account only major & minor version, disregarding patch version number.
majorityLost(CPGroupAvailabilityEvent) - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityListener
Called when a CP group has lost its majority.
ManagedContext - Interface in com.hazelcast.core
Container managed context, such as Spring, Guice etc.
mapCleared(MapEvent) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
mapCleared(MapEvent) - Method in class com.hazelcast.core.EntryAdapter
 
mapCleared(MapEvent) - Method in interface com.hazelcast.map.listener.MapClearedListener
Invoked when all entries are removed by IMap.clear().
MapClearedListener - Interface in com.hazelcast.map.listener
Invoked after all entries are removed by IMap.clear().
MapConfigDefaultValues - Class in com.hazelcast.config
Contains the configuration for an IMap.
MapEvent - Class in com.hazelcast.map
Used for map-wide events like EntryEventType.EVICT_ALL and EntryEventType.CLEAR_ALL.
MapEvent(Object, Member, int, int) - Constructor for class com.hazelcast.map.MapEvent
 
mapEvicted(MapEvent) - Method in class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
mapEvicted(MapEvent) - Method in class com.hazelcast.core.EntryAdapter
 
mapEvicted(MapEvent) - Method in interface com.hazelcast.map.listener.MapEvictedListener
Invoked when all entries are evicted by IMap.evictAll().
MapEvictedListener - Interface in com.hazelcast.map.listener
Invoked after all entries are evicted by IMap.evictAll().
MapInterceptor - Interface in com.hazelcast.map
MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding them to the map.
MapListener - Interface in com.hazelcast.map.listener
A marker interface which is used to get notified upon a map or an entry event.
MapPartitionLostEvent - Class in com.hazelcast.map
Used for providing information about the lost partition for a map
MapPartitionLostEvent(Object, Member, int, int) - Constructor for class com.hazelcast.map.MapPartitionLostEvent
 
MapPartitionLostListener - Interface in com.hazelcast.map.listener
Invoked when owner and all backups of a partition is lost for a specific map.
mark(int) - Method in class com.hazelcast.config.ConfigStream
 
markEndpointAsUnhealthy(Address) - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
Marks the passed Address as unhealthy, which prevents it from being offered as a viable endpoint in some DiscoveryStrategy implementations, usually prompting this endpoint to be periodically probed for liveliness.
markSupported() - Method in class com.hazelcast.config.ConfigStream
 
MASK_FOR_SENSITIVE_DATA - Static variable in class com.hazelcast.config.ConfigXmlGenerator
Mask to hide the sensitive values in configuration.
matches(Iterable<String>, String) - Method in interface com.hazelcast.config.ConfigPatternMatcher
Returns the best match for an item name out of a list of configuration patterns.
matches(Iterable<String>, String) - Method in class com.hazelcast.config.matcher.MatchingPointConfigPatternMatcher
 
MatchingPointConfigPatternMatcher - Class in com.hazelcast.config.matcher
This ConfigPatternMatcher supports a simplified wildcard matching.
MatchingPointConfigPatternMatcher() - Constructor for class com.hazelcast.config.matcher.MatchingPointConfigPatternMatcher
 
MAX_CONCURRENT_INVOCATIONS - Static variable in class com.hazelcast.client.properties.ClientProperty
The maximum number of concurrent invocations allowed.
maxBy(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
MAXIMUM_PREFETCH_COUNT - Static variable in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Maximum value for prefetch count.
maxSizePolicy - Variable in class com.hazelcast.config.EvictionConfig
 
MaxSizePolicy - Enum Class in com.hazelcast.config
Maximum Size Policy
megaBytes() - Method in class com.hazelcast.memory.Capacity
Returns value of the capacity in megabytes.
MEGABYTES - Enum constant in enum class com.hazelcast.memory.MemoryUnit
MemoryUnit in megabytes
member - Variable in class com.hazelcast.cluster.MembershipEvent
 
Member - Interface in com.hazelcast.cluster
Cluster member interface.
MEMBER_ADDED - Static variable in class com.hazelcast.cluster.MembershipEvent
This event type is fired when a new member joins the cluster.
MEMBER_ADDED - Static variable in interface com.hazelcast.cp.event.CPMembershipEvent
Member ADDED event ID.
MEMBER_REMOVED - Static variable in class com.hazelcast.cluster.MembershipEvent
This event type is fired if a member left the cluster or was decided to be unresponsive by other members for a extended time.
MEMBER_REMOVED - Static variable in interface com.hazelcast.cp.event.CPMembershipEvent
Member REMOVED event ID.
MEMBER_TEXT_SPLIT_PATTERN - Static variable in class com.hazelcast.config.TcpIpConfig
A pattern for splitting member texts defined in tcp-ip configuration by comma(,) semicolon(;) space( ).
memberAdded(MembershipEvent) - Method in class com.hazelcast.cluster.MembershipAdapter
 
memberAdded(MembershipEvent) - Method in interface com.hazelcast.cluster.MembershipListener
Invoked when a new member is added to the cluster.
memberAdded(CPMembershipEvent) - Method in interface com.hazelcast.cp.event.CPMembershipListener
Called when a new CP member is added to the CP Subsystem.
MemberGroup - Interface in com.hazelcast.spi.partitiongroup
A collection of members to which a single partition replica can be assigned.
MemberLeftException - Exception in com.hazelcast.core
A ExecutionException thrown when a member left during an invocation or execution.
MemberLeftException() - Constructor for exception com.hazelcast.core.MemberLeftException
 
MemberLeftException(Member) - Constructor for exception com.hazelcast.core.MemberLeftException
 
MemberLeftException(String) - Constructor for exception com.hazelcast.core.MemberLeftException
 
MemberLeftException(Throwable) - Constructor for exception com.hazelcast.core.MemberLeftException
 
memberRemoved(MembershipEvent) - Method in class com.hazelcast.cluster.MembershipAdapter
 
memberRemoved(MembershipEvent) - Method in interface com.hazelcast.cluster.MembershipListener
Invoked when an existing member leaves the cluster.
memberRemoved(CPMembershipEvent) - Method in interface com.hazelcast.cp.event.CPMembershipListener
Called when a CP member is removed from the CP Subsystem.
members - Variable in class com.hazelcast.cluster.MembershipEvent
 
members() - Method in interface com.hazelcast.cp.CPGroup
Returns current members of the CP group
MemberSelector - Interface in com.hazelcast.cluster
Implementations of this interface select members that are capable of executing a special kind of task.
The MemberSelector.select(Member) method is called for every available member in the cluster and it is up to the implementation to decide if the member is going to be used or not.
MemberSelectors - Class in com.hazelcast.cluster.memberselector
A utility class to get MemberSelector instances.
MembershipAdapter - Class in com.hazelcast.cluster
Adapter for MembershipListener.
MembershipAdapter() - Constructor for class com.hazelcast.cluster.MembershipAdapter
 
MembershipEvent - Class in com.hazelcast.cluster
Membership event fired when a new member is added to the cluster and/or when a member leaves the cluster and similar methods.
MembershipEvent(Cluster, Member, int, Set<Member>) - Constructor for class com.hazelcast.cluster.MembershipEvent
 
MembershipListener - Interface in com.hazelcast.cluster
Cluster membership listener.
MemberSocketInterceptor - Interface in com.hazelcast.nio
Member Socket Interceptor can be registered via see SocketInterceptorConfig
MemberVersion - Class in com.hazelcast.version
Determines the Hazelcast codebase version in terms of major.minor.patch version.
MemberVersion() - Constructor for class com.hazelcast.version.MemberVersion
 
MemberVersion(int, int, int) - Constructor for class com.hazelcast.version.MemberVersion
 
MemberVersion(String) - Constructor for class com.hazelcast.version.MemberVersion
 
MemorySize - Class in com.hazelcast.memory
Deprecated.
Since 5.1, Capacity should be used instead.
MemorySize(long) - Constructor for class com.hazelcast.memory.MemorySize
Deprecated.
 
MemorySize(long, MemoryUnit) - Constructor for class com.hazelcast.memory.MemorySize
Deprecated.
 
MemoryTierConfig - Class in com.hazelcast.config
Memory tier configuration of Tiered-Store.
MemoryTierConfig() - Constructor for class com.hazelcast.config.MemoryTierConfig
 
MemoryTierConfig(MemoryTierConfig) - Constructor for class com.hazelcast.config.MemoryTierConfig
 
MemoryUnit - Enum Class in com.hazelcast.memory
MemoryUnit represents memory size at a given unit of granularity and provides utility methods to convert across units.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.hazelcast.map.IMap
MERGE_FAILED - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when the merge process failed for some reason.
MERGED - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if an entry is merged after a network partition.
MERGED - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when the merge process was successful and all data has been merged.
MERGING - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired on each cluster member just before the start of a merge process into another cluster.
mergingValue - Variable in class com.hazelcast.core.EntryEvent
 
Message<E> - Class in com.hazelcast.topic
Message for ITopic.
Message(String, E, long, Member) - Constructor for class com.hazelcast.topic.Message
 
MessageListener<E> - Interface in com.hazelcast.topic
Message listener for ITopic.
messageObject - Variable in class com.hazelcast.topic.Message
 
METADATA_CP_GROUP_NAME - Static variable in interface com.hazelcast.cp.CPGroup
Name of the internal CP group that is used for maintaining CP groups and CP members
METRICS_COLLECTION_FREQUENCY - Static variable in class com.hazelcast.client.properties.ClientProperty
Sets the metrics collection frequency in seconds.
METRICS_DEBUG - Static variable in class com.hazelcast.client.properties.ClientProperty
Enables collecting debug metrics.
METRICS_ENABLED - Static variable in class com.hazelcast.client.properties.ClientProperty
Enables/disables metrics collection altogether.
METRICS_JMX_ENABLED - Static variable in class com.hazelcast.client.properties.ClientProperty
Enables/disables exposing metrics on JMX.
MetricsJmxConfig - Class in com.hazelcast.config
JMX related metrics configuration.
MetricsJmxConfig() - Constructor for class com.hazelcast.config.MetricsJmxConfig
 
MetricsJmxConfig(MetricsJmxConfig) - Constructor for class com.hazelcast.config.MetricsJmxConfig
 
migrationFinished(MigrationState) - Method in interface com.hazelcast.partition.MigrationListener
Called when the migration process finishes.
MigrationListener - Interface in com.hazelcast.partition
MigrationListener provides the ability to listen to partition migration process and events.
migrationStarted(MigrationState) - Method in interface com.hazelcast.partition.MigrationListener
Called when the migration process starts.
MigrationState - Interface in com.hazelcast.partition
MigrationState shows statistical information about the migration, such as; migration start time, number of planned replica migrations, number of completed replica migrations, total elapsed migration time etc.
MIN_INITIAL_MEMORY_SIZE - Static variable in class com.hazelcast.config.NativeMemoryConfig
Minimum initial memory size in megabytes
minBy(String) - Static method in class com.hazelcast.aggregation.Aggregators
 
MODE - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
The instance mode, e.g.
MOUNTED - Enum constant in enum class com.hazelcast.config.PersistentMemoryMode
The persistent memory is mounted into the file system (aka FS DAX mode).
multiAttribute(String...) - Static method in class com.hazelcast.projection.Projections
Returns a projection that extracts the value of the given attributePaths.
MulticastDiscoveryStrategy - Class in com.hazelcast.spi.discovery.multicast
The multicast DiscoveryStrategy.
MulticastDiscoveryStrategy(ILogger, Map<String, Comparable>) - Constructor for class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategy
 
MulticastDiscoveryStrategyFactory - Class in com.hazelcast.spi.discovery.multicast
Factory class which returns MulticastDiscoveryStrategy to Discovery SPI
MulticastDiscoveryStrategyFactory() - Constructor for class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategyFactory
 
MulticastProperties - Class in com.hazelcast.spi.discovery.multicast
Defines the name and default value for the Multicast Discovery Strategy.
MultiExecutionCallback - Interface in com.hazelcast.core
MultiExecutionCallback provides notification for when an execution is completed on each member that a task is submitted to.
multiPartitionPredicate(Set<? extends Object>, Predicate<K, V>) - Static method in class com.hazelcast.query.Predicates
Creates a new partition predicate that restricts the execution of the target predicate to a subset of partitions.
MutationDisallowedException - Exception in com.hazelcast.crdt
Exception that indicates that the state found on this replica disallows mutation.
MutationDisallowedException(String) - Constructor for exception com.hazelcast.crdt.MutationDisallowedException
 

N

name - Variable in class com.hazelcast.map.AbstractIMapEvent
 
name() - Method in interface com.hazelcast.cp.CPObjectInfo
Name of the object
NamedConfig - Interface in com.hazelcast.config
Interface for hazelcast data structures with name
NamedTask - Interface in com.hazelcast.scheduledexecutor
The NamedTask interface should be implemented by any task that needs to have an identification and enhanced atomicity upon scheduling the task.
NamespacesSupported - Annotation Interface in com.hazelcast.spi.annotation
Marker for interfaces that can be implemented by users and executed on clusters via User Code Deployment.
NATIVE - Enum constant in enum class com.hazelcast.config.InMemoryFormat
As native storage
NativeMemoryConfig - Class in com.hazelcast.config
Configures native memory region.
NativeMemoryConfig() - Constructor for class com.hazelcast.config.NativeMemoryConfig
 
NativeMemoryConfig(NativeMemoryConfig) - Constructor for class com.hazelcast.config.NativeMemoryConfig
 
NativeMemoryConfig.MemoryAllocatorType - Enum Class in com.hazelcast.config
Type of memory allocator: STANDARD: allocate/free memory using default OS memory manager POOLED: manage memory blocks in pool
NativeOutOfMemoryError - Error in com.hazelcast.memory
Thrown when Hazelcast cannot allocate required native memory.
NativeOutOfMemoryError() - Constructor for error com.hazelcast.memory.NativeOutOfMemoryError
 
NativeOutOfMemoryError(String) - Constructor for error com.hazelcast.memory.NativeOutOfMemoryError
 
NativeOutOfMemoryError(String, Throwable) - Constructor for error com.hazelcast.memory.NativeOutOfMemoryError
 
NearCacheConfig - Class in com.hazelcast.config
Contains the configuration for a Near Cache.
NearCacheConfig() - Constructor for class com.hazelcast.config.NearCacheConfig
 
NearCacheConfig(NearCacheConfig) - Constructor for class com.hazelcast.config.NearCacheConfig
 
NearCacheConfig(String) - Constructor for class com.hazelcast.config.NearCacheConfig
 
NearCacheConfig.LocalUpdatePolicy - Enum Class in com.hazelcast.config
Defines how to reflect local updates to the Near Cache.
NearCacheConfigAccessor - Class in com.hazelcast.config
Accessor for the EvictionConfig of a NearCacheConfig to initialize the old default max size, if no size was configured by the user.
NearCachePreloaderConfig - Class in com.hazelcast.config
Configuration for storing and preloading Near Cache keys.
NearCachePreloaderConfig() - Constructor for class com.hazelcast.config.NearCachePreloaderConfig
 
NearCachePreloaderConfig(boolean, String) - Constructor for class com.hazelcast.config.NearCachePreloaderConfig
 
NearCachePreloaderConfig(NearCachePreloaderConfig) - Constructor for class com.hazelcast.config.NearCachePreloaderConfig
 
NearCachePreloaderConfig(String) - Constructor for class com.hazelcast.config.NearCachePreloaderConfig
 
NearCacheStats - Interface in com.hazelcast.nearcache
Near Cache statistics.
newBuilder() - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Creates a GenericRecordBuilder allows to create a new object.
newBuilderWithClone() - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecord
Returned GenericRecordBuilder can be used to have exact copy and also just to update a couple of fields.
newCondition() - Method in interface com.hazelcast.cp.lock.FencedLock
NOT IMPLEMENTED.
newCredentials() - Method in class com.hazelcast.config.security.StaticCredentialsFactory
 
newCredentials() - Method in interface com.hazelcast.security.ICredentialsFactory
Creates new Credentials object.
newCredentials(Address) - Method in interface com.hazelcast.security.ICredentialsFactory
Creates new Credentials object for given target Address.
newDiscoveryService(DiscoveryServiceSettings) - Method in interface com.hazelcast.spi.discovery.integration.DiscoveryServiceProvider
Instantiates a new instance of the DiscoveryService.
newDiscoveryStrategy(ILogger, Map<String, Comparable>) - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategyFactory
Instantiates a new instance of the DiscoveryStrategy with the given configuration properties.
newDiscoveryStrategy(ILogger, Map<String, Comparable>) - Method in class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategyFactory
 
newHazelcastClient() - Static method in class com.hazelcast.client.HazelcastClient
Creates a new HazelcastInstance (a new client in a cluster).
newHazelcastClient(ClientConfig) - Static method in class com.hazelcast.client.HazelcastClient
Creates a new HazelcastInstance (a new client in a cluster).
newHazelcastFailoverClient() - Static method in class com.hazelcast.client.HazelcastClient
Creates a client with cluster switch capability.
newHazelcastFailoverClient(ClientFailoverConfig) - Static method in class com.hazelcast.client.HazelcastClient
Creates a client with cluster switch capability.
newId() - Method in interface com.hazelcast.flakeidgen.FlakeIdGenerator
Generates and returns a cluster-wide unique ID.
newLoggerFactory(String) - Static method in class com.hazelcast.logging.Logger
Creates a logger factory instance of the given preferred type.
newPredicateBuilder() - Static method in class com.hazelcast.query.Predicates
Creates a new instance of PredicateBuilder.
next() - Method in interface com.hazelcast.client.LoadBalancer
Returns the next member to route to.
nextDataMember() - Method in interface com.hazelcast.client.LoadBalancer
Deprecated.
Since 5.0, the method is unused
nextPage() - Method in interface com.hazelcast.query.PagingPredicate
Sets the page value to next page.
NoDataMemberInClusterException - Exception in com.hazelcast.partition
Thrown when there is no data member in the cluster to assign partitions.
NoDataMemberInClusterException(String) - Constructor for exception com.hazelcast.partition.NoDataMemberInClusterException
 
node(String, Object, Object...) - Method in class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
 
NodeFilter - Interface in com.hazelcast.spi.discovery
The NodeFilter, if supplied, will retrieve all discovered nodes and might apply additional filtering based on vendor provided metadata.
nodeIfContents(String, Object, Object...) - Method in class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
 
NoLogFactory - Class in com.hazelcast.logging
 
NoLogFactory() - Constructor for class com.hazelcast.logging.NoLogFactory
 
noLogger() - Static method in class com.hazelcast.logging.Logger
 
NON_LOCAL_MEMBER_SELECTOR - Static variable in class com.hazelcast.cluster.memberselector.MemberSelectors
A MemberSelector instance that selects only remote members
NONE - Enum constant in enum class com.hazelcast.config.EvictionPolicy
None
NONE - Enum constant in enum class com.hazelcast.config.security.TokenEncoding
No token encoding used (ASCII charset expected).
noop() - Static method in interface com.hazelcast.function.ConsumerEx
Returns a consumer that does nothing.
NoOpMapListener - Class in com.hazelcast.client.soaktest.listener
 
NoOpMapListener() - Constructor for class com.hazelcast.client.soaktest.listener.NoOpMapListener
 
not(Predicate) - Static method in class com.hazelcast.query.Predicates
Creates a not predicate that will negate the result of the given predicate.
NOT_AVAILABLE - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Represents fields that do not exist.
notEqual(Comparable) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
 
notEqual(String, Comparable) - Static method in class com.hazelcast.query.Predicates
Creates a not equal predicate that will pass items if the given value and the value stored under the given item attribute are not equal.
NotLeaderException - Exception in com.hazelcast.cp.exception
A CPSubsystemException which is thrown when a leader-only request is received by a non-leader member.
NotLeaderException(CPGroupId, RaftEndpoint, RaftEndpoint) - Constructor for exception com.hazelcast.cp.exception.NotLeaderException
 
NULLABLE_BOOLEAN - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
NULLABLE_FLOAT32 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
NULLABLE_FLOAT64 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
NULLABLE_INT16 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
NULLABLE_INT32 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
NULLABLE_INT64 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
NULLABLE_INT8 - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Supported only for Compact.
numberAvg() - Static method in class com.hazelcast.aggregation.Aggregators
 
numberAvg(String) - Static method in class com.hazelcast.aggregation.Aggregators
 

O

OBJECT - Enum constant in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
Extracted unique key value is interpreted as an object value.
OBJECT - Enum constant in enum class com.hazelcast.config.InMemoryFormat
As Object
OBJECT - Enum constant in enum class com.hazelcast.config.security.LdapSearchScope
Only given search context object.
ObjectDataInput - Interface in com.hazelcast.nio
Provides serialization methods for arrays of primitive types.
ObjectDataOutput - Interface in com.hazelcast.nio
Provides serialization methods for arrays by extending DataOutput
of(int, int) - Static method in class com.hazelcast.version.Version
 
of(int, int, int) - Static method in class com.hazelcast.version.MemberVersion
 
of(long, MemoryUnit) - Static method in class com.hazelcast.memory.Capacity
Returns an instance of Capacity.
of(String) - Static method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
Reconstructs a ScheduledTaskHandler from a URN String.
of(String) - Static method in class com.hazelcast.version.MemberVersion
 
of(String) - Static method in class com.hazelcast.version.Version
Parse the given string to a Version.
OFF - Enum constant in enum class com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
Prevent reconnect to cluster after a disconnect
offer(E) - Method in interface com.hazelcast.collection.BaseQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions.
offer(E, long, TimeUnit) - Method in interface com.hazelcast.collection.BaseQueue
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
oldValue - Variable in class com.hazelcast.core.EntryEvent
 
ON - Enum constant in enum class com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
Reconnect to cluster by blocking invocations
onAccept(Socket) - Method in interface com.hazelcast.nio.MemberSocketInterceptor
This method will be called when a connection to a member node is accepted meaning security requirements and clusters are matching.
onAccumulationFinished() - Method in interface com.hazelcast.aggregation.Aggregator
Called after the last call to combine on a specific instance.
onCancel() - Method in interface com.hazelcast.topic.ReliableMessageListener
Called when the ReliableMessageListener is cancelled.
onCombinationFinished() - Method in interface com.hazelcast.aggregation.Aggregator
Called after the last call to combine on a specific instance.
onComplete(Map<Member, Object>) - Method in interface com.hazelcast.core.MultiExecutionCallback
Called after all executions are completed.
onConnect(Socket) - Method in interface com.hazelcast.nio.SocketInterceptor
Called when a connection is established.
ONE_LEVEL - Enum constant in enum class com.hazelcast.config.security.LdapSearchScope
One level under the search context.
onEntryEvent(EntryEvent<K, V>) - Method in class com.hazelcast.core.EntryAdapter
This method is called when one of the methods of the EntryListener is not overridden.
onFailure(Throwable) - Method in interface com.hazelcast.core.ExecutionCallback
Called when an execution is completed with an error.
onMapEvent(MapEvent) - Method in class com.hazelcast.core.EntryAdapter
This method is called when one of the methods of the EntryListener is not overridden.
onMessage(Message<E>) - Method in interface com.hazelcast.topic.MessageListener
Invoked when a message is received for the topic.
onOutOfMemory(OutOfMemoryError, HazelcastInstance[]) - Method in class com.hazelcast.client.ClientOutOfMemoryHandler
 
onOutOfMemory(OutOfMemoryError, HazelcastInstance[]) - Method in class com.hazelcast.core.OutOfMemoryHandler
When an OutOfMemoryError is caught by Hazelcast threads, this method is called for ALL HazelcastInstances knows by current JVM (actually ClassLoader).
onResponse(Member, Object) - Method in interface com.hazelcast.core.MultiExecutionCallback
Called when an execution is completed on a member.
onResponse(V) - Method in interface com.hazelcast.core.ExecutionCallback
Called when an execution is completed successfully.
open(String, Object...) - Method in class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
 
OPERATION_BACKUP_TIMEOUT_MILLIS - Static variable in class com.hazelcast.client.properties.ClientProperty
If an operation has backups, this property specifies how long the invocation will wait for acks from the backup replicas.
OPERATION_BACKUP_TIMEOUT_MILLIS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
If an operation has backups, this property specifies how long the invocation will wait for acks from the backup replicas.
OperationTimeoutException - Exception in com.hazelcast.core
An unchecked version of TimeoutException.
OperationTimeoutException() - Constructor for exception com.hazelcast.core.OperationTimeoutException
 
OperationTimeoutException(String) - Constructor for exception com.hazelcast.core.OperationTimeoutException
 
OperationTimeoutException(String, String) - Constructor for exception com.hazelcast.core.OperationTimeoutException
 
OperationTimeoutException(String, Throwable) - Constructor for exception com.hazelcast.core.OperationTimeoutException
 
optional() - Method in interface com.hazelcast.config.properties.PropertyDefinition
Defines if this property is optional or not.
optional() - Method in class com.hazelcast.config.properties.SimplePropertyDefinition
 
OPTIONAL - Enum constant in enum class com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
Optimal
or(MemberSelector...) - Static method in class com.hazelcast.cluster.memberselector.MemberSelectors
Selects a member when one of the selectors succeed
or(Predicate) - Method in interface com.hazelcast.query.PredicateBuilder
 
or(Predicate...) - Static method in class com.hazelcast.query.Predicates
Creates an or predicate that will perform the logical or operation on the given predicates.
OutOfMemoryHandler - Class in com.hazelcast.core
Handler for OutOfMemoryError.
OutOfMemoryHandler() - Constructor for class com.hazelcast.core.OutOfMemoryHandler
 
OverflowPolicy - Enum Class in com.hazelcast.ringbuffer
Using this policy one can control the behavior what should to be done when an item is about to be added to the ringbuffer, but there is 0 remaining capacity.
OVERWRITE - Enum constant in enum class com.hazelcast.ringbuffer.OverflowPolicy
Using this policy the oldest item is overwritten no matter it is not old enough to retire.

P

pagingPredicate(int) - Static method in class com.hazelcast.query.Predicates
Creates a paging predicate with a page size.
pagingPredicate(Predicate<K, V>, Comparator<Map.Entry<K, V>>, int) - Static method in class com.hazelcast.query.Predicates
Creates a paging predicate with an inner predicate, comparator and page size.
pagingPredicate(Predicate, int) - Static method in class com.hazelcast.query.Predicates
Creates a paging predicate with an inner predicate and page size.
pagingPredicate(Comparator<Map.Entry<K, V>>, int) - Static method in class com.hazelcast.query.Predicates
Creates a paging predicate with a comparator and page size.
PagingPredicate<K,V> - Interface in com.hazelcast.query
This interface is a special Predicate which helps to get a page-by-page result of a query.
parse(InputStream) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
parse(InputStream) - Method in class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
parse(InputStream) - Method in class com.hazelcast.config.AbstractXmlConfigBuilder
Reads XML from InputStream and parses.
parse(String) - Static method in class com.hazelcast.memory.Capacity
Parses string representation of a capacity.
parse(String) - Static method in class com.hazelcast.memory.MemorySize
Deprecated.
since 5.1, use Capacity.parse(String) instead.
parse(String, MemoryUnit) - Static method in class com.hazelcast.memory.Capacity
Parses string representation of a capacity.
parse(String, MemoryUnit) - Static method in class com.hazelcast.memory.MemorySize
Deprecated.
since 5.1, use Capacity.parse(String, MemoryUnit) instead
Partition - Interface in com.hazelcast.partition
In Hazelcast the data is split up in partitions: by default, 271 and configurable through the 'hazelcast.partition.count' ClusterProperty.
PARTITION_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Total number of partitions in the Hazelcast cluster.
PARTITION_GROUPS - Enum constant in enum class com.hazelcast.client.config.RoutingStrategy
The client will have a limited view of the cluster (1 partition group at a time)
PARTITION_OPERATION_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
The number of partition operation handler threads per member.
PartitionAware<T> - Interface in com.hazelcast.partition
PartitionAware means that data will be based in the same member based on the partition key and implementing tasks will be executed on the PartitionAware.getPartitionKey()'s owner member.
PartitionEvent - Interface in com.hazelcast.partition
PartitionEvent is a base interface for partition related events.
PartitionGroupStrategy - Interface in com.hazelcast.spi.partitiongroup
A PartitionGroupStrategy implementation defines a strategy how backup groups are designed.
PARTITIONING_STRATEGY_CLASS - Static variable in class com.hazelcast.client.properties.ClientProperty
Class name implementing PartitioningStrategy, which defines key to partition mapping.
PARTITIONING_STRATEGY_CLASS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Class name implementing { com.hazelcast.partition.PartitioningStrategy}, which defines key to partition mapping.
PartitioningStrategy<K> - Interface in com.hazelcast.partition
PartitioningStrategy allows keys to be located on the same member.
partitionLost(MapPartitionLostEvent) - Method in interface com.hazelcast.map.listener.MapPartitionLostListener
Invoked when owner and all backups of a partition is lost for a specific map.
partitionLost(PartitionLostEvent) - Method in interface com.hazelcast.partition.PartitionLostListener
Invoked when a primary replica of the partition is lost.
PartitionLostEvent - Interface in com.hazelcast.partition
The event is fired when a primary replica of the partition is lost.
PartitionLostListener - Interface in com.hazelcast.partition
PartitionLostListener provides the ability to be notified upon a possible data loss when a partition loses a replica.
PartitionMigratingException - Exception in com.hazelcast.spi.exception
A RetryableHazelcastException that is thrown when an operation is executed on a partition, but that partition is currently being moved around.
PartitionMigratingException(String) - Constructor for exception com.hazelcast.spi.exception.PartitionMigratingException
 
partitionPredicate(Object, Predicate<K, V>) - Static method in class com.hazelcast.query.Predicates
Creates a new partition predicate that restricts the execution of the target predicate to a single partition.
PartitionPredicate<K,V> - Interface in com.hazelcast.query
A Predicate that restricts the execution of a Predicate to specific partitions.
PartitionService - Interface in com.hazelcast.partition
PartitionService allows you to query Partitions and attach/detach MigrationListeners to listen to partition migration events.
PasswordCredentials - Interface in com.hazelcast.security
Credentials type for name/password representation.
PER_NODE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on maximum number of entries stored per data structure (map, cache etc.) on each Hazelcast instance
PER_PARTITION - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on maximum number of entries stored per data structure (map, cache etc.) on each partition
PersistentMemoryConfig - Class in com.hazelcast.config
Configuration class for persistent memory devices (e.g.
PersistentMemoryConfig() - Constructor for class com.hazelcast.config.PersistentMemoryConfig
 
PersistentMemoryConfig(PersistentMemoryConfig) - Constructor for class com.hazelcast.config.PersistentMemoryConfig
Constructs an instance with copying the fields of the provided PersistentMemoryConfig.
PersistentMemoryDirectoryConfig - Class in com.hazelcast.config
Configuration class for directories that persistent memories are mounted at.
PersistentMemoryDirectoryConfig(PersistentMemoryDirectoryConfig) - Constructor for class com.hazelcast.config.PersistentMemoryDirectoryConfig
Constructs an instance by copying the provided PersistentMemoryDirectoryConfig.
PersistentMemoryDirectoryConfig(String) - Constructor for class com.hazelcast.config.PersistentMemoryDirectoryConfig
Creates an instance with the directory specified.
PersistentMemoryDirectoryConfig(String, int) - Constructor for class com.hazelcast.config.PersistentMemoryDirectoryConfig
Creates an instance with the directory and NUMA node specified.
PersistentMemoryMode - Enum Class in com.hazelcast.config
The enumeration of the supported persistent memory operational modes.
PID - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
Attempts to get the process ID value.
PLACEHOLDER_NAMESPACE - Static variable in class com.hazelcast.config.InstanceTrackingConfig
Namespace for the placeholders in the file name and format pattern to distinguish between different types of placeholders.
PLATFORM - Enum constant in enum class com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
Platform level, for example, hazelcast-kubernetes.
PNCounter - Interface in com.hazelcast.crdt.pncounter
PN (Positive-Negative) CRDT counter.
poll() - Method in interface com.hazelcast.collection.BaseQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll() - Method in interface com.hazelcast.collection.IQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll(long, TimeUnit) - Method in interface com.hazelcast.collection.BaseQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll(long, TimeUnit) - Method in interface com.hazelcast.collection.IQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
POOLED - Enum constant in enum class com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType
POOLED memory allocator: manage memory blocks in pool
PORT - Static variable in class com.hazelcast.spi.discovery.multicast.MulticastProperties
Property used to define multicast port.
portable(ClassDefinition) - Static method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
Creates a Builder that will build a GenericRecord in Portable format with a new class definition:
Portable - Interface in com.hazelcast.nio.serialization
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
PORTABLE - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
PORTABLE - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
PORTABLE_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
PortableFactory - Interface in com.hazelcast.nio.serialization
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
PortableId - Class in com.hazelcast.nio.serialization
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
PortableId() - Constructor for class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
PortableId(int, int, int) - Constructor for class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
PortableReader - Interface in com.hazelcast.nio.serialization
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
PortableWriter - Interface in com.hazelcast.nio.serialization
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
Predicate<K,V> - Interface in com.hazelcast.query
Represents a map entry predicate.
PredicateBuilder - Interface in com.hazelcast.query
This interface provides functionality to build a predicate.
PredicateBuilder.EntryObject - Interface in com.hazelcast.query
This interface provides entry-level functionality related to building a predicate.
Predicates - Class in com.hazelcast.query
A utility class to create new PredicateBuilder and Predicate instances.
previousPage() - Method in interface com.hazelcast.query.PagingPredicate
Sets the page value to previous page.
PrivateApi - Annotation Interface in com.hazelcast.spi.annotation
Marker for private functionality.
process(Map.Entry<K, V>) - Method in interface com.hazelcast.map.EntryProcessor
Process the entry without worrying about concurrency.
process(Node) - Method in class com.hazelcast.config.AbstractXmlConfigBuilder
 
PRODUCT - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
The instance product name, e.g.
project(Projection<? super Map.Entry<K, V>, R>) - Method in interface com.hazelcast.map.IMap
Applies the projection logic on all map entries and returns the result
project(Projection<? super Map.Entry<K, V>, R>, Predicate<K, V>) - Method in interface com.hazelcast.map.IMap
Applies the projection logic on map entries filtered with the Predicated and returns the result
Projection<I,O> - Interface in com.hazelcast.projection
Enables transforming object into other objects.
Projections - Class in com.hazelcast.projection
A utility class to create basic Projection instances.
properties - Variable in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
 
PROPERTY_CIPHER_ALGORITHM - Static variable in class com.hazelcast.config.replacer.AbstractPbeReplacer
Replacer property name to configure Cipher algorithm name.
PROPERTY_KEY_LENGTH_BITS - Static variable in class com.hazelcast.config.replacer.AbstractPbeReplacer
Replacer property name to configure key length (in bits).
PROPERTY_PASSWORD_FILE - Static variable in class com.hazelcast.config.replacer.EncryptionReplacer
Replacer property name to configure path to a password file which content should be used as part of the encryption password.
PROPERTY_PASSWORD_NETWORK_INTERFACE - Static variable in class com.hazelcast.config.replacer.EncryptionReplacer
Replacer property name to configure network interface name used to retrieve MAC address used as part of the encryption password.
PROPERTY_PASSWORD_USER_PROPERTIES - Static variable in class com.hazelcast.config.replacer.EncryptionReplacer
Replacer property name to configure true/false flag controlling if users properties should be used as part of the encryption password.
PROPERTY_SALT_LENGTH_BYTES - Static variable in class com.hazelcast.config.replacer.AbstractPbeReplacer
Replacer property name to configure salt length (in bytes).
PROPERTY_SECRET_KEY_ALGORITHM - Static variable in class com.hazelcast.config.replacer.AbstractPbeReplacer
Replacer property name to configure SecretKeySpec algorithm name.
PROPERTY_SECRET_KEY_FACTORY_ALGORITHM - Static variable in class com.hazelcast.config.replacer.AbstractPbeReplacer
Replacer property name to configure SecretKeyFactory algorithm name.
PROPERTY_SECURITY_PROVIDER - Static variable in class com.hazelcast.config.replacer.AbstractPbeReplacer
Replacer property name to configure Java Security provider name used for Cipher and SecretKeyFactory selection.
PropertyDefinition - Interface in com.hazelcast.config.properties
This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps to implement an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.
PropertyReplacer - Class in com.hazelcast.config.replacer
ConfigReplacer for replacing property names with property values for properties provided in PropertyReplacer.init(Properties) method.
PropertyReplacer() - Constructor for class com.hazelcast.config.replacer.PropertyReplacer
 
PropertyTypeConverter - Enum Class in com.hazelcast.config.properties
This enum class contains basic TypeConverter implementations to convert strings to all common basic Java types.
ProxyFactoryConfig - Class in com.hazelcast.client.config
This class is related to SPI.
ProxyFactoryConfig() - Constructor for class com.hazelcast.client.config.ProxyFactoryConfig
 
ProxyFactoryConfig(ProxyFactoryConfig) - Constructor for class com.hazelcast.client.config.ProxyFactoryConfig
 
ProxyFactoryConfig(String, ClientProxyFactory) - Constructor for class com.hazelcast.client.config.ProxyFactoryConfig
 
ProxyFactoryConfig(String, String) - Constructor for class com.hazelcast.client.config.ProxyFactoryConfig
 
publish(E) - Method in interface com.hazelcast.topic.ITopic
Publishes the message to all subscribers of this topic.
publishAll(Collection<? extends E>) - Method in interface com.hazelcast.topic.ITopic
Publishes all messages to all subscribers of this topic.
publishAllAsync(Collection<? extends E>) - Method in interface com.hazelcast.topic.ITopic
Publishes all messages asynchronously to all subscribers of this topic.
publishAsync(E) - Method in interface com.hazelcast.topic.ITopic
Publishes the message asynchronously to all subscribers of this topic.
put(K, V) - Method in interface com.hazelcast.cp.CPMap
Associates key with value.
put(K, V) - Method in interface com.hazelcast.map.BaseMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in interface com.hazelcast.map.IMap
Associates the specified value with the specified key in this map.
put(K, V, long, TimeUnit) - Method in interface com.hazelcast.map.BaseMap
Associates the specified value with the specified key in this map with a given ttl (time to live) value.
put(K, V, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Puts an entry into this map with a given TTL (time to live) value.
put(K, V, long, TimeUnit) - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Associates a given value to the specified key and replicates it to the cluster.
put(K, V, long, TimeUnit, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Puts an entry into this map with a given TTL (time to live) value and max idle time value.
putAll(Map<? extends K, ? extends V>) - Method in interface com.hazelcast.map.IMap
putAllAsync(Map<? extends K, ? extends V>) - Method in interface com.hazelcast.map.IMap
Asynchronously copies all of the mappings from the specified map to this map.
putAsync(K, V) - Method in interface com.hazelcast.map.IMap
Asynchronously puts the given key and value.
putAsync(K, V, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Asynchronously puts the given key and value into this map with a given TTL (time to live) value.
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Asynchronously puts the given key and value into this map with a given TTL (time to live) value and max idle time value.
putIfAbsent(K, V) - Method in interface com.hazelcast.cp.CPMap
Associates key with value only if key is not present.
putIfAbsent(K, V) - Method in interface com.hazelcast.map.BaseMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V) - Method in interface com.hazelcast.map.IMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Puts an entry into this map with a given TTL (time to live) value, if the specified key is not already associated with a value.
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Puts an entry into this map with a given TTL (time to live) value and max idle time value.
putTransient(K, V, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Same as IMap.put(Object, Object, long, TimeUnit) except that the map store, if defined, will not be called to load/store/persist the entry.
putTransient(K, V, long, TimeUnit, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Same as IMap.put(Object, Object, long, TimeUnit) except that the map store, if defined, will not be called to load/store/persist the entry.

Q

QUERY_RESULT_SIZE_LIMIT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Result size limit for query operations on maps.
QueryConstants - Enum Class in com.hazelcast.query
Contains constants for Query.
QueryException - Exception in com.hazelcast.query
Exception class for the Query.
QueryException() - Constructor for exception com.hazelcast.query.QueryException
 
QueryException(String) - Constructor for exception com.hazelcast.query.QueryException
 
QueryException(String, Throwable) - Constructor for exception com.hazelcast.query.QueryException
 
QueryException(Throwable) - Constructor for exception com.hazelcast.query.QueryException
 
QueryResultSizeExceededException - Exception in com.hazelcast.map
This exception is thrown when a query exceeds a configurable result size limit.
QueryResultSizeExceededException() - Constructor for exception com.hazelcast.map.QueryResultSizeExceededException
 
QueryResultSizeExceededException(int, String) - Constructor for exception com.hazelcast.map.QueryResultSizeExceededException
 
QueryResultSizeExceededException(String) - Constructor for exception com.hazelcast.map.QueryResultSizeExceededException
 

R

RANDOM - Enum constant in enum class com.hazelcast.config.EvictionPolicy
Randomly
RAW - Enum constant in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
Extracted unique key value is interpreted as a whole integer value of byte, short, int or long type.
ReachedMaxSizeException - Exception in com.hazelcast.map
Exception thrown when a write-behind MapStore rejects to accept a new element.
ReachedMaxSizeException(String) - Constructor for exception com.hazelcast.map.ReachedMaxSizeException
 
read() - Method in class com.hazelcast.config.ConfigStream
 
read(byte[]) - Method in class com.hazelcast.config.ConfigStream
 
read(byte[]) - Method in interface com.hazelcast.nio.serialization.ByteArraySerializer
Converts given byte array to object
read(byte[], int, int) - Method in class com.hazelcast.config.ConfigStream
 
read(byte[], Class) - Method in interface com.hazelcast.nio.serialization.TypedByteArrayDeserializer
Reads object from objectDataInputStream
read(ObjectDataInput) - Method in interface com.hazelcast.nio.serialization.StreamSerializer
Reads object from objectDataInputStream
read(ObjectDataInput, Class) - Method in interface com.hazelcast.nio.serialization.TypedStreamDeserializer
Reads object from objectDataInputStream
read(CompactReader) - Method in interface com.hazelcast.nio.serialization.compact.CompactSerializer
 
readArrayOfBoolean(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of booleans.
readArrayOfCompact(String, Class<T>) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of compact objects.
readArrayOfDate(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of dates consisting of year, month, and day.
readArrayOfDecimal(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of arbitrary precision and scale floating point numbers.
readArrayOfFloat32(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of 32-bit IEEE 754 floating point numbers.
readArrayOfFloat64(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of 64-bit IEEE 754 floating point numbers.
readArrayOfInt16(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of 16-bit two's complement signed integers.
readArrayOfInt32(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of 32-bit two's complement signed integers.
readArrayOfInt64(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of 64-bit two's complement signed integers.
readArrayOfInt8(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of 8-bit two's complement signed integers.
readArrayOfNullableBoolean(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable array of nullable booleans.
readArrayOfNullableFloat32(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable array of nullable 32-bit IEEE 754 floating point numbers.
readArrayOfNullableFloat64(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable array of nullable 64-bit IEEE 754 floating point numbers.
readArrayOfNullableInt16(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable array of nullable 16-bit two's complement signed integers.
readArrayOfNullableInt32(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable array of nullable 32-bit two's complement signed integers.
readArrayOfNullableInt64(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable array of nullable 64-bit two's complement signed integers.
readArrayOfNullableInt8(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable array of nullable 8-bit two's complement signed integers.
readArrayOfString(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of UTF-8 encoded strings.
readArrayOfTime(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of times consisting of hour, minute, second, and nanoseconds
readArrayOfTimestamp(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of timestamps consisting of date and time.
readArrayOfTimestampWithTimezone(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an array of timestamps with timezone consisting of date, time and timezone offset.
readBoolean(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a boolean.
readBoolean(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readBooleanArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readBooleanArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readByte(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readByteArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readByteArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readChar(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readCharArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readCharArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readCompact(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a compact object
readCount() - Method in interface com.hazelcast.ringbuffer.ReadResultSet
Returns the number of items that have been read before filtering.
readData(ObjectDataInput) - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
readData(ObjectDataInput) - Method in class com.hazelcast.cluster.Address
 
readData(ObjectDataInput) - Method in interface com.hazelcast.nio.serialization.DataSerializable
Reads fields from the input stream
readData(ObjectDataInput) - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
readData(ObjectDataInput) - Method in class com.hazelcast.security.SimpleTokenCredentials
 
readData(ObjectDataInput) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
readData(ObjectDataInput) - Method in class com.hazelcast.version.MemberVersion
 
readData(ObjectDataInput) - Method in class com.hazelcast.version.Version
 
readDate(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a date consisting of year, month, and day.
readDate(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads a date field consisting of year, month of the year and day of the month to LocalDate
readDateArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads an array of Date's to LocalDate[]
readDecimal(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an arbitrary precision and scale floating point number.
readDecimal(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads a decimal which is arbitrary precision and scale floating-point number to BigDecimal
readDecimalArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads an array of Decimal's to BigDecimal[]
readDouble(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readDoubleArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readDoubleArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readFloat(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readFloat32(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a 32-bit IEEE 754 floating point number.
readFloat64(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a 64-bit IEEE 754 floating point number.
readFloatArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readFloatArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readInt(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readInt16(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a 16-bit two's complement signed integer.
readInt32(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a 32-bit two's complement signed integer.
readInt64(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a 64-bit two's complement signed integer.
readInt8(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads an 8-bit two's complement signed integer.
readIntArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readIntArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readLong(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readLongArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readLongArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readManyAsync(long, int, int, IFunction<E, Boolean>) - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Reads a batch of items from the Ringbuffer.
readNullableBoolean(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable boolean.
readNullableFloat32(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable 32-bit IEEE 754 floating point number.
readNullableFloat64(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable 64-bit IEEE 754 floating point number.
readNullableInt16(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable 16-bit two's complement signed integer.
readNullableInt32(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable 32-bit two's complement signed integer.
readNullableInt64(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable 64-bit two's complement signed integer.
readNullableInt8(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a nullable 8-bit two's complement signed integer.
readObject() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readObject(Class) - Method in interface com.hazelcast.nio.ObjectDataInput
 
readOne(long) - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Reads one item from the Ringbuffer.
ReadOnly - Interface in com.hazelcast.core
Allows notifying Hazelcast that the processing unit implementing this interface will not do any modifications.
readPortable(PortableReader) - Method in interface com.hazelcast.nio.serialization.Portable
Deprecated.
Read portable fields using PortableReader
readPortable(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readPortableArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
ReadResultSet<E> - Interface in com.hazelcast.ringbuffer
readShort(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readShortArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readShortArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readString() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readString(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a UTF-8 encoded string.
readString(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readStringArray() - Method in interface com.hazelcast.nio.ObjectDataInput
 
readStringArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
 
readTime(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a time consisting of hour, minute, second, and nanoseconds.
readTime(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads a time field consisting of hour, minute, seconds and nanos parts to LocalTime
readTimeArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads an array of Time's to LocalTime[]
readTimestamp(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a timestamp consisting of date and time.
readTimestamp(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads a timestamp field consisting of year, month of the year, day of the month, hour, minute, seconds, nanos parts to LocalDateTime
readTimestampArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads an array of Timestamp's to LocalDateTime[]
readTimestampWithTimezone(String) - Method in interface com.hazelcast.nio.serialization.compact.CompactReader
Reads a timestamp with timezone consisting of date, time and timezone offset.
readTimestampWithTimezone(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads a timestamp with timezone field consisting of year, month of the year, day of the month, offset seconds, hour, minute, seconds, nanos parts to OffsetDateTime
readTimestampWithTimezoneArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
Reads an array of TimestampWithTimezone's to OffsetDateTime[]
readUTF() - Method in interface com.hazelcast.nio.ObjectDataInput
Deprecated.
for the sake of better naming. Use ObjectDataInput.readString() instead
readUTF(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
for the sake of better naming. Use PortableReader.readString(String) instead
readUTFArray() - Method in interface com.hazelcast.nio.ObjectDataInput
Deprecated.
for the sake of better naming. Use {#readStringArray()} instead
readUTFArray(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
Deprecated.
for the sake of better naming. Use PortableReader.readStringArray(String) instead
RealmConfig - Class in com.hazelcast.config.security
Security realm represents the security configuration for part of the system (e.g.
RealmConfig() - Constructor for class com.hazelcast.config.security.RealmConfig
 
RealmConfigCallback - Class in com.hazelcast.security
This JAAS Callback is used to retrieve a RealmConfig from client or member configuration.
RealmConfigCallback(String) - Constructor for class com.hazelcast.security.RealmConfigCallback
 
reducePermits(int) - Method in interface com.hazelcast.cp.ISemaphore
Reduces the number of available permits by the indicated amount.
regex(String, String) - Static method in class com.hazelcast.query.Predicates
Creates a regex predicate that will pass items if the given pattern matches the value stored under the given item attribute.
registerClass(CompactSerializationConfig, String) - Static method in class com.hazelcast.config.CompactSerializationConfigAccessor
Registers a reflective compact serializer for the given class name.
registerSerializer(CompactSerializationConfig, String) - Static method in class com.hazelcast.config.CompactSerializationConfigAccessor
Registers an explicit compact serializer for the given class and type name.
release() - Method in interface com.hazelcast.cp.ISemaphore
Releases a permit and increases the number of available permits by one.
release(int) - Method in interface com.hazelcast.cp.ISemaphore
Releases the given number of permits and increases the number of available permits by that amount.
ReliableMessageListener<E> - Interface in com.hazelcast.topic
A MessageListener to better integrate with the reliable topic.
remainingCapacity() - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Returns the remaining capacity of the ringbuffer.
remove(Object) - Method in interface com.hazelcast.map.BaseMap
Removes the mapping for a key from this map if it is present.
remove(Object) - Method in interface com.hazelcast.map.IMap
Removes the mapping for a key from this map if it is present.
remove(Object, Object) - Method in interface com.hazelcast.map.BaseMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object, Object) - Method in interface com.hazelcast.map.IMap
Removes the entry for a key only if currently mapped to a given value.
remove(K) - Method in interface com.hazelcast.cp.CPMap
Removes key if present.
removeAll(Predicate<K, V>) - Method in interface com.hazelcast.map.IMap
Removes all entries which match with the supplied predicate.
removeAsync(K) - Method in interface com.hazelcast.map.IMap
Asynchronously removes the given key, returning an CompletionStage on which the caller can register further computation stages to be invoked upon remove operation completion or block waiting for the operation to complete using one of blocking ways to wait on CompletionStage.toCompletableFuture().
REMOVED - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if an entry is removed.
REMOVED - Enum constant in enum class com.hazelcast.core.ItemEventType
Fired when an item is removed.
REMOVED - Enum constant in enum class com.hazelcast.cp.event.CPMembershipEvent.EventType
Event type fired when a CP member is removed from the CP Subsystem.
removeDistributedObjectListener(UUID) - Method in interface com.hazelcast.core.HazelcastInstance
 
removeEntryListener(UUID) - Method in interface com.hazelcast.map.IMap
Removes the specified entry listener.
removeEntryListener(UUID) - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Removes the specified entry listener.
removeGroupAvailabilityListener(UUID) - Method in interface com.hazelcast.cp.CPSubsystem
Removes CPGroupAvailabilityListener registration.
removeGroupAvailabilityListener(UUID) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
removeInterceptor(String) - Method in interface com.hazelcast.map.IMap
Removes the given interceptor for this map, so it will not intercept operations anymore.
removeItemListener(UUID) - Method in interface com.hazelcast.collection.ICollection
Removes the specified item listener.
removeLifecycleListener(UUID) - Method in interface com.hazelcast.core.LifecycleService
Removes a lifecycle listener.
removeMember(Member) - Method in interface com.hazelcast.spi.partitiongroup.MemberGroup
 
removeMembershipListener(UUID) - Method in interface com.hazelcast.cluster.Cluster
Removes the specified MembershipListener.
removeMembershipListener(UUID) - Method in interface com.hazelcast.cp.CPSubsystem
Removes membership listener registration.
removeMembershipListener(UUID) - Method in class com.hazelcast.cp.CPSubsystemStubImpl
 
removeMessageListener(UUID) - Method in interface com.hazelcast.topic.ITopic
Stops receiving messages for the given message listener.
removeMigrationListener(UUID) - Method in interface com.hazelcast.partition.PartitionService
Removes a MigrationListener.
removePartitionLostListener(UUID) - Method in interface com.hazelcast.map.IMap
Removes the specified map partition lost listener.
removePartitionLostListener(UUID) - Method in interface com.hazelcast.partition.PartitionService
Removes a PartitionLostListener.
removeProperty(String) - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
replace(K, V) - Method in interface com.hazelcast.map.BaseMap
Replaces the entry for a key only if it is currently mapped to some value.
replace(K, V) - Method in interface com.hazelcast.map.IMap
Replaces the entry for a key only if it is currently mapped to some value.
replace(K, V, V) - Method in interface com.hazelcast.map.BaseMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V, V) - Method in interface com.hazelcast.map.IMap
Replaces the entry for a key only if currently mapped to a given value.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface com.hazelcast.map.IMap
replaceVariables(Node) - Method in class com.hazelcast.config.AbstractYamlConfigBuilder
 
replicaMigrationCompleted(ReplicaMigrationEvent) - Method in interface com.hazelcast.partition.MigrationListener
Called when a partition replica migration is completed successfully.
ReplicaMigrationEvent - Interface in com.hazelcast.partition
An event fired when a partition replica migration completes or fails.
replicaMigrationFailed(ReplicaMigrationEvent) - Method in interface com.hazelcast.partition.MigrationListener
Called when a partition replica migration is failed.
ReplicatedMap<K,V> - Interface in com.hazelcast.replicatedmap
A ReplicatedMap is a map data structure with weak consistency and has entries stored locally on every node of the cluster.
ReplicatedMapCantBeCreatedOnLiteMemberException - Exception in com.hazelcast.replicatedmap
Thrown when HazelcastInstance.getReplicatedMap(String) is invoked on a lite member.
ReplicatedMapCantBeCreatedOnLiteMemberException(Address) - Constructor for exception com.hazelcast.replicatedmap.ReplicatedMapCantBeCreatedOnLiteMemberException
 
ReplicatedMapCantBeCreatedOnLiteMemberException(String) - Constructor for exception com.hazelcast.replicatedmap.ReplicatedMapCantBeCreatedOnLiteMemberException
 
REQUIRED - Enum constant in enum class com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
Required
requireNonEmpty(String, String) - Static method in class com.hazelcast.config.security.SimpleAuthenticationConfig
 
REQUISITE - Enum constant in enum class com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
Requisite
reset() - Method in class com.hazelcast.config.ConfigStream
 
reset() - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Resets the observed state by this PN counter.
reset() - Method in interface com.hazelcast.query.PagingPredicate
Resets for reuse.
resetLevel() - Method in class com.hazelcast.logging.LoggerFactorySupport
 
resetLevel() - Method in class com.hazelcast.logging.NoLogFactory
 
RESPONSE_THREAD_COUNT - Static variable in class com.hazelcast.client.properties.ClientProperty
The number of response threads.
RESPONSE_THREAD_DYNAMIC - Static variable in class com.hazelcast.client.properties.ClientProperty
Enabled dynamic switching between processing responses on the io threads and offloading the response threads.
ResponseAlreadySentException - Exception in com.hazelcast.spi.exception
A HazelcastException indicating that there is some kind of system error causing a response to be send multiple times for some operation.
ResponseAlreadySentException(String) - Constructor for exception com.hazelcast.spi.exception.ResponseAlreadySentException
 
retrieveInitialSequence() - Method in interface com.hazelcast.topic.ReliableMessageListener
Retrieves the initial sequence from which this ReliableMessageListener should start.
RetryableException - Interface in com.hazelcast.spi.exception
Marker interface for exceptions to indicate that an operation can be retried.
RetryableHazelcastException - Exception in com.hazelcast.spi.exception
A 'marker' exception that indicates that an operation can be retried.
RetryableHazelcastException() - Constructor for exception com.hazelcast.spi.exception.RetryableHazelcastException
 
RetryableHazelcastException(String) - Constructor for exception com.hazelcast.spi.exception.RetryableHazelcastException
 
RetryableHazelcastException(String, Throwable) - Constructor for exception com.hazelcast.spi.exception.RetryableHazelcastException
 
RetryableIOException - Exception in com.hazelcast.spi.exception
A IOException indicating that there was a IO failure, but it can be retried.
RetryableIOException() - Constructor for exception com.hazelcast.spi.exception.RetryableIOException
 
RetryableIOException(String) - Constructor for exception com.hazelcast.spi.exception.RetryableIOException
 
RetryableIOException(String, Throwable) - Constructor for exception com.hazelcast.spi.exception.RetryableIOException
 
REVERSE - Enum constant in enum class com.hazelcast.config.security.LdapRoleMappingMode
Role object attribute contains DN of user objects.
Ringbuffer<E> - Interface in com.hazelcast.ringbuffer
A Ringbuffer is a data structure where the content is stored in a ring-like structure.
RoutingStrategy - Enum Class in com.hazelcast.client.config
Strategy for routing client connections to members.

S

SAFE_SERIALIZATION - Static variable in class com.hazelcast.spi.discovery.multicast.MulticastProperties
Property which determines if Java Serialization is used (false) or rather the safer and portable one (true).
save(Map<K, V>) - Method in interface com.hazelcast.scheduledexecutor.StatefulTask
Task callback to capture its state on the provided map.
schedule(Runnable, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period.
ScheduledTaskHandler - Class in com.hazelcast.scheduledexecutor
Resource handler pointing to a IScheduledFuture.
ScheduledTaskHandler() - Constructor for class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
 
ScheduledTaskStatistics - Interface in com.hazelcast.scheduledexecutor
Statistics and timing info for a IScheduledFuture accessible through IScheduledFuture.getStats()
scheduleOnAllMembers(Runnable, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay on all cluster Members.
scheduleOnAllMembers(Callable<V>, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay on all cluster Members.
scheduleOnAllMembersAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period on all cluster Members.
scheduleOnKeyOwner(Runnable, Object, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay on the partition owner of the given key.
scheduleOnKeyOwner(Callable<V>, Object, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay on the partition owner of the given key.
scheduleOnKeyOwnerAtFixedRate(Runnable, Object, long, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period on the partition owner of the given key.
scheduleOnMember(Runnable, Member, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay at the given Member.
scheduleOnMember(Callable<V>, Member, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay at the given Member.
scheduleOnMemberAtFixedRate(Runnable, Member, long, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period at the given Member.
scheduleOnMembers(Runnable, Collection<Member>, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay on all Members given.
scheduleOnMembers(Callable<V>, Collection<Member>, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay on all Members given.
scheduleOnMembersAtFixedRate(Runnable, Collection<Member>, long, long, TimeUnit) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period on all Members given.
schemaValidation(Document) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
 
select(Member) - Method in interface com.hazelcast.cluster.MemberSelector
Decides if the given member will be part of an operation or not.
self() - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
 
self() - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
self() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
 
self() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
 
self() - Method in class com.hazelcast.config.SSLConfig
 
SEMAPHORE - Static variable in interface com.hazelcast.cp.CPSubsystem
Constant identifying service for ISemaphore, to be used with CPSubsystem.getObjectInfos(CPGroupId, String)
SEQUENCE_UNAVAILABLE - Static variable in interface com.hazelcast.ringbuffer.ReadResultSet
Value returned from methods returning a sequence number when the information is not available (e.g.
SERIALIZATION_VERSION - Static variable in class com.hazelcast.spi.properties.ClusterProperty
Hazelcast serialization version.
SerializationConfig - Class in com.hazelcast.config
Contains the serialization configuration of HazelcastInstance.
SerializationConfig() - Constructor for class com.hazelcast.config.SerializationConfig
 
SerializationConfig(SerializationConfig) - Constructor for class com.hazelcast.config.SerializationConfig
 
Serializer - Interface in com.hazelcast.nio.serialization
Base interface of custom serialization interfaces
SerializerConfig - Class in com.hazelcast.config
Contains the serialization configuration for a particular class.
SerializerConfig() - Constructor for class com.hazelcast.config.SerializerConfig
 
SerializerConfig(SerializerConfig) - Constructor for class com.hazelcast.config.SerializerConfig
 
SerializerHook<T> - Interface in com.hazelcast.nio.serialization
This interface is used to automatically register serializers from external Hazelcast or user modules.
SERVER - Enum constant in enum class com.hazelcast.config.AbstractXmlConfigBuilder.ConfigType
 
SERVER - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceMode
This instance was started using the start.sh or start.bat scripts.
serviceName() - Method in interface com.hazelcast.cp.CPObjectInfo
The service name for this object.
ServiceNotFoundException - Exception in com.hazelcast.spi.exception
A HazelcastException that indicates that a requested service is not exist.
ServiceNotFoundException(String) - Constructor for exception com.hazelcast.spi.exception.ServiceNotFoundException
 
set(long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically sets the given value.
set(E) - Method in interface com.hazelcast.cp.IAtomicReference
Atomically sets the given value.
set(K, V) - Method in interface com.hazelcast.cp.CPMap
Associates key with value.
set(K, V) - Method in interface com.hazelcast.map.BaseMap
Associates the specified value with the specified key in this map.
set(K, V) - Method in interface com.hazelcast.map.IMap
Puts an entry into this map without returning the old value (which is more efficient than put()).
set(K, V, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Puts an entry into this map with a given TTL (time to live) value, without returning the old value (which is more efficient than put()).
set(K, V, long, TimeUnit, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Puts an entry into this map with a given TTL (time to live) value and max idle time value without returning the old value (which is more efficient than put()).
setAddresses(List<String>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets given addresses as candidate address list that client will use to establish initial connection
setAlgorithm(String) - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
Sets the encryption algorithm, such as AES/CBC/PKCS5Padding.
setAliasedDiscoveryConfigs(List<DiscoveryStrategyConfig>) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
setAll(Map<? extends K, ? extends V>) - Method in interface com.hazelcast.map.IMap
Copies all of the mappings from the specified map to this map without loading non-existing elements from map store (which is more efficient than putAll()).
setAllAsync(Map<? extends K, ? extends V>) - Method in interface com.hazelcast.map.IMap
Asynchronously copies all of the mappings from the specified map to this map without loading non-existing elements from map store.
setAllocatorType(NativeMemoryConfig.MemoryAllocatorType) - Method in class com.hazelcast.config.NativeMemoryConfig
Sets the NativeMemoryConfig.MemoryAllocatorType to be used while allocating native memory.
setAllowOverrideDefaultSerializers(boolean) - Method in class com.hazelcast.config.SerializationConfig
This configuration should be used cautiously.
setAllowUnsafe(boolean) - Method in class com.hazelcast.config.SerializationConfig
Unsafe, it is not public api of java.
setArrayOfBoolean(String, boolean[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfChar(String, char[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfDate(String, LocalDate[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfDecimal(String, BigDecimal[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfFloat32(String, float[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfFloat64(String, double[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfGenericRecord(String, GenericRecord[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfInt16(String, short[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfInt32(String, int[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfInt64(String, long[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfInt8(String, byte[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfNullableBoolean(String, Boolean[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfNullableFloat32(String, Float[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfNullableFloat64(String, Double[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfNullableInt16(String, Short[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfNullableInt32(String, Integer[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfNullableInt64(String, Long[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfNullableInt8(String, Byte[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfString(String, String[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfTime(String, LocalTime[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfTimestamp(String, LocalDateTime[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setArrayOfTimestampWithTimezone(String, OffsetDateTime[]) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setAsync(long) - Method in interface com.hazelcast.cp.IAtomicLong
Atomically sets the given value.
setAsync(E) - Method in interface com.hazelcast.cp.IAtomicReference
Atomically sets the given value.
setAsync(K, V) - Method in interface com.hazelcast.map.IMap
Asynchronously puts the given key and value.
setAsync(K, V, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Asynchronously puts an entry into this map with a given TTL (time to live) value, without returning the old value (which is more efficient than put()).
setAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Asynchronously puts an entry into this map with a given TTL (time to live) value and max idle time value without returning the old value (which is more efficient than put()).
setAsyncStart(boolean) - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
Set true for non-blocking HazelcastClient.newHazelcastClient().
setAttribute(String) - Method in interface com.hazelcast.query.PredicateBuilder
 
setAttributes(List<String>) - Method in class com.hazelcast.config.IndexConfig
Sets index attributes.
setAutoDetectionConfig(AutoDetectionConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Defines the Auto Detection configuration.
setAutoDetectionEnabled(boolean) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
setBackupAckToClientEnabled(boolean) - Method in class com.hazelcast.client.config.ClientConfig
This feature reduces number of hops and increases performance for RoutingMode.ALL_MEMBERS routing clients.
setBitmapIndexOptions(BitmapIndexOptions) - Method in class com.hazelcast.config.IndexConfig
Sets bitmap index options of this index config to the given ones.
setBlacklist(ClassFilter) - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
setBoolean(String, boolean) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setBTreeIndexConfig(BTreeIndexConfig) - Method in class com.hazelcast.config.IndexConfig
Sets B-Tree config of this index to the specified configuration.
setBufferSize(int) - Method in class com.hazelcast.client.config.SocketOptions
Sets the SO_SNDBUF and SO_RCVBUF options to the specified value in KB
setByteOrder(ByteOrder) - Method in class com.hazelcast.config.SerializationConfig
Note that configuring use native byte order as enabled will override the byte order set by this method.
setCacheLocalEntries(boolean) - Method in class com.hazelcast.config.NearCacheConfig
Sets if local entries are also cached in the Near Cache.
setCapacity(Capacity) - Method in class com.hazelcast.config.MemoryTierConfig
Sets the capacity of this memory tier.
setCapacity(Capacity) - Method in class com.hazelcast.config.NativeMemoryConfig
Sets size (capacity) of the native memory region.
setChar(String, char) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setCheckClassDefErrors(boolean) - Method in class com.hazelcast.config.SerializationConfig
When enabled, serialization system will check for class definitions error at start and throw a Serialization Exception with error definition.
setClass(Class<? extends Serializer>) - Method in class com.hazelcast.config.SerializerConfig
Sets the class of the serializer implementation.
setClassDefinitions(Set<ClassDefinition>) - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
setClasses(Class<?>...) - Method in class com.hazelcast.config.CompactSerializationConfig
Registers multiple classes to be serialized with Compact serialization.
setClasses(Collection<String>) - Method in class com.hazelcast.config.ClassFilter
 
setClassLoader(ClassLoader) - Method in class com.hazelcast.client.config.ClientConfig
Sets the classLoader which is used by serialization and listener configuration
setClassName(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
Sets class name of proxy factory
setClassName(String) - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
setClassName(String) - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
setClassName(String) - Method in class com.hazelcast.config.GlobalSerializerConfig
 
setClassName(String) - Method in class com.hazelcast.config.ListenerConfig
Sets the class name of the EventListener.
setClassName(String) - Method in class com.hazelcast.config.LoginModuleConfig
 
setClassName(String) - Method in class com.hazelcast.config.SerializerConfig
Sets the class name of the serializer implementation.
setClassName(String) - Method in class com.hazelcast.config.SocketInterceptorConfig
Sets the name for the SocketInterceptor implementation class.
setClassNames(List<String>) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
setClientConfigs(List<ClientConfig>) - Method in class com.hazelcast.client.config.ClientFailoverConfig
Sets the configured list of alternative client configurations.
setClientIcmpPingConfig(ClientIcmpPingConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or not
setClusterConnectTimeoutMillis(long) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
setClusterName(String) - Method in class com.hazelcast.client.config.ClientConfig
 
setClusterRoutingConfig(ClusterRoutingConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets config for managing how the client routes to members of the cluster.
setCollectionFrequencySeconds(int) - Method in class com.hazelcast.config.BaseMetricsConfig
Sets the metrics collection frequency in seconds.
setCompactSerializationConfig(CompactSerializationConfig) - Method in class com.hazelcast.config.SerializationConfig
 
setComparator(EvictionPolicyComparator) - Method in class com.hazelcast.config.EvictionConfig
Sets the instance of the configured EvictionPolicyComparator implementation.
setComparatorClassName(String) - Method in class com.hazelcast.config.EvictionConfig
Sets the class name of the configured EvictionPolicyComparator implementation.
setConfigClassLoader(ClassLoader) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
setConfigPatternMatcher(ConfigPatternMatcher) - Method in class com.hazelcast.client.config.ClientConfig
Sets the pattern matcher which is used to match item names to configuration objects.
setConnectionRetryConfig(ConnectionRetryConfig) - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
Connection Retry Config is controls the period among the retries and when should a client gave up retrying.
setConnectionStrategyConfig(ClientConnectionStrategyConfig) - Method in class com.hazelcast.client.config.ClientConfig
 
setConnectionTimeout(int) - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
setConnectionTimeoutSeconds(int) - Method in class com.hazelcast.config.TcpIpConfig
Sets the connection timeout.
setCPDirectToLeaderRoutingEnabled(boolean) - Method in class com.hazelcast.client.config.ClientConfig
Sets whether CP direct-to-leader operation sending is enabled.
setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setCredentials(Credentials) - Method in class com.hazelcast.config.security.RealmConfig
 
setCredentials(Credentials) - Method in class com.hazelcast.security.CredentialsCallback
 
setCredentialsFactoryConfig(CredentialsFactoryConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setCredentialsIdentityConfig(CredentialsIdentityConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setDataSerializableFactories(Map<Integer, DataSerializableFactory>) - Method in class com.hazelcast.config.SerializationConfig
 
setDataSerializableFactoryClasses(Map<Integer, String>) - Method in class com.hazelcast.config.SerializationConfig
 
setDate(String, LocalDate) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
Sets a date field consisting of year, month of the year, and day of the month.
setDecimal(String, BigDecimal) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
Sets a decimal which is arbitrary precision and scale floating-point number.
setDefaultsDisabled(boolean) - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
setDeprecatedName(String) - Method in class com.hazelcast.spi.properties.HazelcastProperty
Sets the deprecated name of this property.
setDirectory(String) - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
setDirectory(String) - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
Returns the directory of this PersistentMemoryDirectoryConfig.
setDirectoryConfigs(List<PersistentMemoryDirectoryConfig>) - Method in class com.hazelcast.config.PersistentMemoryConfig
Sets the persistent memory directory configuration to the set of directories provided in the directoryConfigs argument.
setDiscoveryConfig(DiscoveryConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Defines the Discovery Provider SPI configuration
setDiscoveryConfig(DiscoveryConfig) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
setDiscoveryNode(DiscoveryNode) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
setDiscoveryServiceProvider(DiscoveryServiceProvider) - Method in class com.hazelcast.config.DiscoveryConfig
 
setDiscoveryStrategyConfigs(List<DiscoveryStrategyConfig>) - Method in class com.hazelcast.config.DiscoveryConfig
Sets the strategy configurations for this discovery config.
setDiscoveryStrategyFactory(DiscoveryStrategyFactory) - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
setEchoFailFastOnStartup(boolean) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setEnableCompression(boolean) - Method in class com.hazelcast.config.SerializationConfig
Enables compression when default java serialization is used.
setEnabled(boolean) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setEnabled(boolean) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
setEnabled(boolean) - Method in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
Enables and disables this configuration.
setEnabled(boolean) - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
Enables and disables this configuration.
setEnabled(boolean) - Method in class com.hazelcast.config.AutoDetectionConfig
Enables or disables the auto detection join mechanism.
setEnabled(boolean) - Method in class com.hazelcast.config.BaseMetricsConfig
Sets whether metrics collection should be enabled for the node.
setEnabled(boolean) - Method in class com.hazelcast.config.InstanceTrackingConfig
Enables or disables instance tracking.
setEnabled(boolean) - Method in class com.hazelcast.config.InterfacesConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.MetricsJmxConfig
Enables metrics exposure through JMX.
setEnabled(boolean) - Method in class com.hazelcast.config.NativeMemoryConfig
Enables or disables native memory allocation.
setEnabled(boolean) - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
setEnabled(boolean) - Method in class com.hazelcast.config.PersistentMemoryConfig
Enables or disables persistent memory.
setEnabled(boolean) - Method in class com.hazelcast.config.SocketInterceptorConfig
Enables and disables this configuration.
setEnabled(boolean) - Method in class com.hazelcast.config.TcpIpConfig
Enables or disables the Tcp/Ip join mechanism.
setEnableSharedObject(boolean) - Method in class com.hazelcast.config.SerializationConfig
Enables shared object when default java serialization is used.
setEvictionConfig(EvictionConfig) - Method in class com.hazelcast.config.NearCacheConfig
Sets the eviction configuration for this Near Cache.
setEvictionPolicy(EvictionPolicy) - Method in class com.hazelcast.config.EvictionConfig
Sets the EvictionPolicy of this eviction configuration.
setExecutor(Executor) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the Executor that is going to process the event.
setFactoryClassName(String) - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
Sets the factory class name.
setFactoryClassName(String) - Method in class com.hazelcast.config.SSLConfig
Sets the name for the implementation class.
setFactoryImpl(ClientProxyFactory) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
Sets factory implementation of proxy factory
setFactoryImplementation(Object) - Method in class com.hazelcast.config.SSLConfig
Sets the implementation object.
setFileName(String) - Method in class com.hazelcast.config.InstanceTrackingConfig
Sets the name of the file which will contain the tracking metadata.
setFlakeIdGeneratorConfigMap(Map<String, ClientFlakeIdGeneratorConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets the map of FlakeIdGenerator configurations, mapped by config name.
setFloat32(String, float) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setFloat64(String, double) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setFormatPattern(String) - Method in class com.hazelcast.config.InstanceTrackingConfig
Sets the pattern used to render the contents of the instance tracking file.
setGenericRecord(String, GenericRecord) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setGlobalSerializerConfig(GlobalSerializerConfig) - Method in class com.hazelcast.config.SerializationConfig
 
setHazelcastInstance(HazelcastInstance) - Method in interface com.hazelcast.core.HazelcastInstanceAware
Gets the HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService.
setIfConfigured(Properties, String, Enum<?>) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
setIfConfigured(Properties, String, Object) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
setIfConfigured(Properties, String, String) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
 
setImplementation(Serializer) - Method in class com.hazelcast.config.GlobalSerializerConfig
 
setImplementation(Serializer) - Method in class com.hazelcast.config.SerializerConfig
Sets the serializer implementation instance.
setImplementation(ICredentialsFactory) - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
setImplementation(Object) - Method in class com.hazelcast.config.SocketInterceptorConfig
Sets the SocketInterceptor implementation object.
setImplementation(EventListener) - Method in class com.hazelcast.config.ListenerConfig
Sets the EventListener implementation.
setInitialBackoffMillis(int) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.NearCacheConfig
Sets the data type used to store entries.
setInMemoryFormat(String) - Method in class com.hazelcast.config.NearCacheConfig
 
setInstanceName(String) - Method in class com.hazelcast.client.config.ClientConfig
 
setInt16(String, short) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setInt32(String, int) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setInt64(String, long) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setInt8(String, byte) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setInterfaces(Collection<String>) - Method in class com.hazelcast.config.InterfacesConfig
Adds a collection of interfaces.
setIntervalMilliseconds(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setInvalidateOnChange(boolean) - Method in class com.hazelcast.config.NearCacheConfig
Sets if Near Cache entries are invalidated when the entries in the backing data structure are changed (updated or removed).
setIterationCount(int) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
 
setJaasAuthenticationConfig(JaasAuthenticationConfig) - Method in class com.hazelcast.config.security.RealmConfig
 
setJarPaths(List<String>) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
String jarPath is searched in following order: 1.
setJavaSerializationFilterConfig(JavaSerializationFilterConfig) - Method in class com.hazelcast.config.SerializationConfig
Allows to configure deserialization protection filter.
setJitter(double) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
At each iteration calculated back-off is randomized via following method Random(-jitter * current_backoff, jitter * current_backoff)
setJmxConfig(MetricsJmxConfig) - Method in class com.hazelcast.config.BaseMetricsConfig
 
setKeepAlive(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable SO_KEEPALIVE socket option.
setKerberosIdentityConfig(KerberosIdentityConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setKey(byte[]) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
 
setKeytabFile(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
Allows (together with the KerberosIdentityConfig.setPrincipal(String)) simplification of security realm configuration.
setLabels(Set<String>) - Method in class com.hazelcast.client.config.ClientConfig
Set labels for the client.
setLevel(Level) - Method in class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
 
setLevel(Level) - Method in class com.hazelcast.logging.LoggerFactorySupport
 
setLevel(Level) - Method in class com.hazelcast.logging.NoLogFactory
 
setLingerSeconds(int) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable SO_LINGER with the specified linger time in seconds If set to a value of 0 or less then it is disabled.
setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets all ListenerConfig's
setLoadBalancer(LoadBalancer) - Method in class com.hazelcast.client.config.ClientConfig
Sets the LoadBalancer.
setLoadBalancerClassName(String) - Method in class com.hazelcast.client.config.ClientConfig
Sets load balancer class name.
setLocalUpdatePolicy(NearCacheConfig.LocalUpdatePolicy) - Method in class com.hazelcast.config.NearCacheConfig
Sets the NearCacheConfig.LocalUpdatePolicy of this Near Cache.
setLogger(ILogger) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
 
setLoginModuleConfigs(List<LoginModuleConfig>) - Method in class com.hazelcast.config.security.JaasAuthenticationConfig
 
setManagedContext(ManagedContext) - Method in class com.hazelcast.client.config.ClientConfig
setMaxAttempts(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setMaxBackoffMillis(int) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
When backoff reaches this upper bound, it does not increase anymore.
setMaxIdleSeconds(int) - Method in class com.hazelcast.config.NearCacheConfig
Set the maximum number of seconds each entry can stay in the Near Cache as untouched (not-read).
setMaxSizePolicy(MaxSizePolicy) - Method in class com.hazelcast.config.EvictionConfig
Sets the MaxSizePolicy of this eviction configuration.
setMembers(List<String>) - Method in class com.hazelcast.config.TcpIpConfig
Sets the well known members.
setMemoryTierConfig(MemoryTierConfig) - Method in class com.hazelcast.config.BTreeIndexConfig
Sets memory tier configuration for this index to given configuration.
setMetadataSpacePercentage(float) - Method in class com.hazelcast.config.NativeMemoryConfig
Sets the percentage of native memory space to be used to store metadata and internal memory structures by the native memory manager.
setMetricsConfig(ClientMetricsConfig) - Method in class com.hazelcast.client.config.ClientConfig
Sets the metrics collection config.
setMinBlockSize(int) - Method in class com.hazelcast.config.NativeMemoryConfig
Sets the minimum memory block size, in bytes, to be served by native memory manager.
setMode(PersistentMemoryMode) - Method in class com.hazelcast.config.PersistentMemoryConfig
Sets the mode in which the persistent memory should be used.
setMultiplier(double) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
setName(String) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Sets the name or name pattern for this config.
setName(String) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the name or name pattern for this config.
setName(String) - Method in class com.hazelcast.config.IndexConfig
Sets name of the index.
setName(String) - Method in interface com.hazelcast.config.NamedConfig
 
setName(String) - Method in class com.hazelcast.config.NearCacheConfig
Sets the name of the Near Cache.
setName(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
setNativeMemoryConfig(NativeMemoryConfig) - Method in class com.hazelcast.client.config.ClientConfig
 
setNearCacheConfigMap(Map<String, NearCacheConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets all NearCacheConfig's with the provided map
setNetworkConfig(ClientNetworkConfig) - Method in class com.hazelcast.client.config.ClientConfig
setNodeFilter(NodeFilter) - Method in class com.hazelcast.config.DiscoveryConfig
 
setNodeFilterClass(String) - Method in class com.hazelcast.config.DiscoveryConfig
 
setNullableBoolean(String, Boolean) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setNullableFloat32(String, Float) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setNullableFloat64(String, Double) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setNullableInt16(String, Short) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setNullableInt32(String, Integer) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setNullableInt64(String, Long) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setNullableInt8(String, Byte) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setNumaNode(int) - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
Sets the NUMA node the persistent memory mounted to the given directory is attached to.
setOrClear(String, String) - Method in class com.hazelcast.config.LoginModuleConfig
setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Set outbound port definitions
setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Set outbond ports
setOutOfMemoryHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.client.HazelcastClient
Sets OutOfMemoryHandler to be used when an OutOfMemoryError is caught by Hazelcast Client threads.
setOverrideJavaSerialization(boolean) - Method in class com.hazelcast.config.GlobalSerializerConfig
 
setPackages(Collection<String>) - Method in class com.hazelcast.config.ClassFilter
 
setPage(int) - Method in interface com.hazelcast.query.PagingPredicate
Sets the current page value.
setPageSize(int) - Method in class com.hazelcast.config.NativeMemoryConfig
Sets the page size, in bytes, to be allocated by native memory manager as a single block.
setPageSize(Capacity) - Method in class com.hazelcast.config.BTreeIndexConfig
Sets index page size to given non-negative value.
setPassword(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
 
setPassword(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
setPersistentMemoryConfig(PersistentMemoryConfig) - Method in class com.hazelcast.config.NativeMemoryConfig
Sets the persistent memory configuration this native memory configuration uses.
setPersistentMemoryDirectory(String) - Method in class com.hazelcast.config.NativeMemoryConfig
Deprecated.
setPortableFactories(Map<Integer, PortableFactory>) - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
setPortableFactoryClasses(Map<Integer, String>) - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
setPortableVersion(int) - Method in class com.hazelcast.config.SerializationConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.
setPrefetchCount(int) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Sets how many IDs are pre-fetched on the background when one call to FlakeIdGenerator.newId() is made.
setPrefetchValidityMillis(long) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
Sets for how long the pre-fetched IDs can be used.
setPrefixes(Collection<String>) - Method in class com.hazelcast.config.ClassFilter
 
setPreloaderConfig(NearCachePreloaderConfig) - Method in class com.hazelcast.config.NearCacheConfig
Sets the NearCachePreloaderConfig of this Near Cache.
setPrincipal(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
Allows (together with the KerberosIdentityConfig.setKeytabFile(String)) simplification of security realm configuration.
setProperties(Map<String, Comparable>) - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
setProperties(Properties) - Method in class com.hazelcast.client.config.ClientConfig
sets all properties
setProperties(Properties) - Method in class com.hazelcast.client.config.XmlClientConfigBuilder
 
setProperties(Properties) - Method in class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
setProperties(Properties) - Method in class com.hazelcast.client.config.YamlClientConfigBuilder
 
setProperties(Properties) - Method in class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
 
setProperties(Properties) - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
Sets the properties.
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.SocketInterceptorConfig
Sets the properties.
setPropertiesInternal(Properties) - Method in class com.hazelcast.config.AbstractXmlConfigBuilder
Sets the used properties.
setPropertiesInternal(Properties) - Method in class com.hazelcast.config.AbstractYamlConfigBuilder
 
setProperty(String, String) - Method in class com.hazelcast.client.config.ClientConfig
Sets the value of a named property.
setProperty(String, String) - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
Sets a single property.
setProperty(String, String) - Method in class com.hazelcast.config.LoginModuleConfig
 
setProperty(String, String) - Method in class com.hazelcast.config.SocketInterceptorConfig
Sets a property.
setProxyFactoryConfigs(List<ProxyFactoryConfig>) - Method in class com.hazelcast.client.config.ClientConfig
setReadBatchSize(int) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the read batch size.
setRealm(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
Defines Kerberos realm name (e.g.
setRealmConfig(RealmConfig) - Method in class com.hazelcast.security.RealmConfigCallback
 
setRealmConfigs(Map<String, RealmConfig>) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setReconnectMode(ClientConnectionStrategyConfig.ReconnectMode) - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
How a client reconnect to cluster after a disconnect can be configured.
setRedoOperation(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
If true, client will redo the operations that were executing on the server and client lost the connection.
setReliableTopicConfigMap(Map<String, ClientReliableTopicConfig>) - Method in class com.hazelcast.client.config.ClientConfig
Sets the map of ClientReliableTopicConfig, mapped by config name.
setRequiredMember(String) - Method in class com.hazelcast.config.TcpIpConfig
Sets the required member.
setReuseAddress(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable the SO_REUSEADDR socket option.
setRoleAttribute(String) - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
 
setRoleSeparator(String) - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
Allows to use a custom role separator in the configuration.
setRoutingMode(RoutingMode) - Method in class com.hazelcast.client.config.ClusterRoutingConfig
Sets the RoutingMode for this client to use when connecting to cluster members.
setRoutingStrategy(RoutingStrategy) - Method in class com.hazelcast.client.config.ClusterRoutingConfig
Sets the strategy for routing client connections to members when RoutingMode.MULTI_MEMBER is configured.
setSalt(String) - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
Sets the salt used for encryption.
setScopeId(String) - Method in class com.hazelcast.cluster.Address
 
setSecurityConfig(ClientSecurityConfig) - Method in class com.hazelcast.client.config.ClientConfig
setSecurityRealm(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
Configures a reference to Security realm name in Hazelcast configuration.
setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.client.config.ClientConfig
setSerializeKeys(boolean) - Method in class com.hazelcast.config.NearCacheConfig
Sets if the Near Cache key is stored in serialized format or by-reference.
setSerializerConfigs(Collection<SerializerConfig>) - Method in class com.hazelcast.config.SerializationConfig
 
setSerializers(CompactSerializer<?>...) - Method in class com.hazelcast.config.CompactSerializationConfig
Registers the given Compact serializers.
setService(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
setServiceNamePrefix(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
Defines prefix of the Service Principal name.
setSize(int) - Method in class com.hazelcast.config.EvictionConfig
Sets the size which is used by the MaxSizePolicy.
setSize(MemorySize) - Method in class com.hazelcast.config.NativeMemoryConfig
Deprecated.
setSkipEndpoint(Boolean) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
Allows skipping address assignment of authenticated user/service.
setSkipIdentity(Boolean) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
Allows skipping identity (name) assignment during the authentication.
setSkipRole(Boolean) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
Allows skipping role assignment during authentication.
setSmartRouting(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Deprecated.
since 5.5, this option is superseded by ClusterRoutingConfig.setRoutingMode(RoutingMode)}.
setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
setSocketOptions(SocketOptions) - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
setSpn(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
Allows to configure static service principal name (SPN).
setSSLConfig(SSLConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
Sets the SSLConfig.
setStoreInitialDelaySeconds(int) - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
setStoreIntervalSeconds(int) - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
setString(String, String) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
It is legal to set the field again only when Builder is created with GenericRecord.newBuilderWithClone().
setSystemProperty(String) - Method in class com.hazelcast.spi.properties.HazelcastProperty
Sets the system property value of the property.
setTcpNoDelay(boolean) - Method in class com.hazelcast.client.config.SocketOptions
Enable/disable TCP_NODELAY socket option.
setTime(String, LocalTime) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
Sets a time field consisting of hour, minute, seconds, and nanos parts.
setTimeoutMilliseconds(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setTimestamp(String, LocalDateTime) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
Sets a timestamp field consisting of year, month of the year, and day of the month, hour, minute, seconds, nanos parts.
setTimestampWithTimezone(String, OffsetDateTime) - Method in interface com.hazelcast.nio.serialization.genericrecord.GenericRecordBuilder
Sets a timestamp with timezone field consisting of year, month of the year and day of the month, offset seconds, hour, minute, seconds, nanos parts.
setTimeToLiveSeconds(int) - Method in class com.hazelcast.config.NearCacheConfig
Returns the maximum number of seconds for each entry to stay in the Near Cache (time to live).
setTokenIdentityConfig(TokenIdentityConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setTopicOverloadPolicy(TopicOverloadPolicy) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
Sets the TopicOverloadPolicy for this reliable topic.
setTryCount(int) - Method in class com.hazelcast.client.config.ClientFailoverConfig
Sets the count that the client iterates over the given list of alternative clusters.
setTtl(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
setTtl(K, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Updates the TTL (time to live) value of the entry specified by key with a new TTL value.
setType(IndexType) - Method in class com.hazelcast.config.IndexConfig
Sets type of the index.
setTypeClass(Class) - Method in class com.hazelcast.config.SerializerConfig
Sets the type of the class that will be serialized via this implementation.
setTypeClassName(String) - Method in class com.hazelcast.config.SerializerConfig
This method is called only if typeClass is not set.
setUniqueKey(String) - Method in class com.hazelcast.config.BitmapIndexOptions
Sets unique key attribute in this index config.
setUniqueKeyTransformation(BitmapIndexOptions.UniqueKeyTransformation) - Method in class com.hazelcast.config.BitmapIndexOptions
Sets unique key transformation in this index config.
setUsage(LoginModuleConfig.LoginModuleUsage) - Method in class com.hazelcast.config.LoginModuleConfig
 
setUseCanonicalHostname(Boolean) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
Allows using fully qualified domain name instead of IP address when the SPN is constructed from a prefix and realm name.
setUseNativeByteOrder(boolean) - Method in class com.hazelcast.config.SerializationConfig
 
setUserCodeDeploymentConfig(ClientUserCodeDeploymentConfig) - Method in class com.hazelcast.client.config.ClientConfig
Set User Code Deployment configuration
setUserContext(ConcurrentMap<String, Object>) - Method in class com.hazelcast.client.config.ClientConfig
 
setUserMap(Map<String, SimpleAuthenticationConfig.UserDto>) - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
Replaces the users with ones from the given map.
setUsernamePasswordIdentityConfig(UsernamePasswordIdentityConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setUsernamePasswordIdentityConfig(String, String) - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
setValue(V, long, TimeUnit) - Method in interface com.hazelcast.map.ExtendedMapEntry
Set the value and set the TTL to a non-default value for the IMap
setValueWithoutChangingExpiryTime(V) - Method in interface com.hazelcast.map.ExtendedMapEntry
Calling this method can result with one of these two cases: When there is no previous entry, this method works same as Map.Entry.setValue(V) and creates entry with existing expiry settings When an entry already exists, it updates value without changing expiry time of it
setVersion(Version) - Method in interface com.hazelcast.nio.VersionAware
If the serializer supports versioning it may set the version to use for the serialization on this object.
setVersionIfNotSet(int) - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
setWanProtocolVersion(Version) - Method in interface com.hazelcast.nio.WanProtocolVersionAware
Sets the WAN protocol version.
setWhitelist(ClassFilter) - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
severe(String) - Method in class com.hazelcast.logging.AbstractLogger
 
severe(String) - Method in interface com.hazelcast.logging.ILogger
Logs a message at Level.SEVERE.
severe(String, Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
severe(String, Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a message with an associated throwable at the Level.SEVERE level.
severe(Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
severe(Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a throwable at the Level.SEVERE level.
SHORT - Enum constant in enum class com.hazelcast.config.properties.PropertyTypeConverter
TypeConverter to convert an input string to an output short
SHORT - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
SHORT_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
shouldHandle(OutOfMemoryError) - Method in class com.hazelcast.client.ClientOutOfMemoryHandler
 
shouldHandle(OutOfMemoryError) - Method in class com.hazelcast.core.OutOfMemoryHandler
Decides if the OutOfMemoryError thrown will be handled by this OutOfMemoryHandler or not.
shouldValidateTheSchema() - Method in class com.hazelcast.config.AbstractConfigBuilder
 
SHUFFLE_MEMBER_LIST - Static variable in class com.hazelcast.client.properties.ClientProperty
Client shuffles the given member list to prevent all clients to connect to the same node when this property is set to true.
shutdown() - Method in interface com.hazelcast.core.HazelcastInstance
Shuts down this HazelcastInstance.
shutdown() - Method in interface com.hazelcast.core.LifecycleService
Gracefully shuts down HazelcastInstance.
shutdown() - Method in class com.hazelcast.logging.Log4j2Factory
 
shutdown() - Method in interface com.hazelcast.logging.LoggingService
 
shutdown() - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown(HazelcastInstance) - Static method in class com.hazelcast.client.HazelcastClient
Shutdown the provided client and remove it from the managed list
shutdown(String) - Static method in class com.hazelcast.client.HazelcastClient
Shutdown the provided client and remove it from the managed list
SHUTDOWN - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when the member shut down is completed.
shutdownAll() - Static method in class com.hazelcast.client.HazelcastClient
Shuts down all the client HazelcastInstance created in this JVM.
SHUTTING_DOWN - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when the member is shutting down.
SilentException - Interface in com.hazelcast.spi.exception
Marker interface for exceptions.
SimpleAuthenticationConfig - Class in com.hazelcast.config.security
Typed authentication configuration for SimplePropertiesLoginModule.
SimpleAuthenticationConfig() - Constructor for class com.hazelcast.config.security.SimpleAuthenticationConfig
 
SimpleAuthenticationConfig.UserDto - Class in com.hazelcast.config.security
Helper immutable object representing user attributes (i.e.
SimpleDiscoveryNode - Class in com.hazelcast.spi.discovery
Simple immutable implementation of the DiscoveryNode interface for convenience when implementing a DiscoveryStrategy.
SimpleDiscoveryNode(Address) - Constructor for class com.hazelcast.spi.discovery.SimpleDiscoveryNode
This constructor will set private and public addresses to the same value and no properties are available.
SimpleDiscoveryNode(Address, Address) - Constructor for class com.hazelcast.spi.discovery.SimpleDiscoveryNode
This constructor will set private and public addresses separately and no properties are available.
SimpleDiscoveryNode(Address, Address, Map<String, String>) - Constructor for class com.hazelcast.spi.discovery.SimpleDiscoveryNode
This constructor will set private and public addresses separately.
SimpleDiscoveryNode(Address, Map<String, String>) - Constructor for class com.hazelcast.spi.discovery.SimpleDiscoveryNode
This constructor will set private and public addresses to the same value.
SimplePropertyDefinition - Class in com.hazelcast.config.properties
Simple immutable implementation of PropertyDefinition for convenience of implementors.
SimplePropertyDefinition(String, boolean, TypeConverter) - Constructor for class com.hazelcast.config.properties.SimplePropertyDefinition
 
SimplePropertyDefinition(String, boolean, TypeConverter, ValueValidator) - Constructor for class com.hazelcast.config.properties.SimplePropertyDefinition
 
SimplePropertyDefinition(String, TypeConverter) - Constructor for class com.hazelcast.config.properties.SimplePropertyDefinition
 
SimpleTokenCredentials - Class in com.hazelcast.security
Simple implementation of Credentials using a raw byte array token.
SimpleTokenCredentials() - Constructor for class com.hazelcast.security.SimpleTokenCredentials
 
SimpleTokenCredentials(byte[]) - Constructor for class com.hazelcast.security.SimpleTokenCredentials
 
singleAttribute(String) - Static method in class com.hazelcast.projection.Projections
Returns a projection that extracts the value of the given attributePath.
size - Variable in class com.hazelcast.config.EvictionConfig
 
size() - Method in interface com.hazelcast.collection.BaseQueue
Returns the number of elements in this collection.
size() - Method in interface com.hazelcast.map.BaseMap
Returns the number of entries in this map.
size() - Method in interface com.hazelcast.ringbuffer.ReadResultSet
Return the result set size.
size() - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Returns number of items in the Ringbuffer.
size() - Method in interface com.hazelcast.spi.partitiongroup.MemberGroup
 
skip(long) - Method in class com.hazelcast.config.ConfigStream
 
Slf4jFactory - Class in com.hazelcast.logging
 
Slf4jFactory() - Constructor for class com.hazelcast.logging.Slf4jFactory
 
SOCKET_CLIENT_BUFFER_DIRECT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
If the bytebuffers used in the socket should be a direct bytebuffer (true) or a regular bytebuffer (false).
SocketInterceptor - Interface in com.hazelcast.nio
An interface that provides the ability to intercept the creation of sockets.
SocketInterceptorConfig - Class in com.hazelcast.config
Contains the configuration for interceptor socket.
SocketInterceptorConfig() - Constructor for class com.hazelcast.config.SocketInterceptorConfig
 
SocketInterceptorConfig(SocketInterceptorConfig) - Constructor for class com.hazelcast.config.SocketInterceptorConfig
 
SocketOptions - Class in com.hazelcast.client.config
TCP Socket options
SocketOptions() - Constructor for class com.hazelcast.client.config.SocketOptions
 
SocketOptions(SocketOptions) - Constructor for class com.hazelcast.client.config.SocketOptions
 
SORTED - Enum constant in enum class com.hazelcast.config.IndexType
Sorted index.
SplitBrainProtectionException - Exception in com.hazelcast.splitbrainprotection
An exception thrown when the cluster size is below the defined threshold.
SplitBrainProtectionException(String) - Constructor for exception com.hazelcast.splitbrainprotection.SplitBrainProtectionException
 
sql(String) - Static method in class com.hazelcast.query.Predicates
Creates a predicate that will pass items that match the given SQL 'where' expression.
SSLConfig - Class in com.hazelcast.config
SSL configuration.
SSLConfig() - Constructor for class com.hazelcast.config.SSLConfig
 
SSLConfig(SSLConfig) - Constructor for class com.hazelcast.config.SSLConfig
 
StaleAppendRequestException - Exception in com.hazelcast.cp.exception
A CPSubsystemException which is thrown when a Raft leader node appends an entry to its local Raft log, but demotes to the follower role before learning the commit status of the entry.
StaleAppendRequestException(RaftEndpoint) - Constructor for exception com.hazelcast.cp.exception.StaleAppendRequestException
 
StaleSequenceException - Exception in com.hazelcast.ringbuffer
An RuntimeException that is thrown when accessing an item in the Ringbuffer using a sequence that is smaller than the current head sequence and that the ringbuffer store is disabled.
StaleSequenceException(String, long) - Constructor for exception com.hazelcast.ringbuffer.StaleSequenceException
Creates a StaleSequenceException with the given message.
StaleSequenceException(String, long, Throwable) - Constructor for exception com.hazelcast.ringbuffer.StaleSequenceException
 
StaleTaskException - Exception in com.hazelcast.scheduledexecutor
Exception thrown by the IScheduledFuture during any operation on a stale (=previously destroyed) task.
StaleTaskException(String) - Constructor for exception com.hazelcast.scheduledexecutor.StaleTaskException
 
STANDARD - Enum constant in enum class com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType
STANDARD memory allocator: allocate/free memory using default OS memory manager
StandardLoggerFactory - Class in com.hazelcast.logging
 
StandardLoggerFactory() - Constructor for class com.hazelcast.logging.StandardLoggerFactory
 
start() - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
 
start() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
The start method is used to initialize internal state and perform any kind of startup procedure like multicast socket creation.
start() - Method in interface com.hazelcast.spi.discovery.integration.DiscoveryService
The start method is called on system startup to implement simple lifecycle management.
start() - Method in class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategy
 
START_TIMESTAMP - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
The timestamp of when the instance was started as returned by System.currentTimeMillis().
STARTED - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when the member start is completed.
STARTING - Enum constant in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Fired when the member is starting.
stateChanged(LifecycleEvent) - Method in interface com.hazelcast.core.LifecycleListener
Called when instance's state changes.
StatefulTask<K,V> - Interface in com.hazelcast.scheduledexecutor
An interface to provide means for saving & loading state for Runnable and Callable tasks scheduled with an IScheduledExecutorService.
StaticCredentialsFactory - Class in com.hazelcast.config.security
The credentials factory implementation which just takes credentials in a constructor and provides it for every StaticCredentialsFactory.newCredentials() call.
StaticCredentialsFactory(Credentials) - Constructor for class com.hazelcast.config.security.StaticCredentialsFactory
 
STATISTICS_ENABLED - Static variable in class com.hazelcast.client.properties.ClientProperty
Deprecated.
since 4.0. Use ClientProperty.METRICS_ENABLED ("hazelcast.client.metrics.enabled") instead.
STATISTICS_PERIOD_SECONDS - Static variable in class com.hazelcast.client.properties.ClientProperty
Deprecated.
since 4.0. Use { #METRICS_COLLECTION_FREQUENCY} ("hazelcast.client.metrics.collection.frequency") instead.
status() - Method in interface com.hazelcast.cp.CPGroup
Returns status of the CP group
storeSequence(long) - Method in interface com.hazelcast.topic.ReliableMessageListener
Informs the ReliableMessageListener that it should store the sequence.
StreamSerializer<T> - Interface in com.hazelcast.nio.serialization
A base class for custom serialization.
STRING - Enum constant in enum class com.hazelcast.config.properties.PropertyTypeConverter
TypeConverter that bypasses a string
STRING - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
StringPartitioningStrategy - Class in com.hazelcast.partition.strategy
 
StringPartitioningStrategy() - Constructor for class com.hazelcast.partition.strategy.StringPartitioningStrategy
 
submit(Runnable, MemberSelector, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to randomly selected members.
submit(Runnable, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to a random member.
submit(Callable<T>, MemberSelector) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to a randomly selected member and returns a Future representing that task.
submit(Callable<T>, MemberSelector, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits task to a randomly selected member.
submit(Callable<T>, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to a random member.
submitToAllMembers(Runnable, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
Submits task to all the cluster members.
submitToAllMembers(Callable<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits task to all cluster members and returns a map of Member-Future pairs representing pending completion of the task on each member.
submitToAllMembers(Callable<T>, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
Submits task to all the cluster members.
submitToKey(K, EntryProcessor<K, V, R>) - Method in interface com.hazelcast.map.IMap
Applies the user defined EntryProcessor to the entry mapped by the key.
submitToKeyOwner(Runnable, Object, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to the owner of the specified key.
submitToKeyOwner(Callable<T>, Object) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to the owner of the specified key and returns a Future representing that task.
submitToKeyOwner(Callable<T>, Object, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits task to the owner of the specified key.
submitToKeys(Set<K>, EntryProcessor<K, V, R>) - Method in interface com.hazelcast.map.IMap
submitToMember(Runnable, Member, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to the specified member.
submitToMember(Callable<T>, Member) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to the specified member and returns a Future representing that task.
submitToMember(Callable<T>, Member, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to the specified member.
submitToMembers(Runnable, MemberSelector, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
Submits task to all the cluster members.
submitToMembers(Runnable, Collection<Member>, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
Submits task to the selected members.
submitToMembers(Callable<T>, MemberSelector) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to selected members and returns a map of Member-Future pairs representing pending completion of the task on each member.
submitToMembers(Callable<T>, MemberSelector, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
Submits task to the selected members.
submitToMembers(Callable<T>, Collection<Member>) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to given members and returns map of Member-Future pairs representing pending completion of the task on each member
submitToMembers(Callable<T>, Collection<Member>, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
Submits a task to the specified members.
subtractAndGet(long) - Method in interface com.hazelcast.crdt.pncounter.PNCounter
Subtracts the given value from the current value.
SUBTREE - Enum constant in enum class com.hazelcast.config.security.LdapSearchScope
Subtree of the search context.
SUFFICIENT - Enum constant in enum class com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
Sufficient
SupplierEx<T> - Interface in com.hazelcast.function
Serializable variant of java.util.function.Supplier which declares checked exception.
SymmetricEncryptionConfig - Class in com.hazelcast.config
Deprecated.
since 4.2
SymmetricEncryptionConfig() - Constructor for class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
 
SYSTEM_MEMORY - Enum constant in enum class com.hazelcast.config.PersistentMemoryMode
The persistent memory is onlined as system memory (aka KMEM DAX mode).

T

tailSequence() - Method in interface com.hazelcast.ringbuffer.Ringbuffer
Returns the sequence of the tail.
take() - Method in interface com.hazelcast.collection.BaseQueue
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
take() - Method in interface com.hazelcast.collection.IQueue
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
TargetDisconnectedException - Exception in com.hazelcast.spi.exception
Thrown when a client invocation is failed because related target is disconnected and whether the invocation is run or not, is indeterminate
TargetDisconnectedException(String) - Constructor for exception com.hazelcast.spi.exception.TargetDisconnectedException
 
TargetDisconnectedException(String, Throwable) - Constructor for exception com.hazelcast.spi.exception.TargetDisconnectedException
 
TargetNotMemberException - Exception in com.hazelcast.spi.exception
A RetryableHazelcastException that indicates operation was sent to a machine that isn't member of the cluster.
TargetNotMemberException(String) - Constructor for exception com.hazelcast.spi.exception.TargetNotMemberException
 
TargetNotReplicaException - Exception in com.hazelcast.crdt
Exception that indicates that the receiver of a CRDT operation is not a CRDT replica.
TargetNotReplicaException(String) - Constructor for exception com.hazelcast.crdt.TargetNotReplicaException
 
TcpIpConfig - Class in com.hazelcast.config
Contains the configuration for the Tcp/Ip join mechanism.
TcpIpConfig() - Constructor for class com.hazelcast.config.TcpIpConfig
 
term() - Method in record class com.hazelcast.cp.CPGroupsSnapshot.GroupInfo
Returns the value of the term record component.
terminate() - Method in interface com.hazelcast.core.LifecycleService
Terminate HazelcastInstance ungracefully.
test(DiscoveryNode) - Method in interface com.hazelcast.spi.discovery.NodeFilter
Accepts or denies a DiscoveryNode based on the implemented rules.
THIS_ATTRIBUTE_NAME - Enum constant in enum class com.hazelcast.query.QueryConstants
Attribute name of the "this".
TIME - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
TIME - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
TIME_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
TIMESTAMP - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
TIMESTAMP - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
TIMESTAMP_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
TIMESTAMP_WITH_TIMEZONE - Enum constant in enum class com.hazelcast.nio.serialization.FieldKind
 
TIMESTAMP_WITH_TIMEZONE - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
TIMESTAMP_WITH_TIMEZONE_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
TlsAuthenticationConfig - Class in com.hazelcast.config.security
Typed authentication configuration for the X509CertificateLoginModule.
TlsAuthenticationConfig() - Constructor for class com.hazelcast.config.security.TlsAuthenticationConfig
 
toByteArray() - Method in interface com.hazelcast.nio.ObjectDataOutput
 
toByteArray(int) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
toBytes(long) - Method in enum class com.hazelcast.memory.MemoryUnit
 
toGigaBytes(long) - Method in enum class com.hazelcast.memory.MemoryUnit
 
TokenCredentials - Interface in com.hazelcast.security
Credentials type for custom authentication (token based).
TokenEncoding - Enum Class in com.hazelcast.config.security
Possible token encodings.
TokenIdentityConfig - Class in com.hazelcast.config.security
Simple token identity configuration.
TokenIdentityConfig(byte[]) - Constructor for class com.hazelcast.config.security.TokenIdentityConfig
 
TokenIdentityConfig(TokenEncoding, String) - Constructor for class com.hazelcast.config.security.TokenIdentityConfig
 
toKiloBytes(long) - Method in enum class com.hazelcast.memory.MemoryUnit
 
toMegaBytes(long) - Method in enum class com.hazelcast.memory.MemoryUnit
 
TopicOverloadException - Exception in com.hazelcast.topic
A HazelcastException thrown when a publisher wants to write to a topic, but there insufficient storage to deal with the event.
TopicOverloadException(String) - Constructor for exception com.hazelcast.topic.TopicOverloadException
Creates a TopicOverloadException.
TopicOverloadPolicy - Enum Class in com.hazelcast.topic
A policy to deal with an overloaded topic; so topic where there is no place to store new messages.
toPrettyString() - Method in class com.hazelcast.memory.Capacity
Returns a pretty format String representation of this capacity.
toPrettyString(long) - Static method in class com.hazelcast.memory.Capacity
Utility method to create a pretty format representation of given capacity in bytes.
toPrettyString(long, MemoryUnit) - Static method in class com.hazelcast.memory.Capacity
Utility method to create a pretty format representation of given capacity with a specified unit.
toSearchControlValue() - Method in enum class com.hazelcast.config.security.LdapSearchScope
 
toString() - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
toString() - Method in class com.hazelcast.client.config.ClientConfig
 
toString() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
 
toString() - Method in class com.hazelcast.client.config.ClientFailoverConfig
 
toString() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
 
toString() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
 
toString() - Method in class com.hazelcast.client.config.ClientMetricsConfig
 
toString() - Method in class com.hazelcast.client.config.ClientNetworkConfig
 
toString() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
 
toString() - Method in class com.hazelcast.client.config.ClientSecurityConfig
 
toString() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Deprecated.
 
toString() - Method in class com.hazelcast.client.config.ClusterRoutingConfig
 
toString() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
 
toString() - Method in class com.hazelcast.client.config.ProxyFactoryConfig
 
toString() - Method in class com.hazelcast.client.config.SocketOptions
 
toString() - Method in class com.hazelcast.cluster.Address
 
toString() - Method in class com.hazelcast.cluster.InitialMembershipEvent
 
toString() - Method in class com.hazelcast.cluster.MembershipEvent
 
toString() - Method in class com.hazelcast.collection.ItemEvent
 
toString() - Method in class com.hazelcast.config.AbstractBaseFactoryWithPropertiesConfig
 
toString() - Method in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
 
toString() - Method in class com.hazelcast.config.AutoDetectionConfig
 
toString() - Method in class com.hazelcast.config.BitmapIndexOptions
 
toString() - Method in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
 
toString() - Method in class com.hazelcast.config.BTreeIndexConfig
 
toString() - Method in class com.hazelcast.config.ClassFilter
 
toString() - Method in class com.hazelcast.config.CredentialsFactoryConfig
 
toString() - Method in class com.hazelcast.config.DiscoveryConfig
 
toString() - Method in class com.hazelcast.config.DiscoveryStrategyConfig
 
toString() - Method in class com.hazelcast.config.EvictionConfig
 
toString() - Method in class com.hazelcast.config.GlobalSerializerConfig
 
toString() - Method in class com.hazelcast.config.IndexConfig
 
toString() - Method in class com.hazelcast.config.InstanceTrackingConfig
 
toString() - Method in class com.hazelcast.config.InterfacesConfig
 
toString() - Method in class com.hazelcast.config.JavaSerializationFilterConfig
 
toString() - Method in class com.hazelcast.config.ListenerConfig
 
toString() - Method in class com.hazelcast.config.LoginModuleConfig
 
toString() - Method in class com.hazelcast.config.MemoryTierConfig
 
toString() - Method in class com.hazelcast.config.MetricsJmxConfig
 
toString() - Method in class com.hazelcast.config.NativeMemoryConfig
 
toString() - Method in class com.hazelcast.config.NearCacheConfig
 
toString() - Method in class com.hazelcast.config.NearCachePreloaderConfig
 
toString() - Method in class com.hazelcast.config.PersistentMemoryConfig
 
toString() - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
 
toString() - Method in class com.hazelcast.config.security.CredentialsIdentityConfig
 
toString() - Method in class com.hazelcast.config.security.JaasAuthenticationConfig
 
toString() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
 
toString() - Method in enum class com.hazelcast.config.security.LdapRoleMappingMode
 
toString() - Method in enum class com.hazelcast.config.security.LdapSearchScope
 
toString() - Method in class com.hazelcast.config.security.RealmConfig
 
toString() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig
 
toString() - Method in class com.hazelcast.config.security.SimpleAuthenticationConfig.UserDto
 
toString() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
 
toString() - Method in enum class com.hazelcast.config.security.TokenEncoding
 
toString() - Method in class com.hazelcast.config.security.TokenIdentityConfig
 
toString() - Method in class com.hazelcast.config.security.UsernamePasswordIdentityConfig
 
toString() - Method in class com.hazelcast.config.SerializationConfig
 
toString() - Method in class com.hazelcast.config.SerializerConfig
 
toString() - Method in class com.hazelcast.config.SocketInterceptorConfig
 
toString() - Method in class com.hazelcast.config.SSLConfig
 
toString() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
Deprecated.
 
toString() - Method in class com.hazelcast.config.TcpIpConfig
 
toString() - Method in class com.hazelcast.core.DistributedObjectEvent
 
toString() - Method in class com.hazelcast.core.EntryEvent
 
toString() - Method in class com.hazelcast.core.HazelcastJsonValue
Returns unaltered string that was used to create this object.
toString() - Method in class com.hazelcast.core.LifecycleEvent
 
toString() - Method in record class com.hazelcast.cp.CPGroupsSnapshot.GroupInfo
Returns a string representation of this record class.
toString() - Method in class com.hazelcast.cp.CPGroupsSnapshot
 
toString() - Method in class com.hazelcast.map.AbstractIMapEvent
Returns a String representation of this event.
toString() - Method in class com.hazelcast.map.MapEvent
 
toString() - Method in class com.hazelcast.map.MapPartitionLostEvent
 
toString() - Method in class com.hazelcast.memory.Capacity
 
toString() - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
toString() - Method in class com.hazelcast.security.SimpleTokenCredentials
 
toString() - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
toString() - Method in class com.hazelcast.spi.properties.HazelcastProperty
 
toString() - Method in class com.hazelcast.version.MemberVersion
 
toString() - Method in class com.hazelcast.version.Version
 
total() - Method in interface com.hazelcast.map.LocalMapStats
Returns the total number of total operations
toUrn() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
Returns the String representation of the handler.
transform(I) - Method in interface com.hazelcast.projection.Projection
Transforms the input object into the output object.
tryAcquire() - Method in interface com.hazelcast.cp.ISemaphore
Acquires a permit if one is available, and returns true immediately.
tryAcquire(int) - Method in interface com.hazelcast.cp.ISemaphore
Acquires the given number of permits if they are available, and returns true immediately.
tryAcquire(int, long, TimeUnit) - Method in interface com.hazelcast.cp.ISemaphore
Acquires the given number of permits and returns true, if they become available during the given waiting time.
tryAcquire(long, TimeUnit) - Method in interface com.hazelcast.cp.ISemaphore
Acquires a permit and returns true, if one becomes available during the given waiting time and the current thread has not been interrupted.
tryLock() - Method in interface com.hazelcast.cp.lock.FencedLock
Acquires the lock if it is available or already held by the current thread at the time of invocation & the acquire limit is not exceeded, and immediately returns with the value true.
tryLock(long, TimeUnit) - Method in interface com.hazelcast.cp.lock.FencedLock
Acquires the lock if it is free within the given waiting time, or already held by the current thread.
tryLock(K) - Method in interface com.hazelcast.map.IMap
Tries to acquire the lock for the specified key.
tryLock(K, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Tries to acquire the lock for the specified key.
tryLock(K, long, TimeUnit, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Tries to acquire the lock for the specified key for the specified lease time.
tryLockAndGetFence() - Method in interface com.hazelcast.cp.lock.FencedLock
Acquires the lock only if it is free or already held by the current thread at the time of invocation & the acquire limit is not exceeded, and returns the fencing token assigned to the current thread for this lock acquire.
tryLockAndGetFence(long, TimeUnit) - Method in interface com.hazelcast.cp.lock.FencedLock
Acquires the lock if it is free within the given waiting time, or already held by the current thread at the time of invocation & the acquire limit is not exceeded, and returns the fencing token assigned to the current thread for this lock acquire.
tryPut(K, V, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Tries to put the given key and value into this map within a specified timeout value.
tryRemove(K, long, TimeUnit) - Method in interface com.hazelcast.map.IMap
Tries to remove the entry with the given key from this map within the specified timeout value.
trySetCount(int) - Method in interface com.hazelcast.cp.ICountDownLatch
Sets the count to the given value if the current count is zero.
typeConverter() - Method in interface com.hazelcast.config.properties.PropertyDefinition
The TypeConverter to be used to convert the string value read from XML to the expected type automatically.
typeConverter() - Method in class com.hazelcast.config.properties.SimplePropertyDefinition
 
TypeConverter - Interface in com.hazelcast.core
Implementations of this interface define a certain type conversion.
TypedByteArrayDeserializer<T> - Interface in com.hazelcast.nio.serialization
This interface allows deserialization of a binary data with a provided class type.
TypedDataSerializable - Interface in com.hazelcast.nio.serialization
This interface adds the possibility for the class to act as if it is another class when being deserialized using DataSerializable
TypedStreamDeserializer<T> - Interface in com.hazelcast.nio.serialization
This interface allows deserialization of a binary data with a provided class type.

U

unchecked(FunctionEx<V, R>) - Static method in interface com.hazelcast.function.FunctionEx
Enforces that the return type is FunctionEx, to be used to wrap some expressions without casting.
UndefinedErrorCodeException - Exception in com.hazelcast.client
This exception is thrown when an exception that is coming from server is not recognized by the protocol and it can not be constructed by the client via reflection.
UndefinedErrorCodeException(String, String, Throwable) - Constructor for exception com.hazelcast.client.UndefinedErrorCodeException
 
UNKNOWN - Enum constant in enum class com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
Level unknown, lowest priority.
UNKNOWN - Static variable in class com.hazelcast.version.MemberVersion
UNKNOWN version.
UNKNOWN - Static variable in class com.hazelcast.version.Version
Version 0.0 is UNKNOWN constant UNKNOWN is only equal to itself. is(Less|Greater)Than method with an UNKNOWN operand returns false. is(Less|Greater)OrEqual with an UNKNOWN operand returns false, unless both operands are UNKNOWN. UNKNOWN.isUnknown(Less|Greater)(Than|OrEqual) returns true. otherVersion.isUnknown(Less|Greater)(Than|OrEqual) with an UNKNOWN argument returns false.
UNKNOWN_VERSION - Static variable in class com.hazelcast.version.Version
Use 0 as major & minor values for UNKNOWN version
unlock() - Method in interface com.hazelcast.cp.lock.FencedLock
Releases the lock if the lock is currently held by the current thread.
unlock(K) - Method in interface com.hazelcast.map.IMap
Releases the lock for the specified key.
UnsupportedClusterVersionException - Exception in com.hazelcast.client
An UnsupportedClusterVersionException is thrown when a Hazelcast Client attempts to connect to a cluster with a configuration that is not supported by the cluster version.
UnsupportedClusterVersionException(String) - Constructor for exception com.hazelcast.client.UnsupportedClusterVersionException
Creates an UnsupportedClusterVersionException with the given message.
UnsupportedRoutingModeException - Exception in com.hazelcast.client
An UnsupportedRoutingModeException is thrown when a Hazelcast Client is configured with a RoutingMode that is not supported by the cluster.
UnsupportedRoutingModeException(String) - Constructor for exception com.hazelcast.client.UnsupportedRoutingModeException
Creates an UnsupportedRoutingModeException with the given message.
UPDATED - Enum constant in enum class com.hazelcast.core.EntryEventType
Fired if an entry is updated.
USED_HEAP_PERCENTAGE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on maximum used JVM heap memory percentage per data structure (map, cache etc.) on each Hazelcast instance
USED_HEAP_SIZE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on maximum used JVM heap memory in megabytes per data structure (map, cache etc.) on each Hazelcast instance
USED_NATIVE_MEMORY_PERCENTAGE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on maximum used native memory percentage per data structure (map, cache etc.) on each Hazelcast instance
USED_NATIVE_MEMORY_SIZE - Enum constant in enum class com.hazelcast.config.MaxSizePolicy
Policy based on maximum used native memory in megabytes per data structure (map, cache etc.) on each Hazelcast instance
UserDto(String, String...) - Constructor for class com.hazelcast.config.security.SimpleAuthenticationConfig.UserDto
 
UsernamePasswordCredentials - Class in com.hazelcast.security
Simple implementation of PasswordCredentials using name and password as security attributes.
UsernamePasswordCredentials() - Constructor for class com.hazelcast.security.UsernamePasswordCredentials
 
UsernamePasswordCredentials(String, String) - Constructor for class com.hazelcast.security.UsernamePasswordCredentials
 
UsernamePasswordIdentityConfig - Class in com.hazelcast.config.security
Simple username/password identity configuration.
UsernamePasswordIdentityConfig(String, String) - Constructor for class com.hazelcast.config.security.UsernamePasswordIdentityConfig
 
UTF - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 
UTF_ARRAY - Enum constant in enum class com.hazelcast.nio.serialization.FieldType
 

V

validate(T) - Method in interface com.hazelcast.config.properties.ValueValidator
Validates the given value according to the defined validation logic and throws a ValidationException if configuration does not meet the requirements or logical errors are spotted.
ValidationException - Exception in com.hazelcast.config.properties
This exception is thrown from ValueValidator implementations whenever the validation has not succeeded for any reason.
ValidationException(String) - Constructor for exception com.hazelcast.config.properties.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception com.hazelcast.config.properties.ValidationException
 
ValidationException(Throwable) - Constructor for exception com.hazelcast.config.properties.ValidationException
 
validator() - Method in interface com.hazelcast.config.properties.PropertyDefinition
Returns an optional validator to validate a value before finalizing the configuration.
validator() - Method in class com.hazelcast.config.properties.SimplePropertyDefinition
 
value - Variable in class com.hazelcast.core.EntryEvent
 
value() - Method in enum class com.hazelcast.query.QueryConstants
 
valueOf(String) - Static method in enum class com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.client.config.RoutingStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.AbstractXmlConfigBuilder.ConfigType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.EvictionPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.IndexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.InMemoryFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.MaxSizePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.NearCacheConfig.LocalUpdatePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.PersistentMemoryMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.properties.PropertyTypeConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.security.LdapRoleMappingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.security.LdapSearchScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.config.security.TokenEncoding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.core.DistributedObjectEvent.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.core.EntryEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.core.ItemEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.cp.CPGroup.CPGroupStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.cp.event.CPMembershipEvent.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.memory.MemoryUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.nio.serialization.FieldKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.nio.serialization.FieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.query.QueryConstants
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.ringbuffer.OverflowPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.hazelcast.topic.TopicOverloadPolicy
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.client.config.RoutingStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.AbstractXmlConfigBuilder.ConfigType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.EvictionPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.IndexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.InMemoryFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.MaxSizePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.NearCacheConfig.LocalUpdatePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.PersistentMemoryMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.properties.PropertyTypeConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.security.LdapRoleMappingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.security.LdapSearchScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.config.security.TokenEncoding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.core.DistributedObjectEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.core.EntryEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.core.ItemEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.core.LifecycleEvent.LifecycleState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.cp.CPGroup.CPGroupStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.cp.event.CPMembershipEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface com.hazelcast.map.BaseMap
Returns a collection clone of the values contained in this map.
values() - Method in interface com.hazelcast.map.IMap
Returns an immutable collection clone of the values contained in this map.
values() - Static method in enum class com.hazelcast.memory.MemoryUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.nio.serialization.FieldKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.nio.serialization.FieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.query.QueryConstants
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Returns a lazy Collection view of the values contained in this map.
A LazyCollection is optimized for querying speed (preventing eager deserialization and hashing on HashSet insertion) and does NOT provide all operations.
values() - Static method in enum class com.hazelcast.ringbuffer.OverflowPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.hazelcast.topic.TopicOverloadPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values(Predicate<K, V>) - Method in interface com.hazelcast.map.BaseMap
Queries the map based on the specified predicate and returns the values of matching entries.
values(Predicate<K, V>) - Method in interface com.hazelcast.map.IMap
Queries the map based on the specified predicate and returns the values of matching entries.
values(Comparator<V>) - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
Returns an eagerly populated Collection view of the values contained in this map.
ValueValidator<T extends Comparable<T>> - Interface in com.hazelcast.config.properties
This interface defines a certain validation logic implementation to test if a given value is expected to be correct or not.
Version - Class in com.hazelcast.version
A generic version to be used with VersionAware classes.
Version() - Constructor for class com.hazelcast.version.Version
 
VERSION - Enum constant in enum class com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
The instance version.
VersionAware - Interface in com.hazelcast.nio
An instance which supports versioning.
VersionedPortable - Interface in com.hazelcast.nio.serialization
Deprecated, for removal: This API element is subject to removal in a future version.
Portable Serialization has been deprecated. We recommend you use Compact Serialization as Portable Serialization will be removed as of version 7.0.

W

WanProtocolVersionAware - Interface in com.hazelcast.nio
An instance which is used in WAN and supports versioning.
warning(String) - Method in class com.hazelcast.logging.AbstractLogger
 
warning(String) - Method in interface com.hazelcast.logging.ILogger
Logs a message at the Level.WARNING level.
warning(String, Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
warning(String, Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a message with an associated throwable at the Level.WARNING level.
warning(Throwable) - Method in class com.hazelcast.logging.AbstractLogger
 
warning(Throwable) - Method in interface com.hazelcast.logging.ILogger
Logs a throwable at the Level.WARNING level.
wholeItem() - Static method in class com.hazelcast.function.Functions
Synonym for FunctionEx.identity(), to be used as a projection function (e.g., key extractor).
wrap() - Method in exception com.hazelcast.client.UndefinedErrorCodeException
 
wrap() - Method in exception com.hazelcast.cp.exception.CannotReplicateException
 
wrap() - Method in exception com.hazelcast.cp.exception.CPGroupDestroyedException
 
wrap() - Method in exception com.hazelcast.cp.exception.CPSubsystemException
 
wrap() - Method in exception com.hazelcast.cp.exception.LeaderDemotedException
 
wrap() - Method in exception com.hazelcast.cp.exception.NotLeaderException
 
wrap() - Method in exception com.hazelcast.cp.exception.StaleAppendRequestException
 
wrap() - Method in exception com.hazelcast.ringbuffer.StaleSequenceException
 
write(ObjectDataOutput, T) - Method in interface com.hazelcast.nio.serialization.StreamSerializer
This method writes object to ObjectDataOutput
write(CompactWriter, T) - Method in interface com.hazelcast.nio.serialization.compact.CompactSerializer
 
write(T) - Method in interface com.hazelcast.nio.serialization.ByteArraySerializer
Converts given object to byte array
writeArrayOfBoolean(String, boolean[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of booleans.
writeArrayOfCompact(String, T[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of nested compact objects.
writeArrayOfDate(String, LocalDate[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of dates consisting of year, month, and day.
writeArrayOfDecimal(String, BigDecimal[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of arbitrary precision and scale floating point numbers.
writeArrayOfFloat32(String, float[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of 32-bit IEEE 754 floating point numbers.
writeArrayOfFloat64(String, double[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of 64-bit IEEE 754 floating point numbers.
writeArrayOfInt16(String, short[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of 16-bit two's complement signed integers.
writeArrayOfInt32(String, int[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of 32-bit two's complement signed integers.
writeArrayOfInt64(String, long[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of 64-bit two's complement signed integers.
writeArrayOfInt8(String, byte[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of 8-bit two's complement signed integers.
writeArrayOfNullableBoolean(String, Boolean[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable array of nullable booleans.
writeArrayOfNullableFloat32(String, Float[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable array of nullable 32-bit IEEE 754 floating point numbers.
writeArrayOfNullableFloat64(String, Double[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable array of nullable 64-bit IEEE 754 floating point numbers.
writeArrayOfNullableInt16(String, Short[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable array of nullable 16-bit two's complement signed integers.
writeArrayOfNullableInt32(String, Integer[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable array of nullable 32-bit two's complement signed integers.
writeArrayOfNullableInt64(String, Long[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable array of nullable 64-bit two's complement signed integers.
writeArrayOfNullableInt8(String, Byte[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable array of nullable 8-bit two's complement signed integers.
writeArrayOfString(String, String[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of UTF-8 encoded strings.
writeArrayOfTime(String, LocalTime[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of times consisting of hour, minute, second, and nanoseconds.
writeArrayOfTimestamp(String, LocalDateTime[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of timestamps consisting of date and time.
writeArrayOfTimestampWithTimezone(String, OffsetDateTime[]) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an array of timestamps with timezone consisting of date, time and timezone offset.
writeBoolean(String, boolean) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a boolean.
writeBoolean(String, boolean) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive boolean.
writeBooleanArray(boolean[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeBooleanArray(String, boolean[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive boolean-array.
writeByte(String, byte) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive byte.
writeByteArray(byte[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeByteArray(String, byte[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive byte-array.
writeChar(String, int) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive char.
writeCharArray(char[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeCharArray(String, char[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive char-array.
writeCompact(String, T) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nested compact object.
writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.cluster.Address
 
writeData(ObjectDataOutput) - Method in interface com.hazelcast.nio.serialization.DataSerializable
Writes object fields to output stream
writeData(ObjectDataOutput) - Method in class com.hazelcast.nio.serialization.PortableId
Deprecated.
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.security.SimpleTokenCredentials
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.security.UsernamePasswordCredentials
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.version.MemberVersion
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.version.Version
 
writeDate(String, LocalDate) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a date consisting of year, month, and day.
writeDate(String, LocalDate) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a date field consisting of year, month of the year and day of the month
writeDateArray(String, LocalDate[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes an array of Date's
writeDecimal(String, BigDecimal) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an arbitrary precision and scale floating point number.
writeDecimal(String, BigDecimal) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a decimal which is arbitrary precision and scale floating-point number
writeDecimalArray(String, BigDecimal[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes an array of Decimals
writeDouble(String, double) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive double.
writeDoubleArray(double[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeDoubleArray(String, double[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive double array.
writeFloat(String, float) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive float.
writeFloat32(String, float) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a 32-bit IEEE 754 floating point number.
writeFloat64(String, double) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a 64-bit IEEE 754 floating point number.
writeFloatArray(float[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeFloatArray(String, float[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive float array.
writeInt(String, int) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive int.
writeInt16(String, short) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a 16-bit two's complement signed integer.
writeInt32(String, int) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a 32-bit two's complement signed integer.
writeInt64(String, long) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a 64-bit two's complement signed integer.
writeInt8(String, byte) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes an 8-bit two's complement signed integer.
writeIntArray(int[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeIntArray(String, int[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive int-array.
writeLong(String, long) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive long.
writeLongArray(long[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeLongArray(String, long[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive long-array.
writeNullableBoolean(String, Boolean) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable boolean.
writeNullableFloat32(String, Float) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable 32-bit IEEE 754 floating point number.
writeNullableFloat64(String, Double) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable 64-bit IEEE 754 floating point number.
writeNullableInt16(String, Short) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable 16-bit two's complement signed integer.
writeNullableInt32(String, Integer) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable 32-bit two's complement signed integer.
writeNullableInt64(String, Long) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable 64-bit two's complement signed integer.
writeNullableInt8(String, Byte) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a nullable 8-bit two's complement signed integer.
writeNullPortable(String, int, int) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
To write a null portable value, user needs to provide class and factoryIds of related class.
writeObject(Object) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writePortable(PortableWriter) - Method in interface com.hazelcast.nio.serialization.Portable
Deprecated.
Serialize this portable object using PortableWriter
writePortable(String, Portable) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a Portable.
writePortableArray(String, Portable[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a an array of Portables.
writeShort(String, short) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive short.
writeShortArray(short[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeShortArray(String, short[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a primitive short-array.
writeString(String) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeString(String, String) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a UTF-8 encoded string.
writeString(String, String) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a UTF string.
writeStringArray(String[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
 
writeStringArray(String, String[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a String-array.
writeTime(String, LocalTime) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a time consisting of hour, minute, second, and nanoseconds.
writeTime(String, LocalTime) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Write a time field consisting of hour, minute, seconds and nanos parts
writeTimeArray(String, LocalTime[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes an array of Time's
writeTimestamp(String, LocalDateTime) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a timestamp consisting of date and time.
writeTimestamp(String, LocalDateTime) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a timestamp field consisting of year, month of the year, day of the month, hour, minute, seconds, nanos parts
writeTimestampArray(String, LocalDateTime[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes an array of Timestamp's
writeTimestampWithTimezone(String, OffsetDateTime) - Method in interface com.hazelcast.nio.serialization.compact.CompactWriter
Writes a timestamp with timezone consisting of date, time and timezone offset.
writeTimestampWithTimezone(String, OffsetDateTime) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes a timestamp with timezone field consisting of year, month of the year, day of the month, offset seconds, hour, minute, seconds, nanos parts
writeTimestampWithTimezoneArray(String, OffsetDateTime[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
Writes an array of TimestampWithTimezone's
writeUTF(String) - Method in interface com.hazelcast.nio.ObjectDataOutput
Deprecated.
for the sake of better naming. Use ObjectDataOutput.writeString(String) instead
writeUTF(String, String) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
for the sake of better naming. Use PortableWriter.writeString(String, String) instead.
writeUTFArray(String[]) - Method in interface com.hazelcast.nio.ObjectDataOutput
Deprecated.
for the sake of better naming. Use ObjectDataOutput.writeStringArray(String[]) instead
writeUTFArray(String, String[]) - Method in interface com.hazelcast.nio.serialization.PortableWriter
Deprecated.
for the sake of better naming. Use PortableWriter.writeStringArray(String, String[]) instead.
WrongTargetException - Exception in com.hazelcast.spi.exception
A RetryableHazelcastException indicating that an operation is executed on a wrong member.
WrongTargetException(Member, Member, int, int, String) - Constructor for exception com.hazelcast.spi.exception.WrongTargetException
 
WrongTargetException(Member, Member, int, int, String, String) - Constructor for exception com.hazelcast.spi.exception.WrongTargetException
 
WrongTargetException(String) - Constructor for exception com.hazelcast.spi.exception.WrongTargetException
 

X

XmlClientConfigBuilder - Class in com.hazelcast.client.config
Loads the ClientConfig using XML.
XmlClientConfigBuilder() - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
Loads the client config using the following resolution mechanism: first it checks if a system property 'hazelcast.client.config' is set.
XmlClientConfigBuilder(XmlClientConfigLocator) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
Constructs a XmlClientConfigBuilder that loads the configuration with the provided XmlClientConfigLocator.
XmlClientConfigBuilder(File) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
 
XmlClientConfigBuilder(InputStream) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
 
XmlClientConfigBuilder(String) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
 
XmlClientConfigBuilder(URL) - Constructor for class com.hazelcast.client.config.XmlClientConfigBuilder
 
XmlClientFailoverConfigBuilder - Class in com.hazelcast.client.config
Loads the ClientFailoverConfig using XML.
XmlClientFailoverConfigBuilder() - Constructor for class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
Loads the client failover config using the following resolution mechanism: first it checks if a system property 'hazelcast.client.failover.config' is set.
XmlClientFailoverConfigBuilder(XmlClientFailoverConfigLocator) - Constructor for class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
Constructs a XmlClientFailoverConfigBuilder that loads the configuration with the provided XmlClientFailoverConfigLocator.
XmlClientFailoverConfigBuilder(File) - Constructor for class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
XmlClientFailoverConfigBuilder(InputStream) - Constructor for class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
XmlClientFailoverConfigBuilder(String) - Constructor for class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
XmlClientFailoverConfigBuilder(URL) - Constructor for class com.hazelcast.client.config.XmlClientFailoverConfigBuilder
 
XmlGenerator(StringBuilder) - Constructor for class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
 

Y

YamlClientConfigBuilder - Class in com.hazelcast.client.config
Loads the ClientConfig using YAML.
YamlClientConfigBuilder() - Constructor for class com.hazelcast.client.config.YamlClientConfigBuilder
Loads the client config using the following resolution mechanism: first it checks if a system property 'hazelcast.client.config' is set.
YamlClientConfigBuilder(YamlClientConfigLocator) - Constructor for class com.hazelcast.client.config.YamlClientConfigBuilder
Constructs a YamlClientConfigBuilder that loads the configuration with the provided YamlClientConfigLocator.
YamlClientConfigBuilder(File) - Constructor for class com.hazelcast.client.config.YamlClientConfigBuilder
 
YamlClientConfigBuilder(InputStream) - Constructor for class com.hazelcast.client.config.YamlClientConfigBuilder
 
YamlClientConfigBuilder(String) - Constructor for class com.hazelcast.client.config.YamlClientConfigBuilder
 
YamlClientConfigBuilder(URL) - Constructor for class com.hazelcast.client.config.YamlClientConfigBuilder
 
YamlClientFailoverConfigBuilder - Class in com.hazelcast.client.config
Loads the ClientFailoverConfig using YAML.
YamlClientFailoverConfigBuilder() - Constructor for class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
Loads the client failover config using the following resolution mechanism: first it checks if a system property 'hazelcast.client.failover.config' is set.
YamlClientFailoverConfigBuilder(YamlClientFailoverConfigLocator) - Constructor for class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
Constructs a YamlClientFailoverConfigBuilder that loads the configuration with the provided YamlClientFailoverConfigLocator.
YamlClientFailoverConfigBuilder(File) - Constructor for class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
 
YamlClientFailoverConfigBuilder(InputStream) - Constructor for class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
 
YamlClientFailoverConfigBuilder(String) - Constructor for class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
 
YamlClientFailoverConfigBuilder(URL) - Constructor for class com.hazelcast.client.config.YamlClientFailoverConfigBuilder
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form