See: Description
Interface | Description |
---|---|
MerkleTree |
Interface defining methods for Merkle tree implementations
|
Class | Description |
---|---|
ArrayMerkleTree |
A not thread-safe, array based
MerkleTree implementation, which
represents each node of the tree as a single int containing
the node's hash. |
ConsistencyCheckResult |
Result of the last WAN consistency check result
|
MerkleTreeUtil |
Utility methods for Merkle tree implementation
|
RemoteMerkleTreeView |
Represents the readonly view of a remote Merkle Tree.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.