- CACHE_REPLICATION - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- CACHE_REPLICATION_REMOVE - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- CACHE_REPLICATION_UPDATE - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- CACHE_SEGMENT_SHUTDOWN - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- CacheContainsKeyOperation - Class in com.hazelcast.cache.hidensity.operation
-
Determines if this store contains an entry for the specified key.
- CacheContainsKeyOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheContainsKeyOperation
-
- CacheContainsKeyOperation(String, Data) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheContainsKeyOperation
-
- CacheEntryProcessorOperation - Class in com.hazelcast.cache.hidensity.operation
-
Operation of the Cache Entry Processor.
- CacheEntryProcessorOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheEntryProcessorOperation
-
- CacheEntryProcessorOperation(String, Data, int, EntryProcessor, Object...) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheEntryProcessorOperation
-
- CacheFilterProvider - Class in com.hazelcast.cache.impl.wan
-
- CacheFilterProvider(NodeEngine) - Constructor for class com.hazelcast.cache.impl.wan.CacheFilterProvider
-
- CacheGetAllOperation - Class in com.hazelcast.cache.hidensity.operation
-
Gets all keys from the cache.
- CacheGetAllOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetAllOperation
-
- CacheGetAllOperation(String, Set<Data>, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetAllOperation
-
- CacheGetAllOperationFactory - Class in com.hazelcast.cache.hidensity.operation
-
Factory implementation for CacheGetAllOperation.
- CacheGetAllOperationFactory() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetAllOperationFactory
-
- CacheGetAllOperationFactory(String, Set<Data>, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetAllOperationFactory
-
- CacheGetAndRemoveOperation - Class in com.hazelcast.cache.hidensity.operation
-
Atomically removes the entry for a key only if it is currently mapped to some value.
- CacheGetAndRemoveOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetAndRemoveOperation
-
- CacheGetAndRemoveOperation(String, Data) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetAndRemoveOperation
-
- CacheGetAndReplaceOperation - Class in com.hazelcast.cache.hidensity.operation
-
Atomically replaces the value for a given key if and only if there is a value currently mapped by the key.
- CacheGetAndReplaceOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetAndReplaceOperation
-
- CacheGetAndReplaceOperation(String, Data, Data, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetAndReplaceOperation
-
- CacheGetOperation - Class in com.hazelcast.cache.hidensity.operation
-
Gets the value to which the specified key is mapped, or null if this cache contains no mapping for the key.
- CacheGetOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetOperation
-
- CacheGetOperation(String, Data, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheGetOperation
-
- CacheHiDensityRecordProcessor<R extends HiDensityRecord> - Class in com.hazelcast.cache.hidensity.impl.nativememory
-
- CacheHiDensityRecordProcessor(EnterpriseSerializationService, HiDensityRecordAccessor<R>, HazelcastMemoryManager, HiDensityStorageInfo) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.CacheHiDensityRecordProcessor
-
- cacheInfo - Variable in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- CacheIterationResult - Class in com.hazelcast.cache.hidensity.operation
-
- CacheIterationResult() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- CacheIterationResult(Data[], Data[], int, int, int) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- CacheIteratorOperation - Class in com.hazelcast.cache.hidensity.operation
-
- CacheIteratorOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheIteratorOperation
-
Deprecated.
- CacheIteratorOperation(String, int, int) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheIteratorOperation
-
Deprecated.
- CacheKeyIteratorOperation - Class in com.hazelcast.cache.hidensity.operation
-
- CacheKeyIteratorOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheKeyIteratorOperation
-
Deprecated.
- CacheKeyIteratorOperation(String, int, int) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheKeyIteratorOperation
-
Deprecated.
- CacheLoadAllOperation - Class in com.hazelcast.cache.hidensity.operation
-
Loads all entries of the keys to partition record store ICacheRecordStore.
- CacheLoadAllOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperation
-
- CacheLoadAllOperation(String, Set<Data>, boolean) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperation
-
- CacheLoadAllOperationFactory - Class in com.hazelcast.cache.hidensity.operation
-
Factory implementation for CacheLoadAllOperation.
- CacheLoadAllOperationFactory(String, Set<Data>, boolean) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperationFactory
-
- CacheLoadAllOperationFactory() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperationFactory
-
- CacheMergeBackupOperation - Class in com.hazelcast.cache.hidensity.operation
-
Transfers merged data to backup replicas
- CacheMergeBackupOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheMergeBackupOperation
-
- CacheMergeBackupOperation(String, Map<Data, CacheRecord>) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheMergeBackupOperation
-
- CacheMergeOperation - Class in com.hazelcast.cache.hidensity.operation
-
Contains multiple merging entries for split-brain healing with a SplitBrainMergePolicy.
- CacheMergeOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheMergeOperation
-
- CacheMergeOperation(String, List<SplitBrainMergeTypes.CacheMergeTypes>, SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheMergeOperation
-
- CacheMergeOperationFactory - Class in com.hazelcast.cache.hidensity.operation
-
Inserts the merging entries for all partitions of a member via locally invoked
CacheMergeOperation.
- CacheMergeOperationFactory() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheMergeOperationFactory
-
- CacheMergeOperationFactory(String, int[], List<SplitBrainMergeTypes.CacheMergeTypes>[], SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheMergeOperationFactory
-
- CachePutAllBackupOperation - Class in com.hazelcast.cache.hidensity.operation
-
Cache PutAllBackup Operation is the backup operation used by load all operation.
- CachePutAllBackupOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutAllBackupOperation
-
- CachePutAllBackupOperation(String, CacheBackupRecordStore, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutAllBackupOperation
-
- CachePutAllOperation - Class in com.hazelcast.cache.hidensity.operation
-
Executes the putAll() operation on HD caches.
- CachePutAllOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutAllOperation
-
- CachePutAllOperation(String, List<Map.Entry<Data, Data>>, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutAllOperation
-
- CachePutBackupOperation - Class in com.hazelcast.cache.hidensity.operation
-
Creates a backup for a JCache entry.
- CachePutBackupOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutBackupOperation
-
- CachePutBackupOperation(String, Data, Data, ExpiryPolicy, long) - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutBackupOperation
-
- CachePutBackupOperation(String, Data, Data, ExpiryPolicy, long, boolean) - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutBackupOperation
-
- CachePutIfAbsentOperation - Class in com.hazelcast.cache.hidensity.operation
-
Creates a JCache entry via putIfAbsent().
- CachePutIfAbsentOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutIfAbsentOperation
-
- CachePutIfAbsentOperation(String, Data, Data, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutIfAbsentOperation
-
- CachePutOperation - Class in com.hazelcast.cache.hidensity.operation
-
Associates the specified value with the specified key in this cache, returning an existing value if one existed.
- CachePutOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutOperation
-
- CachePutOperation(String, Data, Data, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutOperation
-
- CachePutOperation(String, Data, Data, ExpiryPolicy, boolean) - Constructor for class com.hazelcast.cache.hidensity.operation.CachePutOperation
-
- cacheRecordProcessor - Variable in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- CacheRemoveBackupOperation - Class in com.hazelcast.cache.hidensity.operation
-
Removes the backup of a JCache entry.
- CacheRemoveBackupOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheRemoveBackupOperation
-
- CacheRemoveBackupOperation(String, Data) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheRemoveBackupOperation
-
- CacheRemoveBackupOperation(String, Data, boolean) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheRemoveBackupOperation
-
- CacheRemoveOperation - Class in com.hazelcast.cache.hidensity.operation
-
Removes the mapping for a key from this cache if it is present.
- CacheRemoveOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheRemoveOperation
-
- CacheRemoveOperation(String, Data, Data) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheRemoveOperation
-
- CacheReplaceOperation - Class in com.hazelcast.cache.hidensity.operation
-
Replaces the value of a JCache entry.
- CacheReplaceOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheReplaceOperation
-
- CacheReplaceOperation(String, Data, Data, Data, ExpiryPolicy) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheReplaceOperation
-
- CacheReplicationObject - Class in com.hazelcast.cache.wan
-
Base class for ICache related WAN replication objects.
- CacheReplicationObject(String, String, int) - Constructor for class com.hazelcast.cache.wan.CacheReplicationObject
-
- CacheReplicationObject() - Constructor for class com.hazelcast.cache.wan.CacheReplicationObject
-
- CacheReplicationRemove - Class in com.hazelcast.cache.wan
-
WAN replication object for cache remove operations.
- CacheReplicationRemove(String, Data, long, String, int) - Constructor for class com.hazelcast.cache.wan.CacheReplicationRemove
-
- CacheReplicationRemove() - Constructor for class com.hazelcast.cache.wan.CacheReplicationRemove
-
- CacheReplicationSupportingService - Class in com.hazelcast.cache.wan
-
This class handles incoming cache WAN replication events.
- CacheReplicationSupportingService(EnterpriseCacheService) - Constructor for class com.hazelcast.cache.wan.CacheReplicationSupportingService
-
- CacheReplicationUpdate - Class in com.hazelcast.cache.wan
-
WAN replication object for cache update operations.
- CacheReplicationUpdate(String, String, CacheEntryView<Data, Data>, String, int) - Constructor for class com.hazelcast.cache.wan.CacheReplicationUpdate
-
- CacheReplicationUpdate() - Constructor for class com.hazelcast.cache.wan.CacheReplicationUpdate
-
- CacheSegmentDestroyOperation - Class in com.hazelcast.cache.operation
-
Destroys the segments for specified cache name.
- CacheSegmentDestroyOperation() - Constructor for class com.hazelcast.cache.operation.CacheSegmentDestroyOperation
-
- CacheSegmentDestroyOperation(String) - Constructor for class com.hazelcast.cache.operation.CacheSegmentDestroyOperation
-
- CacheSegmentShutdownOperation - Class in com.hazelcast.cache.hidensity.operation
-
Shutdowns the cache service and destroy the caches with their segments.
- CacheSegmentShutdownOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSegmentShutdownOperation
-
- CacheSetExpiryPolicyBackupOperation - Class in com.hazelcast.cache.hidensity.operation
-
- CacheSetExpiryPolicyBackupOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyBackupOperation
-
- CacheSetExpiryPolicyBackupOperation(String, List<Data>, Data) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyBackupOperation
-
- CacheSetExpiryPolicyOperation - Class in com.hazelcast.cache.hidensity.operation
-
Sets expiry policy for a list of cache entries at once.
- CacheSetExpiryPolicyOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyOperation
-
- CacheSetExpiryPolicyOperation(String, List<Data>, Data) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyOperation
-
- CacheSizeOperation - Class in com.hazelcast.cache.hidensity.operation
-
Calculates the entry size of this store which reflects the partition size of the cache.
- CacheSizeOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSizeOperation
-
- CacheSizeOperation(String) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSizeOperation
-
- CacheSizeOperationFactory - Class in com.hazelcast.cache.hidensity.operation
-
- CacheSizeOperationFactory() - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSizeOperationFactory
-
- CacheSizeOperationFactory(String) - Constructor for class com.hazelcast.cache.hidensity.operation.CacheSizeOperationFactory
-
- CacheWanEventFilter<K,V> - Interface in com.hazelcast.cache.wan.filter
-
WAN event filtering interface for cache based WAN replication events.
- CacheWanEventPublisherImpl - Class in com.hazelcast.cache.impl.event
-
Provides methods to publish WAN replication
update/remove methods and their backups.
- CacheWanEventPublisherImpl(EnterpriseCacheService) - Constructor for class com.hazelcast.cache.impl.event.CacheWanEventPublisherImpl
-
- calculateEntryCost(NativeMemoryData, MemoryBlock) - Method in class com.hazelcast.map.impl.NativeMapEntryCostEstimator
-
- calculateValueCost(MemoryBlock) - Method in class com.hazelcast.map.impl.NativeMapEntryCostEstimator
-
- call() - Method in class com.hazelcast.enterprise.wan.operation.WanMerkleTreeNodeCompareOperation
-
- call() - Method in class com.hazelcast.map.impl.query.HDQueryOperation
-
- call() - Method in class com.hazelcast.security.SecureCallableImpl
-
- caller - Variable in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- capacity() - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- casCachedValue(Object, Object) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- casRecordState(long, long) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- ChannelHandlerPair - Class in com.hazelcast.nio.ssl
-
- ChannelHandlerPair(InboundHandler, OutboundHandler) - Constructor for class com.hazelcast.nio.ssl.ChannelHandlerPair
-
- check(CharSequence) - Method in interface com.hazelcast.security.impl.SecretStrengthRule
-
- check(CharSequence) - Method in class com.hazelcast.security.impl.weaksecretrules.DefaultConfigValuesRule
-
- check(CharSequence) - Method in class com.hazelcast.security.impl.weaksecretrules.DictionaryRule
-
- check(CharSequence) - Method in class com.hazelcast.security.impl.weaksecretrules.LargeKeySpaceRule
-
- check(CharSequence) - Method in class com.hazelcast.security.impl.weaksecretrules.MinLengthRule
-
- checkEvictable(RecordStore) - Method in class com.hazelcast.map.impl.eviction.HDEvictionChecker
-
- checkPermission(Subject, Permission) - Method in class com.hazelcast.security.SecurityContextImpl
-
- checkWanReplicationQueues(String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- checkWanReplicationQueues() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- checkWanReplicationQueues() - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
- CipherByteArrayProcessor - Class in com.hazelcast.nio
-
- CipherByteArrayProcessor(Cipher) - Constructor for class com.hazelcast.nio.CipherByteArrayProcessor
-
- CipherHelper - Class in com.hazelcast.nio
-
- clear() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- clear() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- clear() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordMap
-
- clear() - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
Clears the map by removing and disposing all key/value pairs stored.
- clear() - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- clear() - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- clear() - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- clear() - Method in class com.hazelcast.elastic.queue.ConcurrentLinkedElasticQueue
-
- clear() - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
Clears the map by removing and disposing all segments including key/value pairs stored.
- clear() - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
- clear() - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Clears all WAN queues in all containers.
- clear() - Method in class com.hazelcast.internal.hidensity.HiDensityRecord
-
Clears value (address), creation times, access times, etc.
- clear() - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- clear() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- clear() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- CLEAR - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- clear() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- clear(boolean) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- clear(boolean) - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- clear(boolean) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- clear() - Method in class com.hazelcast.map.impl.recordstore.MetadataStore
-
- clear() - Method in class com.hazelcast.query.impl.HDIndexImpl
-
- CLEAR_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- CLEAR_FACTORY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- clearAll(int) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
Clears all record stores on the partitions owned by partition thread of original partition.
- clearQueues(String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- clearQueues() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- clearQueues() - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Clears the WAN queues and recalculates the WAN queue sizes.
- ClientTLSChannelInitializer - Class in com.hazelcast.nio.ssl
-
- ClientTLSChannelInitializer(EndpointConfig, Executor, IOService) - Constructor for class com.hazelcast.nio.ssl.ClientTLSChannelInitializer
-
- clonePermissionConfigs(Set<PermissionConfig>) - Static method in class com.hazelcast.security.impl.SecurityServiceImpl
-
- cloneWithoutPartitionKeys() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
Clones this object with all data except the partition keys the event
applies to.
- cloneWithoutPartitionKeys() - Method in class com.hazelcast.enterprise.wan.sync.WanConsistencyCheckEvent
-
- cloneWithoutPartitionKeys() - Method in class com.hazelcast.enterprise.wan.sync.WanSyncEvent
-
- close(boolean) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- close(boolean) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordStore
-
- close(boolean) - Method in class com.hazelcast.cache.hotrestart.HotRestartEnterpriseCacheRecordStore
-
- CLUSTER_PRINCIPAL - Static variable in class com.hazelcast.security.impl.SecurityDataSerializerHook
-
- ClusterCallbackHandler - Class in com.hazelcast.security
-
- ClusterCallbackHandler(Credentials) - Constructor for class com.hazelcast.security.ClusterCallbackHandler
-
- ClusterHotRestartEventListener - Class in com.hazelcast.spi.hotrestart.cluster
-
This is a sync listener.
- ClusterHotRestartEventListener() - Constructor for class com.hazelcast.spi.hotrestart.cluster.ClusterHotRestartEventListener
-
- ClusterHotRestartStatusDTOUtil - Class in com.hazelcast.spi.hotrestart.cluster
-
Utility class to convert Hot Restart status data to Management Center DTO
- ClusterLoginModule - Class in com.hazelcast.security
-
- ClusterLoginModule() - Constructor for class com.hazelcast.security.ClusterLoginModule
-
- ClusterMetadataManager - Class in com.hazelcast.spi.hotrestart.cluster
-
ClusterMetadataManager is responsible from loading cluster metadata
(cluster state, member list and partition table) during restart phase,
validating these metadata cluster-wide before restoring actual data
and storing these metadata when they change during runtime.
- ClusterMetadataManager(Node, File, HotRestartPersistenceConfig) - Constructor for class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
- ClusterPrincipal - Class in com.hazelcast.security
-
- ClusterPrincipal() - Constructor for class com.hazelcast.security.ClusterPrincipal
-
- ClusterPrincipal(Credentials) - Constructor for class com.hazelcast.security.ClusterPrincipal
-
- ClusterStateManagerAccessor - Class in com.hazelcast.internal.cluster.impl
-
Accessor used to invoke package-private
methods on ClusterStateManager in a safe manner.
- ClusterVersionAutoUpgradeHelper - Class in com.hazelcast.internal.cluster.impl
-
Helper class to check pre-conditions before
ClusterVersionAutoUpgradeTask execution.
- ClusterVersionAutoUpgradeHelper() - Constructor for class com.hazelcast.internal.cluster.impl.ClusterVersionAutoUpgradeHelper
-
- collectAllServiceNamespaces(PartitionReplicationEvent, Set<ServiceNamespace>) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- collectAllServiceNamespaces(PartitionReplicationEvent, Set<ServiceNamespace>) - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Collect the namespaces of all queues that should be replicated by the replication event.
- collectAllServiceNamespaces(PartitionReplicationEvent, Set<ServiceNamespace>) - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
Collect the namespaces of all queues that should be replicated by the
replication event.
- collectReplicationData(String, PartitionReplicationEvent, Collection<ServiceNamespace>, EWRMigrationContainer) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- collectReplicationData(String, PartitionReplicationEvent, Collection<ServiceNamespace>, EWRMigrationContainer) - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Collect all replication data for the specific replication event and
collection of namespaces being replicated.
- collectReplicationData(PartitionReplicationEvent, Collection<ServiceNamespace>, EWRMigrationContainer) - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
Collect all replication data matching the replication event and collection
of namespaces being replicated.
- com.hazelcast.cache - package com.hazelcast.cache
-
This package contains Enterprise cache functionality.
- com.hazelcast.cache.hidensity - package com.hazelcast.cache.hidensity
-
This package contains Hi-Density cache functionality.
- com.hazelcast.cache.hidensity.impl - package com.hazelcast.cache.hidensity.impl
-
This package contains Hi-Density cache functionality implementations.
- com.hazelcast.cache.hidensity.impl.nativememory - package com.hazelcast.cache.hidensity.impl.nativememory
-
This package contains Hi-Density Native Memory based cache functionality.
- com.hazelcast.cache.hidensity.maxsize - package com.hazelcast.cache.hidensity.maxsize
-
This package contains Hi-Density storage (cache and Near Cache) max-size policy implementations.
- com.hazelcast.cache.hidensity.operation - package com.hazelcast.cache.hidensity.operation
-
This package contains Hi-Density cache operation functionality.
- com.hazelcast.cache.hotrestart - package com.hazelcast.cache.hotrestart
-
Components specialized for Hot Restart-enabled caches
- com.hazelcast.cache.impl - package com.hazelcast.cache.impl
-
- com.hazelcast.cache.impl.event - package com.hazelcast.cache.impl.event
-
This package contains EWR wan event publisher for cache
- com.hazelcast.cache.impl.wan - package com.hazelcast.cache.impl.wan
-
This package contains cache specific enterprise WAN replication functionality internals.
- com.hazelcast.cache.operation - package com.hazelcast.cache.operation
-
This package contains enterprise operations for Hazelcast cache.
- com.hazelcast.cache.wan - package com.hazelcast.cache.wan
-
This package contains enterprise WAN replication functionality.
- com.hazelcast.cache.wan.filter - package com.hazelcast.cache.wan.filter
-
This package contains cache specific enterprise WAN replication functionality.
- com.hazelcast.core - package com.hazelcast.core
-
Provides core Enterprise specific API interfaces/classes.
- com.hazelcast.elastic.map - package com.hazelcast.elastic.map
-
Off-heap maps.
- com.hazelcast.elastic.queue - package com.hazelcast.elastic.queue
-
Off-heap queues.
- com.hazelcast.elastic.tree - package com.hazelcast.elastic.tree
-
Off-heap trees.
- com.hazelcast.elastic.util - package com.hazelcast.elastic.util
-
Contains utilities
- com.hazelcast.enterprise - package com.hazelcast.enterprise
-
This package contains enterprise license management and system hook to register enterprise services
- com.hazelcast.enterprise.monitor - package com.hazelcast.enterprise.monitor
-
This package contains enterprise hooks for monitoring
- com.hazelcast.enterprise.monitor.impl.jmx - package com.hazelcast.enterprise.monitor.impl.jmx
-
- com.hazelcast.enterprise.monitor.impl.management - package com.hazelcast.enterprise.monitor.impl.management
-
- com.hazelcast.enterprise.monitor.impl.rest - package com.hazelcast.enterprise.monitor.impl.rest
-
- com.hazelcast.enterprise.wan - package com.hazelcast.enterprise.wan
-
This package contains the enterprise WAN implementation
- com.hazelcast.enterprise.wan.connection - package com.hazelcast.enterprise.wan.connection
-
This package contains WAN connection details
- com.hazelcast.enterprise.wan.discovery - package com.hazelcast.enterprise.wan.discovery
-
Implementation of Hazelcast Discovery SPI with predefined returned addresses
- com.hazelcast.enterprise.wan.operation - package com.hazelcast.enterprise.wan.operation
-
This package contains WAN replication operations
- com.hazelcast.enterprise.wan.replication - package com.hazelcast.enterprise.wan.replication
-
This package contains WAN replication implementations
- com.hazelcast.enterprise.wan.sync - package com.hazelcast.enterprise.wan.sync
-
This package contains WAN sync related classes.
- com.hazelcast.instance - package com.hazelcast.instance
-
This package contains enterprise extensions for Node and HazelcastInstance.
- com.hazelcast.internal.cluster.impl - package com.hazelcast.internal.cluster.impl
-
- com.hazelcast.internal.diagnostics - package com.hazelcast.internal.diagnostics
-
Contains EE plugins for the diagnostics system
- com.hazelcast.internal.dynamicconfig - package com.hazelcast.internal.dynamicconfig
-
Integration of dynamic configurations and HotRestart
- com.hazelcast.internal.hidensity - package com.hazelcast.internal.hidensity
-
This package contains Enterprise Hi-Density functionality.
- com.hazelcast.internal.hidensity.impl - package com.hazelcast.internal.hidensity.impl
-
This package contains Enterprise Hi-Density functionality implementations.
- com.hazelcast.internal.memory - package com.hazelcast.internal.memory
-
- com.hazelcast.internal.nearcache - package com.hazelcast.internal.nearcache
-
Hi-Density Near Cache implementations.
- com.hazelcast.internal.nearcache.impl - package com.hazelcast.internal.nearcache.impl
-
This package contains Hi-Density Near Cache functionality implementations.
- com.hazelcast.internal.nearcache.impl.nativememory - package com.hazelcast.internal.nearcache.impl.nativememory
-
This package contains Hi-Density Native Memory based Near Cache functionality.
- com.hazelcast.internal.serialization.impl - package com.hazelcast.internal.serialization.impl
-
This package contains serialization implementation for enterprise.
- com.hazelcast.internal.util - package com.hazelcast.internal.util
-
Contains utility functions
- com.hazelcast.internal.util.comparators - package com.hazelcast.internal.util.comparators
-
Contains utility functions for comparators
- com.hazelcast.map - package com.hazelcast.map
-
Contains Hazelcast map module related classes for the enterprise version.
- com.hazelcast.map.impl - package com.hazelcast.map.impl
-
Contains Hazelcast Enterprise version specific IMap data structure
internal implementation classes.
- com.hazelcast.map.impl.event - package com.hazelcast.map.impl.event
-
Contains event structure internal implementation classes.
- com.hazelcast.map.impl.eviction - package com.hazelcast.map.impl.eviction
-
Contains IMap eviction impl.
- com.hazelcast.map.impl.nearcache - package com.hazelcast.map.impl.nearcache
-
- com.hazelcast.map.impl.operation - package com.hazelcast.map.impl.operation
-
This package contains Enterprise specific operations for IMap.
- com.hazelcast.map.impl.proxy - package com.hazelcast.map.impl.proxy
-
Contains map proxy implementation and support classes.
- com.hazelcast.map.impl.query - package com.hazelcast.map.impl.query
-
- com.hazelcast.map.impl.querycache - package com.hazelcast.map.impl.querycache
-
Contains query cache internal implementation classes.
- com.hazelcast.map.impl.record - package com.hazelcast.map.impl.record
-
Contains record specific classes.
- com.hazelcast.map.impl.recordstore - package com.hazelcast.map.impl.recordstore
-
- com.hazelcast.map.impl.tx - package com.hazelcast.map.impl.tx
-
- com.hazelcast.map.impl.wan - package com.hazelcast.map.impl.wan
-
This package contains enterprise WAN replication functionality for map.
- com.hazelcast.map.impl.wan.filter - package com.hazelcast.map.impl.wan.filter
-
This package contains map specific enterprise WAN replication functionality internals.
- com.hazelcast.map.listener - package com.hazelcast.map.listener
-
Contains various extensions of MapListener
- com.hazelcast.map.wan.filter - package com.hazelcast.map.wan.filter
-
This package contains map specific enterprise WAN replication functionality.
- com.hazelcast.nio - package com.hazelcast.nio
-
This package contains enterprise NIO extensions.
- com.hazelcast.nio.serialization - package com.hazelcast.nio.serialization
-
This package contains enterprise serialization extensions.
- com.hazelcast.nio.ssl - package com.hazelcast.nio.ssl
-
This package contains enterprise SSL implementations.
- com.hazelcast.nio.tcp - package com.hazelcast.nio.tcp
-
This package contains enterprise encryption extensions.
- com.hazelcast.query.impl - package com.hazelcast.query.impl
-
- com.hazelcast.security - package com.hazelcast.security
-
- com.hazelcast.security.impl - package com.hazelcast.security.impl
-
- com.hazelcast.security.impl.weaksecretrules - package com.hazelcast.security.impl.weaksecretrules
-
- com.hazelcast.spi.hotrestart - package com.hazelcast.spi.hotrestart
-
SPI for the Hot Restart feature
- com.hazelcast.spi.hotrestart.backup - package com.hazelcast.spi.hotrestart.backup
-
This package contains operations for cluster hot restart backup.
- com.hazelcast.spi.hotrestart.cluster - package com.hazelcast.spi.hotrestart.cluster
-
Includes classes to persist/restore cluster metadata and to manage cluster-wide validation.
- com.hazelcast.spi.hotrestart.memory - package com.hazelcast.spi.hotrestart.memory
-
Specialization of memory management to the needs of Hot Restart GC
- commit() - Method in class com.hazelcast.security.ClusterLoginModule
-
- commitBackup(long, Address, String) - Method in class com.hazelcast.spi.hotrestart.HotBackupService
-
Attempt to perform the hot restart backup on this node.
- commitMigration(PartitionMigrationEvent) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- commitOperation(long, Address, String) - Static method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupOperation
-
Create a operation for commiting a transaction of a cluster-wide hot restart backup.
- commitSucceeded - Variable in class com.hazelcast.security.ClusterLoginModule
-
- ComparableComparator - Class in com.hazelcast.elastic.tree
-
Comparator of the off-heap comparable values given to the compare methods as native addresses and sizes.
- ComparableComparator(EnterpriseSerializationService) - Constructor for class com.hazelcast.elastic.tree.ComparableComparator
-
- compare(MemoryBlock, MemoryBlock) - Method in class com.hazelcast.elastic.tree.ComparableComparator
-
- compare(byte[], byte[]) - Method in class com.hazelcast.elastic.tree.ComparableComparator
-
- complete(Address) - Method in interface com.hazelcast.enterprise.wan.replication.BatchReplicationStrategy
-
Releases the provided target endpoint as available for sending the next
event batch.
- complete(Address) - Method in class com.hazelcast.enterprise.wan.replication.ConcurrentBatchReplicationStrategy
-
- complete(Address) - Method in class com.hazelcast.enterprise.wan.replication.SerialBatchReplicationStrategy
-
- ConcurrentBatchReplicationStrategy - Class in com.hazelcast.enterprise.wan.replication
-
WAN replication strategy which will send up to a configurable number of
batches concurrently and randomly to the available target endpoints.
- ConcurrentBatchReplicationStrategy(int) - Constructor for class com.hazelcast.enterprise.wan.replication.ConcurrentBatchReplicationStrategy
-
- ConcurrentElasticHashMap<K,V> - Class in com.hazelcast.elastic.map
-
- ConcurrentElasticHashMap(EnterpriseSerializationService, MemoryAllocator) - Constructor for class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- ConcurrentElasticHashMap(int, float, int, EnterpriseSerializationService, MemoryAllocator) - Constructor for class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- ConcurrentElasticHashMap.Segment<V> - Class in com.hazelcast.elastic.map
-
A segment of hash buckets for this map.
- ConcurrentLinkedElasticQueue<E> - Class in com.hazelcast.elastic.queue
-
- ConcurrentLinkedElasticQueue(EnterpriseSerializationService, MemoryAllocator) - Constructor for class com.hazelcast.elastic.queue.ConcurrentLinkedElasticQueue
-
- config - Variable in class com.hazelcast.nio.ssl.AbstractMultiSocketTLSChannelInitializer
-
- configChannel(Channel) - Method in class com.hazelcast.nio.ssl.AbstractMultiSocketTLSChannelInitializer
-
- configChannel(Channel) - Method in class com.hazelcast.nio.ssl.AbstractTLSChannelInitializer
-
- configChannel(Channel) - Method in class com.hazelcast.nio.ssl.UnifiedTLSChannelInitializer
-
- ConfigDescriptor - Class in com.hazelcast.spi.hotrestart
-
Caches and IMaps config can be created programmatically, but their data must
be preloaded on startup.
- configurationContext - Variable in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- configure(GroupConfig, Properties) - Method in class com.hazelcast.security.impl.DefaultCredentialsFactory
-
- configure(Config, Properties) - Method in class com.hazelcast.security.impl.DefaultPermissionPolicy
-
- connectionAdded(Connection) - Method in class com.hazelcast.enterprise.wan.connection.WanConnectionManager
-
- connectionManager - Variable in class com.hazelcast.enterprise.wan.replication.AbstractWanReplication
-
- connectionRemoved(Connection) - Method in class com.hazelcast.enterprise.wan.connection.WanConnectionManager
-
- consistencyCheck(String, String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- CONTAINS_KEY - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- CONTAINS_KEY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- CONTAINS_VALUE - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- CONTAINS_VALUE_FACTORY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- containsKey(Object) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- containsKey(Object) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- containsKey(Data) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- containsKey(Object) - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- containsKey(Data) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- containsKey(Data) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- containsRecordKey(K) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- containsValue(Object) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- containsValue(Object) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- containsValue(Data) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- containsValue(Object) - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- convertData(Data, DataType) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- convertData(Data, DataType) - Method in interface com.hazelcast.internal.memory.MemoryBlockProcessor
-
- convertData(Data, DataType) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1
-
- convertToNativeData(Data, MemoryAllocator) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1
-
- convertToNativeData(Data, MemoryAllocator) - Method in interface com.hazelcast.nio.serialization.EnterpriseSerializationService
-
- copyEntry(KeyHandle, int, RecordDataSink) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordStore
-
- copyEntry(KeyHandle, int, RecordDataSink) - Method in class com.hazelcast.cache.hotrestart.HotRestartEnterpriseCacheRecordStore
-
- copyEntry(KeyHandle, int, RecordDataSink) - Method in class com.hazelcast.map.impl.recordstore.RamStoreHDImpl
-
- copyEntry(KeyHandle, int, RecordDataSink) - Method in class com.hazelcast.map.impl.recordstore.RamStoreImpl
-
- copyEntry(KeyOnHeap, Data, int, RecordDataSink) - Static method in class com.hazelcast.spi.hotrestart.RamStoreHelper
-
Helper RamStore.copyEntry(KeyHandle, int, RecordDataSink) method for heap based
RamStore implementations.
- copyEntry(KeyHandleOffHeap, NativeMemoryData, HiDensityRecord, int, RecordDataSink) - Static method in class com.hazelcast.spi.hotrestart.RamStoreHelper
-
Helper RamStore.copyEntry(KeyHandle, int, RecordDataSink) method for off-heap based
RamStore implementations.
- copyFromMemoryBlock(MemoryBlock, int, int) - Method in interface com.hazelcast.nio.EnterpriseBufferObjectDataOutput
-
Copies the input data from given memoryBlock.
- copyTo(byte[], int) - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- copyToMemoryBlock(MemoryBlock, int, int) - Method in interface com.hazelcast.nio.EnterpriseBufferObjectDataInput
-
Copies the input data to given memoryBlock.
- copyToMemoryBlock(MemoryBlock, int, int) - Method in interface com.hazelcast.nio.EnterpriseBufferObjectDataOutput
-
Copies the input data to given memoryBlock.
- create(Data, Data) - Method in interface com.hazelcast.elastic.tree.MapEntryFactory
-
Creates an instance of a Map.Entry implementation
- create(InternalSerializationService) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseBufferPoolFactory
-
- create(boolean) - Method in class com.hazelcast.nio.ssl.OpenSSLEngineFactory
-
- create(boolean) - Method in interface com.hazelcast.nio.ssl.SSLEngineFactory
-
Creates a SSLEngine.
- create(boolean) - Method in class com.hazelcast.nio.ssl.SSLEngineFactoryAdaptor
-
- create(ClusterMetadataManager) - Static method in class com.hazelcast.spi.hotrestart.cluster.ClusterHotRestartStatusDTOUtil
-
- createAndSetPhoneHome() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createCacheEntryProcessorEntry(Data, HiDensityNativeMemoryCacheRecord, long, int) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- createCacheEvictionChecker(int, EvictionConfig.MaxSizePolicy) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
Creates an instance for checking if the maximum cache size has been reached.
- createCacheEvictionChecker(int, EvictionConfig.MaxSizePolicy) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordStore
-
- createChannelInitializerProvider(IOService) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createClearOperation(String) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createClearOperationFactory() - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createClearOperationFactory() - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createClearOperationFactory(String) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createClientLoginContext(Credentials) - Method in class com.hazelcast.security.SecurityContextImpl
-
- createContainsKeyOperation(Data) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createContainsKeyOperation(Data) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createContainsKeyOperation(String, Data) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createContainsValueOperationFactory(String, Data) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createDeleteOperation(String, Data, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createDynamicConfigListener() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createEntryOperation(String, Data, EntryProcessor) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createEntryProcessorOperation(Data, Integer, EntryProcessor, Object...) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createEntryProcessorOperation(Data, Integer, EntryProcessor, Object...) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createEvictAllOperation(String) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createEvictAllOperationFactory(String) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createEvictOperation(String, Data, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createExtensionServices() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createFactory() - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- createFactory() - Method in class com.hazelcast.cache.operation.EnterpriseCacheDataSerializerHook
-
- createFactory() - Method in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- createFactory() - Method in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- createFactory() - Method in class com.hazelcast.security.impl.SecurityDataSerializerHook
-
- createFactory() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupSerializerHook
-
- createFactory() - Method in class com.hazelcast.spi.hotrestart.cluster.HotRestartClusterSerializerHook
-
- createFactoryOnRunner(NodeEngine, int[]) - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperationFactory
-
- createFetchEntriesOperation(String, int, int) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createFetchKeysOperation(String, int, int) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createFetchWithQueryOperation(String, int, int, Query) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createGetAllOperationFactory(Set<Data>, ExpiryPolicy) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createGetAllOperationFactory(Set<Data>, ExpiryPolicy) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createGetAllOperationFactory(String, List<Data>) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createGetAndRemoveOperation(Data, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createGetAndRemoveOperation(Data, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createGetAndReplaceOperation(Data, Data, ExpiryPolicy, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createGetAndReplaceOperation(Data, Data, ExpiryPolicy, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createGetEntryViewOperation(String, Data) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createGetOperation(Data, ExpiryPolicy) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createGetOperation(Data, ExpiryPolicy) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createGetOperation(String, Data) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createHotRestartKey(HDRecord) - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- createHotRestartKey(R) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- createInboundHandlers(EndpointQualifier, TcpIpConnection, IOService) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createIndex(IndexDefinition, Extractors, InternalSerializationService, IndexCopyBehavior, PerIndexStats) - Method in class com.hazelcast.query.impl.HDIndexProvider
-
- createIndexStore(IndexDefinition, PerIndexStats) - Method in class com.hazelcast.query.impl.HDIndexImpl
-
- createInputOutputFactory() - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- createInstanceMBean(HazelcastInstanceImpl) - Method in class com.hazelcast.enterprise.monitor.impl.jmx.EnterpriseManagementService
-
- createJMXManagementService(HazelcastInstanceImpl) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createKeyIteratorOperation(int, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createLegacyMergeOperation(String, EntryView<Data, Data>, MapMergePolicy, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createLegacyWanMergeOperation(String, CacheEntryView<Data, Data>, CacheMergePolicy, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createLegacyWanMergeOperation(String, CacheEntryView<Data, Data>, CacheMergePolicy, int) - Method in class com.hazelcast.cache.operation.EnterpriseCacheOperationProvider
-
- createLegacyWanMergeOperation(String, CacheEntryView<Data, Data>, CacheMergePolicy, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createLoadAllOperation(String, List<Data>, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createLoadAllOperationFactory(Set<Data>, boolean) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createLoadAllOperationFactory(Set<Data>, boolean) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createLoadAllOperationFactory(String, List<Data>, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createLoadMapOperation(String, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createMapFlushOperation(String) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createMapFlushOperationFactory(String) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createMapInternal(int) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- createMapInternal(int) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordStore
-
- createMapSizeOperationFactory(String) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createMemberLoginContext(Credentials) - Method in class com.hazelcast.security.SecurityContextImpl
-
- createMemberUuid(Address) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createMergeOperation(String, List<SplitBrainMergeTypes.CacheMergeTypes>, SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createMergeOperation(String, SplitBrainMergeTypes.MapMergeTypes, SplitBrainMergePolicy<Data, SplitBrainMergeTypes.MapMergeTypes>, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createMergeOperationFactory(String, int[], List<SplitBrainMergeTypes.CacheMergeTypes>[], SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createMergeOperationFactory(String, int[], List<SplitBrainMergeTypes.MapMergeTypes>[], SplitBrainMergePolicy<Data, SplitBrainMergeTypes.MapMergeTypes>) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createMulticastInputProcessor(IOService) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createMulticastOutputProcessor(IOService) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createMultipleEntryOperationFactory(String, Set<Data>, EntryProcessor) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createNearCache(String, NearCacheConfig) - Method in class com.hazelcast.internal.nearcache.HiDensityNearCacheManager
-
- createNearCache(String, NearCacheConfig) - Method in class com.hazelcast.map.impl.nearcache.EnterpriseMapNearCacheManager
-
- createNearCacheEvictionChecker(EvictionConfig, NearCacheConfig) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- createNearCacheRecordMap(NearCacheConfig) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- createNearCacheRecordStore(String, NearCacheConfig) - Method in class com.hazelcast.internal.nearcache.HiDensityNearCache
-
- createNewRecordStore(String, int) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
Creates new ICacheRecordStore as specified InMemoryFormat.
- createNodeState(MemberStateImpl) - Method in class com.hazelcast.enterprise.monitor.impl.management.EnterpriseTimedMemberStateFactory
-
- createOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAllOperationFactory
-
- createOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperationFactory
-
- createOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheSizeOperationFactory
-
- createOperation() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDClearOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDContainsValueOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDMapGetAllOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDMapLoadAllOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.HDSizeOperationFactory
-
- createOperation() - Method in class com.hazelcast.map.impl.operation.MerkleTreeNodeCompareOperationFactory
-
- createOperationProvider(String, InMemoryFormat) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
Creates a CacheOperationProvider as specified InMemoryFormat
for specified cacheNameWithPrefix.
- createOutboundHandlers(EndpointQualifier, TcpIpConnection, IOService) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createParameters(Node) - Method in class com.hazelcast.enterprise.EnterprisePhoneHome
-
- createPartitionOperation(int) - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeOperationFactory
-
- createPartitionOperation(int) - Method in class com.hazelcast.map.impl.operation.HDMergeOperationFactory
-
- createPartitionOperation(int) - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperationFactory
-
- createPartitionOperation(int) - Method in class com.hazelcast.map.impl.operation.HDPutAllPartitionAwareOperationFactory
-
- createPartitionWideEntryOperationFactory(String, EntryProcessor) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createPartitionWideEntryWithPredicateOperationFactory(String, EntryProcessor, Predicate) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createPermission(PermissionConfig) - Static method in class com.hazelcast.security.SecurityUtil
-
- createPutAllOperation(List<Map.Entry<Data, Data>>, ExpiryPolicy, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createPutAllOperation(List<Map.Entry<Data, Data>>, ExpiryPolicy, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createPutAllOperation(String, MapEntries) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createPutAllOperationFactory(String, int[], MapEntries[]) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createPutFromLoadAllOperation(String, List<Data>) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createPutIfAbsentOperation(Data, Data, ExpiryPolicy, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createPutIfAbsentOperation(Data, Data, ExpiryPolicy, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createPutIfAbsentOperation(String, Data, Data, long, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createPutOperation(Data, Data, ExpiryPolicy, boolean, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createPutOperation(Data, Data, ExpiryPolicy, boolean, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createPutOperation(String, Data, Data, long, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createPutTransientOperation(String, Data, Data, long, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createQueryOperation(Query) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createQueryPartitionOperation(Query) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createQueue(MemoryAllocator, int, long) - Method in class com.hazelcast.elastic.queue.ArrayBlockingElasticQueue
-
- createQueue(MemoryAllocator, int, long) - Method in class com.hazelcast.elastic.queue.ArrayElasticQueue
-
- createQueue(MemoryAllocator, int, long) - Method in class com.hazelcast.elastic.queue.LinkedBlockingElasticQueue
-
- createQueue(MemoryAllocator, int, long) - Method in class com.hazelcast.elastic.queue.LinkedElasticQueue
-
- createRecord() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordAccessor
-
- createRecord(Object, long, long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- createRecord() - Method in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- createRecord() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordAccessor
-
- createRecord(V) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- createRecord() - Method in class com.hazelcast.map.impl.record.HDRecordAccessor
-
- createRecord(Data, Object, long) - Method in class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- createRecord(Data, Object, long, long, long) - Method in class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- createRecordCacheMap() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- createRemoveAllOperationFactory(Set<Data>, Integer) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createRemoveAllOperationFactory(Set<Data>, Integer) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createRemoveIfSameOperation(String, Data, Data) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createRemoveOperation(Data, Data, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createRemoveOperation(Data, Data, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createRemoveOperation(String, Data, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createReplaceIfSameOperation(String, Data, Data, Data) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createReplaceOperation(Data, Data, Data, ExpiryPolicy, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createReplaceOperation(Data, Data, Data, ExpiryPolicy, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createReplaceOperation(String, Data, Data) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createSamplingEntry(int) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordMap
-
- createSamplingEntry(int) - Method in class com.hazelcast.elastic.map.SampleableElasticHashMap
-
- createSamplingEntry(int) - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap
-
- createSamplingEntry(int) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordMap
-
- createSamplingEntry(int) - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM
-
- createSecureCallable(Subject, Callable<V>) - Method in class com.hazelcast.security.SecurityContextImpl
-
- createSerializationService() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createSerializationService(InputOutputFactory, Supplier<RuntimeException>) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- createService(Class<T>) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createSetExpiryPolicyOperation(List<Data>, Data) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createSetExpiryPolicyOperation(List<Data>, Data) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createSetOperation(String, Data, Data, long, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createSetTtlOperation(String, Data, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createSizeOperationFactory() - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createSizeOperationFactory() - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createSslContext(boolean) - Method in class com.hazelcast.nio.ssl.OpenSSLEngineFactory
-
- createStorage(RecordFactory, InMemoryFormat) - Method in class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- createStorage(RecordFactory, InMemoryFormat) - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- createStorage(RecordFactory, InMemoryFormat) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- createSymmetricReaderCipher(SymmetricEncryptionConfig) - Static method in class com.hazelcast.nio.CipherHelper
-
- createSymmetricReaderCipher(SymmetricEncryptionConfig, Connection) - Static method in class com.hazelcast.nio.CipherHelper
-
- createSymmetricWriterCipher(SymmetricEncryptionConfig) - Static method in class com.hazelcast.nio.CipherHelper
-
- createSymmetricWriterCipher(SymmetricEncryptionConfig, Connection) - Static method in class com.hazelcast.nio.CipherHelper
-
- createTextCommandService() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createTimedMemberStateFactory(HazelcastInstanceImpl) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- createTransactionalObject(String, Transaction) - Method in class com.hazelcast.spi.hotrestart.HotBackupService
-
- createTryPutOperation(String, Data, Data, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createTryRemoveOperation(String, Data, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createTxnDeleteOperation(String, Data, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createTxnLockAndGetOperation(String, Data, long, long, String, boolean, boolean) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createTxnSetOperation(String, Data, Data, long, long) - Method in class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- createWanMergeOperation(String, SplitBrainMergeTypes.CacheMergeTypes, SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createWanMergeOperation(String, SplitBrainMergeTypes.CacheMergeTypes, SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>, int) - Method in class com.hazelcast.cache.operation.EnterpriseCacheOperationProvider
-
- createWanMergeOperation(String, SplitBrainMergeTypes.CacheMergeTypes, SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createWanRemoveOperation(String, Data, int) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- createWanRemoveOperation(String, Data, int) - Method in class com.hazelcast.cache.operation.EnterpriseCacheOperationProvider
-
- createWanRemoveOperation(String, Data, int) - Method in class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- createWanSyncSupport() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
Creates the instance implementing WAN sync features.
- createWanSyncSupport() - Method in class com.hazelcast.enterprise.wan.replication.WanBatchReplication
-
- credentials - Variable in class com.hazelcast.security.ClusterLoginModule
-
- CredentialsCallback - Class in com.hazelcast.security
-
CredentialsCallback is used to retrieve Credentials.
- CredentialsCallback() - Constructor for class com.hazelcast.security.CredentialsCallback
-
- DATA_OFFSET - Static variable in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- dataKey - Variable in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- dataMergingValue - Variable in class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- dataOldValue - Variable in class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- dataSize() - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- dataToValue(Data) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- dataValue - Variable in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- decreaseEntryCount() - Method in class com.hazelcast.cache.hidensity.HiDensityCacheStorageInfo
-
- decreaseEntryCount() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordMap
-
- decreaseEntryCount(int) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordMap
-
- decreaseEntryCount() - Method in class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- decreaseEntryCount() - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- decreaseEntryCount(int) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- decreaseUsedMemory(long) - Method in interface com.hazelcast.internal.hidensity.HiDensityRecordProcessor
-
Decreases the used memory for the underlying Hi-Density storage (cache, ...) as the decreasedMemory.
- decreaseUsedMemory(long) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- decrementCounter(int, boolean) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
Decrements the primary or backup counter by the given delta.
- DEFAULT_BATCH_SIZE - Static variable in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Default maximum size of a batch of events sent to the target cluster.
- DEFAULT_CAPACITY - Static variable in class com.hazelcast.map.impl.recordstore.HDStorageSCHM
-
Default capacity for a hash container.
- DEFAULT_CREDENTIALS_FACTORY_CLASS - Static variable in class com.hazelcast.security.SecurityConstants
-
- DEFAULT_FORCED_EVICTION_PERCENTAGE - Static variable in interface com.hazelcast.internal.hidensity.HiDensityRecordStore
-
Constant value for default forced eviction percentage.
- DEFAULT_FORCED_EVICTION_RETRY_COUNT - Static variable in class com.hazelcast.map.impl.operation.HDMapOperation
-
- DEFAULT_HOT_RESTART_FREE_NATIVE_MEMORY_PERCENTAGE - Static variable in class com.hazelcast.map.impl.eviction.HotRestartEvictionHelper
-
By default, hot restart requires at least 15% free HD space.
- DEFAULT_LOAD_FACTOR - Static variable in class com.hazelcast.map.impl.recordstore.HDStorageSCHM
-
Default load factor.
- DEFAULT_LOGIN_MODULE - Static variable in class com.hazelcast.security.SecurityConstants
-
- DEFAULT_MAX_CONCURRENT_INVOCATIONS - Static variable in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Default value for maximum number of WAN event batches being transmitted
concurrently to the target cluster.
- DEFAULT_POLICY_CLASS - Static variable in class com.hazelcast.security.SecurityConstants
-
- DEFAULT_SECRET_STRENGTH_POLICY_CLASS - Static variable in class com.hazelcast.security.SecurityConstants
-
- DefaultConfigValuesRule - Class in com.hazelcast.security.impl.weaksecretrules
-
- DefaultConfigValuesRule() - Constructor for class com.hazelcast.security.impl.weaksecretrules.DefaultConfigValuesRule
-
- DefaultCredentialsFactory - Class in com.hazelcast.security.impl
-
The default ICredentialsFactory.
- DefaultCredentialsFactory() - Constructor for class com.hazelcast.security.impl.DefaultCredentialsFactory
-
- DefaultHiDensityRecordMap<R extends HiDensityRecord> - Class in com.hazelcast.internal.hidensity.impl
-
- DefaultHiDensityRecordMap(int, HiDensityRecordProcessor<R>, HiDensityStorageInfo) - Constructor for class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- DefaultHiDensityRecordProcessor<R extends HiDensityRecord> - Class in com.hazelcast.internal.hidensity.impl
-
- DefaultHiDensityRecordProcessor(EnterpriseSerializationService, HiDensityRecordAccessor<R>, HazelcastMemoryManager, HiDensityStorageInfo) - Constructor for class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- DefaultLoginModule - Class in com.hazelcast.security.impl
-
- DefaultLoginModule() - Constructor for class com.hazelcast.security.impl.DefaultLoginModule
-
- DefaultPermissionPolicy - Class in com.hazelcast.security.impl
-
The default IPermissionPolicy.
- DefaultPermissionPolicy() - Constructor for class com.hazelcast.security.impl.DefaultPermissionPolicy
-
- DefaultSecretStrengthPolicy - Class in com.hazelcast.security.impl
-
- DefaultSecretStrengthPolicy() - Constructor for class com.hazelcast.security.impl.DefaultSecretStrengthPolicy
-
- DefaultWanBatchSender - Class in com.hazelcast.enterprise.wan.replication
-
- DefaultWanBatchSender() - Constructor for class com.hazelcast.enterprise.wan.replication.DefaultWanBatchSender
-
- deferredBlocksQueue - Variable in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- delete(Data) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordMap
-
- delete(Data) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- delete(K) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- delete(Data) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- delete(K) - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- delete(Data) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- DELETE - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- deleteCacheConfig(String) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
- destroy() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- DESTROY - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- destroy() - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- destroy() - Method in class com.hazelcast.elastic.queue.ConcurrentLinkedElasticQueue
-
- destroy() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- destroy() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- destroy() - Method in class com.hazelcast.internal.serialization.impl.EnterpriseDataSerializableSerializer
-
- destroy(boolean) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- destroy(boolean) - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- destroy(boolean) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- destroy() - Method in class com.hazelcast.query.impl.HDIndexImpl
-
- destroy() - Method in class com.hazelcast.security.impl.DefaultCredentialsFactory
-
- destroy() - Method in class com.hazelcast.security.impl.DefaultPermissionPolicy
-
- destroy() - Method in class com.hazelcast.security.SecurityContextImpl
-
- DESTROY_QUERY_CACHE - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- destroyMap(MapContainer) - Method in class com.hazelcast.map.impl.EnterprisePartitionContainer
-
- destroyMapData(String) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
Releases all resources for the map with the given mapName.
- destroyMapData(String) - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherFullSyncSupport
-
- destroyMapData(String) - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherMerkleTreeSyncSupport
-
- destroyMapData(String) - Method in interface com.hazelcast.enterprise.wan.replication.WanPublisherSyncSupport
-
Releases all resources for the map with the given mapName.
- destroyMapData(String) - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
Releases all resources for the map with the given mapName.
- destroySegments(CacheConfig) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
Destroys the segments for specified cache.
- DictionaryRule - Class in com.hazelcast.security.impl.weaksecretrules
-
- DictionaryRule() - Constructor for class com.hazelcast.security.impl.weaksecretrules.DictionaryRule
-
- discoverNodes() - Method in class com.hazelcast.enterprise.wan.discovery.StaticDiscoveryStrategy
-
- DISCOVERY_PERIOD - Static variable in class com.hazelcast.enterprise.wan.replication.WanReplicationProperties
-
Period in seconds in which WAN tries to discover new endpoints
and reestablish connections to failed endpoints.
- DISCOVERY_USE_ENDPOINT_PRIVATE_ADDRESS - Static variable in class com.hazelcast.enterprise.wan.replication.WanReplicationProperties
-
Determines whether the WAN connection manager should connect to the
endpoint on the private address returned by the discovery SPI.
- DisposalUtil - Class in com.hazelcast.elastic.util
-
Helper class to include shared disposal functionality in one place.
- dispose(HiDensityNativeMemoryCacheRecord) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordAccessor
-
- dispose() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordMap
-
- dispose() - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
Disposes internal backing array of this map.
- dispose() - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- dispose() - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- dispose(NativeMemoryData) - Method in class com.hazelcast.elastic.map.NativeMemoryDataAccessor
-
- dispose(long) - Method in class com.hazelcast.elastic.map.NativeMemoryDataAccessor
-
- dispose() - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
- dispose(EnterpriseSerializationService, MemoryAllocator, Object) - Static method in class com.hazelcast.elastic.util.DisposalUtil
-
Dispose a single object
- dispose(EnterpriseSerializationService, MemoryAllocator, Object...) - Static method in class com.hazelcast.elastic.util.DisposalUtil
-
Dispose batch of objects
- dispose(R) - Method in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- dispose(long) - Method in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- dispose(long) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- dispose(R) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- dispose() - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1
-
- dispose(EnterpriseSerializationService, MemoryAllocator, MemoryBlock...) - Static method in class com.hazelcast.internal.serialization.impl.NativeMemoryDataUtil
-
- dispose(EnterpriseSerializationService, MemoryAllocator, NativeMemoryData...) - Static method in class com.hazelcast.internal.serialization.impl.NativeMemoryDataUtil
-
- dispose() - Method in class com.hazelcast.spi.hotrestart.memory.HotRestartThreadLocalPoolingMemoryManager
-
- disposeData(NativeMemoryData) - Method in interface com.hazelcast.internal.hidensity.HiDensityRecordAccessor
-
- disposeData(long) - Method in interface com.hazelcast.internal.hidensity.HiDensityRecordAccessor
-
Disposes (frees) the data at the specified address.
- disposeData(NativeMemoryData) - Method in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- disposeData(long) - Method in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- disposeData(NativeMemoryData) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- disposeData(long) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- disposeData(Data) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- disposeData(Data) - Method in interface com.hazelcast.internal.memory.MemoryBlockProcessor
-
- disposeData(Data) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1
-
- disposeData(Data, MemoryAllocator) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1
-
- disposeData(Data, MemoryAllocator) - Method in interface com.hazelcast.nio.serialization.EnterpriseSerializationService
-
- disposeDeferredBlocks() - Method in interface com.hazelcast.cache.hidensity.HiDensityCacheRecordStore
-
Used to release HD memory.
- disposeDeferredBlocks() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.CacheHiDensityRecordProcessor
-
- disposeDeferredBlocks() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- disposeDeferredBlocks() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordStore
-
- disposeDeferredBlocks() - Method in interface com.hazelcast.internal.hidensity.HiDensityRecordProcessor
-
Disposes added MemoryBlock instances.
- disposeDeferredBlocks() - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- disposeDeferredBlocks() - Method in class com.hazelcast.map.impl.operation.HDMapOperation
-
- disposeDeferredBlocks() - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- disposeDeferredBlocks() - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- disposeDeferredBlocks() - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheContainsKeyOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheEntryProcessorOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAllOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndRemoveOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndReplaceOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheGetOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllBackupOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CachePutBackupOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CachePutIfAbsentOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CachePutOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheRemoveBackupOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheRemoveOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheReplaceOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyBackupOperation
-
- disposeInternal(EnterpriseSerializationService) - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyOperation
-
- disposeValue(R) - Method in interface com.hazelcast.internal.hidensity.HiDensityRecordAccessor
-
- disposeValue(R) - Method in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- disposeValue(R) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- DistributedObjectIdentifier - Class in com.hazelcast.enterprise.wan
-
Identifier for a distributed object participating in WAN replication.
- DistributedObjectIdentifier(String, String, int) - Constructor for class com.hazelcast.enterprise.wan.DistributedObjectIdentifier
-
- DISTRIBUTION - Static variable in class com.hazelcast.instance.GeneratedEnterpriseBuildProperties
-
- doEviction(boolean) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- doExpiration() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- doExpiration() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- doPutRecord(Data, HiDensityNativeMemoryCacheRecord, String, boolean) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordStore
-
- doPutRecord(Data, CacheRecord, String, boolean) - Method in class com.hazelcast.cache.hotrestart.HotRestartEnterpriseCacheRecordStore
-
- doRemoveRecord(Data, String) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordStore
-
- drainCacheQueues(int) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Drains all the cache queues maintained for the given partition.
- drainMapQueues(int) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Drains all the map queues maintained for the given partition.
- drainQueues() - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Drains all the queues stored in this container and returns the
total of the drained elements in a map, per partition.
- drainQueues(int) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Drains all the queues maintained for the given partition.
- drainRandomWanQueue(Collection<WanReplicationEvent>, int) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
Removes at most the given number of available elements from a random WAN
queue and adds them to the given collection.
- drainRandomWanQueue(int, Collection<WanReplicationEvent>, int) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Removes at most the given number of available elements from a random WAN
queue and for the given partition and adds them to the given collection.
- drainRandomWanQueue(int, Collection<WanReplicationEvent>, int) - Method in class com.hazelcast.enterprise.wan.replication.PollSynchronizerPublisherQueueContainer
-
- ElasticHashMap<K,V> - Class in com.hazelcast.elastic.map
-
- ElasticHashMap(EnterpriseSerializationService, MemoryAllocator) - Constructor for class com.hazelcast.elastic.map.ElasticHashMap
-
- ElasticHashMap(int, float, EnterpriseSerializationService, MemoryAllocator) - Constructor for class com.hazelcast.elastic.map.ElasticHashMap
-
- ENDPOINTS - Static variable in class com.hazelcast.enterprise.wan.discovery.StaticDiscoveryProperties
-
Comma separated list of addresses to be returned as discovered nodes.
- ENDPOINTS - Static variable in class com.hazelcast.enterprise.wan.replication.WanReplicationProperties
-
Comma separated list of target cluster members,
e.g.
- ENFORCED - Static variable in exception com.hazelcast.security.WeakSecretException
-
- ensureHas(InternalSerializationService, String, String, Object) - Method in class com.hazelcast.spi.hotrestart.PersistentConfigDescriptors
-
- ensureHasConfiguration(String, String, Object) - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
Ensures that the configuration exists for the given service name and distributed object name.
- EnterpriseBufferObjectDataInput - Interface in com.hazelcast.nio
-
Contract point for BufferObjectDataInput implementations on enterprise.
- EnterpriseBufferObjectDataOutput - Interface in com.hazelcast.nio
-
Contract point for BufferObjectDataOutput implementations on enterprise.
- EnterpriseBufferPool - Class in com.hazelcast.internal.serialization.impl
-
The EnterpriseBufferPool extends the default behavior of the BufferPoolImpl, but it will not pool
BufferObjectDataInput instances.
- EnterpriseBufferPool(InternalSerializationService) - Constructor for class com.hazelcast.internal.serialization.impl.EnterpriseBufferPool
-
- EnterpriseBufferPoolFactory - Class in com.hazelcast.internal.serialization.impl
-
The Enterprise implementation of the BufferPoolFactory.
- EnterpriseBufferPoolFactory() - Constructor for class com.hazelcast.internal.serialization.impl.EnterpriseBufferPoolFactory
-
- enterpriseBuilder() - Static method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1
-
- EnterpriseCacheDataSerializerHook - Class in com.hazelcast.cache.operation
-
- EnterpriseCacheDataSerializerHook() - Constructor for class com.hazelcast.cache.operation.EnterpriseCacheDataSerializerHook
-
- EnterpriseCacheOperationProvider - Class in com.hazelcast.cache.operation
-
Provides enterprise cache operations.
- EnterpriseCacheOperationProvider(String) - Constructor for class com.hazelcast.cache.operation.EnterpriseCacheOperationProvider
-
- EnterpriseCacheService - Class in com.hazelcast.cache.impl
-
The ICacheService implementation specified for enterprise usage.
- EnterpriseCacheService() - Constructor for class com.hazelcast.cache.impl.EnterpriseCacheService
-
- EnterpriseChannelInitializerProvider - Class in com.hazelcast.nio
-
- EnterpriseChannelInitializerProvider(IOService, Node) - Constructor for class com.hazelcast.nio.EnterpriseChannelInitializerProvider
-
- EnterpriseClusterVersionAware - Interface in com.hazelcast.internal.serialization.impl
-
Object that is aware of the current cluster version.
- EnterpriseClusterVersionListener - Class in com.hazelcast.internal.serialization.impl
-
Listens for the cluster version changes and exposes them to the user
- EnterpriseClusterVersionListener() - Constructor for class com.hazelcast.internal.serialization.impl.EnterpriseClusterVersionListener
-
- EnterpriseDataSerializableSerializer - Class in com.hazelcast.internal.serialization.impl
-
The StreamSerializer that handles:
DataSerializable
IdentifiedDataSerializable
- EnterpriseManagementCenterConnectionFactory - Class in com.hazelcast.enterprise.monitor.impl.management
-
Connection factory for Management Center when mutual-auth is enabled
Its using the configured SSLContext on the outgoing connections, to send the client cert to the server.
- EnterpriseManagementCenterConnectionFactory() - Constructor for class com.hazelcast.enterprise.monitor.impl.management.EnterpriseManagementCenterConnectionFactory
-
- EnterpriseManagementService - Class in com.hazelcast.enterprise.monitor.impl.jmx
-
JMX Extension point for EE
Offers additional JMX beans to the service for the Enterprise version of Hazelcast
- EnterpriseManagementService(HazelcastInstanceImpl) - Constructor for class com.hazelcast.enterprise.monitor.impl.jmx.EnterpriseManagementService
-
- EnterpriseManagementService.EnterpriseInstanceMBean - Class in com.hazelcast.enterprise.monitor.impl.jmx
-
EE management bean for HazelcastInstance
- EnterpriseMapContainer - Class in com.hazelcast.map.impl
-
Includes enterprise specific MapContainer extensions.
- EnterpriseMapDataSerializerHook - Class in com.hazelcast.map.impl.operation
-
- EnterpriseMapDataSerializerHook() - Constructor for class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- EnterpriseMapEventPublisherImpl - Class in com.hazelcast.map.impl.event
-
Enterprise version of MapEventPublisher helper functionality.
- EnterpriseMapEventPublisherImpl(EnterpriseMapServiceContext) - Constructor for class com.hazelcast.map.impl.event.EnterpriseMapEventPublisherImpl
-
- EnterpriseMapMigrationAwareService - Class in com.hazelcast.map.impl
-
Defines enterprise only migration aware service behavior for MapService.
- EnterpriseMapMigrationAwareService(EnterpriseMapServiceContext) - Constructor for class com.hazelcast.map.impl.EnterpriseMapMigrationAwareService
-
- EnterpriseMapNearCacheManager - Class in com.hazelcast.map.impl.nearcache
-
Provides Near Cache specific functionality.
- EnterpriseMapNearCacheManager(MapServiceContext) - Constructor for class com.hazelcast.map.impl.nearcache.EnterpriseMapNearCacheManager
-
- EnterpriseMapOperationProviders - Class in com.hazelcast.map.impl.operation
-
- EnterpriseMapOperationProviders(MapServiceContext) - Constructor for class com.hazelcast.map.impl.operation.EnterpriseMapOperationProviders
-
- EnterpriseMapPartitionClearOperation - Class in com.hazelcast.map.impl.operation
-
Clears map's partition data.
- EnterpriseMapPartitionClearOperation() - Constructor for class com.hazelcast.map.impl.operation.EnterpriseMapPartitionClearOperation
-
Do not use this constructor to obtain an instance of this class,
introduced to conform to IdentifiedDataserializable conventions.
- EnterpriseMapPartitionClearOperation(boolean) - Constructor for class com.hazelcast.map.impl.operation.EnterpriseMapPartitionClearOperation
-
- EnterpriseMapProxyImpl<K,V> - Class in com.hazelcast.map.impl.proxy
-
Proxy implementation of IMap interface
which includes enterprise version specific extensions.
- EnterpriseMapProxyImpl(String, MapService, NodeEngine, MapConfig) - Constructor for class com.hazelcast.map.impl.proxy.EnterpriseMapProxyImpl
-
- EnterpriseMapReplicationMerkleTreeNode - Class in com.hazelcast.map.impl.wan
-
WAN replication object for merkle tree sync requests.
- EnterpriseMapReplicationMerkleTreeNode() - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
- EnterpriseMapReplicationMerkleTreeNode(String, MerkleTreeNodeEntries, int) - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
- EnterpriseMapReplicationObject - Class in com.hazelcast.map.impl.wan
-
Base class for IMap related WAN replication
objects.
- EnterpriseMapReplicationObject(String, int) - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- EnterpriseMapReplicationObject() - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- EnterpriseMapReplicationOperation - Class in com.hazelcast.map.impl.operation
-
Replicates all IMap-states of this partition to a replica partition.
- EnterpriseMapReplicationOperation() - Constructor for class com.hazelcast.map.impl.operation.EnterpriseMapReplicationOperation
-
- EnterpriseMapReplicationOperation(PartitionContainer, int, int) - Constructor for class com.hazelcast.map.impl.operation.EnterpriseMapReplicationOperation
-
- EnterpriseMapReplicationOperation(PartitionContainer, Collection<ServiceNamespace>, int, int) - Constructor for class com.hazelcast.map.impl.operation.EnterpriseMapReplicationOperation
-
- EnterpriseMapReplicationRemove - Class in com.hazelcast.map.impl.wan
-
WAN replication object for map remove operations.
- EnterpriseMapReplicationRemove(String, Data, long, int) - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationRemove
-
- EnterpriseMapReplicationRemove() - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationRemove
-
- EnterpriseMapReplicationSupportingService - Class in com.hazelcast.map.impl
-
This class handles incoming map WAN replication events.
- EnterpriseMapReplicationSync - Class in com.hazelcast.map.impl.wan
-
WAN replication object for sync requests.
- EnterpriseMapReplicationSync(String, EntryView<Data, Data>, int) - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationSync
-
- EnterpriseMapReplicationSync() - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationSync
-
- EnterpriseMapReplicationUpdate - Class in com.hazelcast.map.impl.wan
-
WAN replication object for map update operations.
- EnterpriseMapReplicationUpdate(String, Object, EntryView<Data, Data>, int) - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationUpdate
-
- EnterpriseMapReplicationUpdate() - Constructor for class com.hazelcast.map.impl.wan.EnterpriseMapReplicationUpdate
-
- EnterpriseMapServiceConstructor - Class in com.hazelcast.map.impl
-
Helper which is used to create a MapService object.
- EnterpriseMapServiceContext - Interface in com.hazelcast.map.impl
-
Enterprise version of MapServiceContext.
- EnterpriseMetadataRecordStoreMutationObserver - Class in com.hazelcast.map.impl.recordstore
-
- EnterpriseMetadataRecordStoreMutationObserver(InternalSerializationService, MetadataInitializer, EnterpriseMapServiceContext, String, int) - Constructor for class com.hazelcast.map.impl.recordstore.EnterpriseMetadataRecordStoreMutationObserver
-
- EnterpriseNearCachedMapProxyImpl<K,V> - Class in com.hazelcast.map.impl.proxy
-
A server-side IEnterpriseMap implementation which is fronted by a Near Cache.
- EnterpriseNearCachedMapProxyImpl(String, MapService, NodeEngine, MapConfig) - Constructor for class com.hazelcast.map.impl.proxy.EnterpriseNearCachedMapProxyImpl
-
- EnterpriseNodeExtension - Class in com.hazelcast.instance
-
This class is the enterprise system hook to allow injection of enterprise services into Hazelcast subsystems.
- EnterpriseNodeExtension(Node) - Constructor for class com.hazelcast.instance.EnterpriseNodeExtension
-
- EnterpriseNodeStateImpl - Class in com.hazelcast.enterprise.monitor.impl.management
-
- EnterpriseNodeStateImpl(ClusterState, NodeState, Version, MemberVersion, LicenseInfo) - Constructor for class com.hazelcast.enterprise.monitor.impl.management.EnterpriseNodeStateImpl
-
- EnterpriseNodeStateImpl(ClusterState, NodeState, Version, MemberVersion, Map<String, List<String>>, LicenseInfo) - Constructor for class com.hazelcast.enterprise.monitor.impl.management.EnterpriseNodeStateImpl
-
- EnterpriseObjectDataInput - Interface in com.hazelcast.nio
-
Contract point for ObjectDataInput implementations on enterprise.
- EnterpriseObjectDataOutput - Interface in com.hazelcast.nio
-
Contract point for ObjectDataOutput implementations on enterprise.
- EnterprisePartitionContainer - Class in com.hazelcast.map.impl
-
EE extension of the map partition container containing EE specific
extensions.
- EnterprisePartitionContainer(MapService, int) - Constructor for class com.hazelcast.map.impl.EnterprisePartitionContainer
-
- EnterprisePhoneHome - Class in com.hazelcast.enterprise
-
Pings phone home server with cluster info daily.
- EnterprisePhoneHome(Node) - Constructor for class com.hazelcast.enterprise.EnterprisePhoneHome
-
- EnterpriseRecordStore - Class in com.hazelcast.map.impl.recordstore
-
Enterprise specific extensions for DefaultRecordStore.
- EnterpriseRecordStore(MapContainer, int, MapKeyLoader, ILogger, HotRestartConfig, long) - Constructor for class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- EnterpriseReplicationEventObject - Interface in com.hazelcast.enterprise.wan
-
Marker interface for enterprise WAN replication events.
- EnterpriseSerializationService - Interface in com.hazelcast.nio.serialization
-
- EnterpriseSerializationServiceBuilder - Class in com.hazelcast.internal.serialization.impl
-
- EnterpriseSerializationServiceBuilder() - Constructor for class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- EnterpriseSerializationServiceV1 - Class in com.hazelcast.internal.serialization.impl
-
- EnterpriseSerializationServiceV1.Builder - Class in com.hazelcast.internal.serialization.impl
-
- EnterpriseSerializationUtil - Class in com.hazelcast.internal.serialization.impl
-
Enterprise Serialization utility methods.
- EnterpriseTextCommandServiceImpl - Class in com.hazelcast.enterprise.monitor.impl.rest
-
- EnterpriseTextCommandServiceImpl(Node) - Constructor for class com.hazelcast.enterprise.monitor.impl.rest.EnterpriseTextCommandServiceImpl
-
- EnterpriseTimedMemberStateFactory - Class in com.hazelcast.enterprise.monitor.impl.management
-
A Factory for creating TimedMemberState instances.
- EnterpriseTimedMemberStateFactory(HazelcastInstanceImpl) - Constructor for class com.hazelcast.enterprise.monitor.impl.management.EnterpriseTimedMemberStateFactory
-
- EnterpriseWanReplicationService - Class in com.hazelcast.enterprise.wan
-
Enterprise implementation for WAN replication.
- EnterpriseWanReplicationService(Node) - Constructor for class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- ENTRY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- ENTRY_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- ENTRY_OFFLOADABLE_SET_UNLOCK - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- ENTRY_PROCESSOR - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- entryBackupProcessor - Variable in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- entryIter(boolean) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- entryIter(int) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- entrySet() - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- entrySet() - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- entrySet() - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- equals(Object) - Method in class com.hazelcast.cache.hidensity.HiDensityCacheStorageInfo
-
- equals(Object) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- equals(Object) - Method in class com.hazelcast.enterprise.monitor.impl.rest.LicenseInfoImpl
-
- equals(Object) - Method in class com.hazelcast.enterprise.wan.DistributedObjectIdentifier
-
- equals(Object) - Method in class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- equals(Object) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- equals(Object) - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- equals(long, Data) - Static method in class com.hazelcast.internal.serialization.impl.NativeMemoryDataUtil
-
- equals(long, long) - Static method in class com.hazelcast.internal.serialization.impl.NativeMemoryDataUtil
-
- equals(long, long, int) - Static method in class com.hazelcast.internal.serialization.impl.NativeMemoryDataUtil
-
- equals(long, int, byte[]) - Static method in class com.hazelcast.internal.serialization.impl.NativeMemoryDataUtil
-
- equals(Object) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- equals(Object) - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- evaluate() - Method in class com.hazelcast.security.impl.WeakSecretsConfigChecker
-
- evaluateAndReport(ILogger) - Method in class com.hazelcast.security.impl.WeakSecretsConfigChecker
-
- eventQueueContainer - Variable in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- eventType - Variable in class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- EVICT - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- evict(Data) - Method in class com.hazelcast.map.impl.operation.HDMapOperation
-
- EVICT_ALL - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- EVICT_ALL_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- EVICT_ALL_FACTORY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- EVICT_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- EvictableHiDensityRecordMap<R extends HiDensityRecord & com.hazelcast.internal.eviction.Evictable & com.hazelcast.internal.eviction.Expirable> - Class in com.hazelcast.internal.hidensity.impl
-
- EvictableHiDensityRecordMap(int, HiDensityRecordProcessor<R>, HiDensityStorageInfo) - Constructor for class com.hazelcast.internal.hidensity.impl.EvictableHiDensityRecordMap
-
- EvictableSamplingEntry(int) - Constructor for class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry
-
- evictExpiredEntries(int) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- evictIfExpired(Data, HiDensityNativeMemoryCacheRecord, long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- EWR_PUT_BACKUP_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- EWR_PUT_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- EWR_QUEUE_CONTAINER - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- EWR_QUEUE_REPLICATION_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- EWR_REMOVE_BACKUP_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- EWRBackupAwareOperation - Class in com.hazelcast.enterprise.wan.operation
-
Base class for backup aware WAN operations.
- EWRBackupAwareOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.EWRBackupAwareOperation
-
- EWRBackupAwareOperation(String, String, int) - Constructor for class com.hazelcast.enterprise.wan.operation.EWRBackupAwareOperation
-
- EWRBaseOperation - Class in com.hazelcast.enterprise.wan.operation
-
Base class for WAN replication operations.
- EWRBaseOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.EWRBaseOperation
-
- EWRBaseOperation(String, String) - Constructor for class com.hazelcast.enterprise.wan.operation.EWRBaseOperation
-
- EWRDataSerializerHook - Class in com.hazelcast.enterprise.wan
-
DataSerializerHook for Enterprise WAN objects
- EWRDataSerializerHook() - Constructor for class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- EWRMigrationContainer - Class in com.hazelcast.enterprise.wan
-
Migration data holder.
- EWRMigrationContainer() - Constructor for class com.hazelcast.enterprise.wan.EWRMigrationContainer
-
- EWRPutBackupOperation - Class in com.hazelcast.enterprise.wan.operation
-
Publishes backup of a provided WanReplicationEvent.
- EWRPutBackupOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.EWRPutBackupOperation
-
- EWRPutBackupOperation(String, String, Data, ServiceNamespace) - Constructor for class com.hazelcast.enterprise.wan.operation.EWRPutBackupOperation
-
- EWRPutOperation - Class in com.hazelcast.enterprise.wan.operation
-
Publishes a provided WanReplicationEvent.
- EWRPutOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.EWRPutOperation
-
- EWRPutOperation(String, String, WanReplicationEvent, int) - Constructor for class com.hazelcast.enterprise.wan.operation.EWRPutOperation
-
- EWRQueueReplicationOperation - Class in com.hazelcast.enterprise.wan.operation
-
Migration operation.
- EWRQueueReplicationOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.EWRQueueReplicationOperation
-
- EWRQueueReplicationOperation(Collection<WanReplicationConfig>, EWRMigrationContainer, int, int) - Constructor for class com.hazelcast.enterprise.wan.operation.EWRQueueReplicationOperation
-
- EWRRemoveBackupOperation - Class in com.hazelcast.enterprise.wan.operation
-
Removes backup of a WAN event.
- EWRRemoveBackupOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.EWRRemoveBackupOperation
-
- EWRRemoveBackupOperation(String, String, Data) - Constructor for class com.hazelcast.enterprise.wan.operation.EWRRemoveBackupOperation
-
- exceptMap(Data) - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
- execute(String, Predicate, Collection<Integer>, Result) - Method in class com.hazelcast.map.impl.query.HDPartitionScanExecutor
-
- execute(String, Predicate, int, int, int) - Method in class com.hazelcast.map.impl.query.HDPartitionScanExecutor
-
- EXECUTOR_THREAD_COUNT - Static variable in class com.hazelcast.enterprise.wan.replication.WanReplicationProperties
-
Deprecated.
- expirationIterator - Variable in class com.hazelcast.internal.hidensity.impl.EvictableHiDensityRecordMap
-
- extractRecordFromLazy(EntryView) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- extractRecordFromLazy(EntryView) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- GeneratedEnterpriseBuildProperties - Class in com.hazelcast.instance
-
This class is generated in a build-time from a template stored at
src/main/template/com/hazelcast/instance/GeneratedEnterpriseBuildProperties
Do not edit by hand as the changes will be overwritten in the next build.
- GET - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- get(Object) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- get(Object) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- get(Data) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- get(Object) - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- get(Data, NativeMemoryData) - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
- get(Data) - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
- get(K) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- GET - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- get(Data) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- get(Data) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- get(Data) - Method in class com.hazelcast.map.impl.recordstore.MetadataStore
-
- get() - Method in class com.hazelcast.security.impl.SecurityServiceImpl.UpdatePermissionConfigOperationSupplier
-
- get(int) - Method in class com.hazelcast.security.ParametersImpl
-
- GET_ALL - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- GET_ALL - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- GET_ALL_FACTORY - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- GET_ALL_FACTORY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- GET_AND_REMOVE - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- GET_AND_REPLACE - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- GET_ENTRY_VIEW - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- GET_MAP_PARTITION_DATA_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- getAccessHit() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getAccessHit() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getAccessHit() - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry
-
- getAccessHit() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getAccessor() - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry
-
- getAccessTimeDiff() - Method in class com.hazelcast.internal.nearcache.HiDensityNearCacheRecord
-
Gets the access time difference which represents the passed time since previous access
of this
HiDensityNearCacheRecord in milliseconds.
- getAccessTimeDiff() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getAcknowledgeType() - Method in class com.hazelcast.enterprise.wan.operation.WanOperation
-
- getAcknowledgeType() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the acknowledgement waiting type of WAN replication operation
invocation.
- getAllServiceNamespaces(PartitionReplicationEvent) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- getAppConfigurationEntry(String) - Method in class com.hazelcast.security.LoginConfigurationDelegate
-
- getAsyncBackupCount() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.enterprise.wan.operation.EWRBackupAwareOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDClearOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDEvictOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDMergeOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- getAsyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDSetTtlOperation
-
- getAvgEntriesPerLeaf() - Method in class com.hazelcast.enterprise.wan.replication.MerkleTreeWanSyncStats
-
Returns the average of the number of records belong the synchronized
Merkle tree nodes have
- getBackupCount() - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- getBackupCount() - Method in interface com.hazelcast.enterprise.wan.EnterpriseReplicationEventObject
-
Returns the backup count (sync and async) for this WAN event.
- getBackupCount() - Method in class com.hazelcast.enterprise.wan.WanReplicationEventQueue
-
- getBackupCount() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- getBackupDir(long) - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
Returns the member specific backup directory for requested backup sequence
- getBackupDirectory() - Method in class com.hazelcast.spi.hotrestart.HotBackupService
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheEntryProcessorOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndRemoveOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndReplaceOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CachePutIfAbsentOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CachePutOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheRemoveOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheReplaceOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheLegacyMergeOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheMergeOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheRemoveOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.operation.WanCacheLegacyMergeOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.operation.WanCacheMergeOperation
-
- getBackupOperation() - Method in class com.hazelcast.cache.operation.WanCacheRemoveOperation
-
- getBackupOperation() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperation
-
- getBackupOperation() - Method in class com.hazelcast.enterprise.wan.operation.EWRPutOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDClearOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDEvictOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDLegacyMergeOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDMergeOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.operation.HDSetTtlOperation
-
- getBackupOperation() - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- getBackupTaskStatus() - Method in class com.hazelcast.spi.hotrestart.HotBackupService
-
- getBatchMaxDelayMillis() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the maximum amount of time to be waited before sending a batch of
events to target cluster, if
WanConfigurationContext.getBatchSize() of events have not
arrived within this duration.
- getBatchSize() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the maximum batch size that can be sent to target cluster.
- getByType(int) - Static method in enum com.hazelcast.enterprise.wan.sync.WanSyncType
-
- getCachedValueUnsafe() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getCacheEventQueueMapByBackupCount(int) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
- getCacheMigrationContainer() - Method in class com.hazelcast.enterprise.wan.EWRMigrationContainer
-
- getCacheName() - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- getCacheName(long) - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
Returns the distributed object name for the given RamStoreRegistry prefix.
- getCacheOperationProvider(String, InMemoryFormat) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
- getCacheWanEventPublisher() - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
- getCheckedMemberMapOrNull(ClusterServiceImpl, ILogger) - Method in class com.hazelcast.internal.cluster.impl.ClusterVersionAutoUpgradeHelper
-
- getClientPermissionConfigs() - Method in class com.hazelcast.security.impl.SecurityServiceImpl
-
- getClusterMetadataManager() - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- getClusterVersion() - Method in interface com.hazelcast.internal.serialization.impl.EnterpriseClusterVersionAware
-
- getClusterVersion() - Method in class com.hazelcast.internal.serialization.impl.EnterpriseClusterVersionListener
-
- getCoalescedEvents() - Method in class com.hazelcast.enterprise.wan.BatchWanReplicationEvent
-
- getCompanyName() - Method in class com.hazelcast.enterprise.monitor.impl.jmx.LicenseInfoMBean
-
- getCompanyName() - Method in class com.hazelcast.enterprise.monitor.impl.rest.LicenseInfoImpl
-
- getCompanyName() - Method in interface com.hazelcast.enterprise.monitor.LicenseInfo
-
- getConnection(Address) - Method in class com.hazelcast.enterprise.wan.connection.WanConnectionManager
-
Returns either the connection wrapper for the requested target
or for the first target in the endpoint list if the provided
target is not in the endpoint list.
- getConnection() - Method in class com.hazelcast.enterprise.wan.connection.WanConnectionWrapper
-
- getContainers() - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Returns all of the partition WAN event queue containers.
- getCost() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getCost() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getCount() - Method in class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- getCreationTime() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getCreationTime() - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- getCreationTime() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getCreationTime() - Method in interface com.hazelcast.enterprise.wan.EnterpriseReplicationEventObject
-
Returns the creation time for this event in milliseconds.
- getCreationTime() - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry
-
- getCreationTime() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getCreationTime(long) - Static method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getCreationTime() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getCreationTime() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getCreationTime() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- getCredentials() - Method in class com.hazelcast.security.ClusterPrincipal
-
- getCredentials() - Method in class com.hazelcast.security.CredentialsCallback
-
- getCredentialsFactory() - Method in class com.hazelcast.security.SecurityContextImpl
-
- getCredentialsFullName(Credentials) - Static method in class com.hazelcast.security.SecurityUtil
-
- getCurrentBackupElementCount() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
Returns the count for the number of events currently in the WAN
map/cache partition queues for partitions for which this node is
a backup replica.
- getCurrentClusterHotRestartStatus() - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- getCurrentElementCount() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
Returns the count for the number of events currently in the WAN
map/cache partition queues for partitions owned by this node.
- getCurrentMemoryAllocator() - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1
-
- getCurrentMemoryAllocator() - Method in interface com.hazelcast.nio.serialization.EnterpriseSerializationService
-
- getDataLoadStatus() - Method in class com.hazelcast.spi.hotrestart.cluster.MemberClusterStartInfo
-
- getDescriptor(long) - Method in class com.hazelcast.spi.hotrestart.PersistentConfigDescriptors
-
- getDiscoveryPeriodSeconds() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the period in seconds in which WAN tries to discover new endpoints
and reestablish connections to failed endpoints.
- getDurationSecs() - Method in class com.hazelcast.enterprise.wan.replication.FullWanSyncStats
-
- getDurationSecs() - Method in class com.hazelcast.enterprise.wan.replication.MerkleTreeWanSyncStats
-
- getEndpoint(String) - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
- getEndpoint() - Method in class com.hazelcast.security.ClusterPrincipal
-
- getEndpointOrFail(String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
Returns a WAN replication configured under a WAN replication config with
the name wanReplicationName and with a WAN publisher ID of
wanPublisherId or throws a InvalidConfigurationException
if there is no configuration for the given parameters.
- getEndpointOrNull(String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
Returns a WAN replication configured under a WAN replication config with
the name wanReplicationName and with a WAN publisher ID of
wanPublisherId or null if there is no configuration for
the given parameters.
- getEndpoints() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the comma separated list of target cluster members,
e.g.
- getEndpoints() - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
- getEnterpriseMapServiceConstructor() - Static method in class com.hazelcast.map.impl.EnterpriseMapServiceConstructor
-
- getEntries() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
- getEntryCostEstimator() - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- getEntryCostEstimator() - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- getEntryCount() - Method in class com.hazelcast.cache.hidensity.HiDensityCacheStorageInfo
-
- getEntryCount() - Method in class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- getEntryCount() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
Returns the number of map entries for this merkle tree node.
- getEntryKey() - Method in class com.hazelcast.elastic.map.SampleableElasticHashMap.SamplingEntry
-
- getEntryValue() - Method in class com.hazelcast.elastic.map.SampleableElasticHashMap.SamplingEntry
-
- getEntryView() - Method in class com.hazelcast.cache.wan.CacheReplicationUpdate
-
- getEntryView() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationSync
-
- getEntryView() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationUpdate
-
- getEstimate() - Method in class com.hazelcast.map.impl.NativeMapEntryCostEstimator
-
- getEventQueue(int) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
- getEvents() - Method in class com.hazelcast.enterprise.wan.BatchWanReplicationEvent
-
Returns the WAN events in this batch
- getEvictable() - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry
-
- getExcludedMemberUuids() - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
- getExcludedMemberUuids() - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- getExpirationTime() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getExpirationTime() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getExpirationTime() - Method in class com.hazelcast.enterprise.monitor.impl.rest.LicenseInfoImpl
-
- getExpirationTime() - Method in interface com.hazelcast.enterprise.monitor.LicenseInfo
-
- getExpirationTime() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getExpirationTime() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getExpirationTime() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getExpiryDate() - Method in class com.hazelcast.enterprise.monitor.impl.jmx.LicenseInfoMBean
-
- getExpiryPolicy() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getExpiryPolicy() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getExpiryPolicyAddress() - Method in class com.hazelcast.cache.hidensity.HiDensityCacheRecord
-
- getExpiryPolicyAddress() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAllOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllBackupOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSegmentShutdownOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyBackupOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSizeOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheReplicationOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheLegacyMergeOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheMergeOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.operation.EnterpriseCacheDataSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.cache.operation.WanCacheLegacyMergeOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.operation.WanCacheMergeOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.operation.WanCacheRemoveOperation
-
- getFactoryId() - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- getFactoryId() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.BatchWanReplicationEvent
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.EWRMigrationContainer
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigBackupOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.EWRBaseOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.EWRQueueReplicationOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.MerkleTreeNodeValueComparison
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.PostJoinWanOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.WanMerkleTreeNodeCompareOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.operation.WanOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.sync.GetMapPartitionDataOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventPublishOperation
-
- getFactoryId() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventResult
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.EnterpriseMapPartitionClearOperation
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.EnterpriseMapReplicationOperation
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDClearOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDContainsValueOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDMapGetAllOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDMapLoadAllOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDMapOperation
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDMergeOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDPutAllPartitionAwareOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.HDSizeOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeGetEntriesOperation
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeGetEntryCountOperation
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeNodeCompareOperation
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeNodeCompareOperationFactory
-
- getFactoryId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeRebuildOperation
-
- getFactoryId() - Method in class com.hazelcast.map.impl.query.HDQueryOperation
-
- getFactoryId() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- getFactoryId() - Method in class com.hazelcast.security.ClusterPrincipal
-
- getFactoryId() - Method in class com.hazelcast.security.impl.SecurityDataSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.security.SecureCallableImpl
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupInterruptOperation
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupOperation
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupTransactionLogRecord
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.cluster.AskForClusterStartResultOperation
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.cluster.AskForExpectedMembersOperation
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.cluster.HotRestartClusterSerializerHook
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.cluster.SendClusterStartResultOperation
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.cluster.SendExcludedMemberUuidsOperation
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.cluster.SendExpectedMembersOperation
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.cluster.SendMemberClusterStartInfoOperation
-
- getFactoryId() - Method in class com.hazelcast.spi.hotrestart.cluster.TriggerForceStartOnMasterOperation
-
- getFailedTransmissionCount() - Method in class com.hazelcast.enterprise.wan.replication.WanBatchReplication
-
Returns the number of failed WAN batch transmissions.
- getFilter(String) - Method in class com.hazelcast.cache.impl.wan.CacheFilterProvider
-
- getFilter(String) - Method in class com.hazelcast.map.impl.wan.filter.MapFilterProvider
-
- getFirstPartitionId(Address, List<Address>) - Method in interface com.hazelcast.enterprise.wan.replication.BatchReplicationStrategy
-
Returns the first partition ID of the events which should be sent to the
provided target endpoint.
- getFirstPartitionId(Address, List<Address>) - Method in class com.hazelcast.enterprise.wan.replication.ConcurrentBatchReplicationStrategy
-
- getFirstPartitionId(Address, List<Address>) - Method in class com.hazelcast.enterprise.wan.replication.SerialBatchReplicationStrategy
-
- getForceEvictedEntryCount() - Method in class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- getForceEvictionCount() - Method in class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- getGroupName() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the group name of target cluster.
- getGroupNames() - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- getGroupNames() - Method in interface com.hazelcast.enterprise.wan.EnterpriseReplicationEventObject
-
Returns the set of cluster group names on which this event has already
been processed.
- getGroupNames() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- getHeapCost() - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- getHits() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getHits() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getHotRestartFreeNativeMemoryPercentage() - Method in class com.hazelcast.map.impl.eviction.HotRestartEvictionHelper
-
When Hot Restart is enabled, we want at least "hazelcast.hotrestart.free.native.memory.percentage" percent
free Hi-Density space.
- getHotRestartHome() - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- getHotRestartService() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getHotRestartStatus() - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
- getHotRestartStore(int) - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- getHotRestartStore(int) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheContainsKeyOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheEntryProcessorOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAllOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAllOperationFactory
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndRemoveOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndReplaceOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheIteratorOperation
-
Deprecated.
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheKeyIteratorOperation
-
Deprecated.
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperationFactory
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeBackupOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeOperationFactory
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllBackupOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CachePutBackupOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CachePutIfAbsentOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CachePutOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheRemoveBackupOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheRemoveOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheReplaceOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSegmentShutdownOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyBackupOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSizeOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.CacheSizeOperationFactory
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheReplicationOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheLegacyMergeOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheMergeOperation
-
- getId() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheRemoveOperation
-
- getId() - Method in class com.hazelcast.cache.operation.WanCacheLegacyMergeOperation
-
- getId() - Method in class com.hazelcast.cache.operation.WanCacheMergeOperation
-
- getId() - Method in class com.hazelcast.cache.operation.WanCacheRemoveOperation
-
- getId() - Method in class com.hazelcast.cache.wan.CacheReplicationRemove
-
- getId() - Method in class com.hazelcast.cache.wan.CacheReplicationUpdate
-
- getId() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getId() - Method in class com.hazelcast.enterprise.wan.BatchWanReplicationEvent
-
- getId() - Method in class com.hazelcast.enterprise.wan.EWRMigrationContainer
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigBackupOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperationFactory
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.EWRPutBackupOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.EWRPutOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.EWRQueueReplicationOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.EWRRemoveBackupOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.MerkleTreeNodeValueComparison
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.PostJoinWanOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.RemoveWanEventBackupsOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.WanMerkleTreeNodeCompareOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.operation.WanOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.sync.GetMapPartitionDataOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventPublishOperation
-
- getId() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventResult
-
- getId() - Method in class com.hazelcast.enterprise.wan.sync.WanConsistencyCheckEvent
-
- getId() - Method in class com.hazelcast.enterprise.wan.sync.WanSyncEvent
-
- getId() - Method in class com.hazelcast.map.impl.operation.EnterpriseMapPartitionClearOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.EnterpriseMapReplicationOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDClearBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDClearOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDClearOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDContainsKeyOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDContainsValueOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDContainsValueOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDDeleteOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDEntryBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDEvictAllBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDEvictBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDEvictOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDGetAllOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDGetEntryViewOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDGetOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDLegacyMergeOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDLoadAllOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDLoadMapOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapFetchEntriesOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapFetchKeysOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapFetchWithQueryOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapFlushBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapGetAllOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapLoadAllOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMapSizeOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMergeOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMergeOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutAllBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutAllPartitionAwareOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutIfAbsentOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDPutTransientOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDRemoveBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDRemoveIfSameOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDRemoveOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDReplaceIfSameOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDReplaceOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDSetOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDSetTtlBackupOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDSetTtlOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDSizeOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDTryPutOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.HDTryRemoveOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeGetEntriesOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeGetEntryCountOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeNodeCompareOperation
-
- getId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeNodeCompareOperationFactory
-
- getId() - Method in class com.hazelcast.map.impl.operation.MerkleTreeRebuildOperation
-
- getId() - Method in class com.hazelcast.map.impl.query.HDQueryOperation
-
- getId() - Method in class com.hazelcast.map.impl.query.HDQueryPartitionOperation
-
- getId() - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- getId() - Method in class com.hazelcast.map.impl.tx.HDTxnLockAndGetOperation
-
- getId() - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- getId() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
- getId() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationRemove
-
- getId() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationSync
-
- getId() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationUpdate
-
- getId() - Method in class com.hazelcast.security.ClusterPrincipal
-
- getId() - Method in class com.hazelcast.security.SecureCallableImpl
-
- getId() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupInterruptOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupTransactionLogRecord
-
- getId() - Method in class com.hazelcast.spi.hotrestart.cluster.AskForClusterStartResultOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.cluster.AskForExpectedMembersOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.cluster.SendClusterStartResultOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.cluster.SendExcludedMemberUuidsOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.cluster.SendExpectedMembersOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.cluster.SendMemberClusterStartInfoOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.cluster.TriggerForceStartOnMasterOperation
-
- getId() - Method in class com.hazelcast.spi.hotrestart.ConfigDescriptor
-
Cache ID, as encoded in Hot Restart store's key prefix.
- getIdleMaxParkNs() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the maximum amount of time in nanoseconds that the WAN
replication thread will idle if there are no events to be replicated.
- getIdleMinParkNs() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
- getIfSameKey(Object) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- getIfSameKey(Data) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- getIfSameKey(Data) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- getInboundHandler() - Method in class com.hazelcast.nio.ssl.ChannelHandlerPair
-
- getInternalHotRestartService() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getInvalidationSequence() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getKey(int) - Method in class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- getKey() - Method in class com.hazelcast.cache.wan.CacheReplicationRemove
-
- getKey() - Method in class com.hazelcast.cache.wan.CacheReplicationUpdate
-
- getKey() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getKey(int) - Method in class com.hazelcast.elastic.map.BehmSlotAccessor
-
- getKey() - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap.MapEntry
-
- getKey() - Method in class com.hazelcast.enterprise.wan.AbstractWanEventRunnable
-
- getKey() - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry
-
- getKey() - Method in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- getKey() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getKey() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getKey() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
- getKey() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationRemove
-
- getKey() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationSync
-
- getKey() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationUpdate
-
- getKey() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupTransactionLogRecord
-
- getKeyAddress() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getKeyHash() - Method in class com.hazelcast.enterprise.monitor.impl.jmx.LicenseInfoMBean
-
- getKeyHash() - Method in class com.hazelcast.enterprise.monitor.impl.rest.LicenseInfoImpl
-
- getKeyHash() - Method in interface com.hazelcast.enterprise.monitor.LicenseInfo
-
- getKeyStorageMemoryCost(K) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- getLastAccessTime() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getLastAccessTime() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getLastAccessTime() - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry
-
- getLastAccessTime() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getLastAccessTime() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getLastAccessTime() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getLastConsistencyCheckResults() - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherFullSyncSupport
-
- getLastConsistencyCheckResults() - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherMerkleTreeSyncSupport
-
- getLastConsistencyCheckResults() - Method in interface com.hazelcast.enterprise.wan.replication.WanPublisherSyncSupport
-
Returns the results of the last WAN consistency checks, grouped by map name.
- getLastStoredTime() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getLastStoredTime() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getLastSyncStats() - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherFullSyncSupport
-
- getLastSyncStats() - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherMerkleTreeSyncSupport
-
- getLastSyncStats() - Method in interface com.hazelcast.enterprise.wan.replication.WanPublisherSyncSupport
-
Returns the statistics about the last synchronization
- getLastUpdateTime() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getLastUpdateTime() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getLicense() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getLicenseInfoMBean() - Method in class com.hazelcast.enterprise.monitor.impl.jmx.EnterpriseManagementService.EnterpriseInstanceMBean
-
- getLogger(String) - Method in class com.hazelcast.security.SecurityContextImpl
-
- getManagementCenterConnectionFactory() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getManagerPrefix() - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- getMapEventQueueMapByBackupCount(int) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
- getMapFilterProvider() - Method in interface com.hazelcast.map.impl.EnterpriseMapServiceContext
-
- getMapMigrationContainer() - Method in class com.hazelcast.enterprise.wan.EWRMigrationContainer
-
- getMapName() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- getMapName() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- GetMapPartitionDataOperation - Class in com.hazelcast.enterprise.wan.sync
-
Iterates and return a copy of a map's partition data to be used by WAN replication.
- GetMapPartitionDataOperation() - Constructor for class com.hazelcast.enterprise.wan.sync.GetMapPartitionDataOperation
-
- GetMapPartitionDataOperation(String) - Constructor for class com.hazelcast.enterprise.wan.sync.GetMapPartitionDataOperation
-
- getMaxConcurrentInvocations() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the maximum number of WAN event batches being sent to the target
cluster concurrently.
- getMaxEndpoints() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the maximum number of endpoints that WAN will connect to when
using a discovery mechanism to define endpoints.
- getMaxIdle() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getMaxIdle() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getMaxLeafEntryCount() - Method in class com.hazelcast.enterprise.wan.replication.MerkleTreeWanSyncStats
-
Returns the maximum of the number of records belong the synchronized
Merkle tree nodes have
- getMaxNodeCountAllowed() - Method in class com.hazelcast.enterprise.monitor.impl.jmx.LicenseInfoMBean
-
- getMaxNodeCountAllowed() - Method in class com.hazelcast.enterprise.monitor.impl.rest.LicenseInfoImpl
-
- getMaxNodeCountAllowed() - Method in interface com.hazelcast.enterprise.monitor.LicenseInfo
-
- getMemoryManager() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getMemoryManager() - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- getMemoryManager() - Method in interface com.hazelcast.internal.nearcache.HiDensityNearCacheRecordStore
-
Gets underlying MemoryManager implementation.
- getMemoryManager() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- getMemoryManager() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- getMemoryManager() - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1
-
- getMemoryManager() - Method in interface com.hazelcast.nio.serialization.EnterpriseSerializationService
-
- getMemoryStats() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getMergePolicy() - Method in class com.hazelcast.cache.wan.CacheReplicationUpdate
-
- getMergePolicy() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationUpdate
-
- getMerkleTreeNodeValues(int) - Method in class com.hazelcast.enterprise.wan.operation.MerkleTreeNodeValueComparison
-
Returns the merkle tree node order-value pairs for the comparison of the
given partitionId.
- getMerkleTreeOrNull(String) - Method in class com.hazelcast.map.impl.EnterprisePartitionContainer
-
- getMetadata() - Method in class com.hazelcast.map.impl.record.HDRecord
-
Note: Metadata is stored on-heap
- getMetadata(Record) - Method in class com.hazelcast.map.impl.recordstore.EnterpriseMetadataRecordStoreMutationObserver
-
- getMetadataFromRecord(RecordStore, Record) - Method in class com.hazelcast.map.impl.query.HDPartitionScanRunner
-
- getMetadataStore() - Method in class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- getMinLeafEntryCount() - Method in class com.hazelcast.enterprise.wan.replication.MerkleTreeWanSyncStats
-
Returns the minimum of the number of records belong the synchronized
Merkle tree nodes have
- getMutex() - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- getName() - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
- getName() - Method in class com.hazelcast.security.ClusterPrincipal
-
- getName() - Method in class com.hazelcast.spi.hotrestart.ConfigDescriptor
-
Cache name.
- getNameWithPrefix() - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- getNativeKeyAddress(Data) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- getNativeKeyAddress(Data) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- getNativeKeyAddress(Data) - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- getNearCacheStats() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- getNextEventBatchEndpoint(List<Address>) - Method in interface com.hazelcast.enterprise.wan.replication.BatchReplicationStrategy
-
Returns the next available target endpoint from a provided list of
available target endpoints.
- getNextEventBatchEndpoint(List<Address>) - Method in class com.hazelcast.enterprise.wan.replication.ConcurrentBatchReplicationStrategy
-
- getNextEventBatchEndpoint(List<Address>) - Method in class com.hazelcast.enterprise.wan.replication.SerialBatchReplicationStrategy
-
- getNodesSynced() - Method in class com.hazelcast.enterprise.wan.replication.MerkleTreeWanSyncStats
-
Returns the number of the synchronized Merkle tree nodes
- getNotifiedKey() - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- getNotifiedKey() - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- getNotifiedKey() - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- getNotLockedRecords() - Method in class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- getNow() - Method in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- getObjectName() - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- getObjectName() - Method in class com.hazelcast.enterprise.wan.DistributedObjectIdentifier
-
- getObjectName() - Method in interface com.hazelcast.enterprise.wan.EnterpriseReplicationEventObject
-
Returns the name of the distributed object (map or cache) on which this
event occurred.
- getObjectName() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- getOffHeapHotRestartStoreForPartition(int) - Method in interface com.hazelcast.map.impl.EnterpriseMapServiceContext
-
- getOffHeapHotRestartStoreForPartition(int) - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- getOnHeapHotRestartStoreForPartition(int) - Method in interface com.hazelcast.map.impl.EnterpriseMapServiceContext
-
- getOnHeapHotRestartStoreForPartition(int) - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- getOp() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- getOperationProvider(String) - Method in class com.hazelcast.map.impl.operation.EnterpriseMapOperationProviders
-
- getOperationProvider(MapConfig) - Method in class com.hazelcast.map.impl.operation.EnterpriseMapOperationProviders
-
Returns a MapOperationProvider instance, depending on whether the provided MapConfig has a
WAN replication policy configured or not.
- getOrCreateHiDensityCacheInfo(String) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
Gets or creates (if there is no cache info for that Hi-Density cache)
HiDensityStorageInfo instance
which holds live information about cache.
- getOrCreateToReserve(K, Data) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- getOutboundHandler() - Method in class com.hazelcast.nio.ssl.ChannelHandlerPair
-
- getOwnerEmail() - Method in class com.hazelcast.enterprise.monitor.impl.jmx.LicenseInfoMBean
-
- getOwnerEmail() - Method in class com.hazelcast.enterprise.monitor.impl.rest.LicenseInfoImpl
-
- getOwnerEmail() - Method in interface com.hazelcast.enterprise.monitor.LicenseInfo
-
- getPartitionHash() - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- getPartitionId() - Method in class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- getPartitionId(Object) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
Returns the partition ID for the partition owning the key
- getPartitionId() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getPartitionId() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
- getPartitionId() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationSync
-
- getPartitionIds() - Method in class com.hazelcast.enterprise.wan.operation.MerkleTreeNodeValueComparison
-
Returns the partition IDs covered by this merkle tree comparison.
- getPartitionIdStep(Address, List<Address>) - Method in interface com.hazelcast.enterprise.wan.replication.BatchReplicationStrategy
-
Returns the step between partition IDs of events which should be sent
to the provided target endpoint.
- getPartitionIdStep(Address, List<Address>) - Method in class com.hazelcast.enterprise.wan.replication.ConcurrentBatchReplicationStrategy
-
- getPartitionIdStep(Address, List<Address>) - Method in class com.hazelcast.enterprise.wan.replication.SerialBatchReplicationStrategy
-
- getPartitionSet() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- getPartitionsSynced() - Method in class com.hazelcast.enterprise.wan.replication.FullWanSyncStats
-
- getPartitionsSynced() - Method in class com.hazelcast.enterprise.wan.replication.MerkleTreeWanSyncStats
-
- getPartitionTable() - Method in class com.hazelcast.spi.hotrestart.cluster.MemberClusterStartInfo
-
- getPartitionTableVersion() - Method in class com.hazelcast.spi.hotrestart.cluster.MemberClusterStartInfo
-
- getPassword() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the group password of target cluster.
- getPeriodMillis() - Method in class com.hazelcast.internal.diagnostics.WANPlugin
-
- getPermissions(Subject, Class<? extends Permission>) - Method in class com.hazelcast.security.impl.DefaultPermissionPolicy
-
Returns permission collection of given type for all
ClusterPrincipal instances in the given JAAS Subject.
- getPostJoinOperation() - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- getPredicate() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateBackupOperation
-
- getPredicate() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateOperation
-
- getPredicate() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- getPredicate() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateBackupOperation
-
- getPredicate() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperation
-
- getPrefix() - Method in class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- getPrefix(String, String, int) - Method in class com.hazelcast.spi.hotrestart.PersistentConfigDescriptors
-
Returns the prefix for the given parameters.
- getPreJoinOperation() - Method in class com.hazelcast.security.impl.SecurityServiceImpl
-
- getPrimaryEventCount() - Method in class com.hazelcast.enterprise.wan.BatchWanReplicationEvent
-
Returns the number of non-sync WAN events added to this batch.
- getPrincipal() - Method in class com.hazelcast.security.ClusterPrincipal
-
- getProcessedPartitions() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventResult
-
- getProcessingResult() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- getProperty(PropertyDefinition, Map<String, Comparable>, T) - Static method in class com.hazelcast.enterprise.wan.replication.WanReplicationProperties
-
- getProperty(Properties, String) - Static method in class com.hazelcast.nio.ssl.SSLEngineFactorySupport
-
- getProperty(Properties, String, String) - Static method in class com.hazelcast.nio.ssl.SSLEngineFactorySupport
-
- getPublisherConfig() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the configuration for the WAN publisher for which this context
is valid.
- getPublisherIdOrGroupName(WanPublisherConfig) - Static method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
Returns the publisher ID for the given WAN publisher configuration which
is then used for identifying the WAN publisher in a WAN replication
scheme.
- getPublisherQueueContainer() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- getPublisherQueueContainer() - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Returns the WAN event queue container for this publisher.
- getRamStore() - Method in class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- getRandomSamples(int) - Method in class com.hazelcast.elastic.map.SampleableElasticHashMap
-
- getRandomSamples(int) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- getRandomSamples(int) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- getReceivedEventCounters(String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- getRecord(K) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- getRecord(K) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- getRecord() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getRecordFromEntryView(EntryView) - Method in class com.hazelcast.map.impl.eviction.HDEvictorImpl
-
- getRecordProcessor() - Method in interface com.hazelcast.cache.hidensity.HiDensityCacheRecordStore
-
- getRecordProcessor() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- getRecordProcessor() - Method in class com.hazelcast.map.impl.record.HDRecordFactory
-
- getRecordProcessor() - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- getRecordsSynced() - Method in class com.hazelcast.enterprise.wan.replication.FullWanSyncStats
-
- getRecordsSynced() - Method in class com.hazelcast.enterprise.wan.replication.MerkleTreeWanSyncStats
-
- getRecordState() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getRecordStorageMemoryCost(NativeMemoryNearCacheRecord) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- getRecordValue(R) - Method in interface com.hazelcast.cache.hidensity.HiDensityCacheRecordStore
-
Gets the value of specified record.
- getRecordValue(HiDensityNativeMemoryCacheRecord) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheEntryProcessorEntry
-
- getRecordValue(HiDensityNativeMemoryCacheRecord) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- getRemoveTime() - Method in class com.hazelcast.cache.wan.CacheReplicationRemove
-
- getRemoveTime() - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationRemove
-
- getReplicationStrategy() - Method in class com.hazelcast.enterprise.wan.replication.WanBatchReplication
-
- getResponse() - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheReplicationOperation
-
- getResponse() - Method in class com.hazelcast.enterprise.wan.operation.EWRBaseOperation
-
- getResponse() - Method in class com.hazelcast.enterprise.wan.sync.GetMapPartitionDataOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDClearOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDContainsKeyOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDContainsValueOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDDeleteOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDEvictBackupOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDEvictOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDGetAllOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDGetEntryViewOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDGetOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDLegacyMergeOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDMapFetchEntriesOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDMapFetchKeysOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDMapFetchWithQueryOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDMapSizeOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDMergeOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryBackupOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryBackupOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPutAllBackupOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPutBackupOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPutIfAbsentOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPutOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDPutTransientOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDRemoveBackupOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDRemoveIfSameOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDReplaceIfSameOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDReplaceOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDSetOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDSetTtlOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDTryPutOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.HDTryRemoveOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.MerkleTreeGetEntriesOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.MerkleTreeGetEntryCountOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.operation.MerkleTreeNodeCompareOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.query.HDQueryOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.query.HDQueryPartitionOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.tx.HDTxnLockAndGetOperation
-
- getResponse() - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- getResponseTimeoutMillis() - Method in class com.hazelcast.enterprise.wan.replication.WanConfigurationContext
-
Returns the duration in milliseconds to define waiting time before
retrying to send the events to target cluster again in case of
acknowledgement is not arrived.
- getRetryCount() - Method in class com.hazelcast.map.impl.operation.HDMapOperation
-
- getSamples(RecordStore) - Method in class com.hazelcast.map.impl.eviction.HDEvictorImpl
-
- getSecurityContext() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getSecurityService() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getSegments() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- getSentEventCounters(String, String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- getSequence() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getSequence() - Method in class com.hazelcast.internal.hidensity.HiDensityRecord
-
Returns sequence ID associated with this record.
- getSequence() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getSequence() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getSerializationService() - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
- getSerializationService() - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- getSerializationService() - Method in interface com.hazelcast.nio.EnterpriseObjectDataInput
-
- getSerializationService() - Method in interface com.hazelcast.nio.EnterpriseObjectDataOutput
-
- getServiceName() - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheReplicationOperation
-
- getServiceName() - Method in class com.hazelcast.enterprise.wan.DistributedObjectIdentifier
-
- getServiceName() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigBackupOperation
-
- getServiceName() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperation
-
- getServiceName() - Method in class com.hazelcast.enterprise.wan.operation.PostJoinWanOperation
-
- getServiceName() - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- getServiceName() - Method in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupInterruptOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.cluster.AskForClusterStartResultOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.cluster.AskForExpectedMembersOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.cluster.SendClusterStartResultOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.cluster.SendExpectedMembersOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.cluster.SendMemberClusterStartInfoOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.cluster.TriggerForceStartOnMasterOperation
-
- getServiceName() - Method in class com.hazelcast.spi.hotrestart.ConfigDescriptor
-
- getServiceNamespace() - Method in class com.hazelcast.enterprise.wan.operation.EWRPutBackupOperation
-
- getServiceNamespace() - Method in class com.hazelcast.enterprise.wan.operation.EWRPutOperation
-
- getSize(MemoryBlock) - Method in interface com.hazelcast.internal.hidensity.HiDensityRecordAccessor
-
Gets the size of given memoryBlock.
- getSize(long, long) - Method in interface com.hazelcast.internal.hidensity.HiDensityRecordAccessor
-
Gets the size of given address.
- getSize(MemoryBlock) - Method in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- getSize(long, long) - Method in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- getSize(MemoryBlock) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- getSize(long, long) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- getSize() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getSlot() - Method in class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- getSocketInterceptor(EndpointQualifier) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- getSSLContext() - Method in class com.hazelcast.nio.ssl.BasicSSLContextFactory
-
- getStats() - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
Returns map from WAN replication config name to LocalWanStats.
- getStats() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- getStats() - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
- getStats() - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
- getStdDevEntriesPerLeaf() - Method in class com.hazelcast.enterprise.wan.replication.MerkleTreeWanSyncStats
-
Returns the standard deviance of the number of records belong the
synchronized Merkle tree nodes have
- getStorageImpl() - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- getStorageInfo() - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- getStorageInfo() - Method in class com.hazelcast.map.impl.EnterpriseMapContainer
-
- getStorageName() - Method in class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- getSyncBackupCount() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.enterprise.wan.operation.EWRBackupAwareOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDClearOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDEvictOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDMergeOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- getSyncBackupCount() - Method in class com.hazelcast.map.impl.operation.HDSetTtlOperation
-
- getSyncManager() - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
Returns the manager for WAN sync events.
- getTarget() - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupTransactionLogRecord
-
- getTargetAddress() - Method in class com.hazelcast.enterprise.wan.connection.WanConnectionWrapper
-
- getTargetEndpoints() - Method in class com.hazelcast.enterprise.wan.connection.WanConnectionManager
-
Return a snapshot of the list of currently known target endpoints to
which replication is made.
- getTargetEndpoints() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanReplication
-
Return a snapshot of the list of currently known target endpoints to which replication is made.
- getThreadId() - Method in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- getThreadId() - Method in class com.hazelcast.map.impl.operation.HDMapOperation
-
- getTimeout() - Method in class com.hazelcast.enterprise.wan.AbstractWanEventRunnable
-
- getTimeUnit() - Method in class com.hazelcast.enterprise.wan.AbstractWanEventRunnable
-
- getTotalBackupCount() - Method in class com.hazelcast.enterprise.wan.DistributedObjectIdentifier
-
- getTotalEntryCount() - Method in class com.hazelcast.enterprise.wan.BatchWanReplicationEvent
-
Returns the total number of WAN events in this batch, including WAN sync
events and merkle tree node entries.
- getTtl() - Method in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- getTtl() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getTtl() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getTtlMillis() - Method in class com.hazelcast.cache.hidensity.HiDensityCacheRecord
-
- getTtlMillis() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getTtlMillis() - Method in class com.hazelcast.internal.nearcache.HiDensityNearCacheRecord
-
- getTtlMillis() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getType() - Method in class com.hazelcast.enterprise.monitor.impl.jmx.LicenseInfoMBean
-
- getType() - Method in class com.hazelcast.enterprise.monitor.impl.rest.LicenseInfoImpl
-
- getType() - Method in interface com.hazelcast.enterprise.monitor.LicenseInfo
-
- getType() - Method in class com.hazelcast.enterprise.wan.sync.WanSyncEvent
-
- getType() - Method in enum com.hazelcast.enterprise.wan.sync.WanSyncType
-
- getType() - Method in enum com.hazelcast.enterprise.wan.WanFilterEventType
-
- getType() - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- getTypeCode() - Method in class com.hazelcast.enterprise.monitor.impl.jmx.LicenseInfoMBean
-
- getTypeId() - Method in class com.hazelcast.internal.serialization.impl.EnterpriseDataSerializableSerializer
-
- getUsedMemory() - Method in interface com.hazelcast.internal.hidensity.HiDensityRecordProcessor
-
Returns the used memory for the underlying Hi-Density storage (cache, ...).
- getUsedMemory() - Method in class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- getUsedMemory() - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- getValue() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getValue(int) - Method in class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- getValue() - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- getValue(int) - Method in class com.hazelcast.elastic.map.BehmSlotAccessor
-
- getValue() - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap.MapEntry
-
- getValue() - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry
-
- getValue() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getValue() - Method in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- getValue() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getValue() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getValueAddress() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- getValueAddress() - Method in class com.hazelcast.internal.hidensity.HiDensityRecord
-
- getValueAddress() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- getValueAddress() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- getValueComparatorOf(InMemoryFormat) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- getVersion() - Method in class com.hazelcast.map.impl.record.HDRecord
-
Version field is used as tombstone-sequence, after removing the record.
- getVersion() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- getVersion() - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- getVersion() - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- getWaitKey() - Method in class com.hazelcast.map.impl.operation.HDContainsKeyOperation
-
- getWaitKey() - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- getWaitKey() - Method in class com.hazelcast.map.impl.operation.HDGetEntryViewOperation
-
- getWaitKey() - Method in class com.hazelcast.map.impl.operation.HDGetOperation
-
- getWaitKey() - Method in class com.hazelcast.map.impl.operation.HDLockAwareOperation
-
- getWanReplicationPublisher(String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- getWanSyncState() - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- getWanSyncState() - Method in class com.hazelcast.enterprise.wan.sync.WanSyncManager
-
- getWeaknesses() - Method in exception com.hazelcast.security.WeakSecretException
-
- GROUP_PASSWORD - Static variable in class com.hazelcast.enterprise.wan.replication.WanReplicationProperties
-
Group password of target cluster.
- handle(Callback[]) - Method in class com.hazelcast.security.ClusterCallbackHandler
-
- handleEvent(Data, WanOperation) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
Processes the replication event sent from the source cluster.
- handleEvent(WanReplicationEvent) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- handleExcludedMemberUuids(Address, Set<String>) - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- handleForceStartRequest() - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
- handlePartialStartRequest() - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
- handlerAdded() - Method in class com.hazelcast.nio.ssl.TLSDecoder
-
- handlerAdded() - Method in class com.hazelcast.nio.ssl.TLSEncoder
-
- handlerAdded() - Method in class com.hazelcast.nio.ssl.TLSHandshakeDecoder
-
- handlerAdded() - Method in class com.hazelcast.nio.ssl.TLSHandshakeEncoder
-
- handlerAdded() - Method in class com.hazelcast.nio.tcp.SymmetricCipherPacketDecoder
-
- handlerAdded() - Method in class com.hazelcast.nio.tcp.SymmetricCipherPacketEncoder
-
- hash64() - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- hash64(long) - Static method in class com.hazelcast.internal.serialization.impl.NativeMemoryDataUtil
-
- hashCode() - Method in class com.hazelcast.cache.hidensity.HiDensityCacheStorageInfo
-
- hashCode() - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- hashCode() - Method in class com.hazelcast.enterprise.monitor.impl.rest.LicenseInfoImpl
-
- hashCode() - Method in class com.hazelcast.enterprise.wan.DistributedObjectIdentifier
-
- hashCode() - Method in class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- hashCode() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- hashCode() - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- hashCode(long) - Static method in class com.hazelcast.internal.serialization.impl.NativeMemoryDataUtil
-
- hashCode() - Method in class com.hazelcast.map.impl.record.HDRecord
-
- hashCode() - Method in class com.hazelcast.map.impl.recordstore.HDStorageSCHM.LazyEntryViewFromRecord
-
- hasNext() - Method in class com.hazelcast.elastic.map.SampleableElasticHashMap.IterableSamplingEntry
-
- hasOngoingReplication() - Method in interface com.hazelcast.enterprise.wan.replication.BatchReplicationStrategy
-
Returns true if there is an ongoing replication process.
- hasOngoingReplication() - Method in class com.hazelcast.enterprise.wan.replication.ConcurrentBatchReplicationStrategy
-
- hasOngoingReplication() - Method in class com.hazelcast.enterprise.wan.replication.SerialBatchReplicationStrategy
-
- hasPartitionHash() - Method in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- hasPartitionIndexed(int) - Method in class com.hazelcast.query.impl.HDIndexImpl
-
- hasSameUuid(UUID) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- HD_RECORD_MAX_TTL_MILLIS - Static variable in class com.hazelcast.map.impl.recordstore.EnterpriseRecordStore
-
- HDBasePutOperation - Class in com.hazelcast.map.impl.operation
-
- HDBasePutOperation(String, Data, Data) - Constructor for class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- HDBasePutOperation(String, Data, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- HDBasePutOperation() - Constructor for class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- HDBaseRemoveOperation - Class in com.hazelcast.map.impl.operation
-
- HDBaseRemoveOperation(String, Data, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- HDBaseRemoveOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- HDBaseRemoveOperation() - Constructor for class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- HDClearBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDClearBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDClearBackupOperation
-
- HDClearBackupOperation(String) - Constructor for class com.hazelcast.map.impl.operation.HDClearBackupOperation
-
- HDClearOperation - Class in com.hazelcast.map.impl.operation
-
- HDClearOperation() - Constructor for class com.hazelcast.map.impl.operation.HDClearOperation
-
- HDClearOperation(String) - Constructor for class com.hazelcast.map.impl.operation.HDClearOperation
-
- HDClearOperationFactory - Class in com.hazelcast.map.impl.operation
-
- HDClearOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDClearOperationFactory
-
- HDClearOperationFactory(String) - Constructor for class com.hazelcast.map.impl.operation.HDClearOperationFactory
-
- HDContainsKeyOperation - Class in com.hazelcast.map.impl.operation
-
- HDContainsKeyOperation() - Constructor for class com.hazelcast.map.impl.operation.HDContainsKeyOperation
-
- HDContainsKeyOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDContainsKeyOperation
-
- HDContainsValueOperation - Class in com.hazelcast.map.impl.operation
-
- HDContainsValueOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDContainsValueOperation
-
- HDContainsValueOperation() - Constructor for class com.hazelcast.map.impl.operation.HDContainsValueOperation
-
- HDContainsValueOperationFactory - Class in com.hazelcast.map.impl.operation
-
- HDContainsValueOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDContainsValueOperationFactory
-
- HDContainsValueOperationFactory(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDContainsValueOperationFactory
-
- HDDeleteOperation - Class in com.hazelcast.map.impl.operation
-
- HDDeleteOperation(String, Data, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDDeleteOperation
-
- HDDeleteOperation() - Constructor for class com.hazelcast.map.impl.operation.HDDeleteOperation
-
- HDEntryBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDEntryBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDEntryBackupOperation
-
- HDEntryBackupOperation(String, Data, EntryBackupProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDEntryBackupOperation
-
- HDEntryOffloadableSetUnlockOperation - Class in com.hazelcast.map.impl.operation
-
HD Version of EntryOffloadableSetUnlockOperation
- HDEntryOffloadableSetUnlockOperation() - Constructor for class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- HDEntryOffloadableSetUnlockOperation(String, EntryEventType, Data, Data, Data, String, long, long, EntryBackupProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- HDEntryOperation - Class in com.hazelcast.map.impl.operation
-
Contains HD Version of the Offloadable contract for EntryProcessor.
- HDEntryOperation() - Constructor for class com.hazelcast.map.impl.operation.HDEntryOperation
-
- HDEntryOperation(String, Data, EntryProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDEntryOperation
-
- HDEvictAllBackupOperation - Class in com.hazelcast.map.impl.operation
-
Operation which evicts all keys except locked ones.
- HDEvictAllBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDEvictAllBackupOperation
-
- HDEvictAllBackupOperation(String) - Constructor for class com.hazelcast.map.impl.operation.HDEvictAllBackupOperation
-
- HDEvictAllOperation - Class in com.hazelcast.map.impl.operation
-
Operation which evicts all keys except locked ones.
- HDEvictAllOperation() - Constructor for class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- HDEvictAllOperation(String) - Constructor for class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- HDEvictAllOperationFactory - Class in com.hazelcast.map.impl.operation
-
Operation factory for evict all operations.
- HDEvictAllOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDEvictAllOperationFactory
-
- HDEvictAllOperationFactory(String) - Constructor for class com.hazelcast.map.impl.operation.HDEvictAllOperationFactory
-
- HDEvictBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDEvictBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDEvictBackupOperation
-
- HDEvictBackupOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDEvictBackupOperation
-
- HDEvictionChecker - Class in com.hazelcast.map.impl.eviction
-
Checks whether a specific threshold is exceeded or not
according to configured MaxSizeConfig.MaxSizePolicy
to start eviction process.
- HDEvictionChecker(MemoryInfoAccessor, MapServiceContext, HotRestartEvictionHelper) - Constructor for class com.hazelcast.map.impl.eviction.HDEvictionChecker
-
- HDEvictOperation - Class in com.hazelcast.map.impl.operation
-
- HDEvictOperation(String, Data, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDEvictOperation
-
- HDEvictOperation() - Constructor for class com.hazelcast.map.impl.operation.HDEvictOperation
-
- HDEvictorImpl - Class in com.hazelcast.map.impl.eviction
-
An Evictor for maps which have the NATIVE in-memory-format.
- HDEvictorImpl(MapEvictionPolicy, EvictionChecker, IPartitionService, HiDensityStorageInfo, NodeEngine, int) - Constructor for class com.hazelcast.map.impl.eviction.HDEvictorImpl
-
- HDGetAllOperation - Class in com.hazelcast.map.impl.operation
-
- HDGetAllOperation() - Constructor for class com.hazelcast.map.impl.operation.HDGetAllOperation
-
- HDGetAllOperation(String, List<Data>) - Constructor for class com.hazelcast.map.impl.operation.HDGetAllOperation
-
- HDGetEntryViewOperation - Class in com.hazelcast.map.impl.operation
-
- HDGetEntryViewOperation() - Constructor for class com.hazelcast.map.impl.operation.HDGetEntryViewOperation
-
- HDGetEntryViewOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDGetEntryViewOperation
-
- HDGetOperation - Class in com.hazelcast.map.impl.operation
-
- HDGetOperation() - Constructor for class com.hazelcast.map.impl.operation.HDGetOperation
-
- HDGetOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDGetOperation
-
- HDIndexImpl - Class in com.hazelcast.query.impl
-
Provides implementation of off-heap indexes.
- HDIndexImpl(IndexDefinition, EnterpriseSerializationService, Extractors, PerIndexStats) - Constructor for class com.hazelcast.query.impl.HDIndexImpl
-
- HDIndexProvider - Class in com.hazelcast.query.impl
-
Provides off-heap indexes.
- HDIndexProvider() - Constructor for class com.hazelcast.query.impl.HDIndexProvider
-
- HDKeyBasedMapOperation - Class in com.hazelcast.map.impl.operation
-
- HDKeyBasedMapOperation() - Constructor for class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- HDKeyBasedMapOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- HDKeyBasedMapOperation(String, Data, Data) - Constructor for class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- HDKeyBasedMapOperation(String, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- HDKeyBasedMapOperation(String, Data, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- HDLegacyMergeOperation - Class in com.hazelcast.map.impl.operation
-
- HDLegacyMergeOperation() - Constructor for class com.hazelcast.map.impl.operation.HDLegacyMergeOperation
-
- HDLegacyMergeOperation(String, EntryView<Data, Data>, MapMergePolicy, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDLegacyMergeOperation
-
- HDLoadAllOperation - Class in com.hazelcast.map.impl.operation
-
Triggers map store load of all given keys.
- HDLoadAllOperation() - Constructor for class com.hazelcast.map.impl.operation.HDLoadAllOperation
-
- HDLoadAllOperation(String, List<Data>, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDLoadAllOperation
-
- HDLoadMapOperation - Class in com.hazelcast.map.impl.operation
-
Triggers map loading from a map store.
- HDLoadMapOperation() - Constructor for class com.hazelcast.map.impl.operation.HDLoadMapOperation
-
- HDLoadMapOperation(String, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDLoadMapOperation
-
- HDLockAwareOperation - Class in com.hazelcast.map.impl.operation
-
- HDLockAwareOperation() - Constructor for class com.hazelcast.map.impl.operation.HDLockAwareOperation
-
- HDLockAwareOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDLockAwareOperation
-
- HDLockAwareOperation(String, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDLockAwareOperation
-
- HDLockAwareOperation(String, Data, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDLockAwareOperation
-
- HDMapFetchEntriesOperation - Class in com.hazelcast.map.impl.operation
-
- HDMapFetchEntriesOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMapFetchEntriesOperation
-
- HDMapFetchEntriesOperation(String, int, int) - Constructor for class com.hazelcast.map.impl.operation.HDMapFetchEntriesOperation
-
- HDMapFetchKeysOperation - Class in com.hazelcast.map.impl.operation
-
- HDMapFetchKeysOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMapFetchKeysOperation
-
- HDMapFetchKeysOperation(String, int, int) - Constructor for class com.hazelcast.map.impl.operation.HDMapFetchKeysOperation
-
- HDMapFetchWithQueryOperation - Class in com.hazelcast.map.impl.operation
-
Fetches by query a batch of fetchSize items from a single partition ID for a map.
- HDMapFetchWithQueryOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMapFetchWithQueryOperation
-
- HDMapFetchWithQueryOperation(String, int, int, Query) - Constructor for class com.hazelcast.map.impl.operation.HDMapFetchWithQueryOperation
-
- HDMapFlushBackupOperation - Class in com.hazelcast.map.impl.operation
-
Empties backup write-behind-queues upon IMap.flush()
- HDMapFlushBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMapFlushBackupOperation
-
- HDMapFlushBackupOperation(String) - Constructor for class com.hazelcast.map.impl.operation.HDMapFlushBackupOperation
-
- HDMapFlushOperation - Class in com.hazelcast.map.impl.operation
-
Flushes dirty entries upon call of IMap.flush().
- HDMapFlushOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMapFlushOperation
-
- HDMapFlushOperation(String) - Constructor for class com.hazelcast.map.impl.operation.HDMapFlushOperation
-
- HDMapFlushOperationFactory - Class in com.hazelcast.map.impl.operation
-
- HDMapFlushOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDMapFlushOperationFactory
-
- HDMapFlushOperationFactory(String) - Constructor for class com.hazelcast.map.impl.operation.HDMapFlushOperationFactory
-
- HDMapGetAllOperationFactory - Class in com.hazelcast.map.impl.operation
-
- HDMapGetAllOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDMapGetAllOperationFactory
-
- HDMapGetAllOperationFactory(String, List<Data>) - Constructor for class com.hazelcast.map.impl.operation.HDMapGetAllOperationFactory
-
- HDMapLoadAllOperationFactory - Class in com.hazelcast.map.impl.operation
-
Operation factory for load all operations.
- HDMapLoadAllOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDMapLoadAllOperationFactory
-
- HDMapLoadAllOperationFactory(String, List<Data>, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDMapLoadAllOperationFactory
-
- HDMapOperation - Class in com.hazelcast.map.impl.operation
-
This class should be extended if operation runs by partition operation threads.
- HDMapOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMapOperation
-
- HDMapOperation(String) - Constructor for class com.hazelcast.map.impl.operation.HDMapOperation
-
- HDMapOperationProvider - Class in com.hazelcast.map.impl.operation
-
Provides IMap operations when
InMemoryFormat is
NATIVE.
- HDMapOperationProvider() - Constructor for class com.hazelcast.map.impl.operation.HDMapOperationProvider
-
- HDMapSizeOperation - Class in com.hazelcast.map.impl.operation
-
- HDMapSizeOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMapSizeOperation
-
- HDMapSizeOperation(String) - Constructor for class com.hazelcast.map.impl.operation.HDMapSizeOperation
-
- HDMergeOperation - Class in com.hazelcast.map.impl.operation
-
Contains multiple merge entries for split-brain healing with with a SplitBrainMergePolicy.
- HDMergeOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMergeOperation
-
- HDMergeOperationFactory - Class in com.hazelcast.map.impl.operation
-
Inserts the merging entries for all partitions of a member via locally invoked MergeOperation.
- HDMergeOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDMergeOperationFactory
-
- HDMergeOperationFactory(String, int[], List<SplitBrainMergeTypes.MapMergeTypes>[], SplitBrainMergePolicy<Data, SplitBrainMergeTypes.MapMergeTypes>) - Constructor for class com.hazelcast.map.impl.operation.HDMergeOperationFactory
-
- HDMultipleEntryBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDMultipleEntryBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryBackupOperation
-
- HDMultipleEntryBackupOperation(String, Set<Data>, EntryBackupProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryBackupOperation
-
- HDMultipleEntryOperation - Class in com.hazelcast.map.impl.operation
-
- HDMultipleEntryOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- HDMultipleEntryOperation(String, Set<Data>, EntryProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- HDMultipleEntryOperationFactory - Class in com.hazelcast.map.impl.operation
-
- HDMultipleEntryOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryOperationFactory
-
- HDMultipleEntryOperationFactory(String, Set<Data>, EntryProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryOperationFactory
-
- HDMultipleEntryWithPredicateBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDMultipleEntryWithPredicateBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateBackupOperation
-
- HDMultipleEntryWithPredicateBackupOperation(String, Set<Data>, EntryBackupProcessor, Predicate) - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateBackupOperation
-
- HDMultipleEntryWithPredicateOperation - Class in com.hazelcast.map.impl.operation
-
- HDMultipleEntryWithPredicateOperation() - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateOperation
-
- HDMultipleEntryWithPredicateOperation(String, Set<Data>, EntryProcessor, Predicate) - Constructor for class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateOperation
-
- HDPartitionScanExecutor - Class in com.hazelcast.map.impl.query
-
- HDPartitionScanExecutor(HDPartitionScanRunner) - Constructor for class com.hazelcast.map.impl.query.HDPartitionScanExecutor
-
- HDPartitionScanRunner - Class in com.hazelcast.map.impl.query
-
Used only with Hi-Density memory.
- HDPartitionScanRunner(MapServiceContext) - Constructor for class com.hazelcast.map.impl.query.HDPartitionScanRunner
-
- HDPartitionWideEntryBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDPartitionWideEntryBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryBackupOperation
-
- HDPartitionWideEntryBackupOperation(String, EntryBackupProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryBackupOperation
-
- HDPartitionWideEntryOperation - Class in com.hazelcast.map.impl.operation
-
GOTCHA: This operation does NOT load missing keys from the MapStore for now.
- HDPartitionWideEntryOperation(String, EntryProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- HDPartitionWideEntryOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- HDPartitionWideEntryOperationFactory - Class in com.hazelcast.map.impl.operation
-
- HDPartitionWideEntryOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperationFactory
-
- HDPartitionWideEntryOperationFactory(String, EntryProcessor) - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperationFactory
-
- HDPartitionWideEntryWithPredicateBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDPartitionWideEntryWithPredicateBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateBackupOperation
-
- HDPartitionWideEntryWithPredicateBackupOperation(String, EntryBackupProcessor, Predicate) - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateBackupOperation
-
- HDPartitionWideEntryWithPredicateOperation - Class in com.hazelcast.map.impl.operation
-
- HDPartitionWideEntryWithPredicateOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperation
-
- HDPartitionWideEntryWithPredicateOperation(String, EntryProcessor, Predicate) - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperation
-
- HDPartitionWideEntryWithPredicateOperationFactory - Class in com.hazelcast.map.impl.operation
-
- HDPartitionWideEntryWithPredicateOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperationFactory
-
- HDPartitionWideEntryWithPredicateOperationFactory(String, EntryProcessor, Predicate) - Constructor for class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperationFactory
-
- HDPutAllBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDPutAllBackupOperation(String, MapEntries, List<RecordInfo>, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDPutAllBackupOperation
-
- HDPutAllBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPutAllBackupOperation
-
- HDPutAllOperation - Class in com.hazelcast.map.impl.operation
-
- HDPutAllOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- HDPutAllOperation(String, MapEntries) - Constructor for class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- HDPutAllPartitionAwareOperationFactory - Class in com.hazelcast.map.impl.operation
-
Inserts the MapEntries for all partitions of a member via locally invoked PutAllOperation.
- HDPutAllPartitionAwareOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDPutAllPartitionAwareOperationFactory
-
- HDPutAllPartitionAwareOperationFactory(String, int[], MapEntries[]) - Constructor for class com.hazelcast.map.impl.operation.HDPutAllPartitionAwareOperationFactory
-
- HDPutBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDPutBackupOperation(String, Data, Data, RecordInfo, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDPutBackupOperation
-
- HDPutBackupOperation(String, Data, Data, RecordInfo, boolean, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDPutBackupOperation
-
- HDPutBackupOperation(String, Data, Data, RecordInfo, boolean, boolean, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDPutBackupOperation
-
- HDPutBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPutBackupOperation
-
- HDPutFromLoadAllBackupOperation - Class in com.hazelcast.map.impl.operation
-
Runs on backups.
- HDPutFromLoadAllBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPutFromLoadAllBackupOperation
-
- HDPutFromLoadAllBackupOperation(String, List<Data>) - Constructor for class com.hazelcast.map.impl.operation.HDPutFromLoadAllBackupOperation
-
- HDPutFromLoadAllOperation - Class in com.hazelcast.map.impl.operation
-
Puts records to map which are loaded from map store by IMap.loadAll(boolean).
- HDPutFromLoadAllOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- HDPutFromLoadAllOperation(String, List<Data>) - Constructor for class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- HDPutIfAbsentOperation - Class in com.hazelcast.map.impl.operation
-
- HDPutIfAbsentOperation(String, Data, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDPutIfAbsentOperation
-
- HDPutIfAbsentOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPutIfAbsentOperation
-
- HDPutOperation - Class in com.hazelcast.map.impl.operation
-
- HDPutOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPutOperation
-
- HDPutOperation(String, Data, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDPutOperation
-
- HDPutTransientOperation - Class in com.hazelcast.map.impl.operation
-
- HDPutTransientOperation() - Constructor for class com.hazelcast.map.impl.operation.HDPutTransientOperation
-
- HDPutTransientOperation(String, Data, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDPutTransientOperation
-
- HDQueryOperation - Class in com.hazelcast.map.impl.query
-
Query operation that runs a query for the HD memory.
- HDQueryOperation() - Constructor for class com.hazelcast.map.impl.query.HDQueryOperation
-
- HDQueryOperation(Query) - Constructor for class com.hazelcast.map.impl.query.HDQueryOperation
-
- HDQueryPartitionOperation - Class in com.hazelcast.map.impl.query
-
- HDQueryPartitionOperation() - Constructor for class com.hazelcast.map.impl.query.HDQueryPartitionOperation
-
- HDQueryPartitionOperation(Query) - Constructor for class com.hazelcast.map.impl.query.HDQueryPartitionOperation
-
- HDRecord - Class in com.hazelcast.map.impl.record
-
Represents simple Hi-Density backed Record implementation for IMap.
- HDRecord(HiDensityRecordAccessor<HDRecord>) - Constructor for class com.hazelcast.map.impl.record.HDRecord
-
- HDRecordAccessor - Class in com.hazelcast.map.impl.record
-
- HDRecordAccessor(EnterpriseSerializationService) - Constructor for class com.hazelcast.map.impl.record.HDRecordAccessor
-
- HDRecordFactory - Class in com.hazelcast.map.impl.record
-
Factory for creating Hi-Density backed records.
- HDRecordFactory(HiDensityRecordProcessor<HDRecord>, SerializationService) - Constructor for class com.hazelcast.map.impl.record.HDRecordFactory
-
- HDRemoveBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDRemoveBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDRemoveBackupOperation
-
- HDRemoveBackupOperation(String, Data) - Constructor for class com.hazelcast.map.impl.operation.HDRemoveBackupOperation
-
- HDRemoveBackupOperation(String, Data, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDRemoveBackupOperation
-
- HDRemoveBackupOperation(String, Data, boolean, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDRemoveBackupOperation
-
- HDRemoveIfSameOperation - Class in com.hazelcast.map.impl.operation
-
- HDRemoveIfSameOperation() - Constructor for class com.hazelcast.map.impl.operation.HDRemoveIfSameOperation
-
- HDRemoveIfSameOperation(String, Data, Data) - Constructor for class com.hazelcast.map.impl.operation.HDRemoveIfSameOperation
-
- HDRemoveOperation - Class in com.hazelcast.map.impl.operation
-
- HDRemoveOperation() - Constructor for class com.hazelcast.map.impl.operation.HDRemoveOperation
-
- HDRemoveOperation(String, Data, boolean) - Constructor for class com.hazelcast.map.impl.operation.HDRemoveOperation
-
- HDReplaceIfSameOperation - Class in com.hazelcast.map.impl.operation
-
- HDReplaceIfSameOperation() - Constructor for class com.hazelcast.map.impl.operation.HDReplaceIfSameOperation
-
- HDReplaceIfSameOperation(String, Data, Data, Data) - Constructor for class com.hazelcast.map.impl.operation.HDReplaceIfSameOperation
-
- HDReplaceOperation - Class in com.hazelcast.map.impl.operation
-
- HDReplaceOperation(String, Data, Data) - Constructor for class com.hazelcast.map.impl.operation.HDReplaceOperation
-
- HDReplaceOperation() - Constructor for class com.hazelcast.map.impl.operation.HDReplaceOperation
-
- HDSetOperation - Class in com.hazelcast.map.impl.operation
-
- HDSetOperation() - Constructor for class com.hazelcast.map.impl.operation.HDSetOperation
-
- HDSetOperation(String, Data, Data, long, long) - Constructor for class com.hazelcast.map.impl.operation.HDSetOperation
-
- HDSetTtlBackupOperation - Class in com.hazelcast.map.impl.operation
-
- HDSetTtlBackupOperation() - Constructor for class com.hazelcast.map.impl.operation.HDSetTtlBackupOperation
-
- HDSetTtlBackupOperation(String, Data, long) - Constructor for class com.hazelcast.map.impl.operation.HDSetTtlBackupOperation
-
- HDSetTtlOperation - Class in com.hazelcast.map.impl.operation
-
- HDSetTtlOperation() - Constructor for class com.hazelcast.map.impl.operation.HDSetTtlOperation
-
- HDSetTtlOperation(String, Data, long) - Constructor for class com.hazelcast.map.impl.operation.HDSetTtlOperation
-
- HDSizeOperationFactory - Class in com.hazelcast.map.impl.operation
-
- HDSizeOperationFactory() - Constructor for class com.hazelcast.map.impl.operation.HDSizeOperationFactory
-
- HDSizeOperationFactory(String) - Constructor for class com.hazelcast.map.impl.operation.HDSizeOperationFactory
-
- HDStorageImpl - Class in com.hazelcast.map.impl.recordstore
-
Hi-Density backed Storage implementation for IMap.
- HDStorageImpl(HiDensityRecordProcessor<HDRecord>, SerializationService) - Constructor for class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- HDStorageSCHM - Class in com.hazelcast.map.impl.recordstore
-
- HDStorageSCHM(HiDensityRecordProcessor<HDRecord>, SerializationService) - Constructor for class com.hazelcast.map.impl.recordstore.HDStorageSCHM
-
- HDStorageSCHM.LazyEntryViewFromRecord<K,V> - Class in com.hazelcast.map.impl.recordstore
-
Internally used EntryView implementation for sampling based eviction specific purposes.
- HDTryPutOperation - Class in com.hazelcast.map.impl.operation
-
- HDTryPutOperation() - Constructor for class com.hazelcast.map.impl.operation.HDTryPutOperation
-
- HDTryPutOperation(String, Data, Data, long) - Constructor for class com.hazelcast.map.impl.operation.HDTryPutOperation
-
- HDTryRemoveOperation - Class in com.hazelcast.map.impl.operation
-
- HDTryRemoveOperation() - Constructor for class com.hazelcast.map.impl.operation.HDTryRemoveOperation
-
- HDTryRemoveOperation(String, Data, long) - Constructor for class com.hazelcast.map.impl.operation.HDTryRemoveOperation
-
- HDTxnDeleteOperation - Class in com.hazelcast.map.impl.tx
-
Transactional delete operation.
- HDTxnDeleteOperation() - Constructor for class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- HDTxnDeleteOperation(String, Data, long) - Constructor for class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- HDTxnLockAndGetOperation - Class in com.hazelcast.map.impl.tx
-
Transactional lock and get operation.
- HDTxnLockAndGetOperation() - Constructor for class com.hazelcast.map.impl.tx.HDTxnLockAndGetOperation
-
- HDTxnLockAndGetOperation(String, Data, long, long, String, boolean, boolean) - Constructor for class com.hazelcast.map.impl.tx.HDTxnLockAndGetOperation
-
- HDTxnSetOperation - Class in com.hazelcast.map.impl.tx
-
An operation to unlock and set (key,value) on the partition .
- HDTxnSetOperation() - Constructor for class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- HDTxnSetOperation(String, Data, Data, long, long) - Constructor for class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- HEADER_LENGTH_IN_BYTES - Static variable in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
Header length when header stored off-heap for zero heap usage
- headMap(Data, boolean) - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
- HiDensityCacheDataSerializerHook - Class in com.hazelcast.cache.hidensity.operation
-
- HiDensityCacheDataSerializerHook() - Constructor for class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- HiDensityCacheOperationProvider - Class in com.hazelcast.cache.hidensity.operation
-
Provide operations for InMemoryFormat.NATIVE.
- HiDensityCacheOperationProvider(String) - Constructor for class com.hazelcast.cache.hidensity.operation.HiDensityCacheOperationProvider
-
- HiDensityCacheRecord - Class in com.hazelcast.cache.hidensity
-
- HiDensityCacheRecord(GlobalMemoryAccessor) - Constructor for class com.hazelcast.cache.hidensity.HiDensityCacheRecord
-
- HiDensityCacheRecord(GlobalMemoryAccessor, long, int) - Constructor for class com.hazelcast.cache.hidensity.HiDensityCacheRecord
-
- HiDensityCacheRecordStore<R extends HiDensityCacheRecord> - Interface in com.hazelcast.cache.hidensity
-
- HiDensityCacheReplicationOperation - Class in com.hazelcast.cache.hidensity.operation
-
Replicates records from one off-heap source to an off-heap destination.
- HiDensityCacheReplicationOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.HiDensityCacheReplicationOperation
-
- HiDensityCacheStorageInfo - Class in com.hazelcast.cache.hidensity
-
Holds information about Hi-Density cache storage such as entry count, used memory, etc.
- HiDensityCacheStorageInfo(String, CacheContext) - Constructor for class com.hazelcast.cache.hidensity.HiDensityCacheStorageInfo
-
- HiDensityEntryCountEvictionChecker - Class in com.hazelcast.cache.hidensity.maxsize
-
Max-size policy implementation for EvictionConfig.MaxSizePolicy.ENTRY_COUNT.
- HiDensityEntryCountEvictionChecker(HiDensityStorageInfo, int) - Constructor for class com.hazelcast.cache.hidensity.maxsize.HiDensityEntryCountEvictionChecker
-
- HiDensityFreeNativeMemoryPercentageEvictionChecker - Class in com.hazelcast.cache.hidensity.maxsize
-
Max-size policy implementation for EvictionConfig.MaxSizePolicy.FREE_NATIVE_MEMORY_PERCENTAGE.
- HiDensityFreeNativeMemoryPercentageEvictionChecker(HazelcastMemoryManager, int, long) - Constructor for class com.hazelcast.cache.hidensity.maxsize.HiDensityFreeNativeMemoryPercentageEvictionChecker
-
- HiDensityFreeNativeMemorySizeEvictionChecker - Class in com.hazelcast.cache.hidensity.maxsize
-
Max-size policy implementation for EvictionConfig.MaxSizePolicy.FREE_NATIVE_MEMORY_SIZE.
- HiDensityFreeNativeMemorySizeEvictionChecker(HazelcastMemoryManager, int) - Constructor for class com.hazelcast.cache.hidensity.maxsize.HiDensityFreeNativeMemorySizeEvictionChecker
-
- HiDensityNativeMemoryCacheEntryProcessorEntry<K,V> - Class in com.hazelcast.cache.hidensity.impl.nativememory
-
- HiDensityNativeMemoryCacheEntryProcessorEntry(Data, HiDensityNativeMemoryCacheRecord, HiDensityNativeMemoryCacheRecordStore, long, int) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheEntryProcessorEntry
-
- HiDensityNativeMemoryCacheRecord - Class in com.hazelcast.cache.hidensity.impl.nativememory
-
Structure:
- HiDensityNativeMemoryCacheRecord(HiDensityRecordAccessor<HiDensityNativeMemoryCacheRecord>, long) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- HiDensityNativeMemoryCacheRecord(HiDensityRecordAccessor<HiDensityNativeMemoryCacheRecord>) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- HiDensityNativeMemoryCacheRecord(long) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- HiDensityNativeMemoryCacheRecordAccessor - Class in com.hazelcast.cache.hidensity.impl.nativememory
-
- HiDensityNativeMemoryCacheRecordAccessor(EnterpriseSerializationService, HazelcastMemoryManager) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordAccessor
-
- HiDensityNativeMemoryCacheRecordMap - Class in com.hazelcast.cache.hidensity.impl.nativememory
-
- HiDensityNativeMemoryCacheRecordMap(int, HiDensityRecordProcessor, HiDensityStorageInfo) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordMap
-
- HiDensityNativeMemoryCacheRecordStore - Class in com.hazelcast.cache.hidensity.impl.nativememory
-
- HiDensityNativeMemoryCacheRecordStore(int, String, EnterpriseCacheService, NodeEngine) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- HiDensityNearCache<K,V> - Class in com.hazelcast.internal.nearcache
-
NearCache implementation for Hi-Density cache.
- HiDensityNearCache(String, NearCacheConfig, NearCacheManager, EnterpriseSerializationService, TaskScheduler, ClassLoader, HazelcastProperties) - Constructor for class com.hazelcast.internal.nearcache.HiDensityNearCache
-
- HiDensityNearCache(String, NearCacheConfig, NearCacheManager, NearCacheRecordStore<K, V>, SerializationService, TaskScheduler, ClassLoader, HazelcastProperties) - Constructor for class com.hazelcast.internal.nearcache.HiDensityNearCache
-
- HiDensityNearCacheManager - Class in com.hazelcast.internal.nearcache
-
NearCacheManager implementation for Hi-Density cache.
- HiDensityNearCacheManager(EnterpriseSerializationService, TaskScheduler, ClassLoader, HazelcastProperties) - Constructor for class com.hazelcast.internal.nearcache.HiDensityNearCacheManager
-
- HiDensityNearCacheRecord - Class in com.hazelcast.internal.nearcache
-
Represents NearCacheRecord implementations for Hi-Density Near Cache.
- HiDensityNearCacheRecord(GlobalMemoryAccessor) - Constructor for class com.hazelcast.internal.nearcache.HiDensityNearCacheRecord
-
- HiDensityNearCacheRecordStore<K,V,R extends HiDensityNearCacheRecord> - Interface in com.hazelcast.internal.nearcache
-
- HiDensityRecord - Class in com.hazelcast.internal.hidensity
-
Base class of all record implementations for Hi-Density storage.
- HiDensityRecord(GlobalMemoryAccessor) - Constructor for class com.hazelcast.internal.hidensity.HiDensityRecord
-
- HiDensityRecord(GlobalMemoryAccessor, long, int) - Constructor for class com.hazelcast.internal.hidensity.HiDensityRecord
-
- HiDensityRecordAccessor<R extends HiDensityRecord> - Interface in com.hazelcast.internal.hidensity
-
- HiDensityRecordMap<R extends HiDensityRecord> - Interface in com.hazelcast.internal.hidensity
-
- HiDensityRecordProcessor<R extends HiDensityRecord> - Interface in com.hazelcast.internal.hidensity
-
- HiDensityRecordStore<R extends HiDensityRecord> - Interface in com.hazelcast.internal.hidensity
-
- HiDensityStorageInfo - Class in com.hazelcast.internal.hidensity
-
Holds information about Hi-Density storage such as entry count, used memory, etc.
- HiDensityStorageInfo(String) - Constructor for class com.hazelcast.internal.hidensity.HiDensityStorageInfo
-
- HiDensityUsedNativeMemoryPercentageEvictionChecker - Class in com.hazelcast.cache.hidensity.maxsize
-
Max-size policy implementation for EvictionConfig.MaxSizePolicy.USED_NATIVE_MEMORY_PERCENTAGE.
- HiDensityUsedNativeMemoryPercentageEvictionChecker(HiDensityStorageInfo, int, long) - Constructor for class com.hazelcast.cache.hidensity.maxsize.HiDensityUsedNativeMemoryPercentageEvictionChecker
-
- HiDensityUsedNativeMemorySizeEvictionChecker - Class in com.hazelcast.cache.hidensity.maxsize
-
Max-size policy implementation for EvictionConfig.MaxSizePolicy.USED_NATIVE_MEMORY_SIZE.
- HiDensityUsedNativeMemorySizeEvictionChecker(HiDensityStorageInfo, int) - Constructor for class com.hazelcast.cache.hidensity.maxsize.HiDensityUsedNativeMemorySizeEvictionChecker
-
- HOT_RESTART_FREE_NATIVE_MEMORY_PERCENTAGE - Static variable in class com.hazelcast.map.impl.eviction.HotRestartEvictionHelper
-
XML and system property for setting the hot restart required free space
- HotBackupService - Class in com.hazelcast.spi.hotrestart
-
Service for initiating a cluster-wide backup of hot restart data.
- HotBackupService(Node, HotRestartIntegrationService) - Constructor for class com.hazelcast.spi.hotrestart.HotBackupService
-
- HotRestartBackupInterruptOperation - Class in com.hazelcast.spi.hotrestart.backup
-
Operation for interruption of the member hot restart backup task.
- HotRestartBackupInterruptOperation() - Constructor for class com.hazelcast.spi.hotrestart.backup.HotRestartBackupInterruptOperation
-
- HotRestartBackupOperation - Class in com.hazelcast.spi.hotrestart.backup
-
Operation for performing cluster hot restart data backup.
- HotRestartBackupOperation() - Constructor for class com.hazelcast.spi.hotrestart.backup.HotRestartBackupOperation
-
- HotRestartBackupSerializerHook - Class in com.hazelcast.spi.hotrestart.backup
-
- HotRestartBackupSerializerHook() - Constructor for class com.hazelcast.spi.hotrestart.backup.HotRestartBackupSerializerHook
-
- HotRestartBackupTransactionLogRecord - Class in com.hazelcast.spi.hotrestart.backup
-
TransactionLogRecord implementation for cluster-wide backup of hot restart data.
- HotRestartBackupTransactionLogRecord() - Constructor for class com.hazelcast.spi.hotrestart.backup.HotRestartBackupTransactionLogRecord
-
- HotRestartBackupTransactionLogRecord(long, Address, Address, String, long) - Constructor for class com.hazelcast.spi.hotrestart.backup.HotRestartBackupTransactionLogRecord
-
- HotRestartClusterSerializerHook - Class in com.hazelcast.spi.hotrestart.cluster
-
- HotRestartClusterSerializerHook() - Constructor for class com.hazelcast.spi.hotrestart.cluster.HotRestartClusterSerializerHook
-
- HotRestartClusterStartStatus - Enum in com.hazelcast.spi.hotrestart.cluster
-
Indicates the state of the cluster from the perspective of a node during a hot restart cluster verification
- HotRestartConfigListener - Class in com.hazelcast.internal.dynamicconfig
-
Persist dynamic configurations into HotRestart when enabled
- HotRestartConfigListener(HotRestartIntegrationService) - Constructor for class com.hazelcast.internal.dynamicconfig.HotRestartConfigListener
-
- HotRestartEnterpriseCacheRecordStore - Class in com.hazelcast.cache.hotrestart
-
On-heap cache record store with Hot Restart support.
- HotRestartEnterpriseCacheRecordStore(String, int, NodeEngine, EnterpriseCacheService, boolean, long) - Constructor for class com.hazelcast.cache.hotrestart.HotRestartEnterpriseCacheRecordStore
-
- HotRestartEvictionHelper - Class in com.hazelcast.map.impl.eviction
-
Helper class to centralize Hot Restart eviction related stuff.
- HotRestartEvictionHelper() - Constructor for class com.hazelcast.map.impl.eviction.HotRestartEvictionHelper
-
- HotRestartEvictionHelper(HazelcastProperties) - Constructor for class com.hazelcast.map.impl.eviction.HotRestartEvictionHelper
-
- HotRestartHDStorageImpl - Class in com.hazelcast.map.impl.recordstore
-
Hot Restart storage implementation for maps configured with in-memory-format
InMemoryFormat.NATIVE
- HotRestartHDStorageImpl(EnterpriseMapServiceContext, RecordFactory, InMemoryFormat, boolean, long, int) - Constructor for class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- HotRestartHiDensityNativeMemoryCacheRecordMap - Class in com.hazelcast.cache.hidensity.impl.nativememory
-
Hot Restart variant of HiDensityNativeMemoryCacheRecordMap.
- HotRestartHiDensityNativeMemoryCacheRecordMap(int, HiDensityRecordProcessor, HiDensityStorageInfo) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordMap
-
- HotRestartHiDensityNativeMemoryCacheRecordStore - Class in com.hazelcast.cache.hidensity.impl.nativememory
-
NativeMemory cache record store with Hot Restart support.
- HotRestartHiDensityNativeMemoryCacheRecordStore(int, String, EnterpriseCacheService, NodeEngine, boolean, long) - Constructor for class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordStore
-
- HotRestartIntegrationService - Class in com.hazelcast.spi.hotrestart
-
Provides common services needed for Hot Restart.
- HotRestartIntegrationService(Node) - Constructor for class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- HotRestartPoolingMemoryManager - Class in com.hazelcast.spi.hotrestart.memory
-
PoolingMemoryManager specialized for use with the Hot Restart feature.
- HotRestartPoolingMemoryManager(MemorySize, int, int, float, FreeMemoryChecker) - Constructor for class com.hazelcast.spi.hotrestart.memory.HotRestartPoolingMemoryManager
-
- HotRestartStorage<R extends com.hazelcast.map.impl.record.Record> - Interface in com.hazelcast.map.impl.recordstore
-
Provides transient versions of the modifying storage methods ( Storage.put(Object, Object),
Storage.updateRecordValue(Object, Object, Object), Storage.removeRecord(Object)) for
Hot Restart module.
- HotRestartStorageImpl<R extends com.hazelcast.map.impl.record.Record> - Class in com.hazelcast.map.impl.recordstore
-
Hot Restart storage implementation for maps
not configured with in-memory-format:
InMemoryFormat.NATIVE
For
InMemoryFormat.NATIVE please see
HotRestartHDStorageImpl.
- hotRestartStore - Variable in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- HotRestartThreadLocalPoolingMemoryManager - Class in com.hazelcast.spi.hotrestart.memory
-
Specialization of ThreadLocalPoolingMemoryManager which contributes
mutex locking needed to safely perform pointer validation inside
RamStore.copyEntry(
com.hazelcast.spi.hotrestart.KeyHandle, int, com.hazelcast.spi.hotrestart.RecordDataSink) calls.
- HotRestartThreadLocalPoolingMemoryManager(int, int, LibMalloc, PooledNativeMemoryStats) - Constructor for class com.hazelcast.spi.hotrestart.memory.HotRestartThreadLocalPoolingMemoryManager
-
- HUNDRED_PERCENT - Static variable in interface com.hazelcast.internal.hidensity.HiDensityRecordStore
-
Constant value for hundred percent.
- ParametersImpl - Class in com.hazelcast.security
-
This class is used to pass parameters of a method to SecurityInterceptor.
- ParametersImpl(SerializationService) - Constructor for class com.hazelcast.security.ParametersImpl
-
- PARTITION_HASH_OFFSET - Static variable in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- PARTITION_WIDE_ENTRY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PARTITION_WIDE_ENTRY_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PARTITION_WIDE_ENTRY_FACTORY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PARTITION_WIDE_PREDICATE_ENTRY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PARTITION_WIDE_PREDICATE_ENTRY_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PARTITION_WIDE_PREDICATE_ENTRY_FACTORY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- partitionSet - Variable in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
The partitions to be synced.
- PartitionWanEventContainer - Class in com.hazelcast.enterprise.wan
-
Contains all map/cache event queues of a partition.
- PartitionWanEventContainer() - Constructor for class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
- PartitionWanEventQueueMap - Class in com.hazelcast.enterprise.wan
-
WAN event queue map of a partition and a specific service (map/cache).
- PartitionWanEventQueueMap() - Constructor for class com.hazelcast.enterprise.wan.PartitionWanEventQueueMap
-
- pause(String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- pause() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- pause() - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Calls to this method will pause WAN event queue polling.
- peek() - Method in class com.hazelcast.elastic.queue.ConcurrentLinkedElasticQueue
-
- PERIOD_SECONDS - Static variable in class com.hazelcast.internal.diagnostics.WANPlugin
-
The period in seconds this plugin runs.
- PersistentConfigDescriptors - Class in com.hazelcast.spi.hotrestart
-
Maintains the in-memory mapping of names and 32-bit cache IDs to
ConfigDescriptors.
- PersistentConfigDescriptors(File) - Constructor for class com.hazelcast.spi.hotrestart.PersistentConfigDescriptors
-
- poll() - Method in class com.hazelcast.elastic.queue.ConcurrentLinkedElasticQueue
-
- pollCacheWanEvent(String) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
Return the head of the wan event queue for the cacheName
- pollCacheWanEvent(String, int) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Polls the wan event queue for the cache with the name
nameWithPrefix on partition partitionId.
- pollEvent(String) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventQueueMap
-
Returns a WAN event for the given distributed object or null if
there is none.
- pollMapWanEvent(String) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
Return the head of the wan event queue for the mapName
- pollMapWanEvent(String, int) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Polls the wan event queue for the map with the name mapName on
partition partitionId.
- PollSynchronizerPublisherQueueContainer - Class in com.hazelcast.enterprise.wan.replication
-
This class is an extension to
PublisherQueueContainer that
offers synchronization between polling the WAN event queues and other
processes such as migration via per-partition locks.
- populate(LiveOperations) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- populate(LiveOperations) - Method in class com.hazelcast.enterprise.wan.replication.WanBatchReplication
-
- PORT - Static variable in class com.hazelcast.enterprise.wan.discovery.StaticDiscoveryProperties
-
Default port for returned address if the port is not defined in the endpoint list
- POST_JOIN_WAN_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- postInit(NodeEngine, Properties) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
- PostJoinWanOperation - Class in com.hazelcast.enterprise.wan.operation
-
Copies WanReplicationConfigs to a joining member.
- PostJoinWanOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.PostJoinWanOperation
-
- PostJoinWanOperation(Collection<WanReplicationConfig>) - Constructor for class com.hazelcast.enterprise.wan.operation.PostJoinWanOperation
-
- prefix - Variable in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- prefixToThreadId(long) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
- prefixToThreadId(long) - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- prepare() - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
- prepare() - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- prepareBackup(Address, String, long) - Method in class com.hazelcast.spi.hotrestart.HotBackupService
-
Attempt to prepare for a hot restart backup on this node.
- prepareOperation(Address, String, long) - Static method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupOperation
-
Create a operation for preparing a transaction of a cluster-wide hot restart backup.
- prepareReplicationOperation(PartitionReplicationEvent, Collection<ServiceNamespace>) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- prepareReplicationOperation(PartitionReplicationEvent) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- prepareReplicationOperation(PartitionReplicationEvent) - Method in class com.hazelcast.map.impl.EnterpriseMapMigrationAwareService
-
- prepareReplicationOperation(PartitionReplicationEvent, Collection<ServiceNamespace>) - Method in class com.hazelcast.map.impl.EnterpriseMapMigrationAwareService
-
- printNodeInfo() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- process(byte[]) - Method in class com.hazelcast.nio.CipherByteArrayProcessor
-
- process(byte[], int, int) - Method in class com.hazelcast.nio.CipherByteArrayProcessor
-
- process(byte[], int, int, byte[]) - Method in class com.hazelcast.nio.CipherByteArrayProcessor
-
- processEvent(WanSyncEvent) - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherFullSyncSupport
-
Processes the WAN sync event.
- processEvent(WanConsistencyCheckEvent) - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherFullSyncSupport
-
- processEvent(WanConsistencyCheckEvent) - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherMerkleTreeSyncSupport
-
Processes the WAN consistency check event.
- processEvent(WanSyncEvent) - Method in class com.hazelcast.enterprise.wan.replication.WanPublisherMerkleTreeSyncSupport
-
Processes the WAN sync event.
- processEvent(WanSyncEvent) - Method in interface com.hazelcast.enterprise.wan.replication.WanPublisherSyncSupport
-
Processes the WAN sync event.
- processEvent(WanConsistencyCheckEvent) - Method in interface com.hazelcast.enterprise.wan.replication.WanPublisherSyncSupport
-
Processes the WAN consistency check event.
- PROP_AUTO_UPGRADE_ENABLED - Static variable in class com.hazelcast.internal.cluster.impl.ClusterVersionAutoUpgradeHelper
-
- PROP_AUTO_UPGRADE_MIN_CLUSTER_SIZE - Static variable in class com.hazelcast.internal.cluster.impl.ClusterVersionAutoUpgradeHelper
-
- PROP_FORCED_EVICTION_RETRY_COUNT - Static variable in class com.hazelcast.map.impl.operation.HDMapOperation
-
- PROP_USE_DELETE_WHEN_PROCESSING_REMOVE_EVENTS - Static variable in class com.hazelcast.map.impl.EnterpriseMapReplicationSupportingService
-
Uses map delete instead of map remove when processing remove events.
- PROPERTY_HOTRESTART_FREE_NATIVE_MEMORY_PERCENTAGE - Static variable in class com.hazelcast.map.impl.eviction.HotRestartEvictionHelper
-
The name of the XML and system property for setting the hot restart required free space.
- protocol - Variable in class com.hazelcast.nio.ssl.SSLEngineFactorySupport
-
- provideClientChannelInitializer(EndpointConfig) - Method in class com.hazelcast.nio.EnterpriseChannelInitializerProvider
-
- provideMemberChannelInitializer(EndpointConfig) - Method in class com.hazelcast.nio.EnterpriseChannelInitializerProvider
-
- provideMetrics(MetricsRegistry) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- provideTextChannelInitializer(EndpointConfig, boolean) - Method in class com.hazelcast.nio.EnterpriseChannelInitializerProvider
-
- provideUnifiedChannelInitializer() - Method in class com.hazelcast.nio.EnterpriseChannelInitializerProvider
-
- provideWanChannelInitializer(EndpointConfig) - Method in class com.hazelcast.nio.EnterpriseChannelInitializerProvider
-
- publishAntiEntropyEvent(String, String, WanAntiEntropyEvent) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
Publishes an anti-entropy event for the given wanReplicationName
and wanPublisherId.
- publishAntiEntropyEvent(WanAntiEntropyEvent) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
Publishes a WAN anti-entropy event.
- publishAntiEntropyEvent(WanAntiEntropyEvent) - Method in class com.hazelcast.enterprise.wan.replication.WanBatchReplication
-
Publishes an anti-entropy event.
- publishAntiEntropyEventOnMembers(String, String, WanAntiEntropyEvent) - Method in class com.hazelcast.enterprise.wan.sync.WanSyncManager
-
Keeps broadcasting the WAN anti-entropy event to all members until it
has been triggered for all partitions or some partitions have failed for
times.
- publishCacheWanEvent(String, WanReplicationEvent) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
Publishes the replicationEvent for the given cacheName
cache on the partition partitionId
- publishCacheWanEvent(String, int, WanReplicationEvent) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Publishes the replicationEvent for the cache with the name
nameWithPrefix on the partition partitionId.
- PUBLISHER_CREATE - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PublisherQueueContainer - Class in com.hazelcast.enterprise.wan
-
WAN event queue container for WAN replication publishers.
- PublisherQueueContainer(Node) - Constructor for class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
- publishEvent(Address, String, EntryEventType, Data, Object, Object, Object) - Method in class com.hazelcast.map.impl.event.EnterpriseMapEventPublisherImpl
-
If the in-memory format for this map is InMemoryFormat.NATIVE it will copy the values on-heap
before publishing the event.
- publishMapWanEvent(String, WanReplicationEvent) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
Publishes the replicationEvent for the given mapName
map on the partition partitionId
- publishMapWanEvent(String, int, WanReplicationEvent) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Publishes the replicationEvent for the given mapName
map on the partition partitionId
- publishReplicationEvent(String, ReplicationEventObject) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- publishReplicationEvent(WanReplicationEvent) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
This implementation achieves ordering of keys in the same partition by
sending
EWRPutOperation to the partition owner.
- publishReplicationEvent(String, ReplicationEventObject) - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
Publishes a replication event to all endpoints to which this publisher
delegates.
- publishReplicationEvent(WanReplicationEvent) - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
Publishes a replication event to all endpoints to which this publisher
delegates.
- publishReplicationEventBackup(String, ReplicationEventObject) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- publishReplicationEventBackup(String, ReplicationEventObject) - Method in class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
Publishes a backup replication event to all endpoints to which this
publisher delegates.
- publishSyncEvent(WanSyncEvent) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- publishSyncEvent(WanSyncEvent) - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Publishes a WAN sync event for all or a specific map and for all or
some partitions.
- publishWanEvent(CacheEventContext) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
- publishWanEvent(String, WanReplicationEvent) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
Publishes a WAN event for the provided cacheNameWithPrefix if there
is a publisher initialized for the cache.
- publishWanRemove(String, Data) - Method in class com.hazelcast.cache.impl.event.CacheWanEventPublisherImpl
-
- publishWanRemove(String, Data) - Method in class com.hazelcast.map.impl.event.EnterpriseMapEventPublisherImpl
-
Additionally filters events and publishes only events that do not match the
MapWanEventFilter
configured for this map.
- publishWanUpdate(String, CacheEntryView<Data, Data>) - Method in class com.hazelcast.cache.impl.event.CacheWanEventPublisherImpl
-
- publishWanUpdate(String, EntryView<Data, Data>, boolean) - Method in class com.hazelcast.map.impl.event.EnterpriseMapEventPublisherImpl
-
Additionally filters events and publishes only events that do not match the
MapWanEventFilter
configured for this map.
- put(Data, HiDensityNativeMemoryCacheRecord) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordMap
-
- PUT - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- put(Data, V) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- put(K, V) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- put(Data, V) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- put(K, V) - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- put(Data, NativeMemoryData, NativeMemoryData) - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
- put(Data, R) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- put(K, Data, V, Data) - Method in class com.hazelcast.internal.nearcache.HiDensityNearCache
-
- put(K, Data, V, Data) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- PUT - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- put(Data, HDRecord) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- put(Data, HDRecord) - Method in class com.hazelcast.map.impl.recordstore.HotRestartHDStorageImpl
-
- put(Data, R) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- PUT_ALL - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- PUT_ALL - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PUT_ALL_BACKUP - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- PUT_ALL_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PUT_ALL_PARTITION_AWARE_FACTORY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PUT_BACKUP - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- PUT_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PUT_FROM_LOAD_ALL - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PUT_FROM_LOAD_ALL_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PUT_IF_ABSENT - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- PUT_IF_ABSENT - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- PUT_TRANSIENT - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- putAll(Map<? extends Data, ? extends HiDensityNativeMemoryCacheRecord>) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordMap
-
- putAll(Map<? extends Data, ? extends V>) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- putBackup(Data, Object, long, ExpiryPolicy) - Method in interface com.hazelcast.cache.hidensity.HiDensityCacheRecordStore
-
- putBackup(Data, Object, long, ExpiryPolicy) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- putBackup(WanReplicationEvent) - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- putBackup(WanReplicationEvent) - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Puts the given wanReplicationEvent in the corresponding WAN backup
queue.
- putCacheConfigIfAbsent(CacheConfig) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
- putIfAbsent(Data, Object, String, int) - Method in interface com.hazelcast.cache.hidensity.HiDensityCacheRecordStore
-
- putIfAbsent(Data, Object, String, int) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- putIfAbsent(Data, HiDensityNativeMemoryCacheRecord) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordMap
-
- putIfAbsent(Data, V) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- putIfAbsent(K, V) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- putIfAbsent(Data, V) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- putIfAbsent(K, V) - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- putIfAbsent(Data, R) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- putRecord(Data, CacheRecord, boolean) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- putRecord(K, NativeMemoryNearCacheRecord) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- putReplica(Data, Object, long, long) - Method in interface com.hazelcast.cache.hidensity.HiDensityCacheRecordStore
-
- putReplica(Data, Object, long, long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- putToHotRestart(R) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- putTransient - Variable in class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- putTransient(Data, R) - Method in interface com.hazelcast.map.impl.recordstore.HotRestartStorage
-
- putTransient(Data, R) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- sample(int) - Method in class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap
-
- SampleableElasticHashMap<V extends com.hazelcast.memory.MemoryBlock> - Class in com.hazelcast.elastic.map
-
- SampleableElasticHashMap(EnterpriseSerializationService, MemoryBlockAccessor<V>, MemoryAllocator) - Constructor for class com.hazelcast.elastic.map.SampleableElasticHashMap
-
- SampleableElasticHashMap(int, EnterpriseSerializationService, MemoryBlockAccessor<V>, MemoryAllocator) - Constructor for class com.hazelcast.elastic.map.SampleableElasticHashMap
-
- SampleableElasticHashMap(int, float, EnterpriseSerializationService, MemoryBlockAccessor<V>, MemoryAllocator) - Constructor for class com.hazelcast.elastic.map.SampleableElasticHashMap
-
- SampleableElasticHashMap(int, MemoryBlockProcessor<V>) - Constructor for class com.hazelcast.elastic.map.SampleableElasticHashMap
-
- SampleableElasticHashMap(int, float, MemoryBlockProcessor<V>) - Constructor for class com.hazelcast.elastic.map.SampleableElasticHashMap
-
- SampleableElasticHashMap.IterableSamplingEntry - Class in com.hazelcast.elastic.map
-
Iterable sampling entry to prevent from extra object creation for iteration.
- SampleableElasticHashMap.SamplingEntry - Class in com.hazelcast.elastic.map
-
Entry to define keys and values for sampling.
- SampleableEvictableHiDensityRecordMap<R extends HiDensityRecord & com.hazelcast.internal.eviction.Evictable & com.hazelcast.internal.eviction.Expirable> - Class in com.hazelcast.internal.hidensity.impl
-
- SampleableEvictableHiDensityRecordMap(int, HiDensityRecordProcessor<R>, HiDensityStorageInfo) - Constructor for class com.hazelcast.internal.hidensity.impl.SampleableEvictableHiDensityRecordMap
-
- SampleableEvictableHiDensityRecordMap.EvictableSamplingEntry - Class in com.hazelcast.internal.hidensity.impl
-
Sampling entry that can be evictable and also it is an eviction candidate.
- SampleableHiDensityCacheRecordMap<R extends HiDensityCacheRecord> - Interface in com.hazelcast.cache.hidensity
-
- SamplingEntry(int) - Constructor for class com.hazelcast.elastic.map.SampleableElasticHashMap.SamplingEntry
-
- scanByNumberToDeleteExpired(EvictionListener<Data, R>, ExpirationChecker<R>, int) - Method in class com.hazelcast.internal.hidensity.impl.EvictableHiDensityRecordMap
-
Scans entries to delete expired ones.
- scheduleClusterVersionAutoUpgrade() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- scheduleNewAutoUpgradeTask(ClusterServiceImpl) - Method in class com.hazelcast.internal.cluster.impl.ClusterVersionAutoUpgradeHelper
-
- scheduleWith(TaskScheduler, License) - Static method in class com.hazelcast.internal.util.LicenseExpirationReminderTask
-
- SECRET_STRENGTH_POLICY_CLASS - Static variable in class com.hazelcast.security.SecurityConstants
-
- SECRET_STRENGTH_POLICY_ENFORCED - Static variable in class com.hazelcast.security.SecurityConstants
-
- SecretStrengthPolicy - Interface in com.hazelcast.security
-
Specification of a secret strength policy validator.
- SecretStrengthRule - Interface in com.hazelcast.security.impl
-
Specification of the required implementation for a secret strength principle
- SECURE_CALLABLE - Static variable in class com.hazelcast.security.impl.SecurityDataSerializerHook
-
- SecureCallableImpl<V> - Class in com.hazelcast.security
-
- SecureCallableImpl() - Constructor for class com.hazelcast.security.SecureCallableImpl
-
- SecureCallableImpl(Subject, Callable<V>) - Constructor for class com.hazelcast.security.SecureCallableImpl
-
- SecurityConstants - Class in com.hazelcast.security
-
- SecurityContextImpl - Class in com.hazelcast.security
-
- SecurityContextImpl(Node) - Constructor for class com.hazelcast.security.SecurityContextImpl
-
- SecurityDataSerializerHook - Class in com.hazelcast.security.impl
-
DataSerializerHook for com.hazelcast.security classes.
- SecurityDataSerializerHook() - Constructor for class com.hazelcast.security.impl.SecurityDataSerializerHook
-
- SecurityServiceImpl - Class in com.hazelcast.security.impl
-
- SecurityServiceImpl(Node) - Constructor for class com.hazelcast.security.impl.SecurityServiceImpl
-
- SecurityServiceImpl.UpdatePermissionConfigOperationSupplier - Class in com.hazelcast.security.impl
-
- SecurityUtil - Class in com.hazelcast.security
-
- SEGMENT_DESTROY - Static variable in class com.hazelcast.cache.operation.EnterpriseCacheDataSerializerHook
-
- SegmentedNativeMemoryNearCacheRecordStore<K,V> - Class in com.hazelcast.internal.nearcache.impl.nativememory
-
- SegmentedNativeMemoryNearCacheRecordStore(String, NearCacheConfig, EnterpriseSerializationService, ClassLoader) - Constructor for class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- segmentFor(Data) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
Returns the segment that should be used for key with given hash.
- self() - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.Builder
-
- send(BatchWanReplicationEvent, Address) - Method in class com.hazelcast.enterprise.wan.replication.DefaultWanBatchSender
-
- send(BatchWanReplicationEvent, Address) - Method in class com.hazelcast.enterprise.wan.replication.LatencyTrackingWanBatchSender
-
- send(BatchWanReplicationEvent, Address) - Method in interface com.hazelcast.enterprise.wan.replication.WanBatchSender
-
Sends the WAN batch to the target address and returns a future
representing the pending completion of the invocation.
- SEND_CLUSTER_START_RESULT - Static variable in class com.hazelcast.spi.hotrestart.cluster.HotRestartClusterSerializerHook
-
- SEND_EXCLUDED_MEMBER_UUIDS - Static variable in class com.hazelcast.spi.hotrestart.cluster.HotRestartClusterSerializerHook
-
- SEND_EXPECTED_MEMBERS - Static variable in class com.hazelcast.spi.hotrestart.cluster.HotRestartClusterSerializerHook
-
- SEND_MEMBER_CLUSTER_START_INFO - Static variable in class com.hazelcast.spi.hotrestart.cluster.HotRestartClusterSerializerHook
-
- SendClusterStartResultOperation - Class in com.hazelcast.spi.hotrestart.cluster
-
Operation, which is used to send cluster-wide validation result (success or failure) among the members after the
cluster-wide validation phase completes.
- SendClusterStartResultOperation() - Constructor for class com.hazelcast.spi.hotrestart.cluster.SendClusterStartResultOperation
-
- SendClusterStartResultOperation(HotRestartClusterStartStatus, Set<String>, ClusterState) - Constructor for class com.hazelcast.spi.hotrestart.cluster.SendClusterStartResultOperation
-
- SendExcludedMemberUuidsOperation - Class in com.hazelcast.spi.hotrestart.cluster
-
Sends excluded member UUIDs to a member which is in that set.
- SendExcludedMemberUuidsOperation() - Constructor for class com.hazelcast.spi.hotrestart.cluster.SendExcludedMemberUuidsOperation
-
- SendExcludedMemberUuidsOperation(Set<String>) - Constructor for class com.hazelcast.spi.hotrestart.cluster.SendExcludedMemberUuidsOperation
-
- SendExpectedMembersOperation - Class in com.hazelcast.spi.hotrestart.cluster
-
Sends the list of members, that is sufficient to pass await join step,
to the cluster members, when partial data recovery is triggered
- SendExpectedMembersOperation() - Constructor for class com.hazelcast.spi.hotrestart.cluster.SendExpectedMembersOperation
-
- SendExpectedMembersOperation(Map<String, Address>) - Constructor for class com.hazelcast.spi.hotrestart.cluster.SendExpectedMembersOperation
-
- SendMemberClusterStartInfoOperation - Class in com.hazelcast.spi.hotrestart.cluster
-
Operation, which is used to send local partition table to master member
during cluster-wide validation phase.
- SendMemberClusterStartInfoOperation() - Constructor for class com.hazelcast.spi.hotrestart.cluster.SendMemberClusterStartInfoOperation
-
- SendMemberClusterStartInfoOperation(MemberClusterStartInfo) - Constructor for class com.hazelcast.spi.hotrestart.cluster.SendMemberClusterStartInfoOperation
-
- sendResponse() - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- SerialBatchReplicationStrategy - Class in com.hazelcast.enterprise.wan.replication
-
WAN replication strategy which will send events for a single partition ID
only to a single, dedicated target endpoint if the endpoint list is not
changing.
- SerialBatchReplicationStrategy() - Constructor for class com.hazelcast.enterprise.wan.replication.SerialBatchReplicationStrategy
-
- SERIALIZATION_VERSION - Static variable in class com.hazelcast.instance.GeneratedEnterpriseBuildProperties
-
- serializationService - Variable in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordStore
-
- serializationService - Variable in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- SERVICE_NAME - Static variable in class com.hazelcast.security.impl.SecurityServiceImpl
-
- SERVICE_NAME - Static variable in class com.hazelcast.spi.hotrestart.HotBackupService
-
Name of the Hot Restart backup service.
- SERVICE_NAME - Static variable in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
Name of the Hot Restart service.
- set(Data, HiDensityNativeMemoryCacheRecord) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HotRestartHiDensityNativeMemoryCacheRecordMap
-
- set(Data, V) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- set(Data, V) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- set(K, V) - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- set(K, V) - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- set(Data, R) - Method in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- SET - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- set(Data, Metadata) - Method in class com.hazelcast.map.impl.recordstore.MetadataStore
-
- SET_EXPIRY_POLICY - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- SET_EXPIRY_POLICY_BACKUP - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- SET_READ_CURSOR - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- SET_TTL - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- SET_TTL_BACKUP - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- setAccessHit(int) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setAccessHit(int) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setAccessTime(long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setAccessTime(long) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setAccessTimeDiff(int) - Method in class com.hazelcast.internal.nearcache.HiDensityNearCacheRecord
-
Sets the access time difference which represents the passed time since previous access
of this
HiDensityNearCacheRecord in milliseconds.
- setAccessTimeDiff(int) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setAllowUnsafe(boolean) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setArgs(Object[]) - Method in class com.hazelcast.security.ParametersImpl
-
- setByteOrder(ByteOrder) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setCheckClassDefErrors(boolean) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setClassLoader(ClassLoader) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setClusterState(ClusterServiceImpl, ClusterState, boolean) - Static method in class com.hazelcast.internal.cluster.impl.ClusterStateManagerAccessor
-
- setClusterVersion(ClusterServiceImpl, Version) - Static method in class com.hazelcast.internal.cluster.impl.ClusterStateManagerAccessor
-
- setClusterVersionAware(EnterpriseClusterVersionAware) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setConfig(SerializationConfig) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setCreationTime(long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setCreationTime(long) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setCreationTime(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setCredentials(Credentials) - Method in class com.hazelcast.security.CredentialsCallback
-
- setEnableCompression(boolean) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setEnableSharedObject(boolean) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setEntries(MerkleTreeNodeEntries) - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
- setEntryCostEstimator(EntryCostEstimator) - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- setEntryCostEstimator(EntryCostEstimator) - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- setEntryCounting(boolean) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecordMap
-
- setExpirationTime(long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setExpirationTime(long) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setExpirationTime(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setExpiryPolicy(NativeMemoryData) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setExpiryPolicyAddress(long) - Method in class com.hazelcast.cache.hidensity.HiDensityCacheRecord
-
- setExpiryPolicyAddress(long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setHazelcastInstance(HazelcastInstance) - Method in class com.hazelcast.security.SecureCallableImpl
-
- setHits(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setInitialOutputBufferSize(int) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setInvalidationSequence(long) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setKey(int, long) - Method in class com.hazelcast.elastic.map.BehmSlotAccessor
-
- setKey(Data) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setKeyAddress(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setLastAccessTime(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setLastStoredTime(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setLastUpdateTime(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setLicenseKey(String) - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- setManagedContext(ManagedContext) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setMaxIdle(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setMemoryManager(HazelcastMemoryManager) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setMetadata(Metadata) - Method in class com.hazelcast.map.impl.record.HDRecord
-
Note: Metadata is stored on-heap
- setMetadata(Record, Metadata) - Method in class com.hazelcast.map.impl.recordstore.EnterpriseMetadataRecordStoreMutationObserver
-
- setMissingMembers(ClusterServiceImpl, Collection<MemberImpl>) - Static method in class com.hazelcast.internal.cluster.impl.ClusterStateManagerAccessor
-
- setNode(Node) - Method in class com.hazelcast.security.SecureCallableImpl
-
- setOp(WanAntiEntropyEventPublishOperation) - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- setOwnerUuid(String) - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- setOwnerUuid(String) - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- setPartitionId(int) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setPartitioningStrategy(PartitioningStrategy) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setPartitionSet(Set<Integer>) - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- setPermissionConfigs(Set<PermissionConfig>) - Method in class com.hazelcast.security.impl.SecurityServiceImpl
-
- setPortableVersion(int) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setProcessingResult(WanAntiEntropyEventResult) - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- setSequence(long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setSequence(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
Since the address can be re-used, sequence provides a unique number () for the pointer.
- setStaleReadDetector(StaleReadDetector) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- setThreadId(long) - Method in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- setThreadId(long) - Method in class com.hazelcast.map.impl.operation.HDMapOperation
-
- setTtl(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setTtlMillis(long) - Method in class com.hazelcast.cache.hidensity.HiDensityCacheRecord
-
- setTtlMillis(long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setTtlMillis(int) - Method in class com.hazelcast.internal.nearcache.HiDensityNearCacheRecord
-
- setTtlMillis(int) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setUseNativeByteOrder(boolean) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setUuid(UUID) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setValue(NativeMemoryData) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setValue(int, long) - Method in class com.hazelcast.elastic.map.BehmSlotAccessor
-
- setValue(Object) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap.MapEntry
-
- setValue(NativeMemoryData) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setValue(Data) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setValue(Record<Data>, Object) - Method in class com.hazelcast.map.impl.record.HDRecordFactory
-
- setValueAddress(long) - Method in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
- setValueAddress(long) - Method in class com.hazelcast.internal.hidensity.HiDensityRecord
-
- setValueAddress(long) - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
- setValueAddress(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
- setVersion(byte) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- setVersion(long) - Method in class com.hazelcast.map.impl.record.HDRecord
-
Version field is used as tombstone-sequence, after removing the record.
- setVersion(long) - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- setVersion(long) - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- setVersionedSerializationEnabled(boolean) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceBuilder
-
- sharedState - Variable in class com.hazelcast.security.ClusterLoginModule
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndRemoveOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndReplaceOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CachePutIfAbsentOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CachePutOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CacheRemoveOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.CacheReplaceOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheLegacyMergeOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheMergeOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.hidensity.operation.WanCacheRemoveOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.operation.WanCacheLegacyMergeOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.operation.WanCacheMergeOperation
-
- shouldBackup() - Method in class com.hazelcast.cache.operation.WanCacheRemoveOperation
-
- shouldBackup() - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperation
-
- shouldBackup() - Method in class com.hazelcast.enterprise.wan.operation.EWRPutOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDClearOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDDeleteOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDEvictOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDLegacyMergeOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDMergeOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDPutIfAbsentOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDRemoveIfSameOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDRemoveOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDReplaceIfSameOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDReplaceOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDSetTtlOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDTryPutOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.operation.HDTryRemoveOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- shouldBackup() - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- shouldNotify() - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- shouldNotify() - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- shouldNotify() - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- shouldUnlockKeyOnBackup() - Method in class com.hazelcast.map.impl.operation.HDBasePutOperation
-
- shouldUnlockKeyOnBackup() - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- shouldWait() - Method in class com.hazelcast.map.impl.operation.HDContainsKeyOperation
-
- shouldWait() - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- shouldWait() - Method in class com.hazelcast.map.impl.operation.HDGetEntryViewOperation
-
- shouldWait() - Method in class com.hazelcast.map.impl.operation.HDGetOperation
-
- shouldWait() - Method in class com.hazelcast.map.impl.operation.HDLockAwareOperation
-
- shouldWait() - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- shouldWait() - Method in class com.hazelcast.map.impl.tx.HDTxnLockAndGetOperation
-
- shouldWait() - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- shutdown(boolean) - Method in class com.hazelcast.cache.impl.EnterpriseCacheService
-
Shutdowns the cache service and destroy the caches with their segments.
- shutdown() - Method in class com.hazelcast.enterprise.wan.connection.WanConnectionManager
-
Shuts down this connection manager.
- shutdown() - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- shutdown(boolean) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- shutdown() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- shutdown() - Method in class com.hazelcast.enterprise.wan.sync.WanSyncManager
-
- shutdown() - Method in class com.hazelcast.enterprise.wan.WanConsumerContainer
-
- shutdown() - Method in interface com.hazelcast.enterprise.wan.WanReplicationConsumer
-
Callback method to shutdown the WAN replication consumer.
- shutdown() - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Signals the publisher to shut down and clean up its resources.
- shutdown() - Method in class com.hazelcast.instance.EnterpriseNodeExtension
-
- shutdown() - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
- shutdown() - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- SIZE - Static variable in class com.hazelcast.cache.hidensity.impl.nativememory.HiDensityNativeMemoryCacheRecord
-
Size of record in bytes.
- SIZE - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- size - Variable in class com.hazelcast.elastic.map.BehmSlotAccessor
-
- size() - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- size() - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap.Segment
-
- size() - Method in class com.hazelcast.elastic.map.ConcurrentElasticHashMap
-
- size() - Method in class com.hazelcast.elastic.map.ElasticHashMap
-
- size() - Method in class com.hazelcast.elastic.queue.ConcurrentLinkedElasticQueue
-
- size() - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
- size() - Method in class com.hazelcast.enterprise.wan.PartitionWanEventContainer
-
- size(int) - Method in class com.hazelcast.enterprise.wan.PublisherQueueContainer
-
Returns the size of all WAN queues for the given partitionId.
- SIZE - Static variable in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecord
-
Size of a Hi-Density Near Cache record.
- size() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- SIZE - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- SIZE - Static variable in class com.hazelcast.map.impl.record.HDRecord
-
- size() - Method in class com.hazelcast.map.impl.recordstore.HDStorageImpl
-
- size() - Method in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- SIZE_FACTORY - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- SIZE_FACTORY - Static variable in class com.hazelcast.map.impl.operation.EnterpriseMapDataSerializerHook
-
- SIZE_OFFSET - Static variable in class com.hazelcast.internal.serialization.impl.NativeMemoryData
-
- SNAPSHOT_ENABLED - Static variable in class com.hazelcast.enterprise.wan.replication.WanReplicationProperties
-
- ss - Variable in class com.hazelcast.internal.hidensity.impl.AbstractHiDensityRecordAccessor
-
- SSLEngineFactory - Interface in com.hazelcast.nio.ssl
-
- SSLEngineFactoryAdaptor - Class in com.hazelcast.nio.ssl
-
- SSLEngineFactoryAdaptor(SSLContextFactory) - Constructor for class com.hazelcast.nio.ssl.SSLEngineFactoryAdaptor
-
- SSLEngineFactorySupport - Class in com.hazelcast.nio.ssl
-
A support class for
SSLEngineFactory and
SSLContextFactory implementation that takes care of
the logic for KeyManager and TrustManager.
- SSLEngineFactorySupport() - Constructor for class com.hazelcast.nio.ssl.SSLEngineFactorySupport
-
- start() - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
Starts the metadata manager.
- start() - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
Starts the Hot restart service.
- state - Variable in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- StaticDiscoveryProperties - Class in com.hazelcast.enterprise.wan.discovery
-
Configuration properties for the Hazelcast Discovery Plugin with statically defined addresses.
- StaticDiscoveryStrategy - Class in com.hazelcast.enterprise.wan.discovery
-
Discovery strategy implementation which always returns the same list of predefined DiscoveryNodes.
- StaticDiscoveryStrategy(ILogger, Map<String, Comparable>) - Constructor for class com.hazelcast.enterprise.wan.discovery.StaticDiscoveryStrategy
-
- stop(String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- stop() - Method in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- stop() - Method in interface com.hazelcast.enterprise.wan.WanReplicationEndpoint
-
Calls to this method will stop WAN replication.
- stopPersistence() - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-
- storage - Variable in class com.hazelcast.map.impl.recordstore.HotRestartStorageImpl
-
- storageInfo - Variable in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordMap
-
- storageInfo - Variable in class com.hazelcast.internal.hidensity.impl.DefaultHiDensityRecordProcessor
-
- storeHeaderOffHeap(MemoryAllocator, long) - Method in class com.hazelcast.elastic.map.BinaryElasticHashMap
-
- storeKeys() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.NativeMemoryNearCacheRecordStore
-
- storeKeys() - Method in class com.hazelcast.internal.nearcache.impl.nativememory.SegmentedNativeMemoryNearCacheRecordStore
-
- storeRecordsToReplicate(ICacheRecordStore) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheReplicationOperation
-
- subject - Variable in class com.hazelcast.security.ClusterLoginModule
-
- subMap(Data, boolean, Data, boolean) - Method in class com.hazelcast.elastic.tree.BinaryElasticNestedTreeMap
-
- successful - Variable in class com.hazelcast.map.impl.operation.HDRemoveOperation
-
- SymmetricCipherPacketDecoder - Class in com.hazelcast.nio.tcp
-
- SymmetricCipherPacketDecoder(SymmetricEncryptionConfig, TcpIpConnection, IOService, Consumer<Packet>) - Constructor for class com.hazelcast.nio.tcp.SymmetricCipherPacketDecoder
-
- SymmetricCipherPacketEncoder - Class in com.hazelcast.nio.tcp
-
En encoder that encoded packets using a symmetric cipher.
- SymmetricCipherPacketEncoder(TcpIpConnection, SymmetricEncryptionConfig) - Constructor for class com.hazelcast.nio.tcp.SymmetricCipherPacketEncoder
-
- syncAllMaps(String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- SyncFailedException - Exception in com.hazelcast.enterprise.wan.sync
-
A SyncFailedException is thrown when a WAN Sync operation is failed due to any reason.
- SyncFailedException(String) - Constructor for exception com.hazelcast.enterprise.wan.sync.SyncFailedException
-
- syncMap(String, String, String) - Method in class com.hazelcast.enterprise.wan.EnterpriseWanReplicationService
-
- syncSupport - Variable in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- SYSTEM_PROPERTY_NAME_TO_DISABLE_INVALID_MAX_SIZE_POLICY_EXCEPTION - Static variable in interface com.hazelcast.cache.hidensity.HiDensityCacheRecordStore
-
Constant for system property name for enabling/disabling throwing exception behavior
in the case of an invalid max-size policy configuration.
- waitPartitionReplicaSyncOnCluster(long, TimeUnit) - Method in class com.hazelcast.spi.hotrestart.HotRestartIntegrationService
-
- WAN_ANTI_ENTROPY_EVENT_STARTER_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- WAN_ANTI_ENTROPY_RESULT - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- WAN_BATCH_SENDER_CLASS - Static variable in class com.hazelcast.enterprise.wan.replication.WanBatchReplication
-
JVM argument for changing the implementation of the base implementation
for the
WanBatchSender.
- WAN_CONSISTENCY_CHECK_EVENT - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- WAN_EXECUTOR - Static variable in class com.hazelcast.enterprise.wan.replication.WanBatchReplication
-
Executor name for WAN replication tasks, e.g.
- WAN_LEGACY_MERGE - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- WAN_LEGACY_MERGE - Static variable in class com.hazelcast.cache.operation.EnterpriseCacheDataSerializerHook
-
- WAN_MERGE - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- WAN_MERGE - Static variable in class com.hazelcast.cache.operation.EnterpriseCacheDataSerializerHook
-
- WAN_MERKLE_TREE_NODE_COMPARE_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- WAN_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- WAN_REMOVE - Static variable in class com.hazelcast.cache.hidensity.operation.HiDensityCacheDataSerializerHook
-
- WAN_REMOVE - Static variable in class com.hazelcast.cache.operation.EnterpriseCacheDataSerializerHook
-
- WAN_SYNC_EVENT - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- WAN_SYNC_OPERATION - Static variable in class com.hazelcast.enterprise.wan.EWRDataSerializerHook
-
- WanAcknowledger - Interface in com.hazelcast.enterprise.wan
-
WAN acknowledgment strategy interface.
- WanAntiEntropyEvent - Class in com.hazelcast.enterprise.wan.sync
-
Base class for WAN anti-entropy related events.
- WanAntiEntropyEvent() - Constructor for class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- WanAntiEntropyEvent(String) - Constructor for class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEvent
-
- WanAntiEntropyEventPublishOperation - Class in com.hazelcast.enterprise.wan.sync
-
Operation responsible to publish WAN anti-entropy events.
- WanAntiEntropyEventPublishOperation() - Constructor for class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventPublishOperation
-
- WanAntiEntropyEventPublishOperation(String, String, WanAntiEntropyEvent) - Constructor for class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventPublishOperation
-
- WanAntiEntropyEventResult - Class in com.hazelcast.enterprise.wan.sync
-
- WanAntiEntropyEventResult() - Constructor for class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventResult
-
- WanAntiEntropyEventStarterOperation - Class in com.hazelcast.enterprise.wan.sync
-
Operation to start coordination of WAN anti-entropy event publication on
a single member.
- WanAntiEntropyEventStarterOperation() - Constructor for class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventStarterOperation
-
- WanAntiEntropyEventStarterOperation(String, String, WanAntiEntropyEvent) - Constructor for class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventStarterOperation
-
- WANAwareCacheOperationProvider - Class in com.hazelcast.cache.operation
-
This class is responsible for WAN replication related checks for supported mutating operations.
- WANAwareCacheOperationProvider(String, EnterpriseCacheOperationProvider, Function<String, WanReplicationPublisher>) - Constructor for class com.hazelcast.cache.operation.WANAwareCacheOperationProvider
-
- WanBatchReplication - Class in com.hazelcast.enterprise.wan.replication
-
WAN replication publisher that sends events in batches.
- WanBatchReplication() - Constructor for class com.hazelcast.enterprise.wan.replication.WanBatchReplication
-
- WanBatchSender - Interface in com.hazelcast.enterprise.wan.replication
-
The WanBatchSender is responsible for transmitting the WAN event batch
from this node to a target address (on the target cluster).
- WanCacheEntryView - Class in com.hazelcast.cache.wan
-
WAN heap based implementation of CacheEntryView for keeping
compatibility when sending to older (3.8+) clusters.
- WanCacheEntryView(CacheEntryView<Data, Data>) - Constructor for class com.hazelcast.cache.wan.WanCacheEntryView
-
- WanCacheEntryView(Data, Data, long, long, long, long) - Constructor for class com.hazelcast.cache.wan.WanCacheEntryView
-
- WanCacheLegacyMergeOperation - Class in com.hazelcast.cache.hidensity.operation
-
Operation implementation for merging entries.
- WanCacheLegacyMergeOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.WanCacheLegacyMergeOperation
-
- WanCacheLegacyMergeOperation(String, String, CacheMergePolicy, CacheEntryView<Data, Data>, int) - Constructor for class com.hazelcast.cache.hidensity.operation.WanCacheLegacyMergeOperation
-
- WanCacheLegacyMergeOperation - Class in com.hazelcast.cache.operation
-
Operation implementation for merging entries.
- WanCacheLegacyMergeOperation() - Constructor for class com.hazelcast.cache.operation.WanCacheLegacyMergeOperation
-
- WanCacheLegacyMergeOperation(String, String, CacheEntryView<Data, Data>, CacheMergePolicy, int) - Constructor for class com.hazelcast.cache.operation.WanCacheLegacyMergeOperation
-
- WanCacheMergeOperation - Class in com.hazelcast.cache.hidensity.operation
-
Operation implementation for merging entries.
- WanCacheMergeOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.WanCacheMergeOperation
-
- WanCacheMergeOperation(String, String, SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>, SplitBrainMergeTypes.CacheMergeTypes, int) - Constructor for class com.hazelcast.cache.hidensity.operation.WanCacheMergeOperation
-
- WanCacheMergeOperation - Class in com.hazelcast.cache.operation
-
Operation implementation for merging entries.
- WanCacheMergeOperation() - Constructor for class com.hazelcast.cache.operation.WanCacheMergeOperation
-
- WanCacheMergeOperation(String, String, SplitBrainMergeTypes.CacheMergeTypes, SplitBrainMergePolicy<Data, SplitBrainMergeTypes.CacheMergeTypes>, int) - Constructor for class com.hazelcast.cache.operation.WanCacheMergeOperation
-
- WanCacheRemoveOperation - Class in com.hazelcast.cache.hidensity.operation
-
Operation implementation for cache remove functionality to be used
by WAN replication services.
- WanCacheRemoveOperation() - Constructor for class com.hazelcast.cache.hidensity.operation.WanCacheRemoveOperation
-
- WanCacheRemoveOperation(String, String, Data, int) - Constructor for class com.hazelcast.cache.hidensity.operation.WanCacheRemoveOperation
-
- WanCacheRemoveOperation - Class in com.hazelcast.cache.operation
-
Operation implementation for cache remove functionality to be used
by WAN replication services.
- WanCacheRemoveOperation() - Constructor for class com.hazelcast.cache.operation.WanCacheRemoveOperation
-
- WanCacheRemoveOperation(String, String, Data, int) - Constructor for class com.hazelcast.cache.operation.WanCacheRemoveOperation
-
- WanConfigurationContext - Class in com.hazelcast.enterprise.wan.replication
-
WAN configuration context providing eager parsing of configuration.
- WanConnectionManager - Class in com.hazelcast.enterprise.wan.connection
-
Maintains connections for WAN replication for a single
WanReplicationPublisher.
- WanConnectionManager(Node, DiscoveryService) - Constructor for class com.hazelcast.enterprise.wan.connection.WanConnectionManager
-
- WanConnectionWrapper - Class in com.hazelcast.enterprise.wan.connection
-
Wrapper for Connection to add extra information related to WAN replication.
- WanConnectionWrapper(Address, Connection) - Constructor for class com.hazelcast.enterprise.wan.connection.WanConnectionWrapper
-
- WanConsistencyCheckEvent - Class in com.hazelcast.enterprise.wan.sync
-
A marker event to compare merkle tree roots for a single map.
- WanConsistencyCheckEvent() - Constructor for class com.hazelcast.enterprise.wan.sync.WanConsistencyCheckEvent
-
- WanConsistencyCheckEvent(String) - Constructor for class com.hazelcast.enterprise.wan.sync.WanConsistencyCheckEvent
-
- WanConsumerContainer - Class in com.hazelcast.enterprise.wan
-
- WanConsumerContainer(Node) - Constructor for class com.hazelcast.enterprise.wan.WanConsumerContainer
-
- wanCounter - Variable in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- WanEventQueueMigrationListener - Interface in com.hazelcast.enterprise.wan
-
Interface for WAN queue migration related events.
- WanFilterEventType - Enum in com.hazelcast.enterprise.wan
-
- WanMerkleTreeNodeCompareOperation - Class in com.hazelcast.enterprise.wan.operation
-
Operation sent from the source WAN endpoint to the target endpoint.
- WanMerkleTreeNodeCompareOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.WanMerkleTreeNodeCompareOperation
-
- WanMerkleTreeNodeCompareOperation(String, MerkleTreeNodeValueComparison) - Constructor for class com.hazelcast.enterprise.wan.operation.WanMerkleTreeNodeCompareOperation
-
- WanNonThrottlingAcknowledger - Class in com.hazelcast.enterprise.wan
-
WanAcknowledger implementation that acknowledges immediately
without adding any delay or performing any other operation before
performing the acknowledgement.
- WanNonThrottlingAcknowledger(Node) - Constructor for class com.hazelcast.enterprise.wan.WanNonThrottlingAcknowledger
-
- WanOperation - Class in com.hazelcast.enterprise.wan.operation
-
Operation sent from the source WAN endpoint to the target endpoint.
- WanOperation() - Constructor for class com.hazelcast.enterprise.wan.operation.WanOperation
-
- WanOperation(Data, WanAcknowledgeType) - Constructor for class com.hazelcast.enterprise.wan.operation.WanOperation
-
- WANPlugin - Class in com.hazelcast.internal.diagnostics
-
The WANPlugin exposes WAN state to the diagnostics system.
- WANPlugin(NodeEngineImpl) - Constructor for class com.hazelcast.internal.diagnostics.WANPlugin
-
- WanPublisherFullSyncSupport - Class in com.hazelcast.enterprise.wan.replication
-
Support class for processing WAN sync events for a single publisher.
- wanPublisherId - Variable in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- WanPublisherMerkleTreeSyncSupport - Class in com.hazelcast.enterprise.wan.replication
-
Support class for processing WAN merkle tree anti-entropy events for a
single publisher.
- WanPublisherSyncSupport - Interface in com.hazelcast.enterprise.wan.replication
-
Interface for implementations providing WAN sync functionality.
- WanReplicationConsumer - Interface in com.hazelcast.enterprise.wan
-
Interface to be implemented by custom WAN event consumers.
- WanReplicationEndpoint - Interface in com.hazelcast.enterprise.wan
-
Implementations of this interface represent a replication endpoint,
normally another Hazelcast cluster only reachable over a Wide Area
Network (WAN).
- WanReplicationEventQueue - Class in com.hazelcast.enterprise.wan
-
Serializable WAN replication event queue wrapper containing the number
of backup replicas for the events in this queue.
- WanReplicationEventQueue() - Constructor for class com.hazelcast.enterprise.wan.WanReplicationEventQueue
-
- WanReplicationEventQueue(int) - Constructor for class com.hazelcast.enterprise.wan.WanReplicationEventQueue
-
- wanReplicationName - Variable in class com.hazelcast.enterprise.wan.replication.AbstractWanPublisher
-
- WanReplicationProperties - Class in com.hazelcast.enterprise.wan.replication
-
- WanReplicationPublisherDelegate - Class in com.hazelcast.enterprise.wan
-
Delegating WAN replication publisher implementation.
- WanReplicationPublisherDelegate(String, ConcurrentMap<String, WanReplicationEndpoint>) - Constructor for class com.hazelcast.enterprise.wan.WanReplicationPublisherDelegate
-
- WanSyncEvent - Class in com.hazelcast.enterprise.wan.sync
-
A marker event to initiate WAN sync for map entries.
- WanSyncEvent() - Constructor for class com.hazelcast.enterprise.wan.sync.WanSyncEvent
-
- WanSyncEvent(WanSyncType) - Constructor for class com.hazelcast.enterprise.wan.sync.WanSyncEvent
-
- WanSyncEvent(WanSyncType, String) - Constructor for class com.hazelcast.enterprise.wan.sync.WanSyncEvent
-
- WanSyncManager - Class in com.hazelcast.enterprise.wan.sync
-
Manages the initiation of WAN sync requests
- WanSyncManager(EnterpriseWanReplicationService, Node) - Constructor for class com.hazelcast.enterprise.wan.sync.WanSyncManager
-
- WanSyncType - Enum in com.hazelcast.enterprise.wan.sync
-
WAN sync types.
- WanThrottlingAcknowledger - Class in com.hazelcast.enterprise.wan
-
WanAcknowledger implementation that is meant to be used for
throttling the WAN event stream on the consumer side.
- WanThrottlingAcknowledger(Node, int) - Constructor for class com.hazelcast.enterprise.wan.WanThrottlingAcknowledger
-
- WeakSecretError - Enum in com.hazelcast.security.impl
-
Weak secret classification.
- WeakSecretException - Exception in com.hazelcast.security
-
Exception thrown when a weak secret is detected.
- WeakSecretException(String) - Constructor for exception com.hazelcast.security.WeakSecretException
-
- WeakSecretsConfigChecker - Class in com.hazelcast.security.impl
-
- WeakSecretsConfigChecker(Config) - Constructor for class com.hazelcast.security.impl.WeakSecretsConfigChecker
-
- withClusterVersionAware(EnterpriseClusterVersionAware) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.Builder
-
- withMemoryManager(HazelcastMemoryManager) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.Builder
-
- withVersionedSerializationEnabled(boolean) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.Builder
-
- write(ObjectDataOutput, DataSerializable) - Method in class com.hazelcast.internal.serialization.impl.EnterpriseDataSerializableSerializer
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAllOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheIterationResult
-
Deprecated.
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheSizeOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.wan.CacheReplicationObject
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.wan.CacheReplicationRemove
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.wan.CacheReplicationUpdate
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.cache.wan.WanCacheEntryView
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.BatchWanReplicationEvent
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.EWRMigrationContainer
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.MerkleTreeNodeValueComparison
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.PartitionWanEventQueueMap
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventResult
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.sync.WanConsistencyCheckEvent
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.sync.WanSyncEvent
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.WanReplicationEventQueue
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDClearOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDContainsValueOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMapFlushOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMapGetAllOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMapLoadAllOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDSizeOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.MerkleTreeNodeCompareOperationFactory
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationMerkleTreeNode
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationObject
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationRemove
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationSync
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.map.impl.wan.EnterpriseMapReplicationUpdate
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.security.ClusterPrincipal
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.security.SecureCallableImpl
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupTransactionLogRecord
-
- writeData(ObjectDataOutput) - Method in class com.hazelcast.spi.hotrestart.cluster.MemberClusterStartInfo
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheEntryProcessorOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAllOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheGetAndReplaceOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheGetOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheIteratorOperation
-
Deprecated.
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheKeyIteratorOperation
-
Deprecated.
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheLoadAllOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheMergeOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CachePutAllOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CachePutBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CachePutIfAbsentOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CachePutOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheRemoveBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheRemoveOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheReplaceOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheSegmentShutdownOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.CacheSetExpiryPolicyOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.HiDensityCacheReplicationOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.WanCacheLegacyMergeOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.WanCacheMergeOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.hidensity.operation.WanCacheRemoveOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.operation.WanCacheLegacyMergeOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.operation.WanCacheMergeOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.cache.operation.WanCacheRemoveOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.AddWanConfigOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.EWRBackupAwareOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.EWRBaseOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.EWRPutBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.EWRPutOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.EWRQueueReplicationOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.EWRRemoveBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.PostJoinWanOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.RemoveWanEventBackupsOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.WanMerkleTreeNodeCompareOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.operation.WanOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.enterprise.wan.sync.WanAntiEntropyEventPublishOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.EnterpriseMapPartitionClearOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDBaseRemoveOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDContainsValueOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDDeleteOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDEntryBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDEntryOffloadableSetUnlockOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDEntryOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDEvictAllOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDEvictBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDEvictOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDGetAllOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDKeyBasedMapOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDLegacyMergeOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDLoadAllOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDLoadMapOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMapFetchEntriesOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMapFetchKeysOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMapFetchWithQueryOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMergeOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDMultipleEntryWithPredicateOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPartitionWideEntryWithPredicateOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPutAllBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPutAllOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPutBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDPutFromLoadAllOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDRemoveBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDRemoveIfSameOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDRemoveOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDReplaceIfSameOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.HDTryRemoveOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.MerkleTreeGetEntriesOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.MerkleTreeGetEntryCountOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.MerkleTreeNodeCompareOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.operation.MerkleTreeRebuildOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.query.HDQueryOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.query.HDQueryPartitionOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.tx.HDTxnDeleteOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.tx.HDTxnLockAndGetOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.map.impl.tx.HDTxnSetOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.spi.hotrestart.backup.HotRestartBackupOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.spi.hotrestart.cluster.SendClusterStartResultOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.spi.hotrestart.cluster.SendExcludedMemberUuidsOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.spi.hotrestart.cluster.SendExpectedMembersOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.spi.hotrestart.cluster.SendMemberClusterStartInfoOperation
-
- writeInternal(ObjectDataOutput) - Method in class com.hazelcast.spi.hotrestart.cluster.TriggerForceStartOnMasterOperation
-
- writePartitionThreadCount(int) - Method in class com.hazelcast.spi.hotrestart.cluster.ClusterMetadataManager
-