Package | Description |
---|---|
com.hazelcast.concurrent.atomiclong.operations |
This package contains the operations on the IAtomicLong.
|
com.hazelcast.concurrent.atomicreference.operations |
This package contains the operations on the IAtomicReference.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl.merge | |
com.hazelcast.spi.merge |
This package contains interfaces and classes of the split-brain merging SPI.
|
Class and Description |
---|
SplitBrainMergeTypes.AtomicLongMergeTypes
Provided merge types of
IAtomicLong . |
Class and Description |
---|
SplitBrainMergePolicy
Policy for merging data structure values after a split-brain has been healed.
|
SplitBrainMergeTypes.AtomicReferenceMergeTypes
Provided merge types of
IAtomicReference . |
Class and Description |
---|
SplitBrainMergeTypeProvider
Returns a class with the provided merge value types.
|
Class and Description |
---|
SplitBrainMergePolicyProvider
A provider for
SplitBrainMergePolicy instances. |
Class and Description |
---|
SplitBrainMergePolicy
Policy for merging data structure values after a split-brain has been healed.
|
Class and Description |
---|
MergingCosts
Represents a read-only view of memory costs for the merging process after a split-brain.
|
MergingCreationTime
Represents a read-only view a creation time for the merging process after a split-brain.
|
MergingEntry
Represents a read-only view of a data structure key/value-pair for the merging process after a split-brain.
|
MergingExpirationTime
Represents a read-only view of an expiration time for the merging process after a split-brain.
|
MergingHits
Represents a read-only view access hits for the merging process after a split-brain.
|
MergingLastAccessTime
Represents a read-only view of a last access time for the merging process after a split-brain.
|
MergingLastStoredTime
Represents a read-only view of a last stored time for the merging process after a split-brain.
|
MergingLastUpdateTime
Represents a read-only view of a last update time for the merging process after a split-brain.
|
MergingTTL
Represents a read-only view of a TTL for the merging process after a split-brain.
|
MergingValue
Represents a read-only view of a data structure value for the merging process after a split-brain.
|
MergingVersion
Represents a read-only view of a version for the merging process after a split-brain.
|
SplitBrainMergePolicy
Policy for merging data structure values after a split-brain has been healed.
|
SplitBrainMergeTypes.CardinalityEstimatorMergeTypes
Provided merge types of
CardinalityEstimator . |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.