- CACHE_INVALIDATION_MESSAGE_BATCH_ENABLED - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Defines cache invalidation event batch sending is enabled or not.
- CACHE_INVALIDATION_MESSAGE_BATCH_FREQUENCY_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Defines the cache invalidation event batch sending frequency in seconds.
- CACHE_INVALIDATION_MESSAGE_BATCH_SIZE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Defines the maximum number of cache invalidation events to be drained and
sent to the event listeners in a batch.
- CACHE_MANAGER_PREFIX - Static variable in interface com.hazelcast.cache.HazelcastCacheManager
-
Hazelcast's CacheManager
prefix to be appended to
the head of the cache name.
- CACHE_PROP - Static variable in class com.hazelcast.spring.cache.HazelcastCacheManager
-
Property name for hazelcast spring-cache related properties.
- CacheConfig<K,V> - Class in com.hazelcast.config
-
Contains all the configuration for the
ICache
.
- CacheConfig() - Constructor for class com.hazelcast.config.CacheConfig
-
- CacheConfig(String) - Constructor for class com.hazelcast.config.CacheConfig
-
- CacheConfig(CompleteConfiguration<K, V>) - Constructor for class com.hazelcast.config.CacheConfig
-
- CacheConfig(CacheSimpleConfig) - Constructor for class com.hazelcast.config.CacheConfig
-
- CacheConfigAccessor - Class in com.hazelcast.config
-
Accessor for CacheConfig fields
- CacheConfiguration<K,V> - Interface in com.hazelcast.config
-
Mutable extension to CompleteConfiguration
- CacheDeserializedValues - Enum in com.hazelcast.config
-
Control caching of de-serialized values.
- CacheEntryView<K,V> - Interface in com.hazelcast.cache
-
Entry info for cache record.
- CacheEventType - Enum in com.hazelcast.cache
-
Hazelcast JCache implementation's internal event types.
- CacheEvictionPolicyComparator<K,V> - Interface in com.hazelcast.cache
-
- cacheLoaderFactory - Variable in class com.hazelcast.config.AbstractCacheConfig
-
The Factory
for the CacheLoader
.
- CacheManagerBeanDefinitionParser - Class in com.hazelcast.spring
-
Bean definition parser for JCache CacheManager
.
- CacheManagerBeanDefinitionParser() - Constructor for class com.hazelcast.spring.CacheManagerBeanDefinitionParser
-
- CacheNotExistsException - Exception in com.hazelcast.cache
-
This exception class is thrown while creating CacheRecordStore
instances but the cache config does not exist on the node to create the instance on.
- CacheNotExistsException(String) - Constructor for exception com.hazelcast.cache.CacheNotExistsException
-
- CachePartitionLostListenerConfig - Class in com.hazelcast.config
-
Configuration for CachePartitionLostListener
- CachePartitionLostListenerConfig() - Constructor for class com.hazelcast.config.CachePartitionLostListenerConfig
-
- CachePartitionLostListenerConfig(String) - Constructor for class com.hazelcast.config.CachePartitionLostListenerConfig
-
- CachePartitionLostListenerConfig(CachePartitionLostListener) - Constructor for class com.hazelcast.config.CachePartitionLostListenerConfig
-
- CachePartitionLostListenerConfig(CachePartitionLostListenerConfig) - Constructor for class com.hazelcast.config.CachePartitionLostListenerConfig
-
- CachePermission - Class in com.hazelcast.security.permission
-
- CachePermission(String, String...) - Constructor for class com.hazelcast.security.permission.CachePermission
-
- CacheSimpleConfig - Class in com.hazelcast.config
-
Simple configuration to hold parsed XML configuration.
- CacheSimpleConfig(CacheSimpleConfig) - Constructor for class com.hazelcast.config.CacheSimpleConfig
-
- CacheSimpleConfig(String) - Constructor for class com.hazelcast.config.CacheSimpleConfig
-
Create a Cache Simple Config for a cache with a specific name.
- CacheSimpleConfig() - Constructor for class com.hazelcast.config.CacheSimpleConfig
-
- CacheSimpleConfig.ExpiryPolicyFactoryConfig - Class in com.hazelcast.config
-
Represents configuration for "ExpiryPolicyFactory".
- CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig - Class in com.hazelcast.config
-
Represents duration configuration with duration amount and time unit
for the "TimedExpiryPolicyFactoryConfig".
- CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig - Class in com.hazelcast.config
-
Represents configuration for time based "ExpiryPolicyFactory" with duration and time unit.
- CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig.ExpiryPolicyType - Enum in com.hazelcast.config
-
Represents type of the "TimedExpiryPolicyFactoryConfig".
- CacheSimpleEntryListenerConfig - Class in com.hazelcast.config
-
Simple configuration to hold parsed listener config.
- CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig) - Constructor for class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
- CacheSimpleEntryListenerConfig() - Constructor for class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
- CacheStatistics - Interface in com.hazelcast.cache
-
Cache statistics
- CacheUtil - Class in com.hazelcast.cache
-
Utility class for various cache related operations to be used by our internal structure and end user.
- cacheWriterFactory - Variable in class com.hazelcast.config.AbstractCacheConfig
-
The Factory
for the CacheWriter
.
- call() - Method in class com.hazelcast.console.Echo
-
- call() - Method in class com.hazelcast.console.SimulateLoadTask
-
- 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(Address, Address, int, String, String) - Constructor for exception com.hazelcast.spi.exception.CallerNotMemberException
-
- 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
-
- 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
uncommitted entry count reaches to
(see
RaftAlgorithmConfig.getUncommittedEntryCountToRejectNewAppends()
)
a membership change is requested before an entry is committed
on a term
- CannotReplicateException(RaftEndpoint) - Constructor for exception com.hazelcast.cp.exception.CannotReplicateException
-
- canTransformResource(String) - Method in class com.hazelcast.buildutils.HazelcastManifestTransformer
-
- capacity() - Method in interface com.hazelcast.ringbuffer.Ringbuffer
-
Returns the capacity of this Ringbuffer.
- CardinalityEstimator - Interface in com.hazelcast.cardinality
-
CardinalityEstimator is a redundant and highly available distributed
data-structure used for probabilistic cardinality estimation purposes,
on unique items, in significantly sized data cultures.
- CardinalityEstimatorConfig - Class in com.hazelcast.config
-
- CardinalityEstimatorConfig() - Constructor for class com.hazelcast.config.CardinalityEstimatorConfig
-
- CardinalityEstimatorConfig(String) - Constructor for class com.hazelcast.config.CardinalityEstimatorConfig
-
- CardinalityEstimatorConfig(String, int, int) - Constructor for class com.hazelcast.config.CardinalityEstimatorConfig
-
- CardinalityEstimatorConfig(String, int, int, MergePolicyConfig) - Constructor for class com.hazelcast.config.CardinalityEstimatorConfig
-
- CardinalityEstimatorConfig(String, int, int, String, MergePolicyConfig) - Constructor for class com.hazelcast.config.CardinalityEstimatorConfig
-
- CardinalityEstimatorConfig(CardinalityEstimatorConfig) - Constructor for class com.hazelcast.config.CardinalityEstimatorConfig
-
- CardinalityEstimatorPermission - Class in com.hazelcast.security.permission
-
- CardinalityEstimatorPermission(String, String...) - Constructor for class com.hazelcast.security.permission.CardinalityEstimatorPermission
-
- cause() - Method in interface com.hazelcast.auditlog.AuditableEvent
-
Return an exception or error (if any) which caused this event.
- cause(Throwable) - Method in interface com.hazelcast.auditlog.EventBuilder
-
Sets error/exception which caused the event (if any).
- changeClusterState(ClusterState) - Method in interface com.hazelcast.cluster.Cluster
-
Changes state of the cluster to the given state transactionally.
- changeClusterState(ClusterState, TransactionOptions) - Method in interface com.hazelcast.cluster.Cluster
-
Changes state of the cluster to the given state transactionally.
- changeClusterVersion(Version) - Method in interface com.hazelcast.cluster.Cluster
-
Changes the cluster version transactionally.
- changeClusterVersion(Version, TransactionOptions) - Method in interface com.hazelcast.cluster.Cluster
-
Changes the cluster version transactionally, with the transaction options provided.
- CHANNEL_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Number of parallel connection between members.
- checkPermission(Subject, Permission) - Method in interface com.hazelcast.security.SecurityContext
-
Checks whether current
Subject
has been granted specified permission or not.
- ClassDefinition - Interface in com.hazelcast.nio.serialization
-
Defines a class schema for
Portable
classes.
- ClassDefinitionBuilder - Class in com.hazelcast.nio.serialization
-
ClassDefinitionBuilder is used to build and register ClassDefinitions manually.
- ClassDefinitionBuilder(int, int) - Constructor for class com.hazelcast.nio.serialization.ClassDefinitionBuilder
-
IMPORTANT: It uses a default portableVersion (0) for non-versioned classes.
- ClassDefinitionBuilder(int, int, int) - Constructor for class com.hazelcast.nio.serialization.ClassDefinitionBuilder
-
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
-
- classLoader - Variable in class com.hazelcast.config.AbstractCacheConfig
-
The ClassLoader to be used to resolve key & value types, if set
- className - Variable in class com.hazelcast.config.AbstractWanPublisherConfig
-
- className - Variable in class com.hazelcast.config.ListenerConfig
-
- className - Variable in class com.hazelcast.config.PredicateConfig
-
- className - Variable in class com.hazelcast.config.SecurityInterceptorConfig
-
- ClassNameFilter - Interface in com.hazelcast.nio.serialization
-
Allows to intercept class resolution during deserialization based on classname.
- ClasspathXmlConfig - Class in com.hazelcast.config
-
A
Config
which is initialized by loading an XML configuration file from the classpath.
- ClasspathXmlConfig(String) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource using the
Thread.currentThread()
contextClassLoader.
- ClasspathXmlConfig(String, Properties) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource using the
Thread.currentThread()
contextClassLoader.
- ClasspathXmlConfig(ClassLoader, String) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource.
- ClasspathXmlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.config.ClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource.
- ClasspathYamlConfig - Class in com.hazelcast.config
-
A
Config
which is initialized by loading a YAML configuration file from the classpath.
- ClasspathYamlConfig(String) - Constructor for class com.hazelcast.config.ClasspathYamlConfig
-
Creates a config which is loaded from a classpath resource using the
Thread.currentThread()
contextClassLoader.
- ClasspathYamlConfig(String, Properties) - Constructor for class com.hazelcast.config.ClasspathYamlConfig
-
Creates a config which is loaded from a classpath resource using the
Thread.currentThread()
contextClassLoader.
- ClasspathYamlConfig(ClassLoader, String) - Constructor for class com.hazelcast.config.ClasspathYamlConfig
-
Creates a config which is loaded from a classpath resource.
- ClasspathYamlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.config.ClasspathYamlConfig
-
Creates a config which is loaded from a classpath resource.
- clear() - Method in class com.hazelcast.config.InterfacesConfig
-
clears all interfaces.
- clear() - Method in class com.hazelcast.config.MemberGroupConfig
-
Removes all interfaces from the member group.
- clear() - Method in class com.hazelcast.config.PartitionGroupConfig
-
- clear() - Method in class com.hazelcast.config.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.multimap.MultiMap
-
Clears the multimap.
- clear() - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
-
The clear operation wipes data out of the replicated maps.
- clear() - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Clears the data in the ringbuffer.
- clear() - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- clearAsync() - Method in interface com.hazelcast.cp.IAtomicReference
-
Clears the current stored reference.
- clearLoadedLoggers() - Method in class com.hazelcast.logging.LoggerFactorySupport
-
- clearParameters() - Method in class com.hazelcast.sql.SqlStatement
-
Clears statement parameters.
- Client - Interface in com.hazelcast.client
-
The Client interface allows to get information about
a connected client's socket address, type and UUID.
- CLIENT_CACHING_PROVIDER - Static variable in class com.hazelcast.cache.HazelcastCachingProvider
-
Class name of the client-side Caching Provider
- CLIENT_CLEANUP_PERIOD - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Time period to check if a client is still part of the cluster.
- CLIENT_CLEANUP_TIMEOUT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Timeout duration to decide if a client is still part of the cluster.
- CLIENT_ENGINE_BLOCKING_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
The number of threads that the client engine has available for processing requests that are blocking
(example: related to transactions)
When not set it is set as core-size * 20.
- CLIENT_ENGINE_QUERY_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
The number of threads that the client engine has available for processing
requests that are related to the query engine.
- CLIENT_ENGINE_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
The number of threads that the client engine has available for processing
requests that are not partition specific.
- CLIENT_HEARTBEAT_TIMEOUT_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Time after which the member assumes the client is dead and closes its
connections to the client.
- 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(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.
- ClientClasspathXmlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource.
- ClientClasspathYamlConfig - Class in com.hazelcast.client.config
-
A
ClientConfig
which is initialized by loading an YAML configuration file from the classpath.
- 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.
- ClientClasspathYamlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientClasspathYamlConfig
-
Creates a config which is loaded from a classpath resource.
- ClientCloudConfig - Class in com.hazelcast.client.config
-
hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloud
- ClientCloudConfig() - Constructor for class com.hazelcast.client.config.ClientCloudConfig
-
- ClientCloudConfig(ClientCloudConfig) - Constructor for class com.hazelcast.client.config.ClientCloudConfig
-
- 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.
- clientConnected(Client) - Method in interface com.hazelcast.client.ClientListener
-
Invoked when a client is connected.
- 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 in com.hazelcast.client.config
-
Reconnect options.
- clientDisconnected(Client) - Method in interface com.hazelcast.client.ClientListener
-
Invoked when a client is disconnected.
- ClientFailoverClasspathXmlConfig - Class in com.hazelcast.client.config
-
A
ClientFailoverConfig
which is initialized by loading an XML
configuration file from the classpath.
- 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.
- ClientFailoverClasspathXmlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientFailoverClasspathXmlConfig
-
Creates a config which is loaded from a classpath resource.
- ClientFailoverClasspathYamlConfig - Class in com.hazelcast.client.config
-
A
ClientFailoverConfig
which is initialized by loading a YAML
configuration file from the classpath.
- 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.
- ClientFailoverClasspathYamlConfig(ClassLoader, String, Properties) - Constructor for class com.hazelcast.client.config.ClientFailoverClasspathYamlConfig
-
Creates a config which is loaded from a classpath resource.
- 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(String) - Constructor for class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
-
- ClientFlakeIdGeneratorConfig(ClientFlakeIdGeneratorConfig) - Constructor for class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
-
Copy-constructor
- 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
-
- ClientListener - Interface in com.hazelcast.client
-
The ClientListener provides the ability to listen to clients connecting and disconnecting from the member.
- 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
-
- 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
-
- 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(String) - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
-
Creates a new ReliableTopicConfig with default settings.
- ClientReliableTopicConfig(ClientReliableTopicConfig) - Constructor for class com.hazelcast.client.config.ClientReliableTopicConfig
-
Create a clone of given reliable topic
- 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
-
- ClientService - Interface in com.hazelcast.client
-
ClientService allows you to query connected
Client
s and
attach/detach
ClientListener
s to listen to connection events.
- ClientUserCodeDeploymentConfig - Class in com.hazelcast.client.config
-
Configuration of User Code Deployment.
- ClientUserCodeDeploymentConfig() - Constructor for class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
-
- ClientUserCodeDeploymentConfig(ClientUserCodeDeploymentConfig) - Constructor for class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
-
- cloneWithBuilder() - Method in interface com.hazelcast.nio.serialization.GenericRecord
-
Returned
GenericRecord.Builder
can be used to have exact copy and also just to update a couple of fields.
- close() - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- close(ClassLoader) - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- close(URI, ClassLoader) - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- close() - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- close(ClassLoader) - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- close(URI, ClassLoader) - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- close() - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- close(ClassLoader) - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- close(URI, ClassLoader) - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- close() - Method in class com.hazelcast.config.ConfigStream
-
- close() - Method in class com.hazelcast.config.ConfigXmlGenerator.XmlGenerator
-
- close() - Method in interface com.hazelcast.sql.SqlResult
-
Release the resources associated with the query result.
- Cluster - Interface in com.hazelcast.cluster
-
Hazelcast cluster interface.
- CLUSTER_MEMBER_ADDED - Static variable in class com.hazelcast.auditlog.AuditlogTypeIds
-
Event type ID: Member joined.
- CLUSTER_MEMBER_REMOVED - Static variable in class com.hazelcast.auditlog.AuditlogTypeIds
-
Event type ID: Member removed from the cluster.
- CLUSTER_MEMBER_SUSPECTED - Static variable in class com.hazelcast.auditlog.AuditlogTypeIds
-
Event type ID: Cluster member suspected.
- CLUSTER_MERGE - Static variable in class com.hazelcast.auditlog.AuditlogTypeIds
-
Event type ID: Clusters merged.
- CLUSTER_PROMOTE_MEMBER - Static variable in class com.hazelcast.auditlog.AuditlogTypeIds
-
Event type ID: Lite member promoted.
- CLUSTER_SHUTDOWN - Static variable in class com.hazelcast.auditlog.AuditlogTypeIds
-
Event type ID: Cluster shutdown.
- CLUSTER_SHUTDOWN_TIMEOUT_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Once a member initiates cluster shutdown, it will either wait for all
members to leave the cluster before shutting itself down.
- ClusterPermission - Class in com.hazelcast.security.permission
-
- ClusterPermission(String) - Constructor for class com.hazelcast.security.permission.ClusterPermission
-
- ClusterPermissionCollection - Class in com.hazelcast.security.permission
-
- ClusterPermissionCollection() - Constructor for class com.hazelcast.security.permission.ClusterPermissionCollection
-
- ClusterPermissionCollection(Class<? extends Permission>) - Constructor for class com.hazelcast.security.permission.ClusterPermissionCollection
-
- ClusterProperty - Class in com.hazelcast.spi.properties
-
Defines the name and default value for Hazelcast properties.
- ClusterState - Enum in com.hazelcast.cluster
-
ClusterState
are several possible states of the cluster
where each state can allow and/or deny specific actions
and/or change behavior of specific actions.
- collectAllServiceNamespaces(PartitionReplicationEvent, Set<ServiceNamespace>) - Method in interface com.hazelcast.wan.WanMigrationAwarePublisher
-
Collect the namespaces of all WAN event containers that should be replicated
by the replication event.
- CollectionConfig<T extends CollectionConfig> - Class in com.hazelcast.config
-
Provides configuration service for Collection.
- CollectionConfig() - Constructor for class com.hazelcast.config.CollectionConfig
-
- CollectionConfig(CollectionConfig) - Constructor for class com.hazelcast.config.CollectionConfig
-
- collectionFrequencySeconds - Variable in class com.hazelcast.config.BaseMetricsConfig
-
- COLUMN_NOT_FOUND - Static variable in class com.hazelcast.sql.SqlRowMetadata
-
Constant indicating that the column is not found.
- com.hazelcast - package com.hazelcast
-
This package contains PlaceHolder
- com.hazelcast.aggregation - package com.hazelcast.aggregation
-
Contains classes related to aggregations.
- com.hazelcast.auditlog - package com.hazelcast.auditlog
-
Contains interfaces and classes related to auditable events.
- com.hazelcast.buildutils - package com.hazelcast.buildutils
-
This module contains Maven and other build additions that are used by
Hazelcast to build bundle modules
- 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.cardinality - package com.hazelcast.cardinality
-
This package contains Cardinality Estimator functionality for Hazelcast.
- com.hazelcast.client - package com.hazelcast.client
-
Contains classes/interfaces related to Client
- com.hazelcast.client.cache - package com.hazelcast.client.cache
-
Public API of client-side CachingProvider
- 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.cluster - package com.hazelcast.cluster
-
This package contains the cluster functionality.
- com.hazelcast.cluster.memberselector - package com.hazelcast.cluster.memberselector
-
- 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.cp - package com.hazelcast.config.cp
-
This package contains configuration classes
for the
CPSubsystem
- com.hazelcast.config.matcher - package com.hazelcast.config.matcher
-
- 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.console - package com.hazelcast.console
-
This package contains classes related to ConsoleApp
- 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.cp.session - package com.hazelcast.cp.session
-
Contains session abstractions 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.durableexecutor - package com.hazelcast.durableexecutor
-
This package contains DurableExecutorService functionality for Hazelcast.
The DurableExecutorService extends the
ExecutorService
and provides additional methods like
executing tasks on a member who is owner of a specific key.
- com.hazelcast.executor - package com.hazelcast.executor
-
This package contains public API for Hazelcast executors.
- 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.hotrestart - package com.hazelcast.hotrestart
-
This package contains Hot Restart classes needed for open source Hazelcast code
- com.hazelcast.json - package com.hazelcast.json
-
Contains Json interface
- 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
-
- com.hazelcast.memory - package com.hazelcast.memory
-
Provides classes/interfaces for memory utilities, heap/native memory storage support.
- com.hazelcast.multimap - package com.hazelcast.multimap
-
- com.hazelcast.nearcache - package com.hazelcast.nearcache
-
This package contains public API for near cache.
- com.hazelcast.nio - package com.hazelcast.nio
-
This package contains classes related to New IO
- com.hazelcast.nio.serialization - package com.hazelcast.nio.serialization
-
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
- com.hazelcast.osgi - package com.hazelcast.osgi
-
This package contains the OSGI functionality contract points for Hazelcast.
- 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.query.extractor - package com.hazelcast.query.extractor
-
Contains classes related to custom attributes and the extraction of their values.
- com.hazelcast.replicatedmap - package com.hazelcast.replicatedmap
-
Classes for replicated map.
- com.hazelcast.ringbuffer - package com.hazelcast.ringbuffer
-
- com.hazelcast.scheduledexecutor - package com.hazelcast.scheduledexecutor
-
This package contains ScheduledExecutorService functionality for Hazelcast.
- com.hazelcast.security - package com.hazelcast.security
-
Provides interfaces/classes for Hazelcast security implementation.
- com.hazelcast.security.jsm - package com.hazelcast.security.jsm
-
Contains Java Security Manager permissions.
- com.hazelcast.security.permission - package com.hazelcast.security.permission
-
Contains Hazelcast client permissions.
- com.hazelcast.spi - package com.hazelcast.spi
-
Contains functionality for the Hazelcast SPI
- 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.merge - package com.hazelcast.spi.merge
-
This package contains interfaces and classes of the split-brain merging 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.spi.tenantcontrol - package com.hazelcast.spi.tenantcontrol
-
Classes for tenant control
- com.hazelcast.splitbrainprotection - package com.hazelcast.splitbrainprotection
-
Contains classes related to cluster split brain protection.
- com.hazelcast.spring - package com.hazelcast.spring
-
Provides Spring interfaces/classes for Hazelcast.
- com.hazelcast.spring.cache - package com.hazelcast.spring.cache
-
Contains Hazelcast cache classes related to Spring.
- com.hazelcast.spring.context - package com.hazelcast.spring.context
-
Contains context classes for Spring.
- com.hazelcast.spring.hibernate - package com.hazelcast.spring.hibernate
-
Contains class related to Hibernate.
- com.hazelcast.spring.transaction - package com.hazelcast.spring.transaction
-
Contains Hazelcast transaction classes for Spring Transaction API.
- com.hazelcast.sql - package com.hazelcast.sql
-
This package contains the SQL API.
- com.hazelcast.topic - package com.hazelcast.topic
-
Contains the API for the
ITopic
.
- com.hazelcast.transaction - package com.hazelcast.transaction
-
Provides interfaces/classes for Hazelcast transaction support.
- com.hazelcast.version - package com.hazelcast.version
-
This package contains classes to support the versioning API.
- com.hazelcast.wan - package com.hazelcast.wan
-
This package contains the WAN replication API
- combine(Aggregator) - Method in interface com.hazelcast.aggregation.Aggregator
-
Incorporates the intermediary result of the given aggregator to this instance of the aggregator.
- commitTransaction() - Method in interface com.hazelcast.transaction.TransactionContext
-
Commits a transaction.
- compact() - Method in class com.hazelcast.security.permission.ClusterPermissionCollection
-
- 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
-
- ComparatorEx<T> - Interface in com.hazelcast.function
-
- compare(CacheEntryView<K, V>, CacheEntryView<K, V>) - Method in interface com.hazelcast.cache.CacheEvictionPolicyComparator
-
- compare(T, T) - Method in interface com.hazelcast.function.ComparatorEx
-
- compare(EntryView<K, V>, EntryView<K, V>) - Method in interface com.hazelcast.map.MapEvictionPolicyComparator
-
Compares the given
EntryView
instances and
returns the result.
- 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.
- 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.
- compareEx(T, T) - Method in interface com.hazelcast.function.ComparatorEx
-
- compareTo(MemberVersion) - Method in class com.hazelcast.version.MemberVersion
-
- compareTo(Version) - Method in class com.hazelcast.version.Version
-
- comparing(Function<? super T, ? extends U>, Comparator<? super U>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparing(FunctionEx<? super T, ? extends U>, ComparatorEx<? super U>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparing(Function<? super T, ? extends U>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparing(FunctionEx<? super T, ? extends U>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparingDouble(ToDoubleFunction<? super T>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparingDouble(ToDoubleFunctionEx<? super T>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparingInt(ToIntFunction<? super T>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparingInt(ToIntFunctionEx<? super T>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparingLong(ToLongFunction<? super T>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- comparingLong(ToLongFunctionEx<? super T>) - Static method in interface com.hazelcast.function.ComparatorEx
-
- 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.
- CONCURRENT_WINDOW_MS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Property needed for concurrency detection so that write through can be
done correctly.
- Config - Class in com.hazelcast.config
-
- Config() - Constructor for class com.hazelcast.config.Config
-
- Config(String) - Constructor for class com.hazelcast.config.Config
-
- ConfigAccessor - Class in com.hazelcast.config
-
Private API for accessing configuration at runtime
- ConfigBuilder - Interface in com.hazelcast.config
-
Interface for all config builders.
- configBuilder - Variable in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- ConfigPatternMatcher - Interface in com.hazelcast.config
-
The ConfigPatternMatcher provides a strategy to match an item name
to a configuration pattern.
- ConfigPermission - Class in com.hazelcast.security.permission
-
- ConfigPermission() - Constructor for class com.hazelcast.security.permission.ConfigPermission
-
- 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
-
- 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
-
- configure(Config, Properties) - Method in interface com.hazelcast.security.IPermissionPolicy
-
- ConfigXmlGenerator - Class in com.hazelcast.config
-
The ConfigXmlGenerator is responsible for transforming a
Config
to a Hazelcast XML string.
- ConfigXmlGenerator() - Constructor for class com.hazelcast.config.ConfigXmlGenerator
-
Creates a ConfigXmlGenerator that will format the code.
- ConfigXmlGenerator(boolean) - Constructor for class com.hazelcast.config.ConfigXmlGenerator
-
Creates a ConfigXmlGenerator.
- ConfigXmlGenerator(boolean, boolean) - Constructor for class com.hazelcast.config.ConfigXmlGenerator
-
Creates a ConfigXmlGenerator.
- ConfigXmlGenerator.XmlGenerator - Class in com.hazelcast.config
-
- CONNECT_ALL_WAIT_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Timeout to connect all other cluster members when a member is joining to a cluster.
- CONNECTION_MONITOR_INTERVAL - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Minimum interval in milliseconds to consider a connection error as critical.
- CONNECTION_MONITOR_MAX_FAULTS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Maximum I/O error count before disconnecting from a member.
- 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
-
- ConsistencyCheckStrategy - Enum in com.hazelcast.config
-
Strategy for checking the consistency of data between replicas.
- 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
-
- ConsoleApp - Class in com.hazelcast.console
-
Special thanks to Alexandre Vasseur for providing this very nice test application.
- ConsoleApp(HazelcastInstance, PrintStream) - Constructor for class com.hazelcast.console.ConsoleApp
-
- ConsumerEx<T> - Interface in com.hazelcast.function
-
- 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.
- containsEntry(K, V) - Method in interface com.hazelcast.multimap.MultiMap
-
Returns whether the multimap contains the given key-value pair.
- 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.
- containsKey(Object) - Method in interface com.hazelcast.map.QueryCache
-
- containsKey(K) - Method in interface com.hazelcast.multimap.MultiMap
-
Returns whether the multimap contains an entry with the key.
- 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.transaction.TransactionalMap
-
- containsValue(Object) - Method in interface com.hazelcast.map.IMap
- containsValue(Object) - Method in interface com.hazelcast.map.QueryCache
-
- containsValue(Object) - Method in interface com.hazelcast.multimap.MultiMap
-
Returns whether the multimap contains an entry with the value.
- convert(Comparable) - Method in interface com.hazelcast.core.TypeConverter
-
- convert(long, MemoryUnit) - Method in enum com.hazelcast.memory.MemoryUnit
-
- convertToEventType(CacheEventType) - Static method in enum com.hazelcast.cache.CacheEventType
-
- copy(T, boolean) - Method in class com.hazelcast.config.CacheConfig
-
Copy this CacheConfig to given target
object whose type extends CacheConfig.
- 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
-
- copy() - Method in class com.hazelcast.sql.SqlStatement
-
Creates a copy of this instance
- 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
-
- countDown() - Method in interface com.hazelcast.cp.ICountDownLatch
-
Decrements the count of the latch, releasing all waiting threads if
the count reaches zero.
- CountDownLatchPermission - Class in com.hazelcast.security.permission
-
- CountDownLatchPermission(String, String...) - Constructor for class com.hazelcast.security.permission.CountDownLatchPermission
-
- CP_BASE_DIR_DEFAULT - Static variable in class com.hazelcast.config.cp.CPSubsystemConfig
-
The default directory name for storing CP data.
- CPGroup - Interface in com.hazelcast.cp
-
Contains information about a CP group.
- CPGroup.CPGroupStatus - Enum 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.
- 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 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.
- CPSession - Interface in com.hazelcast.cp.session
-
Represents a CP session.
- CPSession.CPSessionOwnerType - Enum in com.hazelcast.cp.session
-
Represents type of endpoints that create CP sessions
- CPSessionManagementService - Interface in com.hazelcast.cp.session
-
This interface offers API for managing CP sessions.
- 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.
- CPSubsystemConfig - Class in com.hazelcast.config.cp
-
Contains configuration options for CP Subsystem.
- CPSubsystemConfig() - Constructor for class com.hazelcast.config.cp.CPSubsystemConfig
-
- CPSubsystemConfig(CPSubsystemConfig) - Constructor for class com.hazelcast.config.cp.CPSubsystemConfig
-
- CPSubsystemException - Exception in com.hazelcast.cp.exception
-
Base exception for failures in CP Subsystem
- CPSubsystemException(UUID) - Constructor for exception com.hazelcast.cp.exception.CPSubsystemException
-
- CPSubsystemException(String, UUID) - Constructor for exception com.hazelcast.cp.exception.CPSubsystemException
-
- CPSubsystemException(String, Throwable, UUID) - Constructor for exception com.hazelcast.cp.exception.CPSubsystemException
-
- CPSubsystemManagementService - Interface in com.hazelcast.cp
-
This interface offers APIs for managing CP members and groups.
- CRDTReplicationConfig - Class in com.hazelcast.config
-
Configures the replication mechanism for all
CRDT
implementations.
- CRDTReplicationConfig() - Constructor for class com.hazelcast.config.CRDTReplicationConfig
-
- create(int) - Method in interface com.hazelcast.nio.serialization.DataSerializableFactory
-
Creates an IdentifiedDataSerializable instance using given type ID
- create(int) - Method in interface com.hazelcast.nio.serialization.PortableFactory
-
Creates a Portable instance using the given class ID
- CREATE - Static variable in class com.hazelcast.security.permission.InstancePermission
-
- create(RelOptPlanner, RexBuilder, DistributionTraitDef) - Static method in class org.apache.calcite.plan.HazelcastRelOptCluster
-
- createAndFillBeanBuilder(Node, Class, String, BeanDefinitionBuilder, String...) - Method in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- createAndFillListedBean(Node, Class, String, ManagedMap<String, AbstractBeanDefinition>, String...) - Method in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- createAuditlog() - Method in interface com.hazelcast.auditlog.AuditlogServiceFactory
-
- createBackupEntryProcessor() - Method in interface com.hazelcast.cache.BackupAwareEntryProcessor
-
Either creates a new, specialized EntryProcessor
to be executed on the backup-partition, or returns
- createBeanBuilder(Class) - Method in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- createBeanBuilder(String) - Method in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- createClientLoginContext(String, Credentials, Connection) - Method in interface com.hazelcast.security.SecurityContext
-
- createConcurrentSet() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- 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
-
- createMemberLoginContext(String, Credentials, Connection) - Method in interface com.hazelcast.security.SecurityContext
-
- createSecureCallable(Subject, Callable<V>) - Method in interface com.hazelcast.security.SecurityContext
-
Creates secure callable that runs in a sandbox.
- createSecureCallable(Subject, Runnable) - Method in interface com.hazelcast.security.SecurityContext
-
Creates secure callable that runs in a sandbox.
- createSerializer() - Method in interface com.hazelcast.nio.serialization.SerializerHook
-
Creates a new serializer for the serialization type
- createSnapshot(SchemaVersion) - Method in class org.apache.calcite.jdbc.HazelcastRootCalciteSchema
-
- createSqlContext(Subject) - Method in interface com.hazelcast.security.SecurityContext
-
- createUnresolvedAddress(String, int) - Static method in class com.hazelcast.cluster.Address
-
Creates an unresolved address.
- creationTime() - Method in interface com.hazelcast.cp.session.CPSession
-
Returns the timestamp of when the session was created
- Credentials - Interface in com.hazelcast.security
-
Credentials represents an identity to be authenticated.
- 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
-
- GcpConfig - Class in com.hazelcast.config
-
Configuration for the GCP Discovery Strategy.
- GcpConfig() - Constructor for class com.hazelcast.config.GcpConfig
-
- GcpConfig(GcpConfig) - Constructor for class com.hazelcast.config.GcpConfig
-
- generate(ClientConfig) - Static method in class com.hazelcast.client.config.ClientConfigXmlGenerator
-
- 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.
- generate(Config) - Method in class com.hazelcast.config.ConfigXmlGenerator
-
Generates the XML string based on some Config.
- 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
-
A generic object interface that is returned to user when the domain class can not be created from any of the distributed
hazelcast data structures like
IMap
,
IQueue
etc.
- GenericRecord.Builder - Interface in com.hazelcast.nio.serialization
-
- get(K, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Retrieves the mapped value of the given key using a custom ExpiryPolicy
.
- get(String) - Static method in enum com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
-
- 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(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(Object) - Method in interface com.hazelcast.map.QueryCache
-
- get(K) - Method in interface com.hazelcast.multimap.BaseMultiMap
-
Returns the collection of values associated with the key.
- get(K) - Method in interface com.hazelcast.multimap.MultiMap
-
Returns the collection of values associated with the key.
- get(byte) - Static method in enum com.hazelcast.nio.serialization.FieldType
-
- get(String) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
-
- get(int) - Method in interface com.hazelcast.ringbuffer.ReadResultSet
-
Gets the item at the given index.
- get(int) - Method in interface com.hazelcast.security.Parameters
-
- get(String) - Method in class com.hazelcast.spi.properties.HazelcastProperties
-
Returns the value for the given key.
- get(Object) - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- get(Object, Class<T>) - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- get(Object, Callable<T>) - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- get(Object) - Method in interface com.hazelcast.transaction.TransactionalMap
-
- get(K) - Method in interface com.hazelcast.transaction.TransactionalMultiMap
-
Returns the collection of values associated with the key.
- getAcknowledgeType() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the strategy for when the target cluster should acknowledge that
a WAN event batch has been processed.
- getActions() - Method in class com.hazelcast.config.PermissionConfig
-
- getActions() - Method in class com.hazelcast.security.permission.AllPermissions
-
- getActions() - Method in class com.hazelcast.security.permission.ConfigPermission
-
- getActions() - Method in class com.hazelcast.security.permission.InstancePermission
-
- getActions() - Method in class com.hazelcast.security.permission.TransactionPermission
-
- getActiveMemberNetworkConfig(Config) - Static method in class com.hazelcast.config.ConfigAccessor
-
- getAddress() - Method in interface com.hazelcast.cluster.Member
-
Returns the Address of this Member.
- getAddress() - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Returns the Vault server address.
- 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
-
- getAdvancedNetworkConfig() - Method in class com.hazelcast.config.Config
-
- getAlgorithm() - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
-
Returns the encryption algorithm.
- getAll(Set<? extends K>, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Gets a collection of entries from the cache with custom expiry policy, returning them as
Map
of the values associated with the set of keys requested.
- getAll(Set<K>) - Method in interface com.hazelcast.map.IMap
-
Returns an immutable map of entries for the given keys.
- getAll(Set<K>) - Method in interface com.hazelcast.map.QueryCache
-
- getAllDiscoveryConfigs() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- getAllHazelcastClients() - Static method in class com.hazelcast.client.HazelcastClient
-
Gets an immutable collection of all client HazelcastInstances created in this JVM.
- getAllHazelcastInstances() - Static method in class com.hazelcast.core.Hazelcast
-
Returns all active/running HazelcastInstances on this JVM.
- getAllHazelcastInstances() - Method in interface com.hazelcast.osgi.HazelcastOSGiService
-
- getAllocatorType() - Method in class com.hazelcast.config.NativeMemoryConfig
-
- getAllowedFutureMillis() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getAllScheduledFutures() - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
-
Fetches and returns all scheduled (not disposed yet) futures from all
members in the cluster.
- getAllSessions(String) - Method in interface com.hazelcast.cp.session.CPSessionManagementService
-
Returns a non-null collection of CP sessions that are currently active
in the given CP group.
- 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<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.
- 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.
- 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.
- 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.
- 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.
- getAndPut(K, V, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Associates the specified value with the specified key in this cache using a custom ExpiryPolicy
,
returning an existing value if one existed.
- getAndPutAsync(K, V) - Method in interface com.hazelcast.cache.ICache
-
Asynchronously associates the specified value with the specified key in this cache,
returning an existing value if one existed.
- getAndPutAsync(K, V, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Asynchronously associates the specified value with the specified key in this cache,
returning an existing value if one existed using a custom ExpiryPolicy
.
- getAndRemoveAsync(K) - Method in interface com.hazelcast.cache.ICache
-
Asynchronously removes the entry for a key and returns the previously assigned value or null
if no value was assigned.
- getAndReplace(K, V, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Atomically replaces the assigned value of the given key by the specified value using a
custom ExpiryPolicy
and returns the previously assigned value.
- getAndReplaceAsync(K, V) - Method in interface com.hazelcast.cache.ICache
-
Asynchronously replaces the assigned value of the given key by the specified value and returns
the previously assigned value.
- getAndReplaceAsync(K, V, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Asynchronously replaces the assigned value of the given key by the specified value using a
custom ExpiryPolicy
and returns the previously assigned value.
- 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.
- getAppendRequestBackoffTimeoutInMillis() - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- getAppendRequestMaxEntryCount() - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- getAsync(K) - Method in interface com.hazelcast.cache.ICache
-
Asynchronously retrieves the mapped value of the given key using a custom
ExpiryPolicy
.
- getAsync(K, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Asynchronously gets an entry from cache using a custom ExpiryPolicy
.
- 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.
- getAsyncBackupCount() - Method in class com.hazelcast.config.CacheConfig
-
Gets the number of asynchronous backups for this
ICache
.
- getAsyncBackupCount() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the number of asynchronous backups for this
ICache
.
- getAsyncBackupCount() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Gets the number of synchronous backups.
- getAsyncBackupCount() - Method in class com.hazelcast.config.CollectionConfig
-
Gets the number of asynchronous backups.
- getAsyncBackupCount() - Method in class com.hazelcast.config.MapConfig
-
Returns the asynchronous backup count for this
IMap
.
- getAsyncBackupCount() - Method in class com.hazelcast.config.MultiMapConfig
-
Gets the number of asynchronous backups for this MultiMap.
- getAsyncBackupCount() - Method in class com.hazelcast.config.QueueConfig
-
Get the number of asynchronous backups for this queue.
- getAsyncBackupCount() - Method in class com.hazelcast.config.RingbufferConfig
-
Gets the number of asynchronous backups.
- getAtomicLong(String) - Method in interface com.hazelcast.cp.CPSubsystem
-
Returns a proxy for an
IAtomicLong
instance created on CP
Subsystem.
- getAtomicNumber() - Method in class com.hazelcast.console.ConsoleApp
-
- getAtomicReference(String) - Method in interface com.hazelcast.cp.CPSubsystem
-
- 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.
- getAttribute(String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getAttribute() - Method in interface com.hazelcast.query.PredicateBuilder
-
- getAttribute(Node, String) - Method in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- getAttributeConfigs() - Method in class com.hazelcast.config.MapConfig
-
- 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.
- getAttributes() - Method in class com.hazelcast.config.MemberAttributeConfig
-
- getAuditlogConfig() - Method in class com.hazelcast.config.Config
-
- getAutoDetectionConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Returns the configuration of the Auto Detection discovery.
- getAutoDetectionConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getAverageAge() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns the average age of the items in this member.
- getAverageGetTime() - Method in interface com.hazelcast.cache.CacheStatistics
-
The mean time to execute gets.
- 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.
- getAveragePutTime() - Method in interface com.hazelcast.cache.CacheStatistics
-
The mean time to execute puts.
- getAverageRemoveTime() - Method in interface com.hazelcast.cache.CacheStatistics
-
The mean time to execute removes.
- getAwsConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getAwsConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getAwsConfig() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the
AwsConfig
used by the discovery mechanism for this
WAN publisher.
- getAzureConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getAzureConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getAzureConfig() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the
AzureConfig
used by the discovery mechanism for this
WAN publisher.
- getBackupCount() - Method in class com.hazelcast.config.CacheConfig
-
Gets the number of synchronous backups for this
ICache
.
- getBackupCount() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the number of synchronous backups for this
ICache
.
- getBackupCount() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Gets the number of synchronous backups.
- getBackupCount() - Method in class com.hazelcast.config.CollectionConfig
-
Gets the number of synchronous backups for this collection.
- getBackupCount() - Method in class com.hazelcast.config.MapConfig
-
Returns the backupCount for this
IMap
- getBackupCount() - Method in class com.hazelcast.config.MultiMapConfig
-
Gets the number of synchronous backups for this MultiMap.
- getBackupCount() - Method in class com.hazelcast.config.QueueConfig
-
Get the number of synchronous backups for this queue.
- getBackupCount() - Method in class com.hazelcast.config.RingbufferConfig
-
Gets the number of synchronous backups.
- getBackupCount() - Method in interface com.hazelcast.map.LocalMapStats
-
Returns the number of backups per entry.
- getBackupDir() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Base directory for hot backups.
- getBackupDirectory() - Method in interface com.hazelcast.hotrestart.HotRestartService
-
Returns the hot restart backup directory.
- 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.
- getBackupItemCount() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns the number of backup items in this member.
- getBackupProcessor() - Method in interface com.hazelcast.map.EntryProcessor
-
Get the entry processor to be applied to backup entries.
- getBackupTaskStatus() - Method in interface com.hazelcast.hotrestart.HotRestartService
-
Returns the local hot restart backup task status (not the cluster backup status).
- getBaseDir() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns the base directory for persisting CP data.
- getBaseDir() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Base directory for all Hot Restart stores.
- getBaseName(String) - Static method in class com.hazelcast.partition.strategy.StringPartitioningStrategy
-
- getBatchMaxDelayMillis() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the maximum amount of time in milliseconds to wait before sending
a batch of events to target cluster, if
WanBatchPublisherConfig.getBatchSize()
of events
have not arrived within this duration.
- getBatchPublisherConfigs() - Method in class com.hazelcast.config.WanReplicationConfig
-
Returns the list of WAN publisher configurations using the built-in
batching WAN implementation for this WAN replication.
- getBatchSize() - Method in class com.hazelcast.config.MergePolicyConfig
-
Returns the batch size, which will be used to determine
the number of entries to be sent in a merge operation.
- getBatchSize() - Method in class com.hazelcast.config.QueryCacheConfig
-
After reaching this size, node sends buffered events to QueryCache
.
- getBatchSize() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the maximum batch size that can be sent to target cluster.
- getBindAddress() - Method in interface com.hazelcast.spi.MemberAddressProvider
-
What address should Hazelcast bind to.
- getBindAddress(EndpointQualifier) - Method in interface com.hazelcast.spi.MemberAddressProvider
-
- getBitmapIndexOptions() - Method in class com.hazelcast.config.IndexConfig
-
Provides access to index options specific to bitmap indexes.
- getBitsNodeId() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getBitsSequence() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getBlacklist() - Method in class com.hazelcast.config.JavaSerializationFilterConfig
-
- getBlacklistedPrefixes() - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Return currently configured blacklist prefixes.
- getBoolean(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
-
- getBufferSize() - Method in class com.hazelcast.client.config.SocketOptions
-
Gets the SO_SNDBUF and SO_RCVBUF option value
- getBufferSize() - Method in class com.hazelcast.config.QueryCacheConfig
-
Returns the maximum number of events which can be stored in a buffer of partition.
- getById(int) - Static method in enum com.hazelcast.cluster.ClusterState
-
- getById(int) - Static method in enum com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig.ExpiryPolicyType
-
- getById(byte) - Static method in enum com.hazelcast.config.ConsistencyCheckStrategy
-
Returns the ConsistencyCheckStrategy for the given ID.
- getById(int) - Static method in enum com.hazelcast.config.EvictionPolicy
-
- getById(int) - Static method in enum com.hazelcast.config.IndexType
-
Returns the IndexType as an enum.
- getById(int) - Static method in enum com.hazelcast.config.InMemoryFormat
-
- getById(int) - Static method in enum com.hazelcast.config.MaxSizePolicy
-
- getById(int) - Static method in enum com.hazelcast.config.MetadataPolicy
-
Returns the MetadataPolicy for the given ID.
- getById(byte) - Static method in enum com.hazelcast.config.ScheduledExecutorConfig.CapacityPolicy
-
- getById(int) - Static method in enum com.hazelcast.config.WanAcknowledgeType
-
- getById(int) - Static method in enum com.hazelcast.ringbuffer.OverflowPolicy
-
Returns the OverflowPolicy for the given ID.
- getById(int) - Static method in enum com.hazelcast.sql.SqlColumnType
-
Returns the IndexType as an enum.
- getById(int) - Static method in enum com.hazelcast.transaction.TransactionOptions.TransactionType
-
- 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 com.hazelcast.cache.CacheEventType
-
- getByType(int) - Static method in enum com.hazelcast.config.WanQueueFullBehavior
-
Returns the WANQueueFullBehavior as an enum.
- getByType(int) - Static method in enum com.hazelcast.core.EntryEventType
-
- getByType(int) - Static method in enum com.hazelcast.core.ItemEventType
-
- getByType(byte) - Static method in enum com.hazelcast.wan.WanPublisherState
-
Returns the WanPublisherState as an enum.
- getCache(String) - Method in interface com.hazelcast.core.ICacheManager
-
Returns the cache instance with the specified prefixed cache name.
- getCache(String) - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
- getCacheConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the CacheSimpleConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getCacheConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of cache configurations, mapped by config name.
- getCacheDeserializedValues() - Method in class com.hazelcast.config.MapConfig
-
Get current value cache settings
- getCacheEntryEventFilterFactory() - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
- getCacheEntryListenerConfigurations() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getCacheEntryListenerFactory() - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
- getCacheEntryListeners() - Method in class com.hazelcast.config.CacheSimpleConfig
-
- getCacheEvictions() - Method in interface com.hazelcast.cache.CacheStatistics
-
The total number of evictions from the cache.
- getCacheGets() - Method in interface com.hazelcast.cache.CacheStatistics
-
The total number of requests to the cache.
- getCacheHitPercentage() - Method in interface com.hazelcast.cache.CacheStatistics
-
This is a measure of cache efficiency.
- getCacheHits() - Method in interface com.hazelcast.cache.CacheStatistics
-
The number of get requests that were satisfied by the cache.
- getCacheLoader() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Get classname of a class to be used as CacheLoader
.
- getCacheLoaderFactory() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getCacheLoaderFactory() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the factory for the CacheLoader
.
- getCacheManager(URI, ClassLoader, Properties) - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- getCacheManager(URI, ClassLoader) - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- getCacheManager() - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- getCacheManager(URI, ClassLoader, Properties) - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- getCacheManager(URI, ClassLoader) - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- getCacheManager() - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- getCacheManager(URI, ClassLoader, Properties) - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- getCacheManager(URI, ClassLoader) - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- getCacheManager() - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- getCacheManager() - Method in interface com.hazelcast.core.HazelcastInstance
-
Obtain the
ICacheManager
that provides access to JSR-107 (JCache) caches configured on a Hazelcast cluster.
- getCacheManager(HazelcastInstance, String, Properties) - Static method in class com.hazelcast.spring.cache.SpringHazelcastCachingProvider
-
Creates a CacheManager
on an existing HazelcastInstance.
- getCacheManager(String, Properties) - Static method in class com.hazelcast.spring.cache.SpringHazelcastCachingProvider
-
- getCacheMisses() - Method in interface com.hazelcast.cache.CacheStatistics
-
A miss is a get request that is not satisfied.
- getCacheMissPercentage() - Method in interface com.hazelcast.cache.CacheStatistics
-
Returns the percentage of cache accesses that did not find a requested entry
in the cache.
- getCacheNames() - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
- getCacheNameWithPrefix(String) - Method in interface com.hazelcast.cache.HazelcastCacheManager
-
Gets the cache name by adding the manager prefix.
- getCachePuts() - Method in interface com.hazelcast.cache.CacheStatistics
-
The total number of puts to the cache.
- getCacheRemovals() - Method in interface com.hazelcast.cache.CacheStatistics
-
The total number of removals from the cache.
- getCacheWriter() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Get classname of a class to be used as CacheWriter
.
- getCacheWriterFactory() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getCacheWriterFactory() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the factory for the CacheWriter
.
- getCancelledTaskCount() - Method in interface com.hazelcast.executor.LocalExecutorStats
-
Returns the number of cancelled operations on the executor service.
- getCapacity() - Method in class com.hazelcast.config.DurableExecutorConfig
-
Gets the ring buffer capacity of the executor task.
- getCapacity() - Method in class com.hazelcast.config.EventJournalConfig
-
Gets the capacity of the event journal.
- getCapacity() - Method in class com.hazelcast.config.RingbufferConfig
-
Gets the capacity of the ringbuffer.
- getCapacity() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Gets the capacity of the executor
- getCapacity() - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Returns the capacity of this ringbuffer.
- getCapacityPolicy() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
- getCardinalityEstimator(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
- getCardinalityEstimatorConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the CardinalityEstimatorConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getCardinalityEstimatorConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of cardinality estimator configurations, mapped by config
name.
- getClassCacheMode() - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Return the current ClassCacheMode
- getClassDefinitions() - Method in class com.hazelcast.config.SerializationConfig
-
- 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 class com.hazelcast.config.AttributeConfig
-
- getClassId() - Method in class com.hazelcast.config.AwsConfig
-
- getClassId() - Method in class com.hazelcast.config.AzureConfig
-
- getClassId() - Method in class com.hazelcast.config.BitmapIndexOptions
-
- getClassId() - Method in class com.hazelcast.config.CacheConfig
-
- getClassId() - Method in class com.hazelcast.config.CachePartitionLostListenerConfig
-
- getClassId() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig
-
- getClassId() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig
-
- getClassId() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig
-
- getClassId() - Method in class com.hazelcast.config.CacheSimpleConfig
-
- getClassId() - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
- getClassId() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
- getClassId() - Method in class com.hazelcast.config.DiscoveryConfig
-
- getClassId() - Method in class com.hazelcast.config.DiscoveryStrategyConfig
-
- getClassId() - Method in class com.hazelcast.config.DurableExecutorConfig
-
- getClassId() - Method in class com.hazelcast.config.EntryListenerConfig
-
- getClassId() - Method in class com.hazelcast.config.EurekaConfig
-
- getClassId() - Method in class com.hazelcast.config.EventJournalConfig
-
- getClassId() - Method in class com.hazelcast.config.EvictionConfig
-
- getClassId() - Method in class com.hazelcast.config.ExecutorConfig
-
- getClassId() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getClassId() - Method in class com.hazelcast.config.GcpConfig
-
- getClassId() - Method in class com.hazelcast.config.HotRestartConfig
-
- getClassId() - Method in class com.hazelcast.config.IndexConfig
-
- getClassId() - Method in class com.hazelcast.config.ItemListenerConfig
-
- getClassId() - Method in class com.hazelcast.config.KubernetesConfig
-
- getClassId() - Method in class com.hazelcast.config.ListConfig
-
- getClassId() - Method in class com.hazelcast.config.ListenerConfig
-
- getClassId() - Method in class com.hazelcast.config.MapConfig
-
- getClassId() - Method in class com.hazelcast.config.MapPartitionLostListenerConfig
-
- getClassId() - Method in class com.hazelcast.config.MapStoreConfig
-
- getClassId() - Method in class com.hazelcast.config.MergePolicyConfig
-
- getClassId() - Method in class com.hazelcast.config.MerkleTreeConfig
-
- getClassId() - Method in class com.hazelcast.config.MultiMapConfig
-
- getClassId() - Method in class com.hazelcast.config.NearCacheConfig
-
- getClassId() - Method in class com.hazelcast.config.NearCachePreloaderConfig
-
- getClassId() - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- getClassId() - Method in class com.hazelcast.config.PermissionConfig
-
- getClassId() - Method in class com.hazelcast.config.PNCounterConfig
-
- getClassId() - Method in class com.hazelcast.config.PredicateConfig
-
- getClassId() - Method in class com.hazelcast.config.QueryCacheConfig
-
- getClassId() - Method in class com.hazelcast.config.QueueConfig
-
- getClassId() - Method in class com.hazelcast.config.QueueStoreConfig
-
- getClassId() - Method in class com.hazelcast.config.ReliableTopicConfig
-
- getClassId() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getClassId() - Method in class com.hazelcast.config.RingbufferConfig
-
- getClassId() - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- getClassId() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
- getClassId() - Method in class com.hazelcast.config.SetConfig
-
- getClassId() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- getClassId() - Method in class com.hazelcast.config.SplitBrainProtectionListenerConfig
-
- getClassId() - Method in class com.hazelcast.config.TopicConfig
-
- getClassId() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
- getClassId() - Method in class com.hazelcast.config.WanConsumerConfig
-
- getClassId() - Method in class com.hazelcast.config.WanCustomPublisherConfig
-
- getClassId() - Method in class com.hazelcast.config.WanReplicationConfig
-
- getClassId() - Method in class com.hazelcast.config.WanReplicationRef
-
- getClassId() - Method in class com.hazelcast.config.WanSyncConfig
-
- getClassId() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
Returns the class ID.
- getClassId() - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
-
- 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
-
Returns class identifier for this portable class.
- getClassId() - Method in class com.hazelcast.security.SimpleTokenCredentials
-
- getClassId() - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- getClassId() - Method in class com.hazelcast.spi.merge.DiscardMergePolicy
-
- getClassId() - Method in class com.hazelcast.spi.merge.ExpirationTimeMergePolicy
-
- getClassId() - Method in class com.hazelcast.spi.merge.HigherHitsMergePolicy
-
- getClassId() - Method in class com.hazelcast.spi.merge.HyperLogLogMergePolicy
-
- getClassId() - Method in class com.hazelcast.spi.merge.LatestAccessMergePolicy
-
- getClassId() - Method in class com.hazelcast.spi.merge.LatestUpdateMergePolicy
-
- getClassId() - Method in class com.hazelcast.spi.merge.PassThroughMergePolicy
-
- getClassId() - Method in class com.hazelcast.spi.merge.PutIfAbsentMergePolicy
-
- 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 class com.hazelcast.config.Config
-
Returns the class-loader that will be used in serialization.
- 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.AbstractWanPublisherConfig
-
- getClassName() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig
-
- 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.MapStoreConfig
-
Returns the name of the MapStore implementation class
- getClassName() - Method in class com.hazelcast.config.MemberAddressProviderConfig
-
- getClassName() - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- getClassName() - Method in class com.hazelcast.config.PredicateConfig
-
Returns the name of the class of the Predicate.
- getClassName() - Method in class com.hazelcast.config.QueueStoreConfig
-
Returns the class name of the queue store implementation to be used when
instantiating the queue store.
- getClassName() - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- getClassName() - Method in class com.hazelcast.config.SecurityInterceptorConfig
-
- getClassName() - Method in class com.hazelcast.config.SerializerConfig
-
Returns the class name of the serializer implementation.
- getClassName() - Method in class com.hazelcast.config.ServiceConfig
-
- getClassName() - Method in class com.hazelcast.config.SocketInterceptorConfig
-
- getClassName() - Method in class com.hazelcast.config.WanConsumerConfig
-
Returns the fully qualified class name of the class implementing
WanConsumer
.
- getClassNames() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
-
- getClassType() - Method in interface com.hazelcast.nio.serialization.TypedDataSerializable
-
- getClassVersion() - Method in interface com.hazelcast.nio.serialization.VersionedPortable
-
Returns version for this Portable class
- getClientBlockUnmappedActions() - Method in class com.hazelcast.config.SecurityConfig
-
- 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
- getClientPermissionConfigs() - Method in class com.hazelcast.config.SecurityConfig
-
- getClientPermissionConfigs() - Method in interface com.hazelcast.security.SecurityService
-
Returns latest client permission configuration.
- getClientPolicyConfig() - Method in class com.hazelcast.config.SecurityConfig
-
- getClientRealm() - Method in class com.hazelcast.config.SecurityConfig
-
- getClientService() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the client service of this Hazelcast instance.
- getClientType() - Method in interface com.hazelcast.client.Client
-
Type could be a client type from ConnectionType
or
it can be a custom client implementation with a name outside of this @{link ConnectionType}
- getCloudConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- 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 seconds for the client to give up to connect to the current cluster
Depending on FailoverConfig, a client can shutdown or start trying on alternative cluster after reaching the timeout.
- getClusterDataRecoveryPolicy() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Returns the policy to be used when the cluster is started
- getClusterName() - Method in class com.hazelcast.client.config.ClientConfig
-
Returns the configured cluster name.
- getClusterName() - Method in class com.hazelcast.config.Config
-
Returns the cluster name uniquely identifying the hazelcast cluster.
- getClusterName() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the cluster name used as a publisher cluster name for authentication
on the target endpoint.
- getClusterState() - Method in interface com.hazelcast.cluster.Cluster
-
Returns the state of the cluster.
- getClusterTime() - Method in interface com.hazelcast.cluster.Cluster
-
Returns the cluster-wide time in milliseconds.
- getClusterVersion() - Method in interface com.hazelcast.cluster.Cluster
-
The cluster version indicates the operating version of the cluster.
- getCode() - Method in exception com.hazelcast.sql.HazelcastSqlException
-
Gets the internal error code associated with the exception.
- getCollectionFrequencySeconds() - Method in class com.hazelcast.config.BaseMetricsConfig
-
Returns the metrics collection frequency in seconds.
- getColumn(int) - Method in class com.hazelcast.sql.SqlRowMetadata
-
Gets column metadata.
- getColumnCount() - Method in class com.hazelcast.sql.SqlRowMetadata
-
Gets the number of columns in the row.
- getColumns() - Method in class com.hazelcast.sql.SqlRowMetadata
-
Gets columns metadata.
- getCommitIndexAdvanceCountToSnapshot() - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- getComparator() - Method in class com.hazelcast.config.EvictionConfig
-
- 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
-
- getCompleted() - Method in class com.hazelcast.hotrestart.BackupTaskStatus
-
- getCompletedMigrations() - Method in interface com.hazelcast.partition.MigrationState
-
Returns the number of completed migrations in the migration plan.
- getCompletedTaskCount() - Method in interface com.hazelcast.executor.LocalExecutorStats
-
Returns the number of completed operations on the executor service.
- getConfig() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the configuration of this Hazelcast instance.
- getConfig() - Method in class com.hazelcast.spi.properties.HazelcastProperties
-
- getConfigClassLoader() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- getConfigObject() - Method in class com.hazelcast.config.ServiceConfig
-
- getConfigPatternMatcher() - Method in class com.hazelcast.client.config.ClientConfig
-
Returns the pattern matcher which is used to match item names to
configuration objects.
- getConfigPatternMatcher() - Method in class com.hazelcast.config.Config
-
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
-
- getConfigRoot() - Method in class com.hazelcast.config.YamlConfigBuilder
-
- 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
-
- getConfigType() - Method in class com.hazelcast.config.XmlConfigBuilder
-
- getConfigurationFile() - Method in class com.hazelcast.config.Config
-
Returns the
File
to the declarative configuration, which has been
parsed to create this
Config
instance.
- 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
-
- getConfigurationUrl() - Method in class com.hazelcast.config.Config
-
Returns the
URL
to the declarative configuration, which has been parsed
to create this
Config
instance.
- getConnectedClients() - Method in interface com.hazelcast.client.ClientService
-
Returns all connected clients to this member.
- 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.
- getConsistencyCheckStrategy() - Method in class com.hazelcast.config.WanSyncConfig
-
Returns the strategy for checking consistency of data between source and
target cluster.
- getConsumerConfig() - Method in class com.hazelcast.config.WanReplicationConfig
-
- getContextType() - Method in interface com.hazelcast.spi.tenantcontrol.DestroyEventContext
-
- getCost() - Method in interface com.hazelcast.core.EntryView
-
Returns the cost (in bytes) of the entry.
- getCost() - Method in interface com.hazelcast.spi.merge.MergingCosts
-
Returns the memory cost of the merge data.
- getCount() - Method in interface com.hazelcast.cp.ICountDownLatch
-
Returns the current count.
- getCountDownLatch(String) - Method in interface com.hazelcast.cp.CPSubsystem
-
- getCPGroup(String) - Method in interface com.hazelcast.cp.CPSubsystemManagementService
-
Returns the active CP group with the given name.
- getCPGroupIds() - Method in interface com.hazelcast.cp.CPSubsystemManagementService
-
Returns all active CP group ids.
- getCPMemberCount() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns the number of CP members that will initialize CP Subsystem.
- getCPMembers() - Method in interface com.hazelcast.cp.CPSubsystemManagementService
-
Returns the current list of CP members
- getCPSessionManagementService() - Method in interface com.hazelcast.cp.CPSubsystem
-
- getCPSubsystem() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the CP subsystem that offers a set of in-memory linearizable data structures
- getCPSubsystemConfig() - Method in class com.hazelcast.config.Config
-
Get current configuration for the CP subsystem
- getCPSubsystemManagementService() - Method in interface com.hazelcast.cp.CPSubsystem
-
- getCRDTReplicationConfig() - Method in class com.hazelcast.config.Config
-
- getCreationTime() - Method in interface com.hazelcast.cache.CacheStatistics
-
Gets the cache creation time.
- 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
-
Returns the creation time of this Near Cache on this member.
- getCreationTime() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
-
- getCreationTime() - Method in interface com.hazelcast.spi.merge.MergingCreationTime
-
Returns the creation time of the merge data.
- getCreationTime() - Method in interface com.hazelcast.topic.LocalTopicStats
-
Returns the creation time of this topic on this member
- getCredentials() - Method in class com.hazelcast.config.security.CredentialsIdentityConfig
-
- getCredentialsFactory() - Method in interface com.hazelcast.security.SecurityContext
-
- getCredentialsFactoryConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getCredentialsFactoryConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getCredentialsIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getCredentialsIdentityConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getCurrentKeyAlias() - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Returns the alias for the current encryption key entry or null
if no alias is set.
- getCurrentMembers() - Method in class com.hazelcast.splitbrainprotection.SplitBrainProtectionEvent
-
Returns the snapshot of member list at the time split brain protection happened
- getCursorBufferSize() - Method in class com.hazelcast.sql.SqlStatement
-
Gets the cursor buffer size (measured in the number of rows).
- getCustomPublisherConfigs() - Method in class com.hazelcast.config.WanReplicationConfig
-
Returns the list of custom WAN publisher implementations for this WAN
replication.
- getDataLoadTimeoutSeconds() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns the timeout duration for CP members to restore their data from
stable storage.
- getDataLoadTimeoutSeconds() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Returns configured data load timeout for hot-restart process.
- getDataSerializableFactories() - Method in class com.hazelcast.config.SerializationConfig
-
- getDataSerializableFactoryClasses() - Method in class com.hazelcast.config.SerializationConfig
-
- getDefault() - Static method in class com.hazelcast.transaction.TransactionOptions
-
Creates a new TransactionOptions configured with default settings.
- getDefaultClassLoader() - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- getDefaultClassLoader() - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- getDefaultClassLoader() - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- getDefaultHazelcastInstance() - Method in interface com.hazelcast.osgi.HazelcastOSGiService
-
- getDefaultProperties() - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- getDefaultProperties() - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- getDefaultProperties() - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- getDefaultReadTimeout() - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
Return default cache value retrieval timeout in milliseconds.
- getDefaultURI() - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- getDefaultURI() - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- getDefaultURI() - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- getDefaultValue() - Method in class com.hazelcast.spi.properties.HazelcastProperty
-
Returns the default value of the property.
- getDelaySeconds() - Method in class com.hazelcast.config.QueryCacheConfig
-
Returns the minimum number of delay seconds which an event waits in the buffer of node
before sending to a QueryCache
- getDelegatedInstance() - Method in interface com.hazelcast.osgi.HazelcastOSGiInstance
-
- getDeprecatedName() - Method in class com.hazelcast.spi.properties.HazelcastProperty
-
- getDepth() - Method in class com.hazelcast.config.MerkleTreeConfig
-
Returns the depth of the merkle tree.
- getDestination() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
-
Returns the new owner of the migrating partition replica.
- getDirectory() - Method in class com.hazelcast.config.NearCachePreloaderConfig
-
- getDirectory() - Method in class com.hazelcast.config.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.config.JoinConfig
-
- getDiscoveryConfig() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the currently defined
DiscoveryConfig
used by the
discovery mechanism for this WAN publisher.
- getDiscoveryConfig() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- getDiscoveryMode() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- getDiscoveryNode() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- getDiscoveryPeriodSeconds() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the period in seconds in which WAN tries to discover new target
endpoints and reestablish connections to failed endpoints.
- getDiscoveryServiceProvider() - Method in class com.hazelcast.config.DiscoveryConfig
-
- getDiscoveryStrategyConfigs() - Method in class com.hazelcast.config.DiscoveryConfig
-
- getDiscoveryStrategyFactory() - Method in class com.hazelcast.config.DiscoveryStrategyConfig
-
- getDiscoveryStrategyType() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategyFactory
-
- getDiscoveryStrategyType() - Method in class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategyFactory
-
- getDiscoveryToken() - Method in class com.hazelcast.client.config.ClientCloudConfig
-
hazelcast.cloud discoveryToken of your cluster
- getDistributedObject() - Method in class com.hazelcast.core.DistributedObjectEvent
-
Returns the DistributedObject instance.
- getDistributedObject(String, String) - Method in interface com.hazelcast.core.HazelcastInstance
-
- getDistributedObjectName(String) - Static method in class com.hazelcast.cache.CacheUtil
-
Convenience method to obtain the name of Hazelcast distributed object corresponding to the cache identified
by the given cacheName
, assuming null URI
and ClassLoader
prefixes.
- getDistributedObjectName(String, URI, ClassLoader) - Static method in class com.hazelcast.cache.CacheUtil
-
Convenience method to obtain the name of Hazelcast distributed object corresponding to the cache identified
by the given arguments.
- getDistributedObjectName() - Method in interface com.hazelcast.spi.tenantcontrol.DestroyEventContext
-
- getDistributedObjects() - Method in interface com.hazelcast.core.HazelcastInstance
-
- getDistributionTraitDef() - Method in class org.apache.calcite.plan.HazelcastRelOptCluster
-
- getDouble(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
-
- getDroppedCount() - Method in class com.hazelcast.wan.WanEventCounters.DistributedObjectWanEventCounters
-
Returns the number of dropped entry events
- getDurability() - Method in class com.hazelcast.config.DurableExecutorConfig
-
Gets the durability of the executor
- getDurability() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Gets the durability of the executor
- getDurability() - Method in class com.hazelcast.transaction.TransactionOptions
-
Gets the transaction durability.
- getDurableExecutorConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the DurableExecutorConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getDurableExecutorConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of durable executor configurations, mapped by config
name.
- getDurableExecutorService(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the durable executor service for the given name.
- getDurationAmount() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig
-
- getDurationConfig() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig
-
- getElapsedTime() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
-
Returns the elapsed the time of this migration in milliseconds.
- getEmptyPollOperationCount() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns number of null returning poll operations.
- getEmptyQueueTtl() - Method in class com.hazelcast.config.QueueConfig
-
Returns the TTL (time to live) for emptying the Queue.
- getEnabledGroups() - Method in class com.hazelcast.config.RestApiConfig
-
Returns a not-null
set of enabled REST endpoint groups.
- getEnabledGroups() - Method in class com.hazelcast.config.RestServerEndpointConfig
-
Returns a not-null
set of enabled REST endpoint groups.
- getEncoding() - Method in class com.hazelcast.config.security.TokenIdentityConfig
-
- getEncodingForBytes(byte[]) - Static method in enum com.hazelcast.config.security.TokenEncoding
-
- getEncryptionAtRestConfig() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Returns the Hot Restart Encryption at Rest configuration.
- getEndpoint() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the WAN endpoint configuration qualifier.
- getEndpointConfigs() - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- getEndpoints() - Method in class com.hazelcast.config.PermissionConfig
-
- getEntryListenerConfigs() - Method in class com.hazelcast.config.MapConfig
-
- getEntryListenerConfigs() - Method in class com.hazelcast.config.MultiMapConfig
-
Gets the list of entry listeners (listens for when entries are added or removed) for this MultiMap.
- getEntryListenerConfigs() - Method in class com.hazelcast.config.QueryCacheConfig
-
- 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
-
- getEpochStart() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getEurekaConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getEurekaConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getEurekaConfig() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the
EurekaConfig
used by the discovery mechanism for this
WAN publisher.
- getEventCounterMap() - Method in class com.hazelcast.wan.WanEventCounters
-
- getEventJournalConfig() - Method in class com.hazelcast.config.AbstractCacheConfig
-
Gets the EventJournalConfig
for this CacheConfiguration
- getEventJournalConfig() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the EventJournalConfig
for this CacheSimpleConfig
- getEventJournalConfig() - Method in class com.hazelcast.config.MapConfig
-
Gets the EventJournalConfig
for this MapConfig
- getEventObject() - Method in interface com.hazelcast.wan.WanEvent
-
Returns the event object/data.
- getEventOperationCount() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns number of event operations
- 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
-
- getEventType() - Method in class com.hazelcast.map.EventLostEvent
-
Intentionally returns null
.
- getEventType() - Method in interface com.hazelcast.map.IMapEvent
-
Return the event type
- getEventType() - Method in interface com.hazelcast.wan.WanEvent
-
Returns the type of this event.
- getEvictionConfig() - Method in class com.hazelcast.config.CacheConfig
-
- getEvictionConfig() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the eviction configuration for this
ICache
.
- getEvictionConfig() - Method in class com.hazelcast.config.MapConfig
-
- getEvictionConfig() - Method in class com.hazelcast.config.NearCacheConfig
-
Returns the eviction configuration for this Near Cache.
- getEvictionConfig() - Method in class com.hazelcast.config.QueryCacheConfig
-
- getEvictionConfig(Node, boolean, boolean) - Method in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- getEvictionPolicy() - Method in class com.hazelcast.config.EvictionConfig
-
- getEvictions() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the number of evictions of Near Cache entries owned by this member.
- getEvictionStrategyType() - Method in class com.hazelcast.config.EvictionConfig
-
Returns the EvictionStrategyType
of this eviction configuration.
- getEx() - Method in interface com.hazelcast.function.SupplierEx
-
- getExecutor() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
-
Gets the Executor that is going to process the events.
- getExecutor() - Method in class com.hazelcast.config.ReliableTopicConfig
-
Gets the Executor that is going to process the events.
- getExecutorConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the ExecutorConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getExecutorConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of executor configurations, mapped by config name.
- getExecutorName() - Method in interface com.hazelcast.core.Offloadable
-
Returns the name of the executor to which the processing unit will be off-loaded.
- getExecutorPoolSize() - Method in class com.hazelcast.config.SqlConfig
-
Gets the number of threads responsible for execution of SQL statements.
- getExecutorService(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the distributed executor service for the given name.
- getExpirations() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the number of TTL and max-idle expirations of Near Cache entries owned by this member.
- 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.
- getExpirationTime() - Method in class com.hazelcast.map.EntryLoader.MetadataAwareValue
-
The expiration date of this entry.
- getExpirationTime() - Method in interface com.hazelcast.spi.merge.MergingExpirationTime
-
Returns the expiration time of the merge data.
- 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.
- getExpiryPolicyFactory() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getExpiryPolicyFactoryConfig() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the factory configuration for the ExpiryPolicy
.
- getExpiryPolicyType() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig
-
- getExtractorClassName() - Method in class com.hazelcast.config.AttributeConfig
-
Gets the full class name of the extractor in a String format, e.g.
- getFactoryClassName() - Method in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
-
Returns the factory class name.
- getFactoryClassName() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the name of the MapStoreFactory implementation class
- getFactoryClassName() - Method in class com.hazelcast.config.QueueStoreConfig
-
Returns the factory class name which will be used to instantiate the queue
store.
- getFactoryClassName() - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- getFactoryId() - Method in class com.hazelcast.cache.HazelcastExpiryPolicy
-
- getFactoryId() - Method in class com.hazelcast.cluster.Address
-
- getFactoryId() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getFactoryId() - Method in class com.hazelcast.config.AliasedDiscoveryConfig
-
- getFactoryId() - Method in class com.hazelcast.config.AttributeConfig
-
- getFactoryId() - Method in class com.hazelcast.config.BitmapIndexOptions
-
- getFactoryId() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig
-
- getFactoryId() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig
-
- getFactoryId() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig
-
- getFactoryId() - Method in class com.hazelcast.config.CacheSimpleConfig
-
- getFactoryId() - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
- getFactoryId() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
- getFactoryId() - Method in class com.hazelcast.config.CollectionConfig
-
- getFactoryId() - Method in class com.hazelcast.config.DiscoveryConfig
-
- getFactoryId() - Method in class com.hazelcast.config.DiscoveryStrategyConfig
-
- getFactoryId() - Method in class com.hazelcast.config.DurableExecutorConfig
-
- getFactoryId() - Method in class com.hazelcast.config.EventJournalConfig
-
- getFactoryId() - Method in class com.hazelcast.config.EvictionConfig
-
- getFactoryId() - Method in class com.hazelcast.config.ExecutorConfig
-
- getFactoryId() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getFactoryId() - Method in class com.hazelcast.config.HotRestartConfig
-
- getFactoryId() - Method in class com.hazelcast.config.IndexConfig
-
- getFactoryId() - Method in class com.hazelcast.config.ListenerConfig
-
- getFactoryId() - Method in class com.hazelcast.config.MapConfig
-
- getFactoryId() - Method in class com.hazelcast.config.MapStoreConfig
-
- getFactoryId() - Method in class com.hazelcast.config.MergePolicyConfig
-
- getFactoryId() - Method in class com.hazelcast.config.MerkleTreeConfig
-
- getFactoryId() - Method in class com.hazelcast.config.MultiMapConfig
-
- getFactoryId() - Method in class com.hazelcast.config.NearCacheConfig
-
- getFactoryId() - Method in class com.hazelcast.config.NearCachePreloaderConfig
-
- getFactoryId() - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- getFactoryId() - Method in class com.hazelcast.config.PermissionConfig
-
- getFactoryId() - Method in class com.hazelcast.config.PNCounterConfig
-
- getFactoryId() - Method in class com.hazelcast.config.PredicateConfig
-
- getFactoryId() - Method in class com.hazelcast.config.QueryCacheConfig
-
- getFactoryId() - Method in class com.hazelcast.config.QueueConfig
-
- getFactoryId() - Method in class com.hazelcast.config.QueueStoreConfig
-
- getFactoryId() - Method in class com.hazelcast.config.ReliableTopicConfig
-
- getFactoryId() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getFactoryId() - Method in class com.hazelcast.config.RingbufferConfig
-
- getFactoryId() - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- getFactoryId() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
- getFactoryId() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- getFactoryId() - Method in class com.hazelcast.config.TopicConfig
-
- getFactoryId() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
- getFactoryId() - Method in class com.hazelcast.config.WanConsumerConfig
-
- getFactoryId() - Method in class com.hazelcast.config.WanCustomPublisherConfig
-
- getFactoryId() - Method in class com.hazelcast.config.WanReplicationConfig
-
- getFactoryId() - Method in class com.hazelcast.config.WanReplicationRef
-
- getFactoryId() - Method in class com.hazelcast.config.WanSyncConfig
-
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
Returns the factory ID.
- getFactoryId() - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
-
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
-
Returns DataSerializableFactory factory ID for this class.
- getFactoryId() - Method in interface com.hazelcast.nio.serialization.Portable
-
Returns PortableFactory ID for this portable class
- getFactoryId() - Method in 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.MapStoreConfig
-
Returns the map store factory implementation object.
- getFactoryImplementation() - Method in class com.hazelcast.config.QueueStoreConfig
-
Returns the queue store factory implementation which will be used to
instantiate the queue store.
- getFactoryImplementation() - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- 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(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
Gets the FieldDefinition for a particular field.
- getField(int) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
Gets the FieldDefinition for a given fieldIndex.
- getFieldClassId(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
Gets the class ID of a field.
- getFieldClassId(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getFieldCount() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
Returns the field count.
- getFieldNames() - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
Returns a Set of all field names.
- getFieldNames() - Method in interface com.hazelcast.nio.serialization.GenericRecord
-
- getFieldNames() - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getFieldType(String) - Method in interface com.hazelcast.nio.serialization.ClassDefinition
-
Get the FieldType for a given fieldName.
- getFieldType(String) - Method in interface com.hazelcast.nio.serialization.GenericRecord
-
- getFieldType(String) - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getFileName() - Method in class com.hazelcast.config.InstanceTrackingConfig
-
Returns the name of the file which will contain the tracking metadata.
- getFilters() - Method in class com.hazelcast.config.WanReplicationRef
-
Returns the list of class names implementing the CacheWanEventFilter or
MapWanEventFilter for filtering outbound WAN replication events.
- 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.
- getFlakeIdGeneratorConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the
FlakeIdGeneratorConfig
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
-
- getFlakeIdGeneratorConfigs() - Method in class com.hazelcast.config.Config
-
- getFloat(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
-
- getFormatPattern() - Method in class com.hazelcast.config.InstanceTrackingConfig
-
Returns the pattern used to render the contents of the instance tracking file.
- getForUpdate(Object) - Method in interface com.hazelcast.transaction.TransactionalMap
-
Locks the key and then gets and returns the value to which the specified
key is mapped.
- getFunction() - Method in class com.hazelcast.spi.properties.HazelcastProperty
-
- getFunctionClassName() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- getFunctionImplementation() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- getGcpConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getGcpConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getGcpConfig() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the
GcpConfig
used by the discovery mechanism for this
WAN publisher.
- 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.
- getGroupSize() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns the number of CP members to form CP groups.
- getGroupType() - Method in class com.hazelcast.config.PartitionGroupConfig
-
Returns the MemberGroupType configured.
- 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.
- getHazelcastInstance() - Method in interface com.hazelcast.cache.HazelcastCacheManager
-
- getHazelcastInstance() - Method in class com.hazelcast.security.HazelcastInstanceCallback
-
- getHazelcastInstance() - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
- getHazelcastInstanceByName(String) - Static method in class com.hazelcast.core.Hazelcast
-
Returns an existing HazelcastInstance with instanceName.
- getHazelcastInstanceByName(String) - Method in interface com.hazelcast.osgi.HazelcastOSGiService
-
- getHeadSeq() - Method in exception com.hazelcast.ringbuffer.StaleSequenceException
-
Returns the last known head sequence.
- getHeadSequence() - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Returns the sequence of the head.
- 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
-
Returns the number of hits (reads) of Near Cache entries owned by this member.
- getHits() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
-
- getHits() - Method in interface com.hazelcast.spi.merge.MergingHits
-
Returns the access hits of the merge data.
- getHost() - Method in class com.hazelcast.cluster.Address
-
- getHotRestartConfig() - Method in class com.hazelcast.config.AbstractCacheConfig
-
Gets the HotRestartConfig
for this CacheConfiguration
- getHotRestartConfig() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the HotRestartConfig
for this CacheSimpleConfig
- getHotRestartConfig() - Method in class com.hazelcast.config.MapConfig
-
Gets the HotRestartConfig
for this MapConfig
- getHotRestartPersistenceConfig() - Method in class com.hazelcast.config.Config
-
Returns the Hot Restart configuration for this hazelcast instance
- getHotRestartService() - Method in interface com.hazelcast.cluster.Cluster
-
Returns the Hot Restart service for interacting with Hot Restart.
- getIcmpFailureDetectorConfig() - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- getIcmpFailureDetectorConfig() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getIcmpFailureDetectorConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getId() - Method in enum com.hazelcast.cluster.ClusterState
-
- getId() - Method in enum com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
-
- getId() - Method in enum com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig.ExpiryPolicyType
-
- getId() - Method in enum com.hazelcast.config.ConsistencyCheckStrategy
-
Gets the ID for this ConsistencyCheckStrategy.
- getId() - Method in enum com.hazelcast.config.EvictionPolicy
-
- getId() - Method in enum com.hazelcast.config.IndexType
-
- getId() - Method in enum com.hazelcast.config.InMemoryFormat
-
- getId() - Method in enum com.hazelcast.config.MaxSizePolicy
-
- getId() - Method in enum com.hazelcast.config.MetadataPolicy
-
Returns enumeration id of this policy.
- getId() - Method in enum com.hazelcast.config.ScheduledExecutorConfig.CapacityPolicy
-
- getId() - Method in enum com.hazelcast.config.WanAcknowledgeType
-
- getId() - Method in enum com.hazelcast.config.WanQueueFullBehavior
-
- getId() - Method in interface com.hazelcast.cp.CPGroupId
-
Returns unique id of the CP group.
- getId() - Method in enum com.hazelcast.nio.serialization.FieldType
-
- getId() - Method in interface com.hazelcast.osgi.HazelcastOSGiService
-
Gets the ID of service.
- getId() - Method in enum com.hazelcast.ringbuffer.OverflowPolicy
-
Gets the ID for the given OverflowPolicy.
- getId() - Method in enum com.hazelcast.sql.SqlColumnType
-
- getId() - Method in enum com.hazelcast.wan.WanPublisherState
-
Returns the ID of the WAN publisher state.
- getIdleMaxParkNs() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the maximum duration in nanoseconds that the WAN replication thread
will be parked if there are no events to replicate.
- getIdleMinParkNs() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the minimum duration in nanoseconds that the WAN replication thread
will be parked if there are no events to replicate.
- getImplementation() - Method in class com.hazelcast.config.AbstractWanPublisherConfig
-
- getImplementation() - Method in class com.hazelcast.config.CachePartitionLostListenerConfig
-
- getImplementation() - Method in class com.hazelcast.config.CredentialsFactoryConfig
-
- getImplementation() - Method in class com.hazelcast.config.EntryListenerConfig
-
- getImplementation() - Method in class com.hazelcast.config.GlobalSerializerConfig
-
- getImplementation() - Method in class com.hazelcast.config.ItemListenerConfig
-
- getImplementation() - Method in class com.hazelcast.config.ListenerConfig
-
Returns the EventListener implementation.
- getImplementation() - Method in class com.hazelcast.config.MapPartitionLostListenerConfig
-
- getImplementation() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the map store implementation object.
- getImplementation() - Method in class com.hazelcast.config.MemberAddressProviderConfig
-
- getImplementation() - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- getImplementation() - Method in class com.hazelcast.config.PredicateConfig
-
Returns the Predicate implementation.
- getImplementation() - Method in class com.hazelcast.config.SecurityInterceptorConfig
-
- getImplementation() - Method in class com.hazelcast.config.SerializerConfig
-
Returns the implementation of the serializer class.
- getImplementation() - Method in class com.hazelcast.config.ServiceConfig
-
- getImplementation() - Method in class com.hazelcast.config.SocketInterceptorConfig
-
- getImplementation() - Method in class com.hazelcast.config.SplitBrainProtectionListenerConfig
-
- getImplementation() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
- getImplementation() - Method in class com.hazelcast.config.WanConsumerConfig
-
- getIndex() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getIndexConfigs() - Method in class com.hazelcast.config.MapConfig
-
- getIndexConfigs() - Method in class com.hazelcast.config.QueryCacheConfig
-
- 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
- getInitialLoadMode() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the initial load mode.
- getInitialPermits() - Method in class com.hazelcast.config.cp.SemaphoreConfig
-
Returns initial permit count of the Semaphore
- getInitialPublisherState() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the initial WAN publisher state.
- getInMemoryFormat() - Method in class com.hazelcast.config.CacheConfig
-
Gets the data type that will be used to store records.
- getInMemoryFormat() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the InMemory Format for this
ICache
.
- getInMemoryFormat() - Method in class com.hazelcast.config.MapConfig
-
Returns the data type that will be used for storing records.
- getInMemoryFormat() - Method in class com.hazelcast.config.NearCacheConfig
-
Returns the data type used to store entries.
- getInMemoryFormat() - Method in class com.hazelcast.config.QueryCacheConfig
-
Returns memory format of values of entries in QueryCache
.
- getInMemoryFormat() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
Data type used to store entries.
- getInMemoryFormat() - Method in class com.hazelcast.config.RingbufferConfig
-
Returns the in-memory format.
- 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 class com.hazelcast.config.Config
-
Returns the instance name uniquely identifying the hazelcast instance
created by this configuration.
- getInstanceTrackingConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
Returns the configuration for tracking use of this Hazelcast instance.
- getInstanceTrackingConfig() - Method in class com.hazelcast.config.Config
-
Returns the configuration for tracking use of this Hazelcast instance.
- getInteger(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
-
- getInterfaces() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getInterfaces() - Method in class com.hazelcast.config.EndpointConfig
-
- getInterfaces() - Method in class com.hazelcast.config.InterfacesConfig
-
- getInterfaces() - Method in class com.hazelcast.config.MemberGroupConfig
-
Gets an unmodifiable collection containing all interfaces.
- getInterfaces() - Method in class com.hazelcast.config.NetworkConfig
-
- getIntervalMilliseconds() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- getIntervalMilliseconds() - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
- getInvalidations() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the number of invalidations of Near Cache entries owned by this member.
- getItem() - Method in class com.hazelcast.collection.ItemEvent
-
Returns the item related to the event.
- getItemListenerConfigs() - Method in class com.hazelcast.config.CollectionConfig
-
Gets the list of ItemListenerConfigs.
- getItemListenerConfigs() - Method in class com.hazelcast.config.QueueConfig
-
Get the list of item listener configurations for this queue.
- getItems() - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Returns the array representing this ringbuffer.
- getIterationCount() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- getJaasAuthenticationConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getJarPaths() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
-
- 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
-
- getJoin() - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- getJoin() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getJoin() - Method in class com.hazelcast.config.NetworkConfig
-
- getKerberosAuthenticationConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getKerberosIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getKerberosIdentityConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getKey() - Method in interface com.hazelcast.cache.CacheEntryView
-
Gets the key of the cache entry.
- getKey() - Method in interface com.hazelcast.cache.EventJournalCacheEvent
-
Returns the key for the event entry.
- getKey() - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- getKey() - Method in class com.hazelcast.core.EntryEvent
-
Returns the key of the entry event.
- getKey() - Method in interface com.hazelcast.core.EntryView
-
Returns the key of the entry.
- getKey() - Method in interface com.hazelcast.map.EventJournalMapEvent
-
Returns the key for the event entry.
- getKey() - Method in class com.hazelcast.partition.PartitionAwareKey
-
Gets the key (not the partitionKey).
- getKey() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
-
Gets the key of the entry.
- getKey() - Method in interface com.hazelcast.spi.merge.MergingEntry
-
Returns the deserialized merging key.
- getKeyClassName() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getKeySize() - Method in class com.hazelcast.config.EncryptionAtRestConfig
-
Returns the size (in bits) of the Hot Restart Store-level encryption key.
- getKeytabFile() - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- getKeytabFile() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- getKeyType() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getKeyType() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the key type for this
ICache
.
- getKubernetesConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getKubernetesConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getKubernetesConfig() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the
KubernetesConfig
used by the discovery mechanism for this
WAN publisher.
- getLabels() - Method in interface com.hazelcast.client.Client
-
- getLabels() - Method in class com.hazelcast.client.config.ClientConfig
-
- getLargestSequence() - Method in interface com.hazelcast.ringbuffer.RingbufferStore
-
Return the largest sequence seen by the data store.
- 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.cache.CacheStatistics
-
Gets the last access time to cache.
- getLastAccessTime() - Method in interface com.hazelcast.collection.LocalCollectionStats
-
Returns the last access (read) time of the list.
- 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
-
- getLastAccessTime() - Method in interface com.hazelcast.spi.merge.MergingLastAccessTime
-
Returns the last access time of the merge data.
- 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
-
Returns the duration in milliseconds of the last Near Cache key persistence (when the pre-load feature is enabled).
- getLastPersistenceFailure() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the failure reason of the last Near Cache persistence (when the pre-load feature is enabled).
- getLastPersistenceKeyCount() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the number of persisted keys of the last Near Cache key persistence (when the pre-load feature is enabled).
- getLastPersistenceTime() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the timestamp of the last Near Cache key persistence (when the pre-load feature is enabled).
- getLastPersistenceWrittenBytes() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the written bytes of the last Near Cache key persistence (when the pre-load feature is enabled).
- 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 (e.g.
- getLastStoredTime() - Method in interface com.hazelcast.spi.merge.MergingLastStoredTime
-
Returns the last stored time of the merge data.
- getLastUpdateTime() - Method in interface com.hazelcast.cache.CacheStatistics
-
Gets the last update time to cache.
- getLastUpdateTime() - Method in interface com.hazelcast.collection.LocalCollectionStats
-
Returns the last update time of the list.
- 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.
- getLastUpdateTime() - Method in interface com.hazelcast.spi.merge.MergingLastUpdateTime
-
Returns the last update time of the merge data.
- getLdapAuthenticationConfig() - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- getLdapAuthenticationConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getLeaderElectionTimeoutInMillis() - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- getLeaderHeartbeatPeriodInMillis() - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- 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
-
Gets the logging level.
- getLevel() - Method in class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
-
- getLicenseKey() - Method in class com.hazelcast.config.Config
-
Returns the license key for this hazelcast instance.
- 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() - Method in class com.hazelcast.console.ConsoleApp
-
- getList(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the distributed list instance with the specified name.
- getList(String) - Method in class com.hazelcast.spring.transaction.ManagedTransactionalTaskContext
-
- getList(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional list instance with the specified name.
- getListConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the ListConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getListConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of
IList
configurations,
mapped by config name.
- getListenerConfigs() - Method in class com.hazelcast.client.config.ClientConfig
-
- getListenerConfigs() - Method in class com.hazelcast.config.Config
-
- getListenerConfigs() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getListenerConfigs() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- getListenerConfigurations() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- 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
- getLocalCacheStatistics() - Method in interface com.hazelcast.cache.ICache
-
Directly access local Cache Statistics.
- getLocalCPMember() - Method in interface com.hazelcast.cp.CPSubsystem
-
Returns the local CP member if this Hazelcast member is part of
CP Subsystem, returns null otherwise.
- getLocalCPMember() - Method in interface com.hazelcast.cp.CPSubsystemManagementService
-
Returns the local CP member if this Hazelcast member is part of
CP Subsystem, returns null otherwise.
- getLocalEndpoint() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the local Endpoint which this HazelcastInstance belongs to.
- getLocalExecutorStats() - Method in interface com.hazelcast.core.IExecutorService
-
Returns local statistics related to this executor service.
- getLocalListStats() - Method in interface com.hazelcast.collection.IList
-
- 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.
- getLocalMultiMapStats() - Method in interface com.hazelcast.multimap.MultiMap
-
Returns LocalMultiMapStats
for this map.
- getLocalQueueStats() - Method in interface com.hazelcast.collection.IQueue
-
Returns LocalQueueStats for this queue.
- getLocalSetStats() - Method in interface com.hazelcast.collection.ISet
-
- getLocalTopicStats() - Method in interface com.hazelcast.topic.ITopic
-
Returns statistics about this topic, like total number of publishes/receives.
- getLocalUpdatePolicy() - Method in class com.hazelcast.config.NearCacheConfig
-
- getLock(String) - Method in interface com.hazelcast.cp.CPSubsystem
-
Returns a proxy for an
FencedLock
instance created on CP
Subsystem.
- getLockAcquireLimit() - Method in class com.hazelcast.config.cp.FencedLockConfig
-
Returns the maximum number of lock acquires a lock holder can perform.
- getLockConfigs() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
- 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(Class) - Static method in class com.hazelcast.logging.Logger
-
Obtains a
logger
for the given
clazz
.
- 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(Class) - Method in interface com.hazelcast.logging.LoggingService
-
- getLogger(String) - Method in class com.hazelcast.logging.NoLogFactory
-
- 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
-
- getLoggingService() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the logging service of this Hazelcast instance.
- getLoggingService() - Method in class com.hazelcast.security.LoggingServiceCallback
-
- 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
-
- getLostBackupCount() - Method in interface com.hazelcast.partition.PartitionLostEvent
-
Returns the number of lost backups for the partition.
- 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
-
- getManagedContext() - Method in class com.hazelcast.config.Config
-
Returns the external managed context.
- getManagementCenterConfig() - Method in class com.hazelcast.config.Config
-
Returns the management center configuration for this hazelcast instance.
- getManagementCenterConfig() - Method in class com.hazelcast.config.MetricsConfig
-
- getManagerPrefix() - Method in class com.hazelcast.config.CacheConfig
-
Gets the manager prefix of the
ICache
, such as "hz://".
- getMap() - Method in class com.hazelcast.console.ConsoleApp
-
- getMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the distributed map instance with the specified name.
- getMap(String) - Method in class com.hazelcast.spring.transaction.ManagedTransactionalTaskContext
-
- getMap(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional distributed map instance with the specified name.
- getMapConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the MapConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getMapConfigOrNull(String) - Method in class com.hazelcast.config.Config
-
Returns the map config with the given name or null
if there is none.
- getMapConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of
IMap
configurations,
mapped by config name.
- getMapStoreConfig() - Method in class com.hazelcast.config.MapConfig
-
Returns the map store configuration
- getMaxAge() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns the maximum age of the items in this member.
- getMaxAttempts() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- getMaxAttempts() - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
- getMaxBackoffMillis() - Method in class com.hazelcast.client.config.ConnectionRetryConfig
-
When backoff reaches this upper bound, it does not increase any more.
- getMaxConcurrentInvocations() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the maximum number of WAN event batches being sent to the target
cluster concurrently.
- getMaxConcurrentReplicationTargets() - Method in class com.hazelcast.config.CRDTReplicationConfig
-
Returns the maximum number of target members that we replicate the CRDT
states to in one period.
- 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.
- getMaxIdle() - Method in interface com.hazelcast.spi.merge.MergingMaxIdle
-
Returns the MaxIdle of the merge data.
- getMaxIdleSeconds() - Method in class com.hazelcast.config.MapConfig
-
Returns the maximum number of seconds for each entry to stay idle in the map.
- 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).
- getMaxMissedLeaderHeartbeatCount() - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- 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.
- getMaxSize() - Method in class com.hazelcast.config.CollectionConfig
-
Gets the maximum size for the Configuration.
- getMaxSize() - Method in class com.hazelcast.config.QueueConfig
-
Returns the maximum size of the Queue.
- getMaxSizePolicy() - Method in class com.hazelcast.config.EvictionConfig
-
- getMaxTargetEndpoints() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the maximum number of endpoints that WAN will connect to when
using a discovery mechanism to define endpoints.
- 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 class com.hazelcast.map.EventLostEvent
-
- getMember() - Method in interface com.hazelcast.map.IMapEvent
-
Returns the member that fired this event.
- getMemberAddressProviderConfig() - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- getMemberAddressProviderConfig() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getMemberAddressProviderConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getMemberAttributeConfig() - Method in class com.hazelcast.config.Config
-
Returns the member attribute configuration.
- getMemberGroupConfigs() - Method in class com.hazelcast.config.PartitionGroupConfig
-
- getMemberGroups() - Method in interface com.hazelcast.spi.partitiongroup.PartitionGroupStrategy
-
- getMemberRealm() - Method in class com.hazelcast.config.SecurityConfig
-
- getMembers() - Method in interface com.hazelcast.cluster.Cluster
-
Set of the current members in the cluster.
- getMembers() - Method in class com.hazelcast.cluster.InitialMembershipEvent
-
- 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.
- getMemcacheProtocolConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getMemoryCost() - Method in interface com.hazelcast.query.LocalIndexStats
-
Returns the memory cost of the index in bytes.
- getMergePolicy(String) - Method in class com.hazelcast.spi.merge.SplitBrainMergePolicyProvider
-
- getMergePolicyClassName() - Method in class com.hazelcast.config.WanReplicationRef
-
Returns the merge policy sent to the WAN replication target to merge
replicated entries with existing target entries.
- getMergePolicyConfig() - Method in class com.hazelcast.config.CacheConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.CacheSimpleConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.CollectionConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.MapConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.MultiMapConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.QueueConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.RingbufferConfig
-
- getMergePolicyConfig() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
- getMergingValue() - Method in class com.hazelcast.core.EntryEvent
-
Returns the incoming merging value of the entry event.
- getMerkleTreeConfig() - Method in class com.hazelcast.config.MapConfig
-
Gets the MerkleTreeConfig
for this MapConfig
- getMerkleTreesCost() - Method in interface com.hazelcast.map.LocalMapStats
-
Returns the heap cost of the Merkle trees
- getMessageListenerConfigs() - Method in class com.hazelcast.config.ReliableTopicConfig
-
Gets the list of message listeners (listens for when messages are added
or removed) for this reliable topic.
- getMessageListenerConfigs() - Method in class com.hazelcast.config.TopicConfig
-
Gets the list of message listeners (listens for when messages are added or removed) for this topic.
- getMessageObject() - Method in class com.hazelcast.topic.Message
-
Returns the published message
- getMetadata() - Method in interface com.hazelcast.sql.SqlRow
-
Gets row metadata.
- getMetadataPolicy() - Method in class com.hazelcast.config.MapConfig
-
- 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.
- getMetricsConfig() - Method in class com.hazelcast.config.Config
-
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
-
- getMinAge() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns the minimum age of the items in this member.
- getMinBlockSize() - Method in class com.hazelcast.config.NativeMemoryConfig
-
Returns the minimum memory block size, in bytes, to be served by native memory manager.
- getMinimumClusterSize() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- getMinor() - Method in class com.hazelcast.version.MemberVersion
-
- getMinor() - Method in class com.hazelcast.version.Version
-
- getMisses() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the number of misses of Near Cache entries owned by this member.
- getMissingCPMemberAutoRemovalSeconds() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns the duration to wait before automatically removing a missing
CP member from CP Subsystem
- getMode() - Method in class com.hazelcast.config.PersistentMemoryConfig
-
Returns the mode in which the persistent memory should be used.
- getModeName() - Method in enum com.hazelcast.config.InstanceTrackingConfig.InstanceMode
-
Returns the string representation of the instance mode name.
- getMulticastConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getMulticastGroup() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the multicast group.
- getMulticastPort() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the multicast port.
- getMulticastTimeoutSeconds() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the multicast timeout in seconds.
- getMulticastTimeToLive() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the time to live for the multicast package.
- getMultiMap() - Method in class com.hazelcast.console.ConsoleApp
-
- getMultiMap(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the distributed multimap instance with the specified name.
- getMultiMap(String) - Method in class com.hazelcast.spring.transaction.ManagedTransactionalTaskContext
-
- getMultiMap(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional multimap instance with the specified name.
- getMultiMapConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the MultiMapConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getMultiMapConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of
MultiMap
configurations,
mapped by config 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.AttributeConfig
-
Gets the name of the attribute extracted by the extractor.
- getName() - Method in class com.hazelcast.config.CacheConfig
-
- getName() - Method in class com.hazelcast.config.CacheSimpleConfig
-
- getName() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Gets the name of the cardinality estimator.
- getName() - Method in class com.hazelcast.config.CollectionConfig
-
Gets the name of this collection.
- getName() - Method in class com.hazelcast.config.cp.FencedLockConfig
-
Returns the name of FencedLock
- getName() - Method in class com.hazelcast.config.cp.SemaphoreConfig
-
Returns the name of CP ISemaphore
- getName() - Method in class com.hazelcast.config.DurableExecutorConfig
-
Gets the name of the executor task.
- getName() - Method in class com.hazelcast.config.EndpointConfig
-
- getName() - Method in class com.hazelcast.config.ExecutorConfig
-
Gets the name of the executor task.
- getName() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
Returns the configuration name.
- getName() - Method in class com.hazelcast.config.IndexConfig
-
Gets name of the index.
- getName() - Method in class com.hazelcast.config.MapConfig
-
Returns the name of this
IMap
- getName() - Method in class com.hazelcast.config.MultiMapConfig
-
Gets the name of this MultiMap.
- 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 class com.hazelcast.config.PermissionConfig
-
- getName() - Method in class com.hazelcast.config.PNCounterConfig
-
Gets the name of the PN counter.
- getName() - Method in class com.hazelcast.config.QueryCacheConfig
-
Returns the name of QueryCache
.
- getName() - Method in class com.hazelcast.config.QueueConfig
-
- getName() - Method in class com.hazelcast.config.ReliableTopicConfig
-
Gets the name of the reliable topic.
- getName() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- getName() - Method in class com.hazelcast.config.RingbufferConfig
-
Returns the name of the ringbuffer.
- getName() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Gets the name of the executor task.
- getName() - Method in class com.hazelcast.config.ServiceConfig
-
- getName() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- getName() - Method in class com.hazelcast.config.TopicConfig
-
Gets the name of the topic, null if nothing is set.
- getName() - Method in class com.hazelcast.config.WanReplicationConfig
-
- getName() - Method in class com.hazelcast.config.WanReplicationRef
-
Returns the WAN replication reference name.
- getName() - Method in interface com.hazelcast.core.DistributedObject
-
Returns the unique name for this DistributedObject.
- getName(DistributedObject) - Static method in class com.hazelcast.core.DistributedObjectUtil
-
Gets the name of the given distributed object.
- 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 class com.hazelcast.map.EventLostEvent
-
- getName() - Method in interface com.hazelcast.map.IMapEvent
-
Returns the name of the map for this event.
- getName() - Method in interface com.hazelcast.map.QueryCache
-
Returns the name of this QueryCache
.
- 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 class com.hazelcast.spring.cache.HazelcastCache
-
- getName() - Method in class com.hazelcast.sql.SqlColumnMetadata
-
Get column name.
- getName() - Method in interface com.hazelcast.topic.ITopic
-
Returns the name of this ITopic instance.
- getNamespaceType() - Method in class com.hazelcast.config.AbstractXmlConfigHelper
-
- getNameWithPrefix() - Method in class com.hazelcast.config.CacheConfig
-
Gets the full name of the
ICache
, including the manager scope prefix.
- getNanos(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
-
- getNativeCache() - Method in class com.hazelcast.spring.cache.HazelcastCache
-
- getNativeMemoryConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getNativeMemoryConfig() - Method in class com.hazelcast.config.Config
-
Returns the native memory configuration for this hazelcast instance.
- getNearCacheConfig(String) - Method in class com.hazelcast.client.config.ClientConfig
-
- getNearCacheConfig() - Method in class com.hazelcast.config.MapConfig
-
Returns the Near Cache configuration
- getNearCacheConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
-
Map of all configured NearCacheConfig's with the name key and configuration as the value
- getNearCacheStatistics() - Method in interface com.hazelcast.cache.CacheStatistics
-
Gets the Near Cache statistics.
- getNearCacheStats() - Method in interface com.hazelcast.map.LocalMapStats
-
Returns statistics related to the Near Cache.
- getNetworkConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getNetworkConfig() - Method in class com.hazelcast.config.Config
-
Returns the network configuration for this hazelcast instance.
- getNewValue() - Method in interface com.hazelcast.cache.EventJournalCacheEvent
-
Returns the new value for the event entry.
- 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
-
- getNodeIdOffset() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getNodeName() - Method in enum com.hazelcast.config.PermissionConfig.PermissionType
-
- 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.
- getObject(int) - Method in interface com.hazelcast.sql.SqlRow
-
Gets the value of the column by index.
- getObject(String) - Method in interface com.hazelcast.sql.SqlRow
-
Gets the value of the column by column name.
- getObjectName() - Method in class com.hazelcast.core.DistributedObjectEvent
-
Returns the name of related DistributedObject.
- getObjectName() - Method in interface com.hazelcast.wan.WanEvent
-
Returns the name of the distributed object (map or cache) on which this
event occurred.
- getOfferOperationCount() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns the number of offer/put/add operations.
- getOldValue() - Method in interface com.hazelcast.cache.EventJournalCacheEvent
-
Returns the old value for the event entry.
- 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.
- getOnJoinPermissionOperation() - Method in class com.hazelcast.config.SecurityConfig
-
- getOperationPoolSize() - Method in class com.hazelcast.config.SqlConfig
-
Gets the number of threads responsible for network operations processing.
- 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.
- getOrCreateHazelcastInstance() - Static method in class com.hazelcast.core.Hazelcast
-
Gets or creates a HazelcastInstance with the default XML configuration looked up in:
System property: Hazelcast will first check if "hazelcast.config" system property is set to a file or a
classpath:...
path.
- getOrCreateHazelcastInstance(Config) - Static method in class com.hazelcast.core.Hazelcast
-
Gets or creates the HazelcastInstance with a certain name.
- getOrCreateQueryCacheConfig(String, String) - Method in class com.hazelcast.client.config.ClientConfig
-
- 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.
- getOriginatingMemberId() - Method in exception com.hazelcast.sql.HazelcastSqlException
-
Gets ID of the member that caused or initiated an error condition.
- 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.
- getOrNullQueryCacheConfig(String, String) - Method in class com.hazelcast.client.config.ClientConfig
-
- getOtherOperationCount() - Method in interface com.hazelcast.map.LocalMapStats
-
Returns the total number of Other Operations
- getOtherOperationsCount() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns number of other operations
- getOutboundPortDefinitions() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Returns the outbound port definitions.
- getOutboundPortDefinitions() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getOutboundPortDefinitions() - Method in class com.hazelcast.config.EndpointConfig
-
- getOutboundPortDefinitions() - Method in class com.hazelcast.config.NetworkConfig
-
- getOutboundPorts() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Returns the outbound ports.
- getOutboundPorts() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getOutboundPorts() - Method in class com.hazelcast.config.EndpointConfig
-
- getOutboundPorts() - Method in class com.hazelcast.config.NetworkConfig
-
- getOwnedEntryCount() - Method in interface com.hazelcast.cache.CacheStatistics
-
Returns the owned entry count in the cache.
- 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
-
Returns the number of Near Cache entries owned by this member.
- 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
-
Returns memory cost (number of bytes) of Near Cache entries owned by this member.
- getOwnedItemCount() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns the number of owned items in this member.
- getOwner() - Method in interface com.hazelcast.partition.Partition
-
Returns the current member that owns this partition.
- getOwnerBundle() - Method in interface com.hazelcast.osgi.HazelcastOSGiService
-
Gets the owner Bundle
of this instance.
- getOwnerService() - Method in interface com.hazelcast.osgi.HazelcastOSGiInstance
-
- 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.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.
- getParallelism() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Gets the configured number of Hot Restart store instance to create for one Hazelcast instance.
- getParameterMetadata() - Method in class org.apache.calcite.plan.HazelcastRelOptCluster
-
- getParameters() - Method in class com.hazelcast.sql.SqlStatement
-
Gets the statement parameters.
- getParent() - Method in class com.hazelcast.spi.properties.HazelcastProperty
-
- getPartition(Object) - Method in interface com.hazelcast.partition.PartitionService
-
Returns the partition that the given key belongs to.
- getPartitionGroupConfig() - Method in class com.hazelcast.config.Config
-
Returns the partition group configuration for this hazelcast instance.
- getPartitionGroupStrategy() - Method in class com.hazelcast.spi.discovery.AbstractDiscoveryStrategy
-
- getPartitionGroupStrategy() - Method in interface com.hazelcast.spi.discovery.DiscoveryStrategy
-
Returns a custom implementation of a
PartitionGroupStrategy
to override
default behavior of zone aware backup strategies
PartitionGroupMetaData
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() - Method in class com.hazelcast.spi.discovery.multicast.MulticastDiscoveryStrategy
-
- getPartitionId() - Method in class com.hazelcast.map.EventLostEvent
-
- 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.
- getPartitioningStrategy() - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- getPartitioningStrategyClass() - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- getPartitioningStrategyConfig() - Method in class com.hazelcast.config.MapConfig
-
- 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 class com.hazelcast.partition.PartitionAwareKey
-
- getPartitionKey(K) - Method in interface com.hazelcast.partition.PartitioningStrategy
-
Returns the key object that will be used by Hazelcast to specify the partition.
- getPartitionKey(Object) - Method in class com.hazelcast.partition.strategy.DefaultPartitioningStrategy
-
- getPartitionKey(Object) - Method in class com.hazelcast.partition.strategy.StringAndPartitionAwarePartitioningStrategy
-
- getPartitionKey(Object) - Method in class com.hazelcast.partition.strategy.StringPartitioningStrategy
-
- getPartitionKey(String) - Static method in class com.hazelcast.partition.strategy.StringPartitioningStrategy
-
- getPartitionKey() - Method in interface com.hazelcast.query.PartitionPredicate
-
Returns the partition key that determines the partition the
target Predicate
is going to execute on.
- getPartitionLostListenerConfigs() - Method in class com.hazelcast.config.CacheConfig
-
Gets the partition lost listener references added to cache configuration.
- getPartitionLostListenerConfigs() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the partition lost listener references added to cache configuration.
- getPartitionLostListenerConfigs() - Method in class com.hazelcast.config.MapConfig
-
- getPartitions() - Method in interface com.hazelcast.partition.PartitionService
-
Returns a set containing all the
Partition
s 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.JavaKeyStoreSecureStoreConfig
-
Returns the Java KeyStore password.
- 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
-
- getPassword() - Method in interface com.hazelcast.security.PasswordCredentials
-
- getPassword() - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
Gets the password.
- getPasswordAttribute() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getPatch() - Method in class com.hazelcast.version.MemberVersion
-
- getPath() - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Returns the Java KeyStore file path.
- getPendingTaskCount() - Method in interface com.hazelcast.executor.LocalExecutorStats
-
Returns the number of pending operations on the executor service.
- getPermission(String, String, String...) - Static method in class com.hazelcast.security.permission.ActionConstants
-
Creates a permission
- getPermissions(Subject, Class<? extends Permission>) - Method in interface com.hazelcast.security.IPermissionPolicy
-
Determines permissions of subject.
- getPermissions() - Method in class com.hazelcast.security.permission.ClusterPermissionCollection
-
- getPersistenceCount() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the number of Near Cache key persistences (when the pre-load feature is enabled).
- 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
-
- 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.
- getPNCounterConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the
PNCounterConfig
for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getPNCounterConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of PN counter configurations, mapped by config
name.
- getPolicy() - Method in class com.hazelcast.config.MergePolicyConfig
-
- getPollingInterval() - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Returns the polling interval (in seconds) for checking for changes in the KeyStore.
- getPollingInterval() - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Returns the Vault polling interval (in seconds).
- getPollOperationCount() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns the number of poll/take/remove operations.
- getPoolSize() - Method in class com.hazelcast.config.DurableExecutorConfig
-
Gets the number of executor threads per member for the executor.
- getPoolSize() - Method in class com.hazelcast.config.ExecutorConfig
-
Gets the number of executor threads per member for the executor.
- getPoolSize() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Gets the number of executor threads per member for the executor.
- getPort() - Method in class com.hazelcast.cluster.Address
-
- getPort() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getPort() - Method in class com.hazelcast.config.NetworkConfig
-
Returns the port the Hazelcast member will try to bind on.
- getPort() - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
Returns the port the Hazelcast member will try to bind on.
- getPortableFactories() - Method in class com.hazelcast.config.SerializationConfig
-
- getPortableFactoryClasses() - Method in class com.hazelcast.config.SerializationConfig
-
- getPortableVersion() - Method in class com.hazelcast.config.SerializationConfig
-
Portable version will be used to differentiate two versions of the same class that have changes on the class,
like adding/removing a field or changing a type of a field.
- getPortCount() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getPortCount() - Method in class com.hazelcast.config.NetworkConfig
-
Returns the maximum number of ports allowed to try to bind on.
- getPortCount() - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
Returns the maximum number of ports allowed to try to bind on.
- 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.
- getPredicateConfig() - Method in class com.hazelcast.config.QueryCacheConfig
-
Returns the predicate of QueryCache
.
- getPrefetchCount() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
-
- getPrefetchCount() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getPrefetchValidityMillis() - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
-
- getPrefetchValidityMillis() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- getPrefix(URI, ClassLoader) - Static method in class com.hazelcast.cache.CacheUtil
-
- 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.
- getPrefixedCacheName(String, URI, ClassLoader) - Static method in class com.hazelcast.cache.CacheUtil
-
- getPrefixedName() - Method in interface com.hazelcast.core.PrefixedDistributedObject
-
Returns the unique prefixed name for this DistributedObject.
- getPrefixes() - Method in class com.hazelcast.config.ClassFilter
-
Returns unmodifiable set of class name prefixes.
- getPreloaderConfig() - Method in class com.hazelcast.config.NearCacheConfig
-
- getPreloaderConfig(Node) - Method in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- getPrincipal() - Method in class com.hazelcast.config.PermissionConfig
-
- getPrincipal() - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- getPrincipal() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- getPriority() - Method in enum com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
-
- getPriorityComparatorClassName() - Method in class com.hazelcast.config.QueueConfig
-
Returns the class name that will be used to compare queue items.
- 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 com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
-
Returns the string representation of the instance product name
- getProgress() - Method in class com.hazelcast.hotrestart.BackupTaskStatus
-
- getProperties() - Method in class com.hazelcast.client.config.ClientConfig
-
- getProperties() - Method in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
-
Gets all properties.
- getProperties() - Method in class com.hazelcast.config.AbstractWanPublisherConfig
-
Returns the WAN publisher 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.AliasedDiscoveryConfig
-
Returns all properties.
- getProperties() - Method in class com.hazelcast.config.Config
-
Returns the properties set on this config instance.
- 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.MapStoreConfig
-
Returns all the properties
- getProperties() - Method in class com.hazelcast.config.MemberAddressProviderConfig
-
- getProperties() - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- getProperties() - Method in class com.hazelcast.config.QueueStoreConfig
-
Returns the properties to be used when instantiating the queue store.
- getProperties() - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- getProperties() - Method in class com.hazelcast.config.ServiceConfig
-
- getProperties() - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Gets all properties.
- getProperties() - Method in class com.hazelcast.config.WanConsumerConfig
-
Returns the properties for the custom WAN consumer.
- 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.AbstractFactoryWithPropertiesConfig
-
Gets a property.
- getProperty(String) - Method in class com.hazelcast.config.AliasedDiscoveryConfig
-
Returns property value by the property name.
- getProperty(String) - Method in class com.hazelcast.config.Config
-
Returns the value for a named property.
- getProperty(String) - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the given property
- getProperty(String) - Method in class com.hazelcast.config.QueueStoreConfig
-
Returns the property with the given name
which is used when
instantiating and interacting with the queue store.
- getProperty(String) - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- getProperty(String) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Gets a property.
- getPropertyName() - Method in enum com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
-
Returns the property name which can be used in placeholders to be resolved
to an actual property value.
- getProtectOn() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- getProtocolType() - Method in class com.hazelcast.config.EndpointConfig
-
- getProtocolType() - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- getProviderFilter() - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Get current filter or null
when no filter is defined.
- getProviderMode() - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Return the current ProviderMode
- getProxyFactoryConfigs() - Method in class com.hazelcast.client.config.ClientConfig
-
- getPublicAddress() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getPublicAddress() - Method in class com.hazelcast.config.NetworkConfig
-
- getPublicAddress() - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- 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
-
- getPublicAddress() - Method in interface com.hazelcast.spi.MemberAddressProvider
-
What address should Hazelcast advertise to other members and clients.
- getPublicAddress(EndpointQualifier) - Method in interface com.hazelcast.spi.MemberAddressProvider
-
- getPublisherId() - Method in class com.hazelcast.config.AbstractWanPublisherConfig
-
- getPublisherId() - Method in class com.hazelcast.config.WanCustomPublisherConfig
-
- getPublishingMember() - Method in class com.hazelcast.topic.Message
-
Returns the member that published the message.
- getPublishOperationCount() - Method in interface com.hazelcast.topic.LocalTopicStats
-
Returns the total number of published messages of this topic on this member
- 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
- getQualifier() - Method in class com.hazelcast.config.EndpointConfig
-
- getQualifier() - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- getQueryCache(String) - Method in interface com.hazelcast.map.IMap
-
Returns corresponding QueryCache
instance for the supplied name
or null.
- getQueryCache(String, Predicate<K, V>, boolean) - Method in interface com.hazelcast.map.IMap
-
Creates an always up to date snapshot of this IMap
according to the supplied parameters.
- getQueryCache(String, MapListener, Predicate<K, V>, boolean) - Method in interface com.hazelcast.map.IMap
-
Creates an always up to date snapshot of this IMap
according to
the supplied parameters.
- getQueryCacheConfigs() - Method in class com.hazelcast.client.config.ClientConfig
-
- getQueryCacheConfigs() - Method in class com.hazelcast.config.MapConfig
-
- 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() - Method in class com.hazelcast.console.ConsoleApp
-
- getQueue(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the distributed queue instance with the specified name.
- getQueue(String) - Method in class com.hazelcast.spring.transaction.ManagedTransactionalTaskContext
-
- getQueue(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional queue instance with the specified name.
- getQueueCapacity() - Method in class com.hazelcast.config.ExecutorConfig
-
Gets the queue capacity of the executor task.
- getQueueCapacity() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the capacity of the primary and backup queue for WAN replication events.
- getQueueConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the QueueConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getQueueConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of
IQueue
configurations,
mapped by config name.
- getQueueFullBehavior() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the configured behaviour of this WAN publisher when the WAN queue
is full.
- getQueueStoreConfig() - Method in class com.hazelcast.config.QueueConfig
-
Get the QueueStore (load and store queue items from/to a database) configuration.
- getRaftAlgorithmConfig() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns configuration options for Hazelcast's Raft consensus algorithm
implementation
- getRatio() - Method in interface com.hazelcast.nearcache.NearCacheStats
-
Returns the hit/miss ratio of Near Cache entries owned by this member.
- getRawDataInput() - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getRawDataOutput() - Method in interface com.hazelcast.nio.serialization.PortableWriter
-
After writing portable fields one can subsequently write remaining fields in the old-fashioned way.
- getRawKey() - Method in interface com.hazelcast.spi.merge.MergingEntry
-
Returns the merging key in the in-memory format of the backing data structure.
- getRawValue() - Method in interface com.hazelcast.spi.merge.MergingValue
-
Returns the merging value in the in-memory format of the backing data structure.
- getReadBatchSize() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
-
Gets the maximum number of items to read in a batch.
- getReadBatchSize() - Method in class com.hazelcast.config.ReliableTopicConfig
-
Gets the maximum number of items to read in a batch.
- getReadTimeout() - Method in class com.hazelcast.spring.cache.HazelcastCache
-
Return cache retrieval timeout in milliseconds
- getReadTimeoutMap() - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
Return cache-specific value retrieval timeouts.
- getRealm() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- getRealmConfig(String) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getRealmConfig(String) - Method in class com.hazelcast.config.SecurityConfig
-
- getRealmConfig() - Method in class com.hazelcast.security.RealmConfigCallback
-
- getRealmConfigs() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getRealmConfigs() - Method in class com.hazelcast.config.SecurityConfig
-
- getRealmCredentialsFactory(String) - Method in class com.hazelcast.config.SecurityConfig
-
- getRealmLoginModuleConfigs(String) - Method in class com.hazelcast.config.SecurityConfig
-
- getRealmName() - Method in class com.hazelcast.security.RealmConfigCallback
-
- getReceiveOperationCount() - Method in interface com.hazelcast.topic.LocalTopicStats
-
Returns the total number of received messages of this topic on this member
- getReconnectMode() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
-
- getRejectedOfferOperationCount() - Method in interface com.hazelcast.collection.LocalQueueStats
-
Returns the number of rejected offers.
- getRelaxFlagsCheck() - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- 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.
- getReliableTopicConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the ReliableTopicConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getReliableTopicConfigMap() - Method in class com.hazelcast.client.config.ClientConfig
-
Returns the map of reliable topic configurations,
mapped by config name.
- getReliableTopicConfigs() - Method in class com.hazelcast.config.Config
-
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.
- getRemoveCount() - Method in class com.hazelcast.wan.WanEventCounters.DistributedObjectWanEventCounters
-
Returns the number of entry remove events
- 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.
- getReplicaCount() - Method in class com.hazelcast.config.PNCounterConfig
-
Returns the number of replicas on which state for this PN counter will
be kept.
- 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.
- getReplicatedMapConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the ReplicatedMapConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getReplicatedMapConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of
ReplicatedMap
configurations, mapped by config name.
- getReplicatedMapStats() - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
-
Returns LocalReplicatedMapStats for this replicated map.
- getReplicationPeriodMillis() - Method in class com.hazelcast.config.CRDTReplicationConfig
-
Returns the period between two replications of CRDT states in
milliseconds.
- getRequiredMember() - Method in class com.hazelcast.config.TcpIpConfig
-
Gets the required member.
- getResourceFactory() - Method in class com.hazelcast.spring.transaction.HazelcastTransactionManager
-
- getResponseTimeoutMillis() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the duration in milliseconds for the wait time before retrying to
send the events to target cluster again in case the acknowledgement
has not arrived.
- getRestApiConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getRestEndpointConfig() - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- getRetentionSeconds() - Method in class com.hazelcast.config.MetricsManagementCenterConfig
-
Returns the number of seconds the metrics will be retained on the
instance.
- getRingbuffer(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the distributed Ringbuffer instance with the specified name.
- getRingbufferConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the RingbufferConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getRingbufferConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of
Ringbuffer
configurations, mapped by config name.
- getRingbufferStoreConfig() - Method in class com.hazelcast.config.RingbufferConfig
-
Get the RingbufferStore (load and store ringbuffer items from/to a database)
configuration.
- getRoleAttribute() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
-
- getRoleContext() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getRoleFilter() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getRoleMappingAttribute() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getRoleMappingMode() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getRoleMappingMode(String) - Static method in enum com.hazelcast.config.security.LdapRoleMappingMode
-
- getRoleNameAttribute() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getRoleRecursionMaxDepth() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getRoleSearchScope() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getRowMetadata() - Method in interface com.hazelcast.sql.SqlResult
-
Gets the row metadata.
- getSalt() - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
-
Returns the salt.
- getScheduledExecutorConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the ScheduledExecutorConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getScheduledExecutorConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of scheduled executor configurations, mapped by config
name.
- getScheduledExecutorService(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
- getScheduledFuture(ScheduledTaskHandler) - Method in interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
-
- 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 com.hazelcast.config.security.LdapSearchScope
-
- getSeconds(HazelcastProperty) - Method in class com.hazelcast.spi.properties.HazelcastProperties
-
- getSecretPath() - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Returns the Vault secret path.
- getSecureStoreConfig() - Method in class com.hazelcast.config.EncryptionAtRestConfig
-
Returns the Secure Store configuration.
- getSecurityConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
- getSecurityConfig() - Method in class com.hazelcast.config.Config
-
Returns the security configuration for this hazelcast instance.
- getSecurityInterceptorConfigs() - Method in class com.hazelcast.config.SecurityConfig
-
- getSecurityRealm() - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- getSecurityRealm() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- getSecurityRealm() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getSemaphore(String) - Method in interface com.hazelcast.cp.CPSubsystem
-
Returns a proxy for an
ISemaphore
instance created on CP
Subsystem.
- getSemaphoreConfigs() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
- 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
-
- getSerializationConfig() - Method in class com.hazelcast.config.Config
-
Returns the serialization configuration for this hazelcast instance.
- getSerializationType() - Method in interface com.hazelcast.nio.serialization.SerializerHook
-
Returns the actual class type of the serialized object
- getSerializerConfigs() - Method in class com.hazelcast.config.SerializationConfig
-
- getService() - Method in class com.hazelcast.client.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.
- getServiceName() - Method in interface com.hazelcast.spi.tenantcontrol.DestroyEventContext
-
- getServiceName() - Method in interface com.hazelcast.wan.WanEvent
-
Returns the service name on which this event occurred.
- getServiceNamePrefix() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- getServicesConfig() - Method in class com.hazelcast.config.Config
-
Returns the configuration for the user services managed by this
hazelcast instance.
- getServicesConfig(Config) - Static method in class com.hazelcast.config.ConfigAccessor
-
- getSessionHeartbeatIntervalSeconds() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns the interval for the periodically-committed CP session
heartbeats.
- getSessionTimeToLiveSeconds() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns the duration for a CP session to be kept alive
after its last session heartbeat.
- getSet() - Method in class com.hazelcast.console.ConsoleApp
-
- getSet(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the distributed set instance with the specified name.
- getSet(String) - Method in class com.hazelcast.spring.transaction.ManagedTransactionalTaskContext
-
- getSet(String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional set instance with the specified name.
- getSetConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the SetConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getSetConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of
ISet
configurations,
mapped by config name.
- getSetOperationCount() - Method in interface com.hazelcast.map.LocalMapStats
-
Returns the number of set operations
- getSingleType() - Method in enum com.hazelcast.nio.serialization.FieldType
-
- getSize() - Method in class com.hazelcast.config.EvictionConfig
-
- getSize() - Method in class com.hazelcast.config.NativeMemoryConfig
-
Returns size of the native memory region.
- getSkipAuthentication() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- 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.
- getSocketConnectTimeoutSeconds() - Method in class com.hazelcast.config.EndpointConfig
-
- getSocketFactoryClassName() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getSocketInterceptorConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getSocketInterceptorConfig() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getSocketInterceptorConfig() - Method in class com.hazelcast.config.EndpointConfig
-
- getSocketInterceptorConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getSocketLingerSeconds() - Method in class com.hazelcast.config.EndpointConfig
-
- getSocketOptions() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getSocketRcvBufferSizeKb() - Method in class com.hazelcast.config.EndpointConfig
-
- getSocketSendBufferSizeKb() - Method in class com.hazelcast.config.EndpointConfig
-
- 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.
- getSplitBrainProtection(String) - Method in interface com.hazelcast.splitbrainprotection.SplitBrainProtectionService
-
- getSplitBrainProtectionConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the
SplitBrainProtectionConfig
for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getSplitBrainProtectionConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of split brain protection configurations, mapped by
config name.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.CacheConfig
-
Gets the name of the associated split brain protection if any.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the name of the associated split brain protection if any.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.CollectionConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.DurableExecutorConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.ExecutorConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.MapConfig
-
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.MultiMapConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.PNCounterConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.QueueConfig
-
Returns the split brain protection name for queue operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.RingbufferConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionName() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Returns the split brain protection name for operations.
- getSplitBrainProtectionService() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns the split brain protection service of this Hazelcast instance.
- getSpn() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- getSql() - Method in class com.hazelcast.config.PredicateConfig
-
Returns sql string for this config.
- getSql() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns a service to execute distributed SQL queries.
- getSql() - Method in class com.hazelcast.sql.SqlStatement
-
Gets the SQL string to be executed.
- getSqlConfig() - Method in class com.hazelcast.config.Config
-
- getSSLConfig() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- getSSLConfig() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getSSLConfig() - Method in class com.hazelcast.config.EndpointConfig
-
- getSSLConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getSSLConfig() - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Returns the SSL/TLS configuration.
- getStartedTaskCount() - Method in interface com.hazelcast.executor.LocalExecutorStats
-
Returns the number of started operations on the executor service.
- 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
-
- getState() - Method in class com.hazelcast.hotrestart.BackupTaskStatus
-
- getStatementTimeoutMillis() - Method in class com.hazelcast.config.SqlConfig
-
Gets the timeout in milliseconds that is applied to statements without an explicit timeout.
- 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.
- getStoreImplementation() - Method in class com.hazelcast.config.QueueStoreConfig
-
Returns the implementation of the queue store which will be used to store
queue items.
- getStoreImplementation() - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- 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
-
- getSymmetricEncryptionConfig() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- getSymmetricEncryptionConfig() - Method in class com.hazelcast.config.EndpointConfig
-
- getSymmetricEncryptionConfig() - Method in class com.hazelcast.config.NetworkConfig
-
- getSyncConfig() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the config for the WAN sync mechanism.
- getSyncCount() - Method in class com.hazelcast.wan.WanEventCounters.DistributedObjectWanEventCounters
-
Returns the number of entry sync events
- getSystemAuthentication() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getSystemProperty() - Method in class com.hazelcast.spi.properties.HazelcastProperty
-
Gets the system property value of the property.
- getSystemUserDn() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getSystemUserPassword() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getTag() - Method in class com.hazelcast.config.AliasedDiscoveryConfig
-
- getTailSequence() - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Returns the sequence of the tail.
- getTarget() - Method in interface com.hazelcast.query.PartitionPredicate
-
- getTarget() - Method in exception com.hazelcast.spi.exception.WrongTargetException
-
- getTargetEndpoints() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns the comma separated list of target cluster members,
e.g.
- getTaskId() - Method in interface com.hazelcast.durableexecutor.DurableExecutorServiceFuture
-
A unique ID for the executing task
- getTaskName() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
-
Returns the name of the task.
- getTcpIpConfig() - Method in class com.hazelcast.config.JoinConfig
-
- getTenantControl(CacheConfig<K, V>) - Static method in class com.hazelcast.config.CacheConfigAccessor
-
- getTextContent(Node) - Method in class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- getThreshold() - Method in class com.hazelcast.splitbrainprotection.SplitBrainProtectionEvent
-
Returns the predefined split brain protection threshold
- getTimedExpiryPolicyFactoryConfig() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig
-
- getTimeoutMillis() - Method in class com.hazelcast.sql.SqlStatement
-
Gets the execution timeout in milliseconds.
- getTimeoutMillis() - Method in class com.hazelcast.transaction.TransactionOptions
-
Gets the timeout in milliseconds.
- getTimeoutMilliseconds() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- getTimeoutMilliseconds() - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
- getTimestamp() - Method in interface com.hazelcast.auditlog.AuditableEvent
-
Returns event timestamp as milliseconds from the epoch.
- getTimeToLiveSeconds() - Method in class com.hazelcast.config.EventJournalConfig
-
Gets the time to live in seconds.
- getTimeToLiveSeconds() - Method in class com.hazelcast.config.MapConfig
-
Returns the maximum number of seconds for each entry to stay in the map.
- 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).
- getTimeToLiveSeconds() - Method in class com.hazelcast.config.RingbufferConfig
-
Gets the time to live in seconds.
- getTimeUnit() - Method in class com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig
-
- getTimeUnit() - Method in class com.hazelcast.spi.properties.HazelcastProperty
-
- getTlsAuthenticationConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getToken() - Method in class com.hazelcast.config.security.TokenIdentityConfig
-
- getToken() - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Returns the Vault access token.
- 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 com.hazelcast.config.security.TokenEncoding
-
- getTokenIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getTokenIdentityConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getTopic() - Method in class com.hazelcast.console.ConsoleApp
-
- getTopic(String) - Method in interface com.hazelcast.core.HazelcastInstance
-
Creates or returns the distributed topic instance with the specified name.
- getTopicConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the TopicConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
- getTopicConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of reliable topic configurations, mapped by config name.
- getTopicOverloadPolicy() - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
-
Gets the TopicOverloadPolicy for this reliable topic.
- getTopicOverloadPolicy() - Method in class com.hazelcast.config.ReliableTopicConfig
-
Gets the TopicOverloadPolicy for this reliable topic.
- getTotal() - Method in class com.hazelcast.hotrestart.BackupTaskStatus
-
- getTotalBackupCount() - Method in class com.hazelcast.config.CacheConfig
-
Gets the total backup count (backupCount + asyncBackupCount
) of the cache.
- getTotalBackupCount() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Returns the total number of backups: backupCount plus asyncBackupCount.
- getTotalBackupCount() - Method in class com.hazelcast.config.CollectionConfig
-
Gets the total number of synchronous and asynchronous backups for this collection.
- getTotalBackupCount() - Method in class com.hazelcast.config.MapConfig
-
Returns the total number of backups: backupCount plus asyncBackupCount.
- getTotalBackupCount() - Method in class com.hazelcast.config.MultiMapConfig
-
Gets the total number of backups (synchronous + asynchronous) for this MultiMap.
- getTotalBackupCount() - Method in class com.hazelcast.config.QueueConfig
-
Get the total number of backups: the backup count plus the asynchronous backup count.
- getTotalBackupCount() - Method in class com.hazelcast.config.RingbufferConfig
-
Returns the total number of backups: backupCount plus asyncBackupCount.
- getTotalElapsedTime() - Method in interface com.hazelcast.partition.MigrationState
-
Returns the total elapsed time of completed migrations in milliseconds.
- getTotalExecutionLatency() - Method in interface com.hazelcast.executor.LocalExecutorStats
-
Returns the total execution time of operations finished.
- 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 ran/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.
- getTotalStartLatency() - Method in interface com.hazelcast.executor.LocalExecutorStats
-
Returns the total start latency of operations started.
- getTotalUpdateLatency() - Method in interface com.hazelcast.query.LocalIndexStats
-
Returns the total latency (in nanoseconds) of update operations performed
on the index.
- getTransactionalObject(String, String) - Method in class com.hazelcast.spring.transaction.ManagedTransactionalTaskContext
-
- getTransactionalObject(String, String) - Method in interface com.hazelcast.transaction.TransactionalTaskContext
-
Returns the transactional object instance with the specified name and service name.
- getTransactionContext(HazelcastInstance) - Static method in class com.hazelcast.spring.transaction.HazelcastTransactionManager
-
Returns the transaction context for the given Hazelcast instance bounded to the current thread.
- getTransactionContext() - Method in class com.hazelcast.spring.transaction.HazelcastTransactionManager
-
Returns the transaction context
- getTransactionContext() - Method in interface com.hazelcast.transaction.HazelcastXAResource
-
Returns the TransactionContext associated with the current thread.
- getTransactionType() - Method in class com.hazelcast.transaction.TransactionOptions
-
- getTrustedInterfaces() - Method in class com.hazelcast.config.ManagementCenterConfig
-
Gets the trusted interfaces.
- getTrustedInterfaces() - Method in class com.hazelcast.config.MulticastConfig
-
Gets the trusted interfaces.
- getTrustedInterfaces() - Method in interface com.hazelcast.config.TrustedInterfacesConfigurable
-
Gets the trusted interfaces.
- getTryCount() - Method in class com.hazelcast.client.config.ClientFailoverConfig
-
Returns the count of attempts to connect to a cluster.
- getTtl() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- getTtl() - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
- getTtl() - Method in interface com.hazelcast.core.EntryView
-
Returns the last set time to live in milliseconds.
- getTtl() - Method in interface com.hazelcast.spi.merge.MergingTTL
-
Returns the TTL of the merge data.
- getTxnId() - Method in interface com.hazelcast.transaction.TransactionContext
-
Gets the ID that uniquely identifies the transaction.
- getType() - Method in enum com.hazelcast.cache.CacheEventType
-
- getType() - Method in interface com.hazelcast.cache.EventJournalCacheEvent
-
Returns the event type.
- getType() - Method in class com.hazelcast.config.IndexConfig
-
Gets type of the index.
- getType() - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Returns the type of the Java KeyStore.
- getType() - Method in class com.hazelcast.config.PermissionConfig
-
- getType(String) - Static method in enum com.hazelcast.config.PermissionConfig.PermissionType
-
- getType() - Method in enum com.hazelcast.core.EntryEventType
-
- getType() - Method in enum 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
-
- getType() - Method in class com.hazelcast.sql.SqlColumnMetadata
-
Gets column type.
- 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.
- getTypeSize() - Method in enum com.hazelcast.nio.serialization.FieldType
-
- getUnavailableMembers() - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityEvent
-
Returns the unavailable members of the CP group.
- getUncommittedEntryCountToRejectNewAppends() - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- 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.MemorySize
-
Returns unit of memory size
- getUpdateCount() - Method in interface com.hazelcast.query.LocalIndexStats
-
Returns the number of update operations performed on the index.
- getUpdateCount() - Method in class com.hazelcast.wan.WanEventCounters.DistributedObjectWanEventCounters
-
Returns the number of entry update events
- getUriString() - Method in class com.hazelcast.config.CacheConfig
-
Gets the URI string which is the global identifier for this
ICache
.
- getUrl() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getUsage() - Method in class com.hazelcast.config.LoginModuleConfig
-
- getUseCanonicalHostname() - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- getUseNameWithoutRealm() - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- getUserCodeDeploymentConfig() - Method in class com.hazelcast.client.config.ClientConfig
-
Get current configuration of User Code Deployment.
- getUserCodeDeploymentConfig() - Method in class com.hazelcast.config.Config
-
Get current configuration of User Code Deployment.
- getUserContext() - Method in class com.hazelcast.client.config.ClientConfig
-
- getUserContext() - Method in class com.hazelcast.config.Config
-
Returns the user supplied context.
- getUserContext() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getUserContext() - Method in interface com.hazelcast.core.HazelcastInstance
-
Returns a ConcurrentMap that can be used to add user-context to the HazelcastInstance.
- getUserFilter() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getUsername() - Method in class com.hazelcast.config.security.UsernamePasswordIdentityConfig
-
- getUserNameAttribute() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- getUsernamePasswordIdentityConfig() - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- getUsernamePasswordIdentityConfig() - Method in class com.hazelcast.config.security.RealmConfig
-
- getUserSearchScope() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- 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.
- getValidationTimeoutSeconds() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Returns configured validation timeout for hot-restart process.
- 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.map.EntryLoader.MetadataAwareValue
-
Returns the value
- getValue() - Method in class com.hazelcast.memory.MemorySize
-
Returns value of memory size in its original unit.
- getValue() - Method in interface com.hazelcast.spi.eviction.EvictableEntryView
-
Gets the value of the entry.
- getValue() - Method in interface com.hazelcast.spi.merge.MergingValue
-
Returns the deserialized merging value.
- getValueClass() - Method in enum com.hazelcast.sql.SqlColumnType
-
Gets the Java class of the value of this SQL type.
- getValueClassName() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getValueCollectionType() - Method in class com.hazelcast.config.MultiMapConfig
-
Gets the collection type for the values of this MultiMap.
- getValueType() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- getValueType() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the value type for this
ICache
.
- getVersion() - Method in interface com.hazelcast.cluster.Member
-
Returns the Hazelcast codebase version of this member; this may or may not be different from the version reported by
Cluster.getClusterVersion()
, 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
-
Returns the version.
- getVersion() - Method in class com.hazelcast.nio.serialization.ClassDefinitionBuilder
-
- getVersion() - Method in interface com.hazelcast.nio.serialization.FieldDefinition
-
- getVersion() - Method in interface com.hazelcast.nio.serialization.PortableReader
-
- getVersion() - Method in interface com.hazelcast.nio.VersionAware
-
- getVersion() - Method in interface com.hazelcast.spi.merge.MergingVersion
-
Returns the version of the merge data.
- getWanProtocolVersion() - Method in interface com.hazelcast.nio.WanProtocolVersionAware
-
Returns the WAN protocol version.
- getWanReplicationConfig(String) - Method in class com.hazelcast.config.Config
-
Returns the WAN replication configuration with the given name
.
- getWanReplicationConfigs() - Method in class com.hazelcast.config.Config
-
Returns the map of WAN replication configurations, mapped by config
name.
- getWanReplicationRef() - Method in class com.hazelcast.config.CacheConfig
-
- getWanReplicationRef() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Gets the WAN target replication reference.
- getWanReplicationRef() - Method in class com.hazelcast.config.MapConfig
-
Gets the WAN target replication reference.
- getWhitelist() - Method in class com.hazelcast.config.JavaSerializationFilterConfig
-
- getWhitelistedPrefixes() - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Return currently configured whitelist prefixes
- getWriteBatchSize() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the number of operations to be included in each batch processing round.
- getWriteDelaySeconds() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns the number of seconds to delay the store writes.
- getXAResource() - Method in interface com.hazelcast.core.HazelcastInstance
-
Gets xaResource which will participate in XATransaction.
- gigaBytes() - Method in class com.hazelcast.memory.MemorySize
-
Returns value of memory size in giga-bytes.
- GLOBAL_HD_INDEX_ENABLED - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Enables use of the concurrent HD index introduced in 4.1 for the IMDG
predicate API (old query engine) and reverts to using the per-partition
indexes.
- 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
-
- GRACEFUL_SHUTDOWN_MAX_WAIT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Maximum wait in seconds during graceful shutdown.
- 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.
- 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
.
- ICache<K,V> - Interface in com.hazelcast.cache
-
This
ICache
interface is the
Cache
extension offered by
Hazelcast JCache.
In addition to the standard set of JCache methods defined in the JSR 107 specification, Hazelcast provides
additional operations to support a broader range of programing styles.
- ICacheManager - Interface in com.hazelcast.core
-
ICacheManager
is the entry point to access JSR-107 (JCache) caches via
HazelcastInstance
interface.
- IcmpFailureDetectorConfig - Class in com.hazelcast.config
-
This Failure Detector may be configured in addition to one of Deadline and Phi Accual Failure Detectors.
It operates at Layer 3 of the OSI protocol, and provides much quicker and more deterministic detection of hardware
and other lower level events.
- IcmpFailureDetectorConfig() - Constructor for class com.hazelcast.config.IcmpFailureDetectorConfig
-
- ICollection<E> - Interface in com.hazelcast.collection
-
Concurrent, distributed, partitioned, listenable collection.
- ICountDownLatch - Interface in com.hazelcast.cp
-
- 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 com.hazelcast.cp.event.CPMembershipEvent.EventType
-
- id() - Method in interface com.hazelcast.cp.session.CPSession
-
Returns id of the session
- id() - Method in enum com.hazelcast.transaction.TransactionOptions.TransactionType
-
- 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
-
- 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.AbstractWanPublisherConfig
-
- implementation - Variable in class com.hazelcast.config.ListenerConfig
-
- implementation - Variable in class com.hazelcast.config.PredicateConfig
-
- implementation - Variable in class com.hazelcast.config.SecurityInterceptorConfig
-
- implies(Permission) - Method in class com.hazelcast.security.permission.AllPermissions.AllPermissionsCollection
-
- implies(Permission) - Method in class com.hazelcast.security.permission.AllPermissions
-
- implies(Permission) - Method in class com.hazelcast.security.permission.ClusterPermissionCollection
-
- implies(Permission) - Method in class com.hazelcast.security.permission.ConfigPermission
-
- implies(Permission) - Method in class com.hazelcast.security.permission.DenyAllPermissionCollection
-
- implies(Permission) - Method in class com.hazelcast.security.permission.InstancePermission
-
- implies(Permission) - Method in class com.hazelcast.security.permission.TransactionPermission
-
- 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.
- incrementDropped(String) - Method in class com.hazelcast.wan.WanEventCounters
-
Increment the number of dropped events for the distributedObjectName
.
- incrementRemove(String) - Method in class com.hazelcast.wan.WanEventCounters
-
Increment the number of remove events for the distributedObjectName
.
- incrementSync(String) - Method in class com.hazelcast.wan.WanEventCounters
-
Increment the number of sync events for the distributedObjectName
.
- incrementSync(String, int) - Method in class com.hazelcast.wan.WanEventCounters
-
Increment the number of sync events for the distributedObjectName
by count
.
- incrementUpdate(String) - Method in class com.hazelcast.wan.WanEventCounters
-
Increment the number of update events for the distributedObjectName
.
- 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
-
- INDEX_COPY_BEHAVIOR - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Type of Query Index result copying behavior.
- 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.
- IndexConfig(IndexConfig) - Constructor for class com.hazelcast.config.IndexConfig
-
- IndexType - Enum in com.hazelcast.config
-
Type of the index.
- info(String) - Method in class com.hazelcast.logging.AbstractLogger
-
- info(String, Throwable) - Method in class com.hazelcast.logging.AbstractLogger
-
- info(Throwable) - Method in class com.hazelcast.logging.AbstractLogger
-
- info(String) - Method in interface com.hazelcast.logging.ILogger
-
- info(Throwable) - Method in interface com.hazelcast.logging.ILogger
-
- info(String, Throwable) - Method in interface com.hazelcast.logging.ILogger
-
Logs a message with an associated throwable at the
Level.INFO
level.
- init(CallbackHandler, Properties) - Method in interface com.hazelcast.auditlog.AuditlogServiceFactory
-
Initializes this class with given properties.
- 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(int) - Method in interface com.hazelcast.cp.ISemaphore
-
Tries to initialize this ISemaphore instance with the given permit count
- init(HazelcastInstance, Properties, String) - Method in interface com.hazelcast.map.MapLoaderLifecycleSupport
-
Initializes this MapLoader implementation.
- init(Properties) - Method in interface com.hazelcast.nio.SocketInterceptor
-
- 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
.
- init() - Method in class com.hazelcast.spring.HazelcastNamespaceHandler
-
- init(String, WanConsumerConfig) - Method in interface com.hazelcast.wan.WanConsumer
-
Initialize the WAN consumer.
- init(WanReplicationConfig, AbstractWanPublisherConfig) - Method in interface com.hazelcast.wan.WanPublisher
-
Initializes the publisher.
- INIT_CLUSTER_VERSION - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Override cluster version to use while node is not yet member of a cluster.
- INITIAL_MEMORY_SIZE - Static variable in class com.hazelcast.config.NativeMemoryConfig
-
Initial memory size in megabytes
- INITIAL_MIN_CLUSTER_SIZE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Initial expected cluster size to wait before member to start completely.
- INITIAL_WAIT_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Initial time in seconds to wait before member to start completely.
- initialize(Object) - Method in interface com.hazelcast.core.ManagedContext
-
Initialize the given object instance.
- initialize(Object) - Method in class com.hazelcast.spring.context.SpringManagedContext
-
- InitialMembershipEvent - Class in com.hazelcast.cluster
-
- InitialMembershipEvent(Cluster, Set<Member>) - Constructor for class com.hazelcast.cluster.InitialMembershipEvent
-
- InitialMembershipListener - Interface in com.hazelcast.cluster
-
- initLoginModuleProperties() - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
-
- initLoginModuleProperties() - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- initLoginModuleProperties() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- initLoginModuleProperties() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.AtomicLongPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.AtomicReferencePermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.CachePermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.CardinalityEstimatorPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.CountDownLatchPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.DurableExecutorServicePermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.ExecutorServicePermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.FlakeIdGeneratorPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.InstancePermission
-
init mask
- initMask(String[]) - Method in class com.hazelcast.security.permission.ListPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.LockPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.MapPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.PNCounterPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.QueuePermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.ReliableTopicPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.ReplicatedMapPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.RingBufferPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.ScheduledExecutorPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.SemaphorePermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.TopicPermission
-
- initMask(String[]) - Method in class com.hazelcast.security.permission.UserCodeDeploymentPermission
-
- InMemoryFormat - Enum in com.hazelcast.config
-
Storage format type of values stored in cluster
- InMemoryXmlConfig - Class in com.hazelcast.config
-
Creates a
Config
loaded from an in-memory Hazelcast XML String.
- InMemoryXmlConfig(String) - Constructor for class com.hazelcast.config.InMemoryXmlConfig
-
Creates a Config from the provided XML string and uses the System.properties to resolve variables
in the XML.
- InMemoryXmlConfig(String, Properties) - Constructor for class com.hazelcast.config.InMemoryXmlConfig
-
Creates a Config from the provided XML string and properties to resolve the variables in the XML.
- InMemoryYamlConfig - Class in com.hazelcast.config
-
Creates a
Config
loaded from an in-memory Hazelcast YAML String.
- InMemoryYamlConfig(String) - Constructor for class com.hazelcast.config.InMemoryYamlConfig
-
Creates a Config from the provided YAML string and uses the System.properties to resolve variables
in the YAML.
- InMemoryYamlConfig(String, Properties) - Constructor for class com.hazelcast.config.InMemoryYamlConfig
-
Creates a Config from the provided YAML string and properties to resolve the variables in the YAML.
- inProgress() - Method in enum com.hazelcast.hotrestart.BackupTaskState
-
Returns if the backup task is in progress.
- INSTANCE - Static variable in class com.hazelcast.config.security.DefaultAuthenticationConfig
-
Singleton instance.
- INSTANCE - Static variable in class com.hazelcast.partition.strategy.StringAndPartitionAwarePartitioningStrategy
-
- 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
.
- InstancePermission - Class in com.hazelcast.security.permission
-
TODO: Object Permission
- InstancePermission(String, String...) - Constructor for class com.hazelcast.security.permission.InstancePermission
-
- 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 in com.hazelcast.config
-
The mode in which this instance is running.
- InstanceTrackingConfig.InstanceProductName - Enum in com.hazelcast.config
-
Product name for the Hazelcast instance
- InstanceTrackingConfig.InstanceTrackingProperties - Enum in com.hazelcast.config
-
Enumeration of instance properties provided to the format pattern for
output.
- 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
-
- interceptAfter(Credentials, String, String, String) - Method in interface com.hazelcast.security.SecurityContext
-
intercepts a request after process if any
SecurityInterceptor
configured
Any exception thrown during interception will be ignored
- interceptBefore(Credentials, String, String, String, Object[]) - Method in interface com.hazelcast.security.SecurityContext
-
- 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.
- interfaces - Variable in class com.hazelcast.config.EndpointConfig
-
- InterfacesConfig - Class in com.hazelcast.config
-
Contains the configuration for Interfaces.
- InterfacesConfig() - Constructor for class com.hazelcast.config.InterfacesConfig
-
- interruptBackupTask() - Method in interface com.hazelcast.hotrestart.HotRestartService
-
Interrupts the backup tasks on each cluster member if one is currently running.
- interruptLocalBackupTask() - Method in interface com.hazelcast.hotrestart.HotRestartService
-
Interrupts the local backup task if one is currently running.
- 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
- InvalidConfigurationException - Exception in com.hazelcast.config
-
A InvalidConfigurationException is thrown when an 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_MAX_RETRY_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Maximum number of retries for an invocation.
- INVOCATION_RETRY_PAUSE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Pause time between each retry cycle of an invocation in milliseconds.
- 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_BALANCER_INTERVAL_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
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_INPUT_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Controls the number of socket input threads.
- IO_OUTPUT_THREAD_COUNT - Static variable in class com.hazelcast.client.properties.ClientProperty
-
Controls the number of IO output threads.
- IO_OUTPUT_THREAD_COUNT - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Controls the number of socket 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.
- IO_WRITE_THROUGH_ENABLED - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Optimization that allows sending of packets over the network to be done
on the calling thread if the conditions are right.
- IPermissionPolicy - Interface in com.hazelcast.security
-
IPermissionPolicy is used to determine any
Subject
's
permissions to perform a security sensitive Hazelcast operation.
- IQueue<E> - Interface in com.hazelcast.collection
-
Concurrent, blocking, distributed, observable queue.
- is(String) - Method in interface com.hazelcast.query.PredicateBuilder.EntryObject
-
- isAllowUnsafe() - Method in class com.hazelcast.config.SerializationConfig
-
Unsafe, it is not public api of java.
- isArrayType() - Method in enum com.hazelcast.nio.serialization.FieldType
-
- isAssignedToMember() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
-
- isAssignedToPartition() - Method in class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
-
- isAsyncFillup() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
True if the replicated map is available for reads before the initial
replication is completed, false otherwise.
- isAsyncStart() - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
-
- 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.config.JoinConfig
-
Any other join configuration takes precedence over auto-discovery, so auto-discovery is enabled only when no other join
strategy is enabled.
- isAutoDetectionEnabled() - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- isAutoRemoveStaleData() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Returns whether or not automatically removal of stale Hot Restart data is enabled.
- isBackupAckToClientEnabled() - Method in class com.hazelcast.client.config.ClientConfig
-
Note that backup acks to client can be enabled only for smart client.
- isBetween(Version, Version) - Method in class com.hazelcast.version.Version
-
Checks if the version is between specified version (both ends inclusive)
- isBinary() - Method in class com.hazelcast.config.MultiMapConfig
-
Checks if the MultiMap is in binary (serialized) form.
- 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
-
- IScheduledFuture<V> - Interface in com.hazelcast.scheduledexecutor
-
A delayed result-bearing action that can be cancelled.
- isClusterSafe() - Method in interface com.hazelcast.partition.PartitionService
-
Checks whether the cluster is in a safe state.
- isCoalesce() - Method in class com.hazelcast.config.QueryCacheConfig
-
Returns true
if coalescing is is enabled, otherwise returns false
.
- isDefaultsDisabled() - Method in class com.hazelcast.config.JavaSerializationFilterConfig
-
- isDestroyed() - Method in interface com.hazelcast.cache.ICache
-
Determines whether this Cache instance has been destroyed.
- isDisablePerEntryInvalidationEvents() - Method in class com.hazelcast.config.CacheConfig
-
Returns invalidation events disabled status for per entry.
- isDisablePerEntryInvalidationEvents() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Returns invalidation events disabled status for per entry.
- isDiscoveryCompleted() - Method in interface com.hazelcast.cp.CPSubsystemManagementService
-
Returns whether the CP discovery process is completed or not.
- isDone() - Method in enum com.hazelcast.hotrestart.BackupTaskState
-
Returns true if the backup task completed (successfully or with failure)
- 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.
- isEmpty() - Method in interface com.hazelcast.map.QueryCache
-
- isEmpty() - Method in interface com.hazelcast.transaction.TransactionalMap
-
- isEnableCompression() - Method in class com.hazelcast.config.SerializationConfig
-
Enables compression when default java serialization is used.
- isEnabled() - Method in class com.hazelcast.client.config.ClientCloudConfig
-
- isEnabled() - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- isEnabled() - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
-
- 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.AdvancedNetworkConfig
-
- isEnabled() - Method in class com.hazelcast.config.AliasedDiscoveryConfig
-
Checks whether the given join mechanism 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.EventJournalConfig
-
Returns if the event journal is enabled.
- isEnabled() - Method in class com.hazelcast.config.HotRestartConfig
-
Returns whether hot restart enabled on related data structure.
- isEnabled() - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Returns whether hot restart enabled on this member.
- isEnabled() - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
- 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.MapStoreConfig
-
Returns if this configuration is enabled
- isEnabled() - Method in class com.hazelcast.config.MemberAddressProviderConfig
-
- isEnabled() - Method in class com.hazelcast.config.MemcacheProtocolConfig
-
Returns if MEMCACHE protocol support is enabled.
- isEnabled() - Method in class com.hazelcast.config.MerkleTreeConfig
-
Returns if the merkle tree is enabled.
- isEnabled() - Method in class com.hazelcast.config.MetricsJmxConfig
-
Returns whether metrics will be exposed through JMX MBeans.
- isEnabled() - Method in class com.hazelcast.config.MetricsManagementCenterConfig
-
Returns whether metrics will be exposed to Hazelcast Management
Center.
- isEnabled() - Method in class com.hazelcast.config.MulticastConfig
-
Check if the multicast discovery mechanism has been enabled.
- 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.PartitionGroupConfig
-
Checks if this PartitionGroupConfig is enabled.
- isEnabled() - Method in class com.hazelcast.config.PersistentMemoryConfig
-
Returns if the persistent memory is enabled.
- isEnabled() - Method in class com.hazelcast.config.QueueStoreConfig
-
Returns true
if the queue store is enabled, false
otherwise.
- isEnabled() - Method in class com.hazelcast.config.RestApiConfig
-
Checks if REST API access is enabled.
- isEnabled() - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- isEnabled() - Method in class com.hazelcast.config.SecurityConfig
-
- isEnabled() - Method in class com.hazelcast.config.ServiceConfig
-
- isEnabled() - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Returns if this configuration is enabled.
- isEnabled() - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- isEnabled() - Method in class com.hazelcast.config.TcpIpConfig
-
Checks if the Tcp/Ip join mechanism is enabled.
- isEnabled() - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Returns true if User Code Deployment is enabled
- isEnabledAndNotEmpty() - Method in class com.hazelcast.config.RestApiConfig
-
Return true if the REST API is enabled and at least one REST endpoint group is allowed.
- isEnabledAndNotEmpty() - Method in class com.hazelcast.config.RestServerEndpointConfig
-
Return true if the REST API is enabled and at least one REST endpoint group is allowed.
- isEnabledByDefault() - Method in enum com.hazelcast.config.RestEndpointGroup
-
Returns if this group is enabled by default.
- isEnableSharedObject() - Method in class com.hazelcast.config.SerializationConfig
-
Enables shared object when default java serialization is used.
- isEnqueueNewEvents() - Method in enum com.hazelcast.wan.WanPublisherState
-
Returns true
if this state allows enqueueing new events,
false
otherwise.
- isEqual(Object) - Static method in interface com.hazelcast.function.PredicateEx
-
Serializable
variant of
- isEqualTo(Version) - Method in class com.hazelcast.version.Version
-
- ISet<E> - Interface in com.hazelcast.collection
-
Concurrent, distributed implementation of
Set
- isExistingTransaction(Object) - Method in class com.hazelcast.spring.transaction.HazelcastTransactionManager
-
- isExpired(long) - Method in interface com.hazelcast.cp.session.CPSession
-
Returns true if the session expires before the given timestamp.
- isFailFastOnStartup() - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
- isFailOnIndeterminateOperationState() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns the value to determine if CP Subsystem API calls will fail when
result of an API call becomes indeterminate.
- isFineEnabled() - Method in class com.hazelcast.logging.AbstractLogger
-
- isFineEnabled() - Method in interface com.hazelcast.logging.ILogger
-
- isFinestEnabled() - Method in class com.hazelcast.logging.AbstractLogger
-
- isFinestEnabled() - Method in interface com.hazelcast.logging.ILogger
-
- isFsync() - Method in class com.hazelcast.config.HotRestartConfig
-
Returns whether disk write should be followed by an fsync()
system call.
- isGlobalOrderingEnabled() - Method in class com.hazelcast.config.TopicConfig
-
Checks if global ordering is enabled (all nodes listening to the same topic
get their messages in the same order), or disabled (nodes get
the messages in the order that the messages are published).
- isGreaterOrEqual(Version) - Method in class com.hazelcast.version.Version
-
- isGreaterThan(Version) - Method in class com.hazelcast.version.Version
-
- isGroupEnabled(RestEndpointGroup) - Method in class com.hazelcast.config.RestApiConfig
-
Checks if given REST endpoint group is enabled.
- isGroupEnabled(RestEndpointGroup) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
Checks if given REST endpoint group is enabled.
- isHotBackupEnabled() - Method in interface com.hazelcast.hotrestart.HotRestartService
-
Returns if hot backup is enabled.
- isIdentityConfigured() - Method in class com.hazelcast.config.security.RealmConfig
-
- isIncludeValue() - Method in class com.hazelcast.config.EntryListenerConfig
-
- isIncludeValue() - Method in class com.hazelcast.config.ItemListenerConfig
-
- isIncludeValue() - Method in class com.hazelcast.config.ListenerConfig
-
- isIncludeValue() - Method in class com.hazelcast.config.QueryCacheConfig
-
Returns true
if value caching enabled, otherwise returns false
.
- isIncludeValue() - Method in class com.hazelcast.config.SplitBrainProtectionListenerConfig
-
- isInfoEnabled() - Method in class com.hazelcast.logging.AbstractLogger
-
- isInfoEnabled() - Method in interface com.hazelcast.logging.ILogger
-
- 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
-
- isJDKCompatible() - Method in class com.hazelcast.config.cp.SemaphoreConfig
-
Returns true if CP ISemaphore is compatible with
its JDK counterpart
- isJoinAllowed() - Method in enum com.hazelcast.cluster.ClusterState
-
Returns true
, if joining of a new member is allowed in this state.
- 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.
- isLiteMember() - Method in class com.hazelcast.config.Config
-
Returns true
if this member is a lite member.
- isLocal() - Method in class com.hazelcast.config.EntryListenerConfig
-
- isLocal() - Method in class com.hazelcast.config.ListenerConfig
-
- isLocal() - Method in class com.hazelcast.config.SplitBrainProtectionListenerConfig
-
- isLocalMemberSafe() - Method in interface com.hazelcast.partition.PartitionService
-
Checks whether local member is in safe state.
- 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.
- isLocked() - Method in interface com.hazelcast.map.LockAware
-
- isLocked(K) - Method in interface com.hazelcast.multimap.MultiMap
-
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
-
Checks if a message at the given level is going to be logged by this logger.
- isLoggable(Level) - Method in class com.hazelcast.logging.Log4j2Factory.Log4j2Logger
-
- isLoopbackModeEnabled() - Method in class com.hazelcast.config.MulticastConfig
-
Check if the loopback mode is enabled in the multicast discovery mechanism.
- 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.
- isManagementEnabled - Variable in class com.hazelcast.config.AbstractCacheConfig
-
Whether management is enabled
- isManagementEnabled() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- isManagementEnabled() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Checks if management is enabled for this
ICache
.
- isMemberSafe(Member) - Method in interface com.hazelcast.partition.PartitionService
-
Checks whether the given member is in safe state.
- isMetadataGroup() - Method in interface com.hazelcast.cp.event.CPGroupAvailabilityEvent
-
Returns whether this is the METADATA CP group or not.
- isMigrationAllowed() - Method in enum com.hazelcast.cluster.ClusterState
-
Returns true
, if migrations and replications are allowed in this state.
- isMultiThreadingEnabled() - Method in class com.hazelcast.config.TopicConfig
-
Checks if multi-threaded processing of incoming messages is enabled or not.
- isNearCacheEnabled() - Method in class com.hazelcast.config.MapConfig
-
Checks if Near Cache is enabled.
- 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.
- isOldValueRequired() - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
If old value is required, previously assigned values for the affected keys
will be sent to this cache entry listener implementation.
- isOverrideJavaSerialization() - Method in class com.hazelcast.config.GlobalSerializerConfig
-
- isOverwritable() - Method in interface com.hazelcast.nio.serialization.SerializerHook
-
Defines if this serializer can be overridden by defining a custom
serializer in the configurations (codebase or configuration file)
- isParallelMode() - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
- isParseDn() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- isPartitionPromotionAllowed() - Method in enum com.hazelcast.cluster.ClusterState
-
Returns true
, if partition promotions are allowed in this state.
- isPersistenceEnabled() - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Returns whether CP Subsystem Persistence enabled on this member.
- isPersistWanReplicatedData() - Method in class com.hazelcast.config.WanConsumerConfig
-
- isPopulate() - Method in class com.hazelcast.config.QueryCacheConfig
-
Returns true
if initial population of QueryCache
is enabled, otherwise returns false
.
- isPortAutoIncrement() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- isPortAutoIncrement() - Method in class com.hazelcast.config.NetworkConfig
-
Checks if a Hazelcast member is allowed find a free port by incrementing the port number when it encounters
an occupied port.
- isPortAutoIncrement() - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
Checks if a Hazelcast member is allowed find a free port by incrementing the port number when it encounters
an occupied port.
- isPresent() - Method in class com.hazelcast.splitbrainprotection.SplitBrainProtectionEvent
-
Returns the presence of the split brain protection
- isPriorityQueue() - Method in class com.hazelcast.config.QueueConfig
-
Check if underlying implementation is a PriorityQueue
.
- isReadBackupData() - Method in class com.hazelcast.config.MapConfig
-
Checks if read-backup-data (reading local backup entries) is enabled for this map.
- isReadThrough - Variable in class com.hazelcast.config.AbstractCacheConfig
-
A flag indicating if "read-through" mode is required.
- isReadThrough() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- isReadThrough() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Checks if this
ICache
is read-through: a read loads the entry from the data store
if it is not already in the cache.
- isRealm(String) - Method in class com.hazelcast.config.SecurityConfig
-
Returns if the given name is a valid realm name.
- 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
-
- isReplicateEnqueuedEvents() - Method in enum com.hazelcast.wan.WanPublisherState
-
Returns true
if this state allows dequeueing and replicating
events, false
otherwise.
- isRepublishingEnabled() - Method in class com.hazelcast.config.WanReplicationRef
-
Returns true
if incoming WAN events to this member should be
republished (forwarded) to this WAN replication reference.
- isReuseAddress() - Method in class com.hazelcast.client.config.SocketOptions
-
SO_REUSEADDR socket option.
- isReuseAddress() - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- isReuseAddress() - Method in class com.hazelcast.config.NetworkConfig
-
- isReuseAddress() - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- isRowSet() - Method in interface com.hazelcast.sql.SqlResult
-
- isRunning() - Method in interface com.hazelcast.core.LifecycleService
-
Checks whether or not the instance is running.
- isScriptingEnabled() - Method in class com.hazelcast.config.ManagementCenterConfig
-
Returns if scripting is allowed (true
) or disallowed (false
).
- 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
-
- isSmartRouting() - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- isSnapshotEnabled() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns true
if key-based coalescing is configured for this WAN
publisher.
- isSocketBufferDirect() - Method in class com.hazelcast.config.EndpointConfig
-
- isSocketKeepAlive() - Method in class com.hazelcast.config.EndpointConfig
-
- isSocketTcpNoDelay() - Method in class com.hazelcast.config.EndpointConfig
-
- isStatisticsEnabled - Variable in class com.hazelcast.config.AbstractCacheConfig
-
A flag indicating if statistics gathering is enabled.
- isStatisticsEnabled() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- isStatisticsEnabled() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Checks if statistics are enabled for this
ICache
.
- isStatisticsEnabled() - Method in class com.hazelcast.config.CollectionConfig
-
Checks if collection statistics are enabled.
- isStatisticsEnabled() - Method in class com.hazelcast.config.DurableExecutorConfig
-
- isStatisticsEnabled() - Method in class com.hazelcast.config.ExecutorConfig
-
- isStatisticsEnabled() - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- isStatisticsEnabled() - Method in class com.hazelcast.config.MapConfig
-
Checks if statistics are enabled for this map.
- isStatisticsEnabled() - Method in class com.hazelcast.config.MultiMapConfig
-
Checks to see if statistics are enabled for this MultiMap.
- isStatisticsEnabled() - Method in class com.hazelcast.config.PNCounterConfig
-
Checks if statistics are enabled for this PN counter
- isStatisticsEnabled() - Method in class com.hazelcast.config.QueueConfig
-
Check if statistics are enabled for this queue.
- isStatisticsEnabled() - Method in class com.hazelcast.config.ReliableTopicConfig
-
Checks if statistics are enabled for this reliable topic.
- isStatisticsEnabled() - Method in class com.hazelcast.config.ReplicatedMapConfig
-
Checks if statistics are enabled for this replicated map.
- isStatisticsEnabled() - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
- isStatisticsEnabled() - Method in class com.hazelcast.config.TopicConfig
-
Checks if statistics are enabled for this topic.
- isStoreByValue - Variable in class com.hazelcast.config.AbstractCacheConfig
-
A flag indicating if the cache will be store-by-value or store-by-reference.
- isStoreByValue() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- isSuccess() - Method in interface com.hazelcast.partition.ReplicaMigrationEvent
-
Returns the result of the migration: completed or failed.
- isSupported(OptionalFeature) - Method in class com.hazelcast.cache.HazelcastCachingProvider
-
- isSupported(OptionalFeature) - Method in class com.hazelcast.cache.HazelcastMemberCachingProvider
-
- isSupported(OptionalFeature) - Method in class com.hazelcast.client.cache.HazelcastClientCachingProvider
-
- isSynchronous() - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
If true
, this cache entry listener implementation will be called in a synchronous manner.
- isTcpNoDelay() - Method in class com.hazelcast.client.config.SocketOptions
-
TCP_NODELAY socket option
- isTerminal(Throwable) - Method in interface com.hazelcast.topic.ReliableMessageListener
-
- 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
-
- isUseEndpointPrivateAddress() - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Returns whether the WAN connection manager should connect to the
endpoint on the private address returned by the discovery SPI.
- isUseNativeByteOrder() - Method in class com.hazelcast.config.SerializationConfig
-
- isUsePublicIp() - Method in class com.hazelcast.config.AliasedDiscoveryConfig
-
Checks whether the public or private IP should be used to connect to Hazelcast members.
- isWarningEnabled() - Method in class com.hazelcast.logging.AbstractLogger
-
- isWarningEnabled() - Method in interface com.hazelcast.logging.ILogger
-
- isWriteCoalescing() - Method in class com.hazelcast.config.MapStoreConfig
-
Returns true
if write-coalescing is enabled.
- isWriteThrough - Variable in class com.hazelcast.config.AbstractCacheConfig
-
A flag indicating if "write-through" mode is required.
- isWriteThrough() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- isWriteThrough() - Method in class com.hazelcast.config.CacheSimpleConfig
-
Checks if the
ICache
is write-through: a write to the queue also loads the entry
into the data store.
- item - Variable in class com.hazelcast.collection.ItemEvent
-
- itemAdded(ItemEvent<E>) - Method in interface com.hazelcast.collection.ItemListener
-
Invoked when an item is added.
- itemAdded(ItemEvent) - Method in class com.hazelcast.console.ConsoleApp
-
- 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 in com.hazelcast.core
-
Type of item events.
- ItemListener<E> - Interface in com.hazelcast.collection
-
- ItemListenerConfig - Class in com.hazelcast.config
-
Contains the configuration for an Item Listener.
- ItemListenerConfig() - Constructor for class com.hazelcast.config.ItemListenerConfig
-
- ItemListenerConfig(String, boolean) - Constructor for class com.hazelcast.config.ItemListenerConfig
-
- ItemListenerConfig(ItemListener, boolean) - Constructor for class com.hazelcast.config.ItemListenerConfig
-
- ItemListenerConfig(ItemListenerConfig) - Constructor for class com.hazelcast.config.ItemListenerConfig
-
- itemRemoved(ItemEvent<E>) - Method in interface com.hazelcast.collection.ItemListener
-
Invoked when an item is removed.
- itemRemoved(ItemEvent) - Method in class com.hazelcast.console.ConsoleApp
-
- iterator(int) - Method in interface com.hazelcast.cache.ICache
-
Creates and returns a cluster wide iterator
to iterate on all entries owned by this cache.
- iterator() - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Returns a read-only iterator.
- iterator() - Method in interface com.hazelcast.spi.partitiongroup.MemberGroup
-
- iterator() - Method in interface com.hazelcast.sql.SqlResult
-
Returns the iterator over the result rows.
- 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.
- save(Map<K, V>) - Method in interface com.hazelcast.scheduledexecutor.StatefulTask
-
Task callback to capture its state on the provided map.
- saveCurrentTenant(DestroyEventContext) - Method in interface com.hazelcast.spi.tenantcontrol.TenantControlFactory
-
To be called from the application's thread to connect a Hazelcast object
with a particular tenant, e.g.
- 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.
- ScheduledExecutorConfig - Class in com.hazelcast.config
-
- ScheduledExecutorConfig() - Constructor for class com.hazelcast.config.ScheduledExecutorConfig
-
- ScheduledExecutorConfig(String) - Constructor for class com.hazelcast.config.ScheduledExecutorConfig
-
- ScheduledExecutorConfig(String, int, int, int, boolean) - Constructor for class com.hazelcast.config.ScheduledExecutorConfig
-
- ScheduledExecutorConfig(String, int, int, int, String, MergePolicyConfig, ScheduledExecutorConfig.CapacityPolicy, boolean) - Constructor for class com.hazelcast.config.ScheduledExecutorConfig
-
- ScheduledExecutorConfig(ScheduledExecutorConfig) - Constructor for class com.hazelcast.config.ScheduledExecutorConfig
-
- ScheduledExecutorConfig.CapacityPolicy - Enum in com.hazelcast.config
-
Capacity policy options
- ScheduledExecutorPermission - Class in com.hazelcast.security.permission
-
- ScheduledExecutorPermission(String, String...) - Constructor for class com.hazelcast.security.permission.ScheduledExecutorPermission
-
- ScheduledTaskHandler - Class in com.hazelcast.scheduledexecutor
-
- ScheduledTaskHandler() - Constructor for class com.hazelcast.scheduledexecutor.ScheduledTaskHandler
-
- ScheduledTaskStatistics - Interface in com.hazelcast.scheduledexecutor
-
- 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
Member
s.
- 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
Member
s.
- 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
Member
s.
- 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
Member
s 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
Member
s 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
Member
s given.
- schemaValidation(Document) - Method in class com.hazelcast.config.AbstractXmlConfigHelper
-
- SEARCH_DYNAMIC_CONFIG_FIRST - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
By default, search for data structures config is performed within static
configuration first:
Exact match in static config
Wildcard match in static config
Exact match in dynamic config
Wildcard match in dynamic config
Fallback to default
But sometimes it makes sense to perform search within dynamic configs
first.
- SecureCallable<V> - Interface in com.hazelcast.security
-
A secure callable that runs in a sandbox.
- SecureStoreConfig - Class in com.hazelcast.config
-
Abstract Secure Store configuration class.
- SecureStoreConfig() - Constructor for class com.hazelcast.config.SecureStoreConfig
-
- SecurityConfig - Class in com.hazelcast.config
-
Contains configuration for Security
- SecurityConfig() - Constructor for class com.hazelcast.config.SecurityConfig
-
- SecurityContext - Interface in com.hazelcast.security
-
- SecurityInterceptor - Interface in com.hazelcast.security
-
This interface allows to intercept requests which were produced by an API call like map.put, queue.offer...
- SecurityInterceptorConfig - Class in com.hazelcast.config
-
- SecurityInterceptorConfig() - Constructor for class com.hazelcast.config.SecurityInterceptorConfig
-
- SecurityInterceptorConfig(String) - Constructor for class com.hazelcast.config.SecurityInterceptorConfig
-
- SecurityInterceptorConfig(SecurityInterceptor) - Constructor for class com.hazelcast.config.SecurityInterceptorConfig
-
- securityRealmGenerator(ConfigXmlGenerator.XmlGenerator, String, RealmConfig) - Method in class com.hazelcast.config.ConfigXmlGenerator
-
- SecurityService - Interface in com.hazelcast.security
-
Provides necessary methods to initiate security related config changes.
- 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.AbstractFactoryWithPropertiesConfig
-
- self() - Method in class com.hazelcast.config.AuditlogConfig
-
- self() - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
-
- self() - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- self() - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- self() - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
-
- self() - Method in class com.hazelcast.config.SSLConfig
-
- SemaphoreConfig - Class in com.hazelcast.config.cp
-
- SemaphoreConfig() - Constructor for class com.hazelcast.config.cp.SemaphoreConfig
-
- SemaphoreConfig(String) - Constructor for class com.hazelcast.config.cp.SemaphoreConfig
-
- SemaphoreConfig(String, boolean, int) - Constructor for class com.hazelcast.config.cp.SemaphoreConfig
-
- SemaphorePermission - Class in com.hazelcast.security.permission
-
- SemaphorePermission(String, String...) - Constructor for class com.hazelcast.security.permission.SemaphorePermission
-
- 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
-
- SerializationConfig() - Constructor for class com.hazelcast.config.SerializationConfig
-
- SerializationConfig(SerializationConfig) - Constructor for class com.hazelcast.config.SerializationConfig
-
- serializationService - Variable in class com.hazelcast.config.AbstractCacheConfig
-
- 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
-
- SERVER_CACHING_PROVIDER - Static variable in class com.hazelcast.cache.HazelcastCachingProvider
-
Deprecated.
- ServerSocketEndpointConfig - Class in com.hazelcast.config
-
Endpoint configuration that defines a listening side (server)
- ServerSocketEndpointConfig() - Constructor for class com.hazelcast.config.ServerSocketEndpointConfig
-
- ServiceConfig - Class in com.hazelcast.config
-
Configuration for a single service.
- ServiceConfig() - Constructor for class com.hazelcast.config.ServiceConfig
-
- ServiceNotFoundException - Exception in com.hazelcast.spi.exception
-
- 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.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()
).
- set(long, Object) - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Sets the item at the given sequence.
- set(K, V) - Method in interface com.hazelcast.transaction.TransactionalMap
-
- setAcknowledgeType(WanAcknowledgeType) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the strategy for when the target cluster should acknowledge that
a WAN event batch has been processed.
- setActions(Set<String>) - Method in class com.hazelcast.config.PermissionConfig
-
- setAddress(String) - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Sets the Vault server address.
- 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
- setAdvancedNetworkConfig(AdvancedNetworkConfig) - Method in class com.hazelcast.config.Config
-
- 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
-
- setAllowedFutureMillis(long) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
Sets how far to the future is the generator allowed to go to generate IDs without blocking.
- setAllowUnsafe(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
Unsafe, it is not public api of java.
- setAppendRequestBackoffTimeoutInMillis(long) - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- setAppendRequestMaxEntryCount(int) - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- setApplicationContext(ApplicationContext) - Method in class com.hazelcast.spring.context.SpringManagedContext
-
- 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()
).
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.CacheConfig
-
Sets the number of asynchronous backups for this
ICache
.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the number of asynchronous backups for this
ICache
.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Sets the number of synchronous backups.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.CollectionConfig
-
Sets the number of asynchronous backups.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.MapConfig
-
Sets the number of asynchronous backups.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.MultiMapConfig
-
Sets the number of asynchronous backups.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.QueueConfig
-
Sets the number of asynchronous backups.
- setAsyncBackupCount(int) - Method in class com.hazelcast.config.RingbufferConfig
-
Sets the number of asynchronous backups.
- setAsyncFillup(boolean) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
True if the replicated map is available for reads before the initial
replication is completed, false otherwise.
- setAsyncStart(boolean) - Method in class com.hazelcast.client.config.ClientConnectionStrategyConfig
-
- setAttribute(String, String) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setAttribute(String) - Method in interface com.hazelcast.query.PredicateBuilder
-
- setAttributeConfigs(List<AttributeConfig>) - Method in class com.hazelcast.config.MapConfig
-
- setAttributes(List<String>) - Method in class com.hazelcast.config.IndexConfig
-
Sets index attributes.
- setAttributes(Map<String, String>) - Method in class com.hazelcast.config.MemberAttributeConfig
-
- setAuditlogConfig(AuditlogConfig) - Method in class com.hazelcast.config.Config
-
- setAutoDetectionConfig(AutoDetectionConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Defines the Auto Detection configuration.
- setAutoDetectionConfig(AutoDetectionConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setAutoDetectionEnabled(boolean) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- setAutoRemoveStaleData(boolean) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets whether or not automatically removal of stale Hot Restart data is enabled.
- setAwsConfig(AwsConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Sets configuration to connect nodes in AWS environment.
- setAwsConfig(AwsConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setAwsConfig(AwsConfig) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the
AwsConfig
used by the discovery mechanism for this
WAN publisher.
- setAzureConfig(AzureConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Sets configuration to connect nodes in Azure environment.
- setAzureConfig(AzureConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setAzureConfig(AzureConfig) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the
AzureConfig
used by the discovery mechanism for this
WAN publisher.
- setBackupAckToClientEnabled(boolean) - Method in class com.hazelcast.client.config.ClientConfig
-
This feature reduces number of hops and increase performance for smart clients.
- setBackupCount(int) - Method in class com.hazelcast.config.CacheConfig
-
Sets the number of synchronous backups.
- setBackupCount(int) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the number of synchronous backups for this
ICache
.
- setBackupCount(int) - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Sets the number of synchronous backups.
- setBackupCount(int) - Method in class com.hazelcast.config.CollectionConfig
-
Sets the number of synchronous backups for this collection.
- setBackupCount(int) - Method in class com.hazelcast.config.MapConfig
-
Number of synchronous backups.
- setBackupCount(int) - Method in class com.hazelcast.config.MultiMapConfig
-
Sets the number of synchronous backups.
- setBackupCount(int) - Method in class com.hazelcast.config.QueueConfig
-
Sets the number of synchronous backups for this queue.
- setBackupCount(int) - Method in class com.hazelcast.config.RingbufferConfig
-
Sets the number of synchronous backups.
- setBackupDir(File) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets base directory for all Hot Restart stores.
- setBaseDir(File) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the base directory for persisting CP data.
- setBaseDir(File) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets base directory for all Hot Restart stores.
- setBatchMaxDelayMillis(int) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the maximum amount of time in milliseconds to wait before sending a
batch of events to target cluster, if
WanBatchPublisherConfig.getBatchSize()
of events
have not arrived within this duration.
- setBatchPublisherConfigs(List<WanBatchPublisherConfig>) - Method in class com.hazelcast.config.WanReplicationConfig
-
Sets the list of WAN publisher configurations using the built-in
batching WAN implementation for this WAN replication.
- setBatchSize(int) - Method in class com.hazelcast.config.MergePolicyConfig
-
Sets the batch size, which will be used to determine
the number of entries to be sent in a merge operation.
- setBatchSize(int) - Method in class com.hazelcast.config.QueryCacheConfig
-
Sets the batch size which will be used to determine number of events to be sent in a batch to QueryCache
- setBatchSize(int) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the maximum batch size that can be sent to target cluster.
- setBinary(boolean) - Method in class com.hazelcast.config.MultiMapConfig
-
Enables or disables binary (serialized) form for this MultiMap.
- setBitmapIndexOptions(BitmapIndexOptions) - Method in class com.hazelcast.config.IndexConfig
-
Sets bitmap index options of this index config to the given ones.
- setBitsNodeId(int) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
Sets the bit-length of node id component.
- setBitsSequence(int) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
Sets the bit-length of the sequence component.
- setBlacklist(ClassFilter) - Method in class com.hazelcast.config.JavaSerializationFilterConfig
-
- setBlacklistedPrefixes(String) - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Comma-separated list of class prefixes which will never be loaded remotely.
- setBufferSize(int) - Method in class com.hazelcast.client.config.SocketOptions
-
Sets the SO_SNDBUF and SO_RCVBUF options to the specified value in KB
- setBufferSize(int) - Method in class com.hazelcast.config.QueryCacheConfig
-
Sets the maximum number of events which can be stored in a buffer of partition.
- 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.
- setCacheConfigs(Map<String, CacheSimpleConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of cache configurations, mapped by config name.
- setCacheDeserializedValues(CacheDeserializedValues) - Method in class com.hazelcast.config.MapConfig
-
Configure de-serialized value caching.
- setCacheEntryEventFilterFactory(String) - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
- setCacheEntryListenerFactory(String) - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
- setCacheEntryListeners(List<CacheSimpleEntryListenerConfig>) - Method in class com.hazelcast.config.CacheSimpleConfig
-
- setCacheLoader(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Set classname of a class to be used as CacheLoader
.
- setCacheLoaderFactory(Factory<? extends CacheLoader<K, V>>) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setCacheLoaderFactory(Factory<? extends CacheLoader<K, V>>) - Method in interface com.hazelcast.config.CacheConfiguration
-
Set the CacheLoader
factory.
- setCacheLoaderFactory(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the factory for this CacheLoader
.
- setCacheLocalEntries(boolean) - Method in class com.hazelcast.config.NearCacheConfig
-
Sets if local entries are also cached in the Near Cache.
- setCacheOptions(String) - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
Set the cache ead-timeout params
- setCacheWriter(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Set classname of a class to be used as CacheWriter
.
- setCacheWriterFactory(Factory<? extends CacheWriter<? super K, ? super V>>) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setCacheWriterFactory(Factory<? extends CacheWriter<? super K, ? super V>>) - Method in interface com.hazelcast.config.CacheConfiguration
-
Set the CacheWriter
factory.
- setCacheWriterFactory(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the factory for this CacheWriter
.
- setCapacity(int) - Method in class com.hazelcast.config.DurableExecutorConfig
-
Sets the ring buffer capacity of the executor task.
- setCapacity(int) - Method in class com.hazelcast.config.EventJournalConfig
-
Sets the capacity of the event journal.
- setCapacity(int) - Method in class com.hazelcast.config.RingbufferConfig
-
Sets the capacity of the ringbuffer.
- setCapacity(int) - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Sets the capacity of the executor
The capacity represents the maximum number of tasks that a scheduler can have at any given point in time per partition.
- setCapacityPolicy(ScheduledExecutorConfig.CapacityPolicy) - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Set the capacity policy for the configured capacity value
To prevent any undesirable data-loss, capacity is ignored during partition migrations,
the count is updated accordingly, however the rejection is not enforced.
- setCardinalityEstimatorConfigs(Map<String, CardinalityEstimatorConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of cardinality estimator configurations, mapped by config name.
- setCheckClassDefErrors(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
When enabled, serialization system will check for class definitions error at start and throw an Serialization
Exception with error definition.
- setClass(Class<? extends Serializer>) - Method in class com.hazelcast.config.SerializerConfig
-
Sets the class of the serializer implementation.
- setClassCacheMode(UserCodeDeploymentConfig.ClassCacheMode) - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Configure caching of classes loaded from remote members.
- setClassDefinitions(Set<ClassDefinition>) - Method in class com.hazelcast.config.SerializationConfig
-
- 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
- setClassLoader(ClassLoader) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setClassLoader(ClassLoader) - Method in class com.hazelcast.config.Config
-
Sets the class-loader to be used during de-serialization
and as context class-loader of Hazelcast internal threads.
- setClassName(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
Sets class name of proxy factory
- setClassName(String) - Method in class com.hazelcast.config.AbstractWanPublisherConfig
-
- 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.MapStoreConfig
-
Sets the name for the MapStore implementation class
- setClassName(String) - Method in class com.hazelcast.config.MemberAddressProviderConfig
-
- setClassName(String) - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- setClassName(String) - Method in class com.hazelcast.config.PredicateConfig
-
Sets the class name of the Predicate.
- setClassName(String) - Method in class com.hazelcast.config.QueueStoreConfig
-
Sets the class name of the queue store implementation to be used when
instantiating the queue store.
- setClassName(String) - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- setClassName(String) - Method in class com.hazelcast.config.SecurityInterceptorConfig
-
- 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.ServiceConfig
-
- setClassName(String) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
- setClassName(String) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
- setClassName(String) - Method in class com.hazelcast.config.WanConsumerConfig
-
Sets the fully qualified class name of the class implementing
WanConsumer
.
- setClassName(String) - Method in class com.hazelcast.config.WanCustomPublisherConfig
-
- setClassNames(List<String>) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
-
- setClientBlockUnmappedActions(boolean) - Method in class com.hazelcast.config.SecurityConfig
-
Block or allow actions, submitted as tasks in an Executor from clients and have no permission mappings.
- setClientConfigs(List<ClientConfig>) - Method in class com.hazelcast.client.config.ClientFailoverConfig
-
Sets the configured list of alternative client configurations.
- setClientEndpointConfig(ServerSocketEndpointConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
Sets the server socket endpoint config for CLIENT
protocol.
- 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
- setClientPermissionConfigs(Set<PermissionConfig>) - Method in class com.hazelcast.config.SecurityConfig
-
- setClientPolicyConfig(PermissionPolicyConfig) - Method in class com.hazelcast.config.SecurityConfig
-
- setClientRealm(String) - Method in class com.hazelcast.config.SecurityConfig
-
- setClientRealmConfig(String, RealmConfig) - Method in class com.hazelcast.config.SecurityConfig
-
- setCloudConfig(ClientCloudConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setClusterConnectTimeoutMillis(long) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
-
- setClusterDataRecoveryPolicy(HotRestartClusterDataRecoveryPolicy) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets the policy to be used when the cluster is started
- setClusterName(String) - Method in class com.hazelcast.client.config.ClientConfig
-
- setClusterName(String) - Method in class com.hazelcast.config.Config
-
Sets the cluster name uniquely identifying the hazelcast cluster.
- setClusterName(String) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the cluster name used as an endpoint group password for authentication
on the target endpoint.
- setCoalesce(boolean) - Method in class com.hazelcast.config.QueryCacheConfig
-
Set true
to enable coalescing, otherwise set false
.
- setCollectionFrequencySeconds(int) - Method in class com.hazelcast.config.BaseMetricsConfig
-
Sets the metrics collection frequency in seconds.
- setCommitIndexAdvanceCountToSnapshot(int) - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- setComparator(EvictionPolicyComparator) - Method in class com.hazelcast.config.EvictionConfig
-
- setComparatorClassName(String) - Method in class com.hazelcast.config.EvictionConfig
-
- SetConfig - Class in com.hazelcast.config
-
Contains the configuration for an
ISet
.
- SetConfig() - Constructor for class com.hazelcast.config.SetConfig
-
- SetConfig(String) - Constructor for class com.hazelcast.config.SetConfig
-
- SetConfig(SetConfig) - Constructor for class com.hazelcast.config.SetConfig
-
- setConfigClassLoader(ClassLoader) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- setConfigObject(Object) - Method in class com.hazelcast.config.ServiceConfig
-
- setConfigPatternMatcher(ConfigPatternMatcher) - Method in class com.hazelcast.client.config.ClientConfig
-
Sets the pattern matcher which is used to match item names to
configuration objects.
- setConfigPatternMatcher(ConfigPatternMatcher) - Method in class com.hazelcast.config.Config
-
Sets the pattern matcher which is used to match item names to
configuration objects.
- setConfigurationFile(File) - Method in class com.hazelcast.config.Config
-
Sets the
File
from which this configuration has been retrieved
and created.
- setConfigurationUrl(URL) - Method in class com.hazelcast.config.Config
-
Sets the
URL
from which this configuration has been retrieved
and created.
- 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.
- setConsistencyCheckStrategy(ConsistencyCheckStrategy) - Method in class com.hazelcast.config.WanSyncConfig
-
Sets the strategy for checking consistency of data between source and
target cluster.
- setConsumerConfig(WanConsumerConfig) - Method in class com.hazelcast.config.WanReplicationConfig
-
- setCPMemberCount(int) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the CP member count to initialize CP Subsystem.
- setCPSubsystemConfig(CPSubsystemConfig) - Method in class com.hazelcast.config.Config
-
Set CP subsystem configuration
- setCRDTReplicationConfig(CRDTReplicationConfig) - Method in class com.hazelcast.config.Config
-
Sets the replication configuration for CRDT
implementations.
- setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientConfig
-
Shortcut for getSecurityConfig().setCredentials()
- setCredentials(Credentials) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setCredentials(Credentials) - Method in class com.hazelcast.config.security.RealmConfig
-
- setCredentialsFactoryConfig(CredentialsFactoryConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setCredentialsFactoryConfig(CredentialsFactoryConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setCredentialsIdentityConfig(CredentialsIdentityConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setCredentialsIdentityConfig(CredentialsIdentityConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setCurrentKeyAlias(String) - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Sets the alias for the current encryption key entry.
- setCursorBufferSize(int) - Method in class com.hazelcast.sql.SqlStatement
-
Sets the cursor buffer size (measured in the number of rows).
- setCustomPublisherConfigs(List<WanCustomPublisherConfig>) - Method in class com.hazelcast.config.WanReplicationConfig
-
Sets the list of custom WAN publisher implementations for this WAN
replication.
- setDataLoadTimeoutSeconds(int) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the timeout duration for CP members to restore their data from
stable storage.
- setDataLoadTimeoutSeconds(int) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets data load timeout for hot-restart process,
all members in the cluster should complete restoring their local data
before this timeout.
- setDataSerializableFactories(Map<Integer, DataSerializableFactory>) - Method in class com.hazelcast.config.SerializationConfig
-
- setDataSerializableFactoryClasses(Map<Integer, String>) - Method in class com.hazelcast.config.SerializationConfig
-
- setDefaultReadTimeout(long) - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
Set default cache value retrieval timeout.
- setDefaultsDisabled(boolean) - Method in class com.hazelcast.config.JavaSerializationFilterConfig
-
- setDelaySeconds(int) - Method in class com.hazelcast.config.QueryCacheConfig
-
Sets the minimum number of delay seconds which an event waits in the buffer of node
before sending to a QueryCache
- setDeprecatedName(String) - Method in class com.hazelcast.spi.properties.HazelcastProperty
-
Sets the deprecated name of ths property.
- setDepth(int) - Method in class com.hazelcast.config.MerkleTreeConfig
-
Sets the depth of the merkle tree.
- setDirectory(String) - Method in class com.hazelcast.config.NearCachePreloaderConfig
-
- setDirectory(String) - Method in class com.hazelcast.config.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.
- setDisablePerEntryInvalidationEvents(boolean) - Method in class com.hazelcast.config.CacheConfig
-
Sets invalidation events disabled status for per entry.
- setDisablePerEntryInvalidationEvents(boolean) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets invalidation events disabled status for per entry.
- setDiscoveryConfig(DiscoveryConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Defines the Discovery Provider SPI configuration
- setDiscoveryConfig(DiscoveryConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setDiscoveryConfig(DiscoveryConfig) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the
DiscoveryConfig
used by the discovery mechanism for
this WAN publisher.
- setDiscoveryConfig(DiscoveryConfig) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- setDiscoveryMode(DiscoveryMode) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- setDiscoveryNode(DiscoveryNode) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- setDiscoveryPeriodSeconds(int) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the period in seconds in which WAN tries to discover new target
endpoints and reestablish connections to failed endpoints.
- 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
-
- setDiscoveryToken(String) - Method in class com.hazelcast.client.config.ClientCloudConfig
-
- setDurability(int) - Method in class com.hazelcast.config.DurableExecutorConfig
-
Sets the durability of the executor
- setDurability(int) - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Sets the durability of the executor
The durability represents the number of replicas that exist in a cluster for any given partition-owned task.
- setDurability(int) - Method in class com.hazelcast.transaction.TransactionOptions
-
Sets the transaction durability.
- setDurableExecutorConfigs(Map<String, DurableExecutorConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of durable executor configurations, mapped by config name.
- setEchoFailFastOnStartup(boolean) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- setEmptyQueueTtl(int) - Method in class com.hazelcast.config.QueueConfig
-
Sets the TTL (time to live) for emptying the Queue.
- 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.ClientCloudConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
-
- 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.AdvancedNetworkConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.config.AliasedDiscoveryConfig
-
Enables or disables the join mechanism based on the given discovery config.
- 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.EventJournalConfig
-
Enables or disables the event journal.
- setEnabled(boolean) - Method in class com.hazelcast.config.HotRestartConfig
-
Sets whether hot restart is enabled on related data structure.
- setEnabled(boolean) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets whether hot restart is enabled on this member.
- setEnabled(boolean) - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
Set whether the ICMP failure detector should be enabled or not.
- 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.MapStoreConfig
-
Enables and disables this configuration
- setEnabled(boolean) - Method in class com.hazelcast.config.MemberAddressProviderConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.config.MemcacheProtocolConfig
-
Enables or disables the MEMCACHE protocol on the member.
- setEnabled(boolean) - Method in class com.hazelcast.config.MerkleTreeConfig
-
Enables or disables the merkle tree.
- setEnabled(boolean) - Method in class com.hazelcast.config.MetricsJmxConfig
-
Enables metrics exposure through JMX.
- setEnabled(boolean) - Method in class com.hazelcast.config.MetricsManagementCenterConfig
-
Enables exposing metrics to Hazelcast Management Center.
- setEnabled(boolean) - Method in class com.hazelcast.config.MulticastConfig
-
Enables or disables the multicast discovery mechanism
- 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.PartitionGroupConfig
-
Enables or disables this PartitionGroupConfig.
- setEnabled(boolean) - Method in class com.hazelcast.config.PersistentMemoryConfig
-
Enables or disables persistent memory.
- setEnabled(boolean) - Method in class com.hazelcast.config.QueueStoreConfig
-
Enables or disables the queue store.
- setEnabled(boolean) - Method in class com.hazelcast.config.RestApiConfig
-
Enables or disables the REST API on the member.
- setEnabled(boolean) - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.config.SecurityConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.config.ServiceConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Enables and disables this configuration.
- setEnabled(boolean) - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- setEnabled(boolean) - Method in class com.hazelcast.config.TcpIpConfig
-
Enables or disables the Tcp/Ip join mechanism.
- setEnabled(boolean) - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Enable or disable User Code Deployment.
- setEnabledGroups(Collection<RestEndpointGroup>) - Method in class com.hazelcast.config.RestApiConfig
-
- setEnabledGroups(Collection<RestEndpointGroup>) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setEnableSharedObject(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
Enables shared object when default java serialization is used.
- setEncryptionAtRestConfig(EncryptionAtRestConfig) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets the Hot Restart Encryption at Rest configuration.
- setEndpoint(String) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the WAN endpoint configuration qualifier.
- setEndpointConfigs(Map<EndpointQualifier, EndpointConfig>) - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- setEndpoints(Set<String>) - Method in class com.hazelcast.config.PermissionConfig
-
- setEntryListenerConfigs(List<EntryListenerConfig>) - Method in class com.hazelcast.config.MapConfig
-
- setEntryListenerConfigs(List<EntryListenerConfig>) - Method in class com.hazelcast.config.MultiMapConfig
-
Sets the list of entry listeners (listens for when entries are added or removed) for this MultiMap.
- setEntryListenerConfigs(List<EntryListenerConfig>) - Method in class com.hazelcast.config.QueryCacheConfig
-
- setEpochStart(long) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
Sets the offset of timestamp component in milliseconds.
- setEurekaConfig(EurekaConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Sets configuration to connect nodes in Eureka environment.
- setEurekaConfig(EurekaConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setEurekaConfig(EurekaConfig) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the
EurekaConfig
used by the discovery mechanism for this
WAN publisher.
- setEventJournalConfig(EventJournalConfig) - Method in class com.hazelcast.config.AbstractCacheConfig
-
Sets the EventJournalConfig
for this CacheConfiguration
- setEventJournalConfig(EventJournalConfig) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the EventJournalConfig
for this CacheSimpleConfig
- setEventJournalConfig(EventJournalConfig) - Method in class com.hazelcast.config.MapConfig
-
Sets the EventJournalConfig
for this MapConfig
- setEvictionConfig(EvictionConfig) - Method in class com.hazelcast.config.CacheConfig
-
- setEvictionConfig(EvictionConfig) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the eviction configuration for this
ICache
.
- setEvictionConfig(EvictionConfig) - Method in class com.hazelcast.config.MapConfig
-
- setEvictionConfig(EvictionConfig) - Method in class com.hazelcast.config.NearCacheConfig
-
Sets the eviction configuration for this Near Cache.
- setEvictionConfig(EvictionConfig) - Method in class com.hazelcast.config.QueryCacheConfig
-
- setEvictionPolicy(EvictionPolicy) - Method in class com.hazelcast.config.EvictionConfig
-
- setExecutor(Executor) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
-
Sets the Executor that is going to process the event.
- setExecutor(Executor) - Method in class com.hazelcast.config.ReliableTopicConfig
-
Sets the executor that is going to process the event.
- setExecutorConfigs(Map<String, ExecutorConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of executor configurations, mapped by config name.
- setExecutorPoolSize(int) - Method in class com.hazelcast.config.SqlConfig
-
Sets the number of threads responsible for execution of SQL statements.
- setExpiryPolicy(K, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Associates the specified key with the given ExpiryPolicy
.
- setExpiryPolicy(Set<? extends K>, ExpiryPolicy) - Method in interface com.hazelcast.cache.ICache
-
Associates the specified key with the given ExpiryPolicy
.
- setExpiryPolicyFactory(Factory<? extends ExpiryPolicy>) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setExpiryPolicyFactory(Factory<? extends ExpiryPolicy>) - Method in interface com.hazelcast.config.CacheConfiguration
-
Set the Factory
for the ExpiryPolicy
.
- setExpiryPolicyFactory(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the factory for this ExpiryPolicy
.
- setExpiryPolicyFactoryConfig(CacheSimpleConfig.ExpiryPolicyFactoryConfig) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the factory configuration for this ExpiryPolicy
.
- setExtractorClassName(String) - Method in class com.hazelcast.config.AttributeConfig
-
Sets the full class name of the extractor in a String format, e.g.
- setFactoryClassName(String) - Method in class com.hazelcast.config.AbstractFactoryWithPropertiesConfig
-
Sets the factory class name.
- setFactoryClassName(String) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the name for the MapStoreFactory implementation class
- setFactoryClassName(String) - Method in class com.hazelcast.config.QueueStoreConfig
-
Sets the factory class name which will be used to instantiate the queue
store.
- setFactoryClassName(String) - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- 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.MapStoreConfig
-
Sets the map store factory implementation object.
- setFactoryImplementation(QueueStoreFactory) - Method in class com.hazelcast.config.QueueStoreConfig
-
Sets the queue store factory implementation which will be used to
instantiate the queue store.
- setFactoryImplementation(RingbufferStoreFactory) - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- setFactoryImplementation(Object) - Method in class com.hazelcast.config.SSLConfig
-
Sets the implementation object.
- setFailFastOnStartup(boolean) - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
Sets whether the member should fail-fast on startup if ICMP is not allowed by the underlying OS.
- setFailOnIndeterminateOperationState(boolean) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the value to determine if CP Subsystem calls will fail when
result of an API call becomes indeterminate.
- setFileName(String) - Method in class com.hazelcast.config.InstanceTrackingConfig
-
Sets the name of the file which will contain the tracking metadata.
- setFilters(List<String>) - Method in class com.hazelcast.config.WanReplicationRef
-
Sets the list of class names implementing the CacheWanEventFilter or
MapWanEventFilter for filtering outbound WAN replication events.
- setFlakeIdGeneratorConfigMap(Map<String, ClientFlakeIdGeneratorConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setFlakeIdGeneratorConfigs(Map<String, FlakeIdGeneratorConfig>) - Method in class com.hazelcast.config.Config
-
- setFormatPattern(String) - Method in class com.hazelcast.config.InstanceTrackingConfig
-
Sets the pattern used to render the contents of the instance tracking file.
- setFsync(boolean) - Method in class com.hazelcast.config.HotRestartConfig
-
Sets whether disk write should be followed by an fsync()
system call.
- setFunctionClassName(String) - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- setFunctionImplementation(SplitBrainProtectionFunction) - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- setGcpConfig(GcpConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Sets configuration to connect nodes in GCP environment.
- setGcpConfig(GcpConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setGcpConfig(GcpConfig) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the
GcpConfig
used by the discovery mechanism for this
WAN publisher.
- setGlobalOrderingEnabled(boolean) - Method in class com.hazelcast.config.TopicConfig
-
Enable global ordering (all nodes listening to the same topic
get their messages in the same order), or disable it (nodes get
the messages in the order that the messages are published).
- setGlobalSerializerConfig(GlobalSerializerConfig) - Method in class com.hazelcast.config.SerializationConfig
-
- setGroupSize(int) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the number of CP members to form CP groups.
- setGroupType(PartitionGroupConfig.MemberGroupType) - Method in class com.hazelcast.config.PartitionGroupConfig
-
Sets the MemberGroupType.
- setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.console.Echo
-
- setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.console.SimulateLoadTask
-
- setHazelcastInstance(HazelcastInstance) - Method in interface com.hazelcast.core.HazelcastInstanceAware
-
Gets the HazelcastInstance reference when submitting a Runnable/Callable using Hazelcast ExecutorService.
- setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.security.HazelcastInstanceCallback
-
- setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.spring.cache.HazelcastCacheManager
-
- setHeadSequence(long) - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Sets the head sequence.
- setHotRestartConfig(HotRestartConfig) - Method in class com.hazelcast.config.AbstractCacheConfig
-
Sets the HotRestartConfig
for this CacheConfiguration
- setHotRestartConfig(HotRestartConfig) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the HotRestartConfig
for this CacheSimpleConfig
- setHotRestartConfig(HotRestartConfig) - Method in class com.hazelcast.config.MapConfig
-
Sets the HotRestartConfig
for this MapConfig
- setHotRestartPersistenceConfig(HotRestartPersistenceConfig) - Method in class com.hazelcast.config.Config
-
Sets the Hot Restart configuration.
- setIcmpFailureDetectorConfig(IcmpFailureDetectorConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setIcmpFailureDetectorConfig(IcmpFailureDetectorConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- setIcmpFailureDetectorConfig(IcmpFailureDetectorConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setIdleMaxParkNs(long) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the maximum duration in nanoseconds that the WAN replication thread
will be parked if there are no events to replicate.
- setIdleMinParkNs(long) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the minimum duration in nanoseconds that the WAN replication thread
will be parked if there are no events to replicate.
- setIfConfigured(Properties, String, String) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
-
- setIfConfigured(Properties, String, Object) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
-
- setIfConfigured(Properties, String, Enum<?>) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
-
- setImplementation(WanPublisher) - Method in class com.hazelcast.config.AbstractWanPublisherConfig
-
- setImplementation(CachePartitionLostListener) - Method in class com.hazelcast.config.CachePartitionLostListenerConfig
-
- setImplementation(ICredentialsFactory) - Method in class com.hazelcast.config.CredentialsFactoryConfig
-
- setImplementation(EventListener) - Method in class com.hazelcast.config.EntryListenerConfig
-
- setImplementation(MapListener) - Method in class com.hazelcast.config.EntryListenerConfig
-
- setImplementation(Serializer) - Method in class com.hazelcast.config.GlobalSerializerConfig
-
- setImplementation(ItemListener) - Method in class com.hazelcast.config.ItemListenerConfig
-
- setImplementation(EventListener) - Method in class com.hazelcast.config.ListenerConfig
-
Sets the EventListener implementation.
- setImplementation(MapPartitionLostListener) - Method in class com.hazelcast.config.MapPartitionLostListenerConfig
-
- setImplementation(Object) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the map store implementation object
- setImplementation(MemberAddressProvider) - Method in class com.hazelcast.config.MemberAddressProviderConfig
-
- setImplementation(IPermissionPolicy) - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- setImplementation(Predicate) - Method in class com.hazelcast.config.PredicateConfig
-
Sets the Predicate implementation.
- setImplementation(SecurityInterceptor) - Method in class com.hazelcast.config.SecurityInterceptorConfig
-
- setImplementation(Serializer) - Method in class com.hazelcast.config.SerializerConfig
-
Sets the serializer implementation instance.
- setImplementation(Object) - Method in class com.hazelcast.config.ServiceConfig
-
- setImplementation(Object) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
- setImplementation(SplitBrainProtectionListener) - Method in class com.hazelcast.config.SplitBrainProtectionListenerConfig
-
- setImplementation(WanPublisher) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
No-op method as the implementation cannot be changed for this publisher.
- setImplementation(WanConsumer) - Method in class com.hazelcast.config.WanConsumerConfig
-
Sets the implementation for this WAN consumer.
- setImplementation(WanPublisher) - Method in class com.hazelcast.config.WanCustomPublisherConfig
-
- setIncludeValue(boolean) - Method in class com.hazelcast.config.EntryListenerConfig
-
- setIncludeValue(boolean) - Method in class com.hazelcast.config.ItemListenerConfig
-
- setIncludeValue(boolean) - Method in class com.hazelcast.config.QueryCacheConfig
-
Set true
to enable value caching, otherwise set false
- setIndexConfigs(List<IndexConfig>) - Method in class com.hazelcast.config.MapConfig
-
- setIndexConfigs(List<IndexConfig>) - Method in class com.hazelcast.config.QueryCacheConfig
-
- setInitialBackoffMillis(int) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
-
- setInitialLoadMode(MapStoreConfig.InitialLoadMode) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the initial load mode.
- setInitialPermits(int) - Method in class com.hazelcast.config.cp.SemaphoreConfig
-
Sets initial permit count of the Semaphore
- setInitialPublisherState(WanPublisherState) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the initial publisher state.
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.CacheConfig
-
Data type that will be used to store records in this
ICache
.
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the InMemory Format for this
ICache
.
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.MapConfig
-
Binary type that will be used for storing records.
- 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
-
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.QueryCacheConfig
-
Sets memory format of values of entries in QueryCache
.
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
Data type used to store entries.
- setInMemoryFormat(InMemoryFormat) - Method in class com.hazelcast.config.RingbufferConfig
-
Sets the in-memory format.
- setInstanceName(String) - Method in class com.hazelcast.client.config.ClientConfig
-
- setInstanceName(String) - Method in class com.hazelcast.config.Config
-
Sets the instance name uniquely identifying the hazelcast instance
created by this configuration.
- setInstanceTrackingConfig(InstanceTrackingConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
Returns the configuration for tracking use of this Hazelcast instance.
- setInstanceTrackingConfig(InstanceTrackingConfig) - Method in class com.hazelcast.config.Config
-
Returns the configuration for tracking use of this Hazelcast instance.
- setInterfaces(InterfacesConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setInterfaces(InterfacesConfig) - Method in class com.hazelcast.config.EndpointConfig
-
- setInterfaces(Collection<String>) - Method in class com.hazelcast.config.InterfacesConfig
-
Adds a collection of interfaces.
- setInterfaces(Collection<String>) - Method in class com.hazelcast.config.MemberGroupConfig
-
Sets the interfaces that are part of a group.
- setInterfaces(InterfacesConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setInterfaces(InterfacesConfig) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setInterfaces(InterfacesConfig) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setIntervalMilliseconds(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- setIntervalMilliseconds(int) - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
Sets the time in milliseconds between each ping
This value can not be smaller than 1000 milliseconds
- 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).
- setItemListenerConfigs(List<ItemListenerConfig>) - Method in class com.hazelcast.config.CollectionConfig
-
Sets the list of ItemListenerConfigs.
- setItemListenerConfigs(List<ItemListenerConfig>) - Method in class com.hazelcast.config.QueueConfig
-
Set the list of item listener configurations for this queue.
- setIterationCount(int) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- setJaasAuthenticationConfig(JaasAuthenticationConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setJarPaths(List<String>) - Method in class com.hazelcast.client.config.ClientUserCodeDeploymentConfig
-
String jarPath is searched in following order:
1.
- setJavaSerializationFilterConfig(JavaSerializationFilterConfig) - Method in class com.hazelcast.config.SerializationConfig
-
Allows to configure deserialization protection filter.
- setJDKCompatible(boolean) - Method in class com.hazelcast.config.cp.SemaphoreConfig
-
Sets JDK compatibility mode of CP ISemaphore
- 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
-
- setJoin(JoinConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setJoin(JoinConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- setJoin(JoinConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setKeepAlive(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
Enable/disable SO_KEEPALIVE socket option.
- setKerberosAuthenticationConfig(KerberosAuthenticationConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setKerberosIdentityConfig(KerberosIdentityConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setKerberosIdentityConfig(KerberosIdentityConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setKey(byte[]) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- setKeyClassName(String) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setKeySize(int) - Method in class com.hazelcast.config.EncryptionAtRestConfig
-
Sets the size (in bits) of the Hot Restart Store-level encryption key
(non-positive value implies falling back to the cipher-specific default
key length).
- setKeytabFile(String) - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- setKeytabFile(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- setKeyType(Class<K>) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setKeyType(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the key type for this
ICache
.
- setKubernetesConfig(KubernetesConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Sets configuration to connect nodes in Kubernetes environment.
- setKubernetesConfig(KubernetesConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setKubernetesConfig(KubernetesConfig) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the
KubernetesConfig
used by the discovery mechanism for this
WAN publisher.
- setLabels(Set<String>) - Method in class com.hazelcast.client.config.ClientConfig
-
Set labels for the client.
- setLdapAuthenticationConfig(LdapAuthenticationConfig) - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- setLdapAuthenticationConfig(LdapAuthenticationConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setLeaderElectionTimeoutInMillis(long) - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- setLeaderHeartbeatPeriodInMillis(long) - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- setLicenseKey(String) - Method in class com.hazelcast.config.Config
-
Sets the license key for this hazelcast instance.
- 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.
- setListConfigs(Map<String, ListConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of
IList
configurations,
mapped by config name.
- setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.Config
-
- setListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setListenerConfigs(List<SplitBrainProtectionListenerConfig>) - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- setListenerConfigurations() - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setListenerConfigurations(Set<CacheEntryListenerConfiguration<K, V>>) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setLiteMember(boolean) - Method in class com.hazelcast.config.Config
-
Sets the flag to indicate if this member is a lite member.
- setLoadBalancer(LoadBalancer) - Method in class com.hazelcast.client.config.ClientConfig
-
- setLoadBalancerClassName(String) - Method in class com.hazelcast.client.config.ClientConfig
-
Sets load balancer class name.
- setLocal(boolean) - Method in class com.hazelcast.config.EntryListenerConfig
-
- setLocalUpdatePolicy(NearCacheConfig.LocalUpdatePolicy) - Method in class com.hazelcast.config.NearCacheConfig
-
- setLockAcquireLimit(int) - Method in class com.hazelcast.config.cp.FencedLockConfig
-
Sets the number of lock acquires a lock holder can perform.
- setLockConfigs(Map<String, FencedLockConfig>) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the map of
FencedLock
configurations, mapped by config
name.
- setLogger(ILogger) - Method in class com.hazelcast.spi.discovery.integration.DiscoveryServiceSettings
-
- setLoggingService(LoggingService) - Method in class com.hazelcast.security.LoggingServiceCallback
-
- setLoginModuleConfigs(List<LoginModuleConfig>) - Method in class com.hazelcast.config.security.JaasAuthenticationConfig
-
- setLoopbackModeEnabled(boolean) - Method in class com.hazelcast.config.MulticastConfig
-
Enables or disables the loopback mode in the multicast discovery mechanism.
- setMainClass(String) - Method in class com.hazelcast.buildutils.HazelcastManifestTransformer
-
- setManagedContext(ManagedContext) - Method in class com.hazelcast.client.config.ClientConfig
-
- setManagedContext(ManagedContext) - Method in class com.hazelcast.config.Config
-
Sets the external managed context.
- setManagementCenterConfig(ManagementCenterConfig) - Method in class com.hazelcast.config.Config
-
Sets the management center configuration for this hazelcast instance.
- setManagementCenterConfig(MetricsManagementCenterConfig) - Method in class com.hazelcast.config.MetricsConfig
-
- setManagementEnabled(boolean) - Method in class com.hazelcast.config.AbstractCacheConfig
-
Sets whether or not management is enabled on this cache.
- setManagementEnabled(boolean) - Method in interface com.hazelcast.config.CacheConfiguration
-
Sets whether management is enabled on a cache.
- setManagementEnabled(boolean) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets management to enabled or disabled for this
ICache
.
- setManagerPrefix(String) - Method in class com.hazelcast.config.CacheConfig
-
Sets the manager prefix of the
ICache
.
- setManifestEntries(Map<String, Object>) - Method in class com.hazelcast.buildutils.HazelcastManifestTransformer
-
- setMapConfigs(Map<String, MapConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of
IMap
configurations,
mapped by config name.
- setMapStoreConfig(MapStoreConfig) - Method in class com.hazelcast.config.MapConfig
-
Sets the map store configuration
- setMaxAttempts(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- setMaxAttempts(int) - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
Set the max ping attempts before suspecting a member
- setMaxBackoffMillis(int) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
-
When backoff reaches this upper bound, it does not increase any more.
- setMaxConcurrentInvocations(int) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the maximum number of WAN event batches being sent to the target
cluster concurrently.
- setMaxConcurrentReplicationTargets(int) - Method in class com.hazelcast.config.CRDTReplicationConfig
-
Sets the maximum number of target members that we replicate the CRDT states
to in one period.
- setMaxIdleSeconds(int) - Method in class com.hazelcast.config.MapConfig
-
Maximum number of seconds for each entry to stay idle in the
map.
- setMaxIdleSeconds(int) - Method in class com.hazelcast.config.NearCacheConfig
-
Set the maximum number of seconds each entry can stay in the Near Cache as untouched (not-read).
- setMaxMissedLeaderHeartbeatCount(int) - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- setMaxSize(int) - Method in class com.hazelcast.config.CollectionConfig
-
Sets the maximum size for the collection.
- setMaxSize(int) - Method in class com.hazelcast.config.QueueConfig
-
Sets the maximum size of the Queue.
- setMaxSizePolicy(MaxSizePolicy) - Method in class com.hazelcast.config.EvictionConfig
-
- setMaxTargetEndpoints(int) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the maximum number of endpoints that WAN will connect to when
using a discovery mechanism to define endpoints.
- setMemberAddressProviderConfig(MemberAddressProviderConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setMemberAddressProviderConfig(MemberAddressProviderConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
- setMemberAddressProviderConfig(MemberAddressProviderConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setMemberAttributeConfig(MemberAttributeConfig) - Method in class com.hazelcast.config.Config
-
Sets the member attribute configuration.
- setMemberEndpointConfig(ServerSocketEndpointConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
Sets the server socket endpoint config for MEMBER
protocol.
- setMemberGroupConfigs(Collection<MemberGroupConfig>) - Method in class com.hazelcast.config.PartitionGroupConfig
-
Adds a MemberGroupConfig.
- setMemberRealm(String) - Method in class com.hazelcast.config.SecurityConfig
-
- setMemberRealmConfig(String, RealmConfig) - Method in class com.hazelcast.config.SecurityConfig
-
- setMembers(List<String>) - Method in class com.hazelcast.config.TcpIpConfig
-
Sets the well known members.
- setMemcacheEndpointConfig(ServerSocketEndpointConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
Sets the server socket endpoint config for memcache
protocol.
- setMemcacheProtocolConfig(MemcacheProtocolConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setMergePolicyClassName(String) - Method in class com.hazelcast.config.WanReplicationRef
-
Sets the merge policy sent to the WAN replication target to merge
replicated entries with existing target entries.
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.CacheConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.CacheSimpleConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.CollectionConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.MapConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.MultiMapConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.QueueConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.RingbufferConfig
-
- setMergePolicyConfig(MergePolicyConfig) - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
- setMerkleTreeConfig(MerkleTreeConfig) - Method in class com.hazelcast.config.MapConfig
-
Sets the MerkleTreeConfig
for this MapConfig
- setMessageListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.ReliableTopicConfig
-
Sets the list of message listeners (listens for when messages are added
or removed) for this topic.
- setMessageListenerConfigs(List<ListenerConfig>) - Method in class com.hazelcast.config.TopicConfig
-
Sets the list of message listeners (listens for when messages are added or removed) for this topic.
- setMetadataPolicy(MetadataPolicy) - Method in class com.hazelcast.config.MapConfig
-
Sets the metadata policy.
- 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.
- setMetricsConfig(MetricsConfig) - Method in class com.hazelcast.config.Config
-
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.
- setMinimumClusterSize(int) - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- setMissingCPMemberAutoRemovalSeconds(int) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the duration to wait before automatically removing a missing
CP member from CP Subsystem.
- setMode(PersistentMemoryMode) - Method in class com.hazelcast.config.PersistentMemoryConfig
-
Sets the mode in which the persistent memory should be used.
- setMulticastConfig(MulticastConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setMulticastGroup(String) - Method in class com.hazelcast.config.MulticastConfig
-
Sets the multicast group.
- setMulticastPort(int) - Method in class com.hazelcast.config.MulticastConfig
-
Sets the multicast port.
- setMulticastTimeoutSeconds(int) - Method in class com.hazelcast.config.MulticastConfig
-
Specifies the time in seconds that a node should wait for a valid multicast response from another node running
in the network before declaring itself as master node and creating its own cluster.
- setMulticastTimeToLive(int) - Method in class com.hazelcast.config.MulticastConfig
-
Sets the time to live for the multicast package; a value between 0..255.
- setMultiMapConfigs(Map<String, MultiMapConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of
MultiMap
configurations,
mapped by config name.
- setMultiplier(double) - Method in class com.hazelcast.client.config.ConnectionRetryConfig
-
- setMultiThreadingEnabled(boolean) - Method in class com.hazelcast.config.TopicConfig
-
Enable multi-threaded message handling.
- 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.AttributeConfig
-
Sets the name of the attribute extracted by the extractor.
- setName(String) - Method in class com.hazelcast.config.CacheConfig
-
- setName(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
- setName(String) - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Sets the name of the cardinality estimator.
- setName(String) - Method in class com.hazelcast.config.CollectionConfig
-
Sets the name of this collection.
- setName(String) - Method in class com.hazelcast.config.cp.FencedLockConfig
-
Sets the name of FencedLock
- setName(String) - Method in class com.hazelcast.config.cp.SemaphoreConfig
-
Sets the name of CP ISemaphore
- setName(String) - Method in class com.hazelcast.config.DurableExecutorConfig
-
Sets the name of the executor task.
- setName(String) - Method in class com.hazelcast.config.EndpointConfig
-
- setName(String) - Method in class com.hazelcast.config.ExecutorConfig
-
Sets the name of the executor task.
- setName(String) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
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 class com.hazelcast.config.MapConfig
-
Sets the name of the
IMap
- setName(String) - Method in class com.hazelcast.config.MultiMapConfig
-
Sets the name of this MultiMap.
- 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.config.PermissionConfig
-
- setName(String) - Method in class com.hazelcast.config.PNCounterConfig
-
Sets the name of the PN counter.
- setName(String) - Method in class com.hazelcast.config.QueryCacheConfig
-
Sets the name of QueryCache
.
- setName(String) - Method in class com.hazelcast.config.QueueConfig
-
Set the name for this queue.
- setName(String) - Method in class com.hazelcast.config.ReliableTopicConfig
-
Sets the name of the reliable topic.
- setName(String) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
- setName(String) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setName(String) - Method in class com.hazelcast.config.RingbufferConfig
-
Sets the name of the ringbuffer.
- setName(String) - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Sets the name of the executor task.
- setName(String) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setName(String) - Method in class com.hazelcast.config.ServiceConfig
-
- setName(String) - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- setName(String) - Method in class com.hazelcast.config.TopicConfig
-
Sets the name of the topic.
- setName(String) - Method in class com.hazelcast.config.WanReplicationConfig
-
Sets the name of this WAN replication config.
- setName(String) - Method in class com.hazelcast.config.WanReplicationRef
-
Sets the WAN replication reference name.
- setName(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- setNativeMemoryConfig(NativeMemoryConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setNativeMemoryConfig(NativeMemoryConfig) - Method in class com.hazelcast.config.Config
-
Sets the native memory configuration for this hazelcast instance.
- setNearCacheConfig(NearCacheConfig) - Method in class com.hazelcast.config.MapConfig
-
Sets the Near Cache configuration
- setNearCacheConfigMap(Map<String, NearCacheConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setNetworkConfig(ClientNetworkConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setNetworkConfig(NetworkConfig) - Method in class com.hazelcast.config.Config
-
Sets the network configuration for this hazelcast instance.
- setNodeFilter(NodeFilter) - Method in class com.hazelcast.config.DiscoveryConfig
-
- setNodeFilterClass(String) - Method in class com.hazelcast.config.DiscoveryConfig
-
- setNodeIdOffset(long) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
Sets the offset that will be added to the node ID assigned to cluster member for this generator.
- setNumaNode(int) - Method in class com.hazelcast.config.PersistentMemoryDirectoryConfig
-
Sets the NUMA node the persistent memory mounted to the given
directory is attached to.
- setOf(T...) - Static method in class com.hazelcast.buildutils.FinalRemovalAgent
-
- setOldValueRequired(boolean) - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
If true
, previously assigned values for the affected keys will be sent to this
cache entry listener implementation.
- setOnJoinPermissionOperation(OnJoinPermissionOperationName) - Method in class com.hazelcast.config.SecurityConfig
-
- setOperationPoolSize(int) - Method in class com.hazelcast.config.SqlConfig
-
Sets the number of threads responsible for network operations processing.
- 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
- setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.config.EndpointConfig
-
- setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.config.NetworkConfig
-
- setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setOutboundPortDefinitions(Collection<String>) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
Set outbond ports
- setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.config.EndpointConfig
-
- setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.config.NetworkConfig
-
- setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setOutboundPorts(Collection<Integer>) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setOutOfMemoryHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.client.HazelcastClient
-
Sets OutOfMemoryHandler to be used when an OutOfMemoryError
is caught by Hazelcast Client threads.
- setOutOfMemoryHandler(OutOfMemoryHandler) - Static method in class com.hazelcast.core.Hazelcast
-
Sets OutOfMemoryHandler
to be used when an OutOfMemoryError
is caught by Hazelcast threads.
- setOverrideInstructions(Map<String, String>) - Method in class com.hazelcast.buildutils.HazelcastManifestTransformer
-
- 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.
- setParallelism(int) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets the number of Hot Restart store instances to create for one Hazelcast instance.
- setParallelMode(boolean) - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
Set the ICMP detector to run in parallel mode, independent from the other failure detectors.
- setParameterMetadata(QueryParameterMetadata) - Method in class org.apache.calcite.plan.HazelcastRelOptCluster
-
- setParameters(List<Object>) - Method in class com.hazelcast.sql.SqlStatement
-
Sets the statement parameters.
- setParseDn(boolean) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setPartitionGroupConfig(PartitionGroupConfig) - Method in class com.hazelcast.config.Config
-
Sets the partition group configuration for this hazelcast instance.
- setPartitioningStrategy(PartitioningStrategy) - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- setPartitioningStrategyClass(String) - Method in class com.hazelcast.config.PartitioningStrategyConfig
-
- setPartitioningStrategyConfig(PartitioningStrategyConfig) - Method in class com.hazelcast.config.MapConfig
-
- setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig>) - Method in class com.hazelcast.config.CacheConfig
-
Sets the WAN target replication reference.
- setPartitionLostListenerConfigs(List<CachePartitionLostListenerConfig>) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the PartitionLostListenerConfigs.
- setPartitionLostListenerConfigs(List<MapPartitionLostListenerConfig>) - Method in class com.hazelcast.config.MapConfig
-
- setPassword(String) - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Sets the Java KeyStore password.
- setPassword(String) - Method in class com.hazelcast.config.SymmetricEncryptionConfig
-
- setPassword(String) - Method in class com.hazelcast.security.UsernamePasswordCredentials
-
- setPasswordAttribute(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setPath(File) - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Sets the Java KeyStore file path.
- SetPermission - Class in com.hazelcast.security.permission
-
- SetPermission(String, String...) - Constructor for class com.hazelcast.security.permission.SetPermission
-
- setPersistenceEnabled(boolean) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets whether CP Subsystem Persistence is enabled on this member.
- 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
-
- setPersistWanReplicatedData(boolean) - Method in class com.hazelcast.config.WanConsumerConfig
-
- setPNCounterConfigs(Map<String, PNCounterConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of PN counter configurations, mapped by config name.
- setPolicy(String) - Method in class com.hazelcast.config.MergePolicyConfig
-
- setPollingInterval(int) - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Sets the polling interval (in seconds) for checking for changes in the KeyStore.
- setPollingInterval(int) - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Sets the polling interval (in seconds) for checking for changes in Vault.
- setPoolSize(int) - Method in class com.hazelcast.config.DurableExecutorConfig
-
Sets the number of executor threads per member for the executor.
- setPoolSize(int) - Method in class com.hazelcast.config.ExecutorConfig
-
Sets the number of executor threads per member for the executor.
- setPoolSize(int) - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Sets the number of executor threads per member for the executor.
- setPopulate(boolean) - Method in class com.hazelcast.config.QueryCacheConfig
-
Set true
to enable initial population, otherwise set false
.
- setPort(int) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setPort(int) - Method in class com.hazelcast.config.NetworkConfig
-
Sets the port the Hazelcast member will try to bind on.
- setPort(int) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setPort(int) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
Sets the port the Hazelcast member will try to bind on.
- setPortableFactories(Map<Integer, PortableFactory>) - Method in class com.hazelcast.config.SerializationConfig
-
- setPortableFactoryClasses(Map<Integer, String>) - Method in class com.hazelcast.config.SerializationConfig
-
- setPortableVersion(int) - Method in class com.hazelcast.config.SerializationConfig
-
- setPortAutoIncrement(boolean) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setPortAutoIncrement(boolean) - Method in class com.hazelcast.config.NetworkConfig
-
Sets if a Hazelcast member is allowed to find a free port by incrementing the port number when it encounters
an occupied port.
- setPortAutoIncrement(boolean) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setPortAutoIncrement(boolean) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
Sets if a Hazelcast member is allowed to find a free port by incrementing the port number when it encounters
an occupied port.
- setPortCount(int) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setPortCount(int) - Method in class com.hazelcast.config.NetworkConfig
-
The maximum number of ports allowed to use.
- setPortCount(int) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
The maximum number of ports allowed to use.
- setPredicateConfig(PredicateConfig) - Method in class com.hazelcast.config.QueryCacheConfig
-
Sets the predicate of QueryCache
.
- setPrefetchCount(int) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
-
- setPrefetchCount(int) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
- setPrefetchValidityMillis(long) - Method in class com.hazelcast.client.config.ClientFlakeIdGeneratorConfig
-
Sets for how long the pre-fetched IDs can be used.
- setPrefetchValidityMillis(long) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
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
-
- setPrincipal(String) - Method in class com.hazelcast.config.PermissionConfig
-
- setPrincipal(String) - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- setPrincipal(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- setPriorityComparatorClassName(String) - Method in class com.hazelcast.config.QueueConfig
-
Sets the class name that will be used to compare queue items.
- 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.AbstractFactoryWithPropertiesConfig
-
Sets the properties.
- setProperties(Map<String, Comparable>) - Method in class com.hazelcast.config.AbstractWanPublisherConfig
-
Sets the WAN publisher properties.
- setProperties(Properties) - Method in class com.hazelcast.config.Config
-
Sets the properties for this config instance.
- setProperties(Properties) - Method in class com.hazelcast.config.CredentialsFactoryConfig
-
- setProperties(Map<String, Comparable>) - Method in class com.hazelcast.config.DiscoveryStrategyConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.LoginModuleConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the properties
- setProperties(Properties) - Method in class com.hazelcast.config.MemberAddressProviderConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.PermissionPolicyConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.QueueStoreConfig
-
Sets the properties to be used when instantiating the queue store.
- setProperties(Properties) - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.ServiceConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Sets the properties.
- setProperties(Map<String, Comparable>) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
- setProperties(Map<String, Comparable>) - Method in class com.hazelcast.config.WanConsumerConfig
-
Sets the properties for the custom WAN consumer.
- setProperties(Map<String, Comparable>) - Method in class com.hazelcast.config.WanCustomPublisherConfig
-
- setProperties(Properties) - Method in class com.hazelcast.config.XmlConfigBuilder
-
Sets the used properties.
- setProperties(Properties) - Method in class com.hazelcast.config.YamlConfigBuilder
-
- 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.AbstractFactoryWithPropertiesConfig
-
Sets a single property.
- setProperty(String, String) - Method in class com.hazelcast.config.AliasedDiscoveryConfig
-
Sets the property understood by the given SPI Discovery Strategy.
- setProperty(String, String) - Method in class com.hazelcast.config.Config
-
Sets the value of a named property.
- setProperty(String, String) - Method in class com.hazelcast.config.LoginModuleConfig
-
- setProperty(String, String) - Method in class com.hazelcast.config.MapStoreConfig
-
- setProperty(String, String) - Method in class com.hazelcast.config.QueueStoreConfig
-
Sets a property to be used when instantiating the queue store.
- setProperty(String, String) - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- setProperty(String, String) - Method in class com.hazelcast.config.SocketInterceptorConfig
-
Sets a property.
- setProtectOn(SplitBrainProtectionOn) - Method in class com.hazelcast.config.SplitBrainProtectionConfig
-
- setProtocolType(ProtocolType) - Method in class com.hazelcast.config.EndpointConfig
-
- setProtocolType(ProtocolType) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setProviderFilter(String) - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Filter to limit members that can be used for classloading request when a user class
is not available locally.
- setProviderMode(UserCodeDeploymentConfig.ProviderMode) - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Configure behaviour when providing classes to remote members.
- setProxyFactoryConfigs(List<ProxyFactoryConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setPublicAddress(String) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setPublicAddress(String) - Method in class com.hazelcast.config.NetworkConfig
-
Overrides the public address of a member.
- setPublicAddress(String) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setPublicAddress(String) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
Overrides the public address of a member.
- setPublisherId(String) - Method in class com.hazelcast.config.AbstractWanPublisherConfig
-
- setPublisherId(String) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
- setPublisherId(String) - Method in class com.hazelcast.config.WanCustomPublisherConfig
-
- setQueryCacheConfigs(Map<String, Map<String, QueryCacheConfig>>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setQueryCacheConfigs(List<QueryCacheConfig>) - Method in class com.hazelcast.config.MapConfig
-
- setQueueCapacity(int) - Method in class com.hazelcast.config.ExecutorConfig
-
Sets the queue capacity of the executor task.
- setQueueCapacity(int) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the capacity of the primary and backup queue for WAN replication events.
- setQueueConfigs(Map<String, QueueConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of
IQueue
configurations,
mapped by config name.
- setQueueFullBehavior(WanQueueFullBehavior) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the configured behaviour of this WAN publisher when the WAN queue is
full.
- setQueueStoreConfig(QueueStoreConfig) - Method in class com.hazelcast.config.QueueConfig
-
Set the QueueStore (load and store queue items from/to a database) configuration.
- setRaftAlgorithmConfig(RaftAlgorithmConfig) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets configuration options for Hazelcast's Raft consensus algorithm
implementation
- setReadBackupData(boolean) - Method in class com.hazelcast.config.MapConfig
-
Sets read-backup-data (reading local backup entries) for this map.
- setReadBatchSize(int) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
-
Sets the read batch size.
- setReadBatchSize(int) - Method in class com.hazelcast.config.ReliableTopicConfig
-
Sets the read batch size.
- setReadThrough(boolean) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setReadThrough(boolean) - Method in interface com.hazelcast.config.CacheConfiguration
-
Set if read-through caching should be used.
- setReadThrough(boolean) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Enables or disables read-through: a read loads the entry from the data store if it is not already in the cache.
- setReadTimeout(long) - Method in class com.hazelcast.spring.cache.HazelcastCache
-
Set cache value retrieval timeout
- setRealm(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- setRealmConfig(RealmConfig) - Method in class com.hazelcast.security.RealmConfigCallback
-
- setRealmConfigs(Map<String, RealmConfig>) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setRealmConfigs(Map<String, RealmConfig>) - Method in class com.hazelcast.config.SecurityConfig
-
- 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.
- setRelaxFlagsCheck(Boolean) - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- setReliableTopicConfigMap(Map<String, ClientReliableTopicConfig>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setReliableTopicConfigs(Map<String, ReliableTopicConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of reliable topic configurations, mapped by config name.
- setReplicaCount(int) - Method in class com.hazelcast.config.PNCounterConfig
-
Sets the number of replicas on which state for this PN counter will
be kept.
- setReplicatedMapConfigs(Map<String, ReplicatedMapConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of
ReplicatedMap
configurations,
mapped by config name.
- setReplicationPeriodMillis(int) - Method in class com.hazelcast.config.CRDTReplicationConfig
-
Sets the period between two replications of CRDT states in milliseconds.
- setRepublishingEnabled(boolean) - Method in class com.hazelcast.config.WanReplicationRef
-
Sets if incoming WAN events to this member should be republished
(forwarded) to this WAN replication reference.
- setRequiredMember(String) - Method in class com.hazelcast.config.TcpIpConfig
-
Sets the required member.
- setResponseTimeoutMillis(int) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the duration in milliseconds for the waiting time before retrying to
send the events to target cluster again in case of acknowledgement
is not arrived.
- setRestApiConfig(RestApiConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setRestEndpointConfig(RestServerEndpointConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig
-
Sets the server socket endpoint config for REST
protocol.
- setRetentionSeconds(int) - Method in class com.hazelcast.config.MetricsManagementCenterConfig
-
Sets the number of seconds the metrics will be retained on the
instance.
- setReuseAddress(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
Enable/disable the SO_REUSEADDR socket option.
- setReuseAddress(boolean) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setReuseAddress(boolean) - Method in class com.hazelcast.config.NetworkConfig
-
Sets the reuse address.
- setReuseAddress(boolean) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setReuseAddress(boolean) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
Sets the reuse address.
- setRingbufferConfigs(Map<String, RingbufferConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of
Ringbuffer
configurations,
mapped by config name.
- setRingbufferStoreConfig(RingbufferStoreConfig) - Method in class com.hazelcast.config.RingbufferConfig
-
Set the RingbufferStore (load and store ringbuffer items from/to a database)
configuration.
- setRoleAttribute(String) - Method in class com.hazelcast.config.security.TlsAuthenticationConfig
-
- setRoleContext(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setRoleFilter(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setRoleMappingAttribute(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setRoleMappingMode(LdapRoleMappingMode) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setRoleNameAttribute(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setRoleRecursionMaxDepth(Integer) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setRoleSearchScope(LdapSearchScope) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setSalt(String) - Method in class com.hazelcast.config.AbstractSymmetricEncryptionConfig
-
Sets the salt used for encryption.
- setScheduledExecutorConfigs(Map<String, ScheduledExecutorConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of scheduled executor configurations, mapped by config name.
- setScopeId(String) - Method in class com.hazelcast.cluster.Address
-
- setScriptingEnabled(boolean) - Method in class com.hazelcast.config.ManagementCenterConfig
-
Enables/disables scripting on the member.
- setSecretPath(String) - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Sets the Vault secret path where the encryption keys is expected to be stored.
- setSecureStoreConfig(SecureStoreConfig) - Method in class com.hazelcast.config.EncryptionAtRestConfig
-
Sets the Secure Store configuration.
- setSecurityConfig(ClientSecurityConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setSecurityConfig(SecurityConfig) - Method in class com.hazelcast.config.Config
-
Sets the security configuration for this hazelcast instance.
- setSecurityInterceptorConfigs(List<SecurityInterceptorConfig>) - Method in class com.hazelcast.config.SecurityConfig
-
- setSecurityRealm(String) - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- setSecurityRealm(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- setSecurityRealm(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setSemaphoreConfigs(Map<String, SemaphoreConfig>) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the map of CP
ISemaphore
configurations,
mapped by config name.
- setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
- setSerializationConfig(SerializationConfig) - Method in class com.hazelcast.config.Config
-
Sets the serialization configuration for this hazelcast instance.
- 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
-
- setService(String) - Method in class com.hazelcast.client.config.ProxyFactoryConfig
-
- setServiceNamePrefix(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- setSessionHeartbeatIntervalSeconds(int) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the interval for the periodically-committed CP session heartbeats.
- setSessionTimeToLiveSeconds(int) - Method in class com.hazelcast.config.cp.CPSubsystemConfig
-
Sets the duration for a CP session to be kept alive
after its last session heartbeat.
- setSetConfigs(Map<String, SetConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of
ISet
configurations,
mapped by config name.
- setSize(int) - Method in class com.hazelcast.config.EvictionConfig
-
- setSize(MemorySize) - Method in class com.hazelcast.config.NativeMemoryConfig
-
Sets size of the native memory region.
- setSkipAuthentication(Boolean) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setSkipEndpoint(Boolean) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
-
- setSkipIdentity(Boolean) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
-
- setSkipRole(Boolean) - Method in class com.hazelcast.config.security.AbstractClusterLoginConfig
-
- setSmartRouting(boolean) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
If true
, client will route the key based operations to owner of the key on best-effort basis.
- setSnapshotEnabled(boolean) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets if key-based coalescing is configured for this WAN publisher.
- setSocketBufferDirect(boolean) - Method in class com.hazelcast.config.EndpointConfig
-
- setSocketBufferDirect(boolean) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSocketBufferDirect(boolean) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSocketConnectTimeoutSeconds(int) - Method in class com.hazelcast.config.EndpointConfig
-
- setSocketConnectTimeoutSeconds(int) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSocketConnectTimeoutSeconds(int) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSocketFactoryClassName(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.config.EndpointConfig
-
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSocketInterceptorConfig(SocketInterceptorConfig) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSocketKeepAlive(boolean) - Method in class com.hazelcast.config.EndpointConfig
-
- setSocketKeepAlive(boolean) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSocketKeepAlive(boolean) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSocketLingerSeconds(int) - Method in class com.hazelcast.config.EndpointConfig
-
- setSocketLingerSeconds(int) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSocketLingerSeconds(int) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSocketOptions(SocketOptions) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSocketRcvBufferSizeKb(int) - Method in class com.hazelcast.config.EndpointConfig
-
- setSocketRcvBufferSizeKb(int) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSocketRcvBufferSizeKb(int) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSocketSendBufferSizeKb(int) - Method in class com.hazelcast.config.EndpointConfig
-
- setSocketSendBufferSizeKb(int) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSocketSendBufferSizeKb(int) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSocketTcpNoDelay(boolean) - Method in class com.hazelcast.config.EndpointConfig
-
- setSocketTcpNoDelay(boolean) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSocketTcpNoDelay(boolean) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSplitBrainProtectionConfigs(Map<String, SplitBrainProtectionConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of split-brain protection configurations, mapped by config
name.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.CacheConfig
-
Associates this cache configuration to a split brain protection.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Associates this cache configuration to a split brain protection.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
Sets the split brain protection name for operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.CollectionConfig
-
Sets the split brain protection name for operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.DurableExecutorConfig
-
Sets the split brain protection name for operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.ExecutorConfig
-
Sets the split brain protection name for operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.MapConfig
-
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.MultiMapConfig
-
Sets the split brain protection name for operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.PNCounterConfig
-
Sets the split brain protection name for operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.QueueConfig
-
Sets the split brain protection name for queue operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
Sets the split brain protection name for operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.RingbufferConfig
-
Sets the split brain protection name for operations.
- setSplitBrainProtectionName(String) - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Sets the split brain protection name for operations.
- setSpn(String) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- setSql(String) - Method in class com.hazelcast.config.PredicateConfig
-
Sets sql string for this config.
- setSql(String) - Method in class com.hazelcast.sql.SqlStatement
-
Sets the SQL string to be executed.
- setSqlConfig(SqlConfig) - Method in class com.hazelcast.config.Config
-
Sets SQL config.
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.client.config.ClientNetworkConfig
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.config.EndpointConfig
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSSLConfig(SSLConfig) - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Sets the SSL/TLS configuration.
- setStatementTimeoutMillis(long) - Method in class com.hazelcast.config.SqlConfig
-
Sets the timeout in milliseconds that is applied to statements without an explicit timeout.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.AbstractCacheConfig
-
Sets whether or not statistics gathering is enabled on this cache.
- setStatisticsEnabled(boolean) - Method in interface com.hazelcast.config.CacheConfiguration
-
Sets whether statistics gathering is enabled on a cache.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets statistics to enabled or disabled for this
ICache
.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.CollectionConfig
-
Sets collection statistics to enabled or disabled.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.DurableExecutorConfig
-
Enables or disables statistics gathering on the executor task.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.ExecutorConfig
-
Enables or disables statistics gathering on the executor task.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.FlakeIdGeneratorConfig
-
Enables or disables statistics gathering of LocalFlakeIdGeneratorStats
.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.MapConfig
-
Sets statistics to enabled or disabled for this map.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.MultiMapConfig
-
Enables or disables statistics for this MultiMap.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.PNCounterConfig
-
Enables or disables statistics for this PN counter
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.QueueConfig
-
Enables or disables statistics for this queue.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.ReliableTopicConfig
-
Enables or disables statistics for this reliable topic.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.ReplicatedMapConfig
-
Sets statistics to enabled or disabled for this replicated map.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.ScheduledExecutorConfig
-
Enables or disables statistics gathering on the executor task.
- setStatisticsEnabled(boolean) - Method in class com.hazelcast.config.TopicConfig
-
Enables or disables statistics for this topic.
- setStoreByValue(boolean) - Method in class com.hazelcast.config.AbstractCacheConfig
-
Set if a configured cache should use store-by-value or store-by-reference
semantics.
- setStoreByValue(boolean) - Method in interface com.hazelcast.config.CacheConfiguration
-
Set if a configured cache should use store-by-value or store-by-reference semantics.
- setStoreImplementation(QueueStore) - Method in class com.hazelcast.config.QueueStoreConfig
-
Sets the implementation of the queue store which will be used to store
queue items.
- setStoreImplementation(RingbufferStore) - Method in class com.hazelcast.config.RingbufferStoreConfig
-
- setStoreInitialDelaySeconds(int) - Method in class com.hazelcast.config.NearCachePreloaderConfig
-
- setStoreIntervalSeconds(int) - Method in class com.hazelcast.config.NearCachePreloaderConfig
-
- setSymmetricEncryptionConfig(SymmetricEncryptionConfig) - Method in class com.hazelcast.config.AdvancedNetworkConfig.MemberNetworkingView
-
- setSymmetricEncryptionConfig(SymmetricEncryptionConfig) - Method in class com.hazelcast.config.EndpointConfig
-
- setSymmetricEncryptionConfig(SymmetricEncryptionConfig) - Method in class com.hazelcast.config.NetworkConfig
-
- setSymmetricEncryptionConfig(SymmetricEncryptionConfig) - Method in class com.hazelcast.config.RestServerEndpointConfig
-
- setSymmetricEncryptionConfig(SymmetricEncryptionConfig) - Method in class com.hazelcast.config.ServerSocketEndpointConfig
-
- setSyncConfig(WanSyncConfig) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the config for the WAN sync mechanism.
- setSynchronous(boolean) - Method in class com.hazelcast.config.CacheSimpleEntryListenerConfig
-
If true
, this cache entry listener implementation will be called in a synchronous manner.
- setSystemAuthentication(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setSystemProperty(String) - Method in class com.hazelcast.spi.properties.HazelcastProperty
-
Sets the system property value of the property.
- setSystemUserDn(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setSystemUserPassword(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setTailSequence(long) - Method in class com.hazelcast.spi.merge.RingbufferMergeData
-
Sets the tail sequence.
- setTargetEndpoints(String) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets the comma separated list of target cluster members,
e.g.
- setTcpIpConfig(TcpIpConfig) - Method in class com.hazelcast.config.JoinConfig
-
- setTcpNoDelay(boolean) - Method in class com.hazelcast.client.config.SocketOptions
-
Enable/disable TCP_NODELAY socket option.
- setTenant(boolean) - Method in interface com.hazelcast.spi.tenantcontrol.TenantControl
-
Establish this tenant's thread-local context
Particular TenantControl implementation will control the details of how
createRequestScope parameter is handled, but in general,
if createRequestScope = false, only ClassLoader is set up,
if createRequestScope = true, in addition to ClassLoader,
other things like invocation, EJB/JPA/CDI context should be set up as well
In other words, if only app class needs to be resolved, set createRequestScope to false
If actually calling into user's code, set createRequestScope to true
- setTenantControl(CacheConfig<K, V>, TenantControl) - Static method in class com.hazelcast.config.CacheConfigAccessor
-
- setTimeout(long, TimeUnit) - Method in class com.hazelcast.transaction.TransactionOptions
-
Sets the timeout.
- setTimeoutMillis(long) - Method in class com.hazelcast.sql.SqlStatement
-
Sets the execution timeout in milliseconds.
- setTimeoutMilliseconds(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- setTimeoutMilliseconds(int) - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
Sets the timeout in Milliseconds before declaring a failed ping
This cannot be more than the interval value.
- setTimeToLiveSeconds(int) - Method in class com.hazelcast.config.EventJournalConfig
-
Sets the time to live in seconds.
- setTimeToLiveSeconds(int) - Method in class com.hazelcast.config.MapConfig
-
The maximum number of seconds for each entry to stay in the map.
- 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).
- setTimeToLiveSeconds(int) - Method in class com.hazelcast.config.RingbufferConfig
-
Sets the time to live in seconds which is the maximum number of seconds
for each item to stay in the ringbuffer before being removed.
- setTlsAuthenticationConfig(TlsAuthenticationConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setToken(String) - Method in class com.hazelcast.config.VaultSecureStoreConfig
-
Sets the Vault access token.
- setTokenIdentityConfig(TokenIdentityConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setTokenIdentityConfig(TokenIdentityConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setTopicConfigs(Map<String, TopicConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of
ITopic
configurations,
mapped by config name.
- setTopicOverloadPolicy(TopicOverloadPolicy) - Method in class com.hazelcast.client.config.ClientReliableTopicConfig
-
Sets the TopicOverloadPolicy for this reliable topic.
- setTopicOverloadPolicy(TopicOverloadPolicy) - Method in class com.hazelcast.config.ReliableTopicConfig
-
Sets the TopicOverloadPolicy for this reliable topic.
- setTransactionType(TransactionOptions.TransactionType) - Method in class com.hazelcast.transaction.TransactionOptions
-
- setTrustedInterfaces(Set<String>) - Method in class com.hazelcast.config.ManagementCenterConfig
-
Sets the trusted interfaces.
- setTrustedInterfaces(Set<String>) - Method in class com.hazelcast.config.MulticastConfig
-
Sets the trusted interfaces.
- setTrustedInterfaces(Set<String>) - Method in interface com.hazelcast.config.TrustedInterfacesConfigurable
-
Sets the trusted interfaces.
- setTryCount(int) - Method in class com.hazelcast.client.config.ClientFailoverConfig
-
Sets the count of attempts to connect to a cluster.
- setTtl(int) - Method in class com.hazelcast.client.config.ClientIcmpPingConfig
-
- setTtl(int) - Method in class com.hazelcast.config.IcmpFailureDetectorConfig
-
Sets the maximum number of times the IP Datagram (ping) can be forwarded, in most cases
all Hazelcast cluster members would be within one network switch/router therefore
- 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.
- setType(String) - Method in class com.hazelcast.config.JavaKeyStoreSecureStoreConfig
-
Sets the Java KeyStore type (PKCS12, JCEKS etc.)
- setType(PermissionConfig.PermissionType) - Method in class com.hazelcast.config.PermissionConfig
-
- 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.
- setTypes(Class<K>, Class<V>) - Method in class com.hazelcast.config.AbstractCacheConfig
-
Sets the expected type of keys and values for a Cache
configured with this Configuration
.
- setTypes(Class<K>, Class<V>) - Method in interface com.hazelcast.config.CacheConfiguration
-
Sets the expected type of keys and values for a Cache
configured with this Configuration
.
- setUncommittedEntryCountToRejectNewAppends(int) - Method in class com.hazelcast.config.cp.RaftAlgorithmConfig
-
- 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.
- setUriString(String) - Method in class com.hazelcast.config.CacheConfig
-
Sets the URI string, which is the global identifier of the
ICache
.
- setUrl(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setUsage(LoginModuleConfig.LoginModuleUsage) - Method in class com.hazelcast.config.LoginModuleConfig
-
- setUseCanonicalHostname(Boolean) - Method in class com.hazelcast.config.security.KerberosIdentityConfig
-
- setUseEndpointPrivateAddress(boolean) - Method in class com.hazelcast.config.WanBatchPublisherConfig
-
Sets whether the WAN connection manager should connect to the
endpoint on the private address returned by the discovery SPI.
- setUseNameWithoutRealm(Boolean) - Method in class com.hazelcast.config.security.KerberosAuthenticationConfig
-
- setUseNativeByteOrder(boolean) - Method in class com.hazelcast.config.SerializationConfig
-
- setUsePublicIp(boolean) - Method in class com.hazelcast.config.AliasedDiscoveryConfig
-
Decides whether the public or private IP should be used to connect to Hazelcast members.
- setUserCodeDeploymentConfig(ClientUserCodeDeploymentConfig) - Method in class com.hazelcast.client.config.ClientConfig
-
Set User Code Deployment configuration
- setUserCodeDeploymentConfig(UserCodeDeploymentConfig) - Method in class com.hazelcast.config.Config
-
Set User Code Deployment configuration
- setUserContext(ConcurrentMap<String, Object>) - Method in class com.hazelcast.client.config.ClientConfig
-
- setUserContext(ConcurrentMap<String, Object>) - Method in class com.hazelcast.config.Config
-
Sets the user supplied context.
- setUserContext(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setUserFilter(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setUserNameAttribute(String) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setUsernamePasswordIdentityConfig(UsernamePasswordIdentityConfig) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setUsernamePasswordIdentityConfig(String, String) - Method in class com.hazelcast.client.config.ClientSecurityConfig
-
- setUsernamePasswordIdentityConfig(UsernamePasswordIdentityConfig) - Method in class com.hazelcast.config.security.RealmConfig
-
- setUsernamePasswordIdentityConfig(String, String) - Method in class com.hazelcast.config.security.RealmConfig
-
- setUserSearchScope(LdapSearchScope) - Method in class com.hazelcast.config.security.LdapAuthenticationConfig
-
- setValidationTimeoutSeconds(int) - Method in class com.hazelcast.config.HotRestartPersistenceConfig
-
Sets validation timeout for hot-restart process, includes validating
cluster members expected to join and partition table on all cluster.
- 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
- setValueClassName(String) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setValueCollectionType(String) - Method in class com.hazelcast.config.MultiMapConfig
-
Sets the collection type for the values of this MultiMap.
- setValueCollectionType(MultiMapConfig.ValueCollectionType) - Method in class com.hazelcast.config.MultiMapConfig
-
Sets the collection type for the values of this MultiMap.
- setValueType(Class<V>) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setValueType(String) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the value type for this
ICache
.
- 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.
- setWanProtocolVersion(Version) - Method in interface com.hazelcast.nio.WanProtocolVersionAware
-
Sets the WAN protocol version.
- setWanReplicationConfigs(Map<String, WanReplicationConfig>) - Method in class com.hazelcast.config.Config
-
Sets the map of WAN replication configurations, mapped by config name.
- setWanReplicationRef(WanReplicationRef) - Method in class com.hazelcast.config.CacheConfig
-
- setWanReplicationRef(WanReplicationRef) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Sets the WAN target replication reference.
- setWanReplicationRef(WanReplicationRef) - Method in class com.hazelcast.config.MapConfig
-
Sets the WAN target replication reference.
- setWhitelist(ClassFilter) - Method in class com.hazelcast.config.JavaSerializationFilterConfig
-
- setWhitelistedPrefixes(String) - Method in class com.hazelcast.config.UserCodeDeploymentConfig
-
Comma-separated list of class prefixes which will be loaded remotely.
- setWriteBatchSize(int) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the number of operations to be included in each batch processing round.
- setWriteCoalescing(boolean) - Method in class com.hazelcast.config.MapStoreConfig
-
- setWriteDelaySeconds(int) - Method in class com.hazelcast.config.MapStoreConfig
-
Sets the number of seconds to delay before writing (storing) the dirty records
- setWriteThrough(boolean) - Method in class com.hazelcast.config.AbstractCacheConfig
-
- setWriteThrough(boolean) - Method in interface com.hazelcast.config.CacheConfiguration
-
Set if write-through caching should be used.
- setWriteThrough(boolean) - Method in class com.hazelcast.config.CacheSimpleConfig
-
Enables or disables write-through for this
ICache
: a write to the queue also loads
the entry into the data store.
- severe(String) - Method in class com.hazelcast.logging.AbstractLogger
-
- severe(Throwable) - Method in class com.hazelcast.logging.AbstractLogger
-
- severe(String, Throwable) - Method in class com.hazelcast.logging.AbstractLogger
-
- severe(String) - Method in interface com.hazelcast.logging.ILogger
-
- severe(Throwable) - Method in interface com.hazelcast.logging.ILogger
-
- severe(String, Throwable) - Method in interface com.hazelcast.logging.ILogger
-
Logs a message with an associated throwable at the
Level.SEVERE
level.
- SHARED_JCACHE_INSTANCE_NAME - Static variable in class com.hazelcast.cache.HazelcastCachingProvider
-
Name of default
HazelcastInstance
which may be started when
obtaining the default
CachingProvider
.
- shouldHandle(OutOfMemoryError) - Method in class com.hazelcast.core.OutOfMemoryHandler
-
Decides if the OutOfMemoryError thrown will be handled by this OutOfMemoryHandler or not.
- 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(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() - Method in interface com.hazelcast.cluster.Cluster
-
Changes state of the cluster to the
ClusterState.PASSIVE
transactionally,
then triggers the shutdown process on each node.
- shutdown(TransactionOptions) - Method in interface com.hazelcast.cluster.Cluster
-
Changes state of the cluster to the
ClusterState.PASSIVE
transactionally, then
triggers the shutdown process on each node.
- 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 interface com.hazelcast.scheduledexecutor.IScheduledExecutorService
-
Initiates an orderly shutdown in which previously submitted tasks are
executed, but no new tasks will be accepted.
- shutdown() - Method in interface com.hazelcast.wan.WanConsumer
-
Callback method to shutdown the WAN replication consumer.
- shutdown() - Method in interface com.hazelcast.wan.WanPublisher
-
Closes the publisher and its internal connections and shuts down other internal states.
- shutdownAll() - Static method in class com.hazelcast.client.HazelcastClient
-
Shuts down all the client HazelcastInstance created in this JVM.
- shutdownAll() - Static method in class com.hazelcast.core.Hazelcast
-
- shutdownAll() - Method in interface com.hazelcast.osgi.HazelcastOSGiService
-
- shutdownHazelcastInstance(HazelcastOSGiInstance) - Method in interface com.hazelcast.osgi.HazelcastOSGiService
-
- SHUTDOWNHOOK_ENABLED - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Enable Hazelcast shutdownhook thread.
- SHUTDOWNHOOK_POLICY - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Behaviour when JVM is about to exit while Hazelcast instance is still running.
- SilentException - Interface in com.hazelcast.spi.exception
-
Marked interface for exceptions.
- SimpleDiscoveryNode - Class in com.hazelcast.spi.discovery
-
- 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, Map<String, String>) - Constructor for class com.hazelcast.spi.discovery.SimpleDiscoveryNode
-
This constructor will set private and public addresses to the same value.
- 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.
- SimplePropertyDefinition - Class in com.hazelcast.config.properties
-
- SimplePropertyDefinition(String, TypeConverter) - Constructor for class com.hazelcast.config.properties.SimplePropertyDefinition
-
- 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
-
- 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
-
- SimulateLoadTask - Class in com.hazelcast.console
-
A simulated load test.
- SimulateLoadTask(int, int, String) - Constructor for class com.hazelcast.console.SimulateLoadTask
-
- singleAttribute(String) - Static method in class com.hazelcast.projection.Projections
-
Returns a projection that extracts the value of the given attributePath
.
- size() - Method in interface com.hazelcast.cache.ICache
-
Total entry count.
- size() - Method in interface com.hazelcast.collection.BaseQueue
-
Returns the number of elements in this collection.
- size - Variable in class com.hazelcast.config.EvictionConfig
-
- size() - Method in interface com.hazelcast.map.BaseMap
-
Returns the number of entries in this map.
- size() - Method in interface com.hazelcast.map.QueryCache
-
- size() - Method in interface com.hazelcast.multimap.BaseMultiMap
-
Returns the number of key-value pairs in the multimap.
- size() - Method in interface com.hazelcast.multimap.MultiMap
-
Returns the number of key-value pairs in the multimap.
- 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 class com.hazelcast.spi.merge.RingbufferMergeData
-
- size() - Method in interface com.hazelcast.spi.partitiongroup.MemberGroup
-
- size() - Method in interface com.hazelcast.transaction.TransactionalList
-
Returns the size of the list.
- size() - Method in interface com.hazelcast.transaction.TransactionalMap
-
- size() - Method in interface com.hazelcast.transaction.TransactionalMultiMap
-
Returns the number of key-value pairs in the multimap.
- size() - Method in interface com.hazelcast.transaction.TransactionalQueue
-
Returns the number of elements in this collection.
- size() - Method in interface com.hazelcast.transaction.TransactionalSet
-
Returns the size of the set.
- skip(long) - Method in class com.hazelcast.config.ConfigStream
-
- Slf4jFactory - Class in com.hazelcast.logging
-
- Slf4jFactory() - Constructor for class com.hazelcast.logging.Slf4jFactory
-
- SLOW_OPERATION_DETECTOR_ENABLED - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Enables or disables the
SlowOperationDetector
.
- SLOW_OPERATION_DETECTOR_LOG_PURGE_INTERVAL_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Purge interval for slow operation logs.
- SLOW_OPERATION_DETECTOR_LOG_RETENTION_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
This value defines the retention time of invocations in slow operation logs.
- SLOW_OPERATION_DETECTOR_STACK_TRACE_LOGGING_ENABLED - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Defines if the stacktraces of slow operations are logged in the log file.
- SLOW_OPERATION_DETECTOR_THRESHOLD_MILLIS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Defines a threshold above which a running operation in OperationService
is considered to be slow.
- SOCKET_BIND_ANY - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Bind both server-socket and client-sockets to any local interface.
- SOCKET_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
).
- SOCKET_CLIENT_BIND - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Bind client socket to an interface when connecting to a remote server
socket.
- SOCKET_CLIENT_BIND_ANY - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Bind client-sockets to any local interface.
- 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
).
- SOCKET_CLIENT_RECEIVE_BUFFER_SIZE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Overrides receive buffer size for connections opened by clients.
- SOCKET_CLIENT_SEND_BUFFER_SIZE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Overrides send buffer size for connections opened by clients.
- SOCKET_CONNECT_TIMEOUT_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Socket connection timeout in seconds.
- SOCKET_KEEP_ALIVE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Socket set keep alive (SO_KEEPALIVE).
- SOCKET_LINGER_SECONDS - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Set socket SO_LINGER option.
- SOCKET_NO_DELAY - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Socket set TCP no delay.
- SOCKET_RECEIVE_BUFFER_SIZE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Socket receive buffer (SO_RCVBUF) size in KB.
- SOCKET_SEND_BUFFER_SIZE - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Socket send buffer (SO_SNDBUF) size in KB.
- SOCKET_SERVER_BIND_ANY - Static variable in class com.hazelcast.spi.properties.ClusterProperty
-
Bind server-socket to any local interface.
- SocketInterceptor - Interface in com.hazelcast.nio
-
An interface that provides the ability to intercept the creation of sockets.
- socketInterceptorConfig - Variable in class com.hazelcast.config.EndpointConfig
-
- 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
-
- SplitBrainMergePolicy<V,T extends MergingValue<V>,R> - Interface in com.hazelcast.spi.merge
-
Policy for merging data structure values
after a split-brain has been healed.
- SplitBrainMergePolicyProvider - Class in com.hazelcast.spi.merge
-
- SplitBrainMergePolicyProvider(NodeEngine) - Constructor for class com.hazelcast.spi.merge.SplitBrainMergePolicyProvider
-
- SplitBrainMergeTypes - Class in com.hazelcast.spi.merge
-
Collection of interfaces which define the provided merge types for each data structure.
- SplitBrainMergeTypes() - Constructor for class com.hazelcast.spi.merge.SplitBrainMergeTypes
-
- SplitBrainMergeTypes.AtomicLongMergeTypes - Interface in com.hazelcast.spi.merge
-
- SplitBrainMergeTypes.AtomicReferenceMergeTypes - Interface in com.hazelcast.spi.merge
-
- SplitBrainMergeTypes.CacheMergeTypes<K,V> - Interface in com.hazelcast.spi.merge
-
Provided merge types of
ICache
.
- SplitBrainMergeTypes.CardinalityEstimatorMergeTypes - Interface in com.hazelcast.spi.merge
-
- SplitBrainMergeTypes.CollectionMergeTypes<V> - Interface in com.hazelcast.spi.merge
-
Provided merge types of collections (
ISet
and
IList
).
- SplitBrainMergeTypes.MapMergeTypes<K,V> - Interface in com.hazelcast.spi.merge
-
Provided merge types of
IMap
.
- SplitBrainMergeTypes.MultiMapMergeTypes<K,V> - Interface in com.hazelcast.spi.merge
-
- SplitBrainMergeTypes.QueueMergeTypes<V> - Interface in com.hazelcast.spi.merge
-
Provided merge types of
IQueue
.
- SplitBrainMergeTypes.ReplicatedMapMergeTypes<K,V> - Interface in com.hazelcast.spi.merge
-
- SplitBrainMergeTypes.RingbufferMergeTypes - Interface in com.hazelcast.spi.merge
-
- SplitBrainMergeTypes.ScheduledExecutorMergeTypes - Interface in com.hazelcast.spi.merge
-
- SplitBrainProtection - Interface in com.hazelcast.splitbrainprotection
-
- SplitBrainProtectionConfig - Class in com.hazelcast.config
-
Configuration for cluster split brain protection, a means to protect consistency of data from network
partitions.
- SplitBrainProtectionConfig() - Constructor for class com.hazelcast.config.SplitBrainProtectionConfig
-
- SplitBrainProtectionConfig(String, boolean) - Constructor for class com.hazelcast.config.SplitBrainProtectionConfig
-
- SplitBrainProtectionConfig(String, boolean, int) - Constructor for class com.hazelcast.config.SplitBrainProtectionConfig
-
- SplitBrainProtectionConfig(SplitBrainProtectionConfig) - Constructor for class com.hazelcast.config.SplitBrainProtectionConfig
-
- SplitBrainProtectionConfigBuilder - Class in com.hazelcast.config
-
Commons for split brain protection config builders.
- SplitBrainProtectionConfigBuilder() - Constructor for class com.hazelcast.config.SplitBrainProtectionConfigBuilder
-
- SplitBrainProtectionEvent - Class in com.hazelcast.splitbrainprotection
-
- SplitBrainProtectionEvent(Object, int, Collection<Member>, boolean) - Constructor for class com.hazelcast.splitbrainprotection.SplitBrainProtectionEvent
-
- 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
-
- SplitBrainProtectionFunction - Interface in com.hazelcast.splitbrainprotection
-
A function that can be used to conclude whether the minimum cluster size property is satisfied?
The split brain protection function is consulted:
When a cluster membership change occurs (member added or removed)
Whenever a hearbeat is received from a member, in case the
SplitBrainProtectionFunction
also
implements
HeartbeatAware
A
SplitBrainProtectionFunction
that implements
HeartbeatAware
will be also notified of heartbeats.
- SplitBrainProtectionListener - Interface in com.hazelcast.splitbrainprotection
-
Listener to get notified when a split brain protection state is changed.
- SplitBrainProtectionListenerConfig - Class in com.hazelcast.config
-
- SplitBrainProtectionListenerConfig() - Constructor for class com.hazelcast.config.SplitBrainProtectionListenerConfig
-
- SplitBrainProtectionListenerConfig(String) - Constructor for class com.hazelcast.config.SplitBrainProtectionListenerConfig
-
- SplitBrainProtectionListenerConfig(SplitBrainProtectionListener) - Constructor for class com.hazelcast.config.SplitBrainProtectionListenerConfig
-
- SplitBrainProtectionOn - Enum in com.hazelcast.splitbrainprotection
-
Represents a cluster split brain protection type
- SplitBrainProtectionService - Interface in com.hazelcast.splitbrainprotection
-
Split brain protection service can be used to trigger cluster split brain protections at any time.
- SpringAware - Annotation Type in com.hazelcast.spring.context
-
Annotates a class for injection of Spring dependencies.
- SpringHazelcastCachingProvider - Class in com.hazelcast.spring.cache
-
- SpringManagedContext - Class in com.hazelcast.spring.context
-
- SpringManagedContext() - Constructor for class com.hazelcast.spring.context.SpringManagedContext
-
- SpringManagedContext(ApplicationContext) - Constructor for class com.hazelcast.spring.context.SpringManagedContext
-
- SpringXmlBuilder(ParserContext, BeanDefinitionBuilder) - Constructor for class com.hazelcast.spring.HazelcastClientBeanDefinitionParser.SpringXmlBuilder
-
- SpringXmlBuilderHelper() - Constructor for class com.hazelcast.spring.AbstractHazelcastBeanDefinitionParser.SpringXmlBuilderHelper
-
- sql - Variable in class com.hazelcast.config.PredicateConfig
-
- sql(String) - Static method in class com.hazelcast.query.Predicates
-
Creates a predicate that will pass items that match the given SQL 'where' expression.
- SqlColumnMetadata - Class in com.hazelcast.sql
-
SQL column metadata.
- SqlColumnMetadata(String, SqlColumnType) - Constructor for class com.hazelcast.sql.SqlColumnMetadata
-
- SqlColumnType - Enum in com.hazelcast.sql
-
SQL column type.
- SqlConfig - Class in com.hazelcast.config
-
SQL service configuration.
- SqlConfig() - Constructor for class com.hazelcast.config.SqlConfig
-
- SqlResult - Interface in com.hazelcast.sql
-
SQL query result.
- SqlRow - Interface in com.hazelcast.sql
-
SQL row.
- SqlRowMetadata - Class in com.hazelcast.sql
-
SQL row metadata.
- SqlRowMetadata(List<SqlColumnMetadata>) - Constructor for class com.hazelcast.sql.SqlRowMetadata
-
- SqlService - Interface in com.hazelcast.sql
-
A service to execute SQL statements.
- SqlStatement - Class in com.hazelcast.sql
-
Definition of an SQL statement.
- SqlStatement(String) - Constructor for class com.hazelcast.sql.SqlStatement
-
- sslConfig - Variable in class com.hazelcast.config.EndpointConfig
-
- 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
-
- StaleTaskIdException - Exception in com.hazelcast.durableexecutor
-
- StaleTaskIdException(String) - Constructor for exception com.hazelcast.durableexecutor.StaleTaskIdException
-
- StandardLoggerFactory - Class in com.hazelcast.logging
-
- StandardLoggerFactory() - Constructor for class com.hazelcast.logging.StandardLoggerFactory
-
- start() - Method in class com.hazelcast.console.ConsoleApp
-
- 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
-
- stateChanged(LifecycleEvent) - Method in interface com.hazelcast.core.LifecycleListener
-
Called when instance's state changes.
- StatefulTask<K,V> - Interface in com.hazelcast.scheduledexecutor
-
- StaticCredentialsFactory - Class in com.hazelcast.config.security
-
- StaticCredentialsFactory(Credentials) - Constructor for class com.hazelcast.config.security.StaticCredentialsFactory
-
- STATISTICS_ENABLED - Static variable in class com.hazelcast.client.properties.ClientProperty
-
- STATISTICS_PERIOD_SECONDS - Static variable in class com.hazelcast.client.properties.ClientProperty
-
- status() - Method in interface com.hazelcast.cp.CPGroup
-
Returns status of the CP group
- stop() - Method in class com.hazelcast.console.ConsoleApp
-
- store(Long, T) - Method in interface com.hazelcast.collection.QueueStore
-
Stores the key-value pair.
- store(K, V) - Method in interface com.hazelcast.map.MapStore
-
Stores the key-value pair.
- store(K, V) - Method in class com.hazelcast.map.MapStoreAdapter
-
Stores the key-value pair.
- store(long, T) - Method in interface com.hazelcast.ringbuffer.RingbufferStore
-
Stores one item with it's corresponding sequence.
- STORE_BINARY - Static variable in class com.hazelcast.config.QueueStoreConfig
-
Binary: By default, Hazelcast stores the queue items in serialized form in memory.
- STORE_BULK_LOAD - Static variable in class com.hazelcast.config.QueueStoreConfig
-
Bulk Load: When the queue is initialized, items are loaded from QueueStore in bulks.
- STORE_MEMORY_LIMIT - Static variable in class com.hazelcast.config.QueueStoreConfig
-
Memory Limit: This is the number of items after which Hazelcast will store items only to
datastore.
- storeAll(Map<Long, T>) - Method in interface com.hazelcast.collection.QueueStore
-
Stores multiple entries.
- storeAll(Map<K, V>) - Method in interface com.hazelcast.map.MapStore
-
Stores multiple entries.
- storeAll(Map<K, V>) - Method in class com.hazelcast.map.MapStoreAdapter
-
Stores multiple entries.
- storeAll(long, T[]) - Method in interface com.hazelcast.ringbuffer.RingbufferStore
-
Stores multiple items.
- 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.
- StringAndPartitionAwarePartitioningStrategy - Class in com.hazelcast.partition.strategy
-
- StringPartitioningStrategy - Class in com.hazelcast.partition.strategy
-
- StringPartitioningStrategy() - Constructor for class com.hazelcast.partition.strategy.StringPartitioningStrategy
-
- 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(Runnable, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits a task to a random member.
- submit(Runnable, MemberSelector, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits a task to randomly selected members.
- submit(Callable<T>, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits a task to a random member.
- submit(Callable<T>, MemberSelector, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to a randomly selected member.
- submit(Callable<T>) - Method in interface com.hazelcast.durableexecutor.DurableExecutorService
-
Submits a value-returning task for execution and returns a
Future representing the pending results of the task.
- submit(Runnable, T) - Method in interface com.hazelcast.durableexecutor.DurableExecutorService
-
Submits a Runnable task for execution and returns a Future
representing that task.
- submit(Runnable) - Method in interface com.hazelcast.durableexecutor.DurableExecutorService
-
Submits a Runnable task for execution and returns a Future
representing that task.
- 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(Runnable, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to all the cluster members.
- 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(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(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, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the owner of the specified key.
- submitToKeyOwner(Callable<T>, Object) - Method in interface com.hazelcast.durableexecutor.DurableExecutorService
-
Submits a task to the owner of the specified key and returns a Future
representing that task.
- submitToKeyOwner(Runnable, Object) - Method in interface com.hazelcast.durableexecutor.DurableExecutorService
-
Submits a task to the owner of the specified key and returns a Future
representing that task.
- submitToKeys(Set<K>, EntryProcessor<K, V, R>) - Method in interface com.hazelcast.map.IMap
-
- 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(Runnable, Member, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits a task to the specified member.
- submitToMember(Callable<T>, Member, ExecutionCallback<T>) - Method in interface com.hazelcast.core.IExecutorService
-
Submits a task to the specified member.
- 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>, 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(Runnable, Collection<Member>, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits a task to the specified members.
- submitToMembers(Runnable, MemberSelector, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the selected members.
- submitToMembers(Callable<T>, Collection<Member>, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits a task to the specified members.
- submitToMembers(Callable<T>, MemberSelector, MultiExecutionCallback) - Method in interface com.hazelcast.core.IExecutorService
-
Submits task to the selected members.
- subtractAndGet(long) - Method in interface com.hazelcast.crdt.pncounter.PNCounter
-
Subtracts the given value from the current value.
- SupplierEx<T> - Interface in com.hazelcast.function
-
- symmetricEncryptionConfig - Variable in class com.hazelcast.config.EndpointConfig
-
- SymmetricEncryptionConfig - Class in com.hazelcast.config
-
Contains configuration for symmetric encryption
- SymmetricEncryptionConfig() - Constructor for class com.hazelcast.config.SymmetricEncryptionConfig
-
- validate() - Method in class com.hazelcast.config.CardinalityEstimatorConfig
-
- 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 succeed 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 com.hazelcast.query.QueryConstants
-
- ValueCallback<T> - Interface in com.hazelcast.query.extractor
-
- ValueCollector<T> - Interface in com.hazelcast.query.extractor
-
- valueCount(K) - Method in interface com.hazelcast.multimap.BaseMultiMap
-
Returns the number of values matching the given key in the multimap.
- valueCount(K) - Method in interface com.hazelcast.multimap.MultiMap
-
Returns the number of values that match the given key in the multimap.
- valueCount(K) - Method in interface com.hazelcast.transaction.TransactionalMultiMap
-
Returns the number of values matching the given key in the multimap.
- ValueExtractor<T,A> - Interface in com.hazelcast.query.extractor
-
Common superclass for all extractors that enable the user to define custom attributes and extract their values.
- valueOf(String) - Static method in enum com.hazelcast.auditlog.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.cache.CacheEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.cluster.ClusterState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.AbstractXmlConfigBuilder.ConfigType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.CacheDeserializedValues
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig.ExpiryPolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.ConsistencyCheckStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.EvictionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.HotRestartClusterDataRecoveryPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.InMemoryFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.InstanceTrackingConfig.InstanceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.MapStoreConfig.InitialLoadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.MaxSizePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.MetadataPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.MultiMapConfig.ValueCollectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.NearCacheConfig.LocalUpdatePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.OnJoinPermissionOperationName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.PartitionGroupConfig.MemberGroupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.PermissionConfig.PermissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.PersistentMemoryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.properties.PropertyTypeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.RestEndpointGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.ScheduledExecutorConfig.CapacityPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.security.LdapRoleMappingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.security.LdapSearchScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.security.TokenEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.UserCodeDeploymentConfig.ClassCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.UserCodeDeploymentConfig.ProviderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.WanAcknowledgeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.config.WanQueueFullBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.core.DistributedObjectEvent.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.core.EntryEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.core.ItemEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.core.LifecycleEvent.LifecycleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.cp.CPGroup.CPGroupStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.cp.event.CPMembershipEvent.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.cp.session.CPSession.CPSessionOwnerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.hotrestart.BackupTaskState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.memory.MemoryUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.nio.serialization.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.query.QueryConstants
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.ringbuffer.OverflowPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.spi.discovery.integration.DiscoveryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.spi.partitiongroup.PartitionGroupMetaData
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.splitbrainprotection.SplitBrainProtectionOn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.sql.SqlColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.topic.TopicOverloadPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.transaction.TransactionOptions.TransactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.wan.WanEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.hazelcast.wan.WanPublisherState
-
Returns the enum constant of this type with the specified name.
- ValueReader - Interface in com.hazelcast.query.extractor
-
Enables reading the value of the attribute specified by the path
- ValueReadingException - Exception in com.hazelcast.query.extractor
-
Exception thrown if there is any checked or unchecked exception caught in the value reading in
ValueReader
- ValueReadingException(String, Throwable) - Constructor for exception com.hazelcast.query.extractor.ValueReadingException
-
- values() - Static method in enum com.hazelcast.auditlog.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.cache.CacheEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.client.config.ClientConnectionStrategyConfig.ReconnectMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.cluster.ClusterState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.AbstractXmlConfigBuilder.ConfigType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.BitmapIndexOptions.UniqueKeyTransformation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.CacheDeserializedValues
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig.ExpiryPolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.ConsistencyCheckStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.EvictionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.HotRestartClusterDataRecoveryPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.IndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.InMemoryFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.InstanceTrackingConfig.InstanceMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.InstanceTrackingConfig.InstanceTrackingProperties
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.MapStoreConfig.InitialLoadMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.MaxSizePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.MetadataPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.MultiMapConfig.ValueCollectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.NativeMemoryConfig.MemoryAllocatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.NearCacheConfig.LocalUpdatePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.OnJoinPermissionOperationName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.PartitionGroupConfig.MemberGroupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.PermissionConfig.PermissionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.PersistentMemoryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.properties.PropertyTypeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.RestEndpointGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.ScheduledExecutorConfig.CapacityPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.security.LdapRoleMappingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.security.LdapSearchScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.security.TokenEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.UserCodeDeploymentConfig.ClassCacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.UserCodeDeploymentConfig.ProviderMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.WanAcknowledgeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.config.WanQueueFullBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.core.DistributedObjectEvent.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.core.EntryEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.core.ItemEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.core.LifecycleEvent.LifecycleState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.cp.CPGroup.CPGroupStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.cp.event.CPMembershipEvent.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.cp.session.CPSession.CPSessionOwnerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.hotrestart.BackupTaskState
-
Returns an array containing the constants of this enum type, 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(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() - Method in interface com.hazelcast.map.IMap
-
Returns an immutable collection clone of the values contained in this map.
- values(Predicate<K, V>) - Method in interface com.hazelcast.map.IMap
-
Queries the map based on the specified predicate and returns an immutable
collection of the values of matching entries.
- values() - Method in interface com.hazelcast.map.QueryCache
-
- values(Predicate<K, V>) - Method in interface com.hazelcast.map.QueryCache
-
- values() - Static method in enum com.hazelcast.memory.MemoryUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface com.hazelcast.multimap.MultiMap
-
Returns the collection of values in the multimap.
- values() - Static method in enum com.hazelcast.nio.serialization.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.query.QueryConstants
-
Returns an array containing the constants of this enum type, 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(Comparator<V>) - Method in interface com.hazelcast.replicatedmap.ReplicatedMap
-
Returns an eagerly populated
Collection
view of the values contained in this map.
- values() - Static method in enum com.hazelcast.ringbuffer.OverflowPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.spi.discovery.DiscoveryStrategyFactory.DiscoveryStrategyLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.spi.discovery.integration.DiscoveryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.spi.partitiongroup.PartitionGroupMetaData
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.splitbrainprotection.SplitBrainProtectionOn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.sql.SqlColumnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.topic.TopicOverloadPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface com.hazelcast.transaction.TransactionalMap
-
- values(Predicate<K, V>) - Method in interface com.hazelcast.transaction.TransactionalMap
-
- values() - Static method in enum com.hazelcast.transaction.TransactionOptions.TransactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.wan.WanEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.hazelcast.wan.WanPublisherState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.
- VaultSecureStoreConfig - Class in com.hazelcast.config
-
HashiCorp Vault Secure Store configuration.
- VaultSecureStoreConfig(String, String, String) - Constructor for class com.hazelcast.config.VaultSecureStoreConfig
-
Creates a new Vault Secure Store configuration.
- verify() - Method in class com.hazelcast.config.JoinConfig
-
Verifies this JoinConfig is valid.
- version() - Method in interface com.hazelcast.cp.session.CPSession
-
Returns version of the session.
- Version - Class in com.hazelcast.version
-
- Version() - Constructor for class com.hazelcast.version.Version
-
- VersionAware - Interface in com.hazelcast.nio
-
An instance which supports versioning.
- VersionedPortable - Interface in com.hazelcast.nio.serialization
-
An extension to
Portable
to support per-object version instead of a
global serialization version.