Uses of Record Class
com.loomcache.server.wan.WanMerkleTree
Packages that use WanMerkleTree
-
Uses of WanMerkleTree in com.loomcache.server.wan
Methods in com.loomcache.server.wan that return WanMerkleTreeModifier and TypeMethodDescription@NonNull WanMerkleTreeWanReplicationManager.buildMerkleTree()Build a deterministic Merkle digest for all WAN-replicated map entries.static @NonNull WanMerkleTreeWanMerkleTree.deserialize(byte @NonNull [] data) static @NonNull WanMerkleTreestatic @NonNull WanMerkleTreeWanMerkleTree.fromEntries(@NonNull Map<String, ? extends Map<String, String>> entriesByMap, int bucketCount) Methods in com.loomcache.server.wan with parameters of type WanMerkleTreeModifier and TypeMethodDescription@NonNull WanMerkleTree.WanMerkleDiffWanMerkleTree.diff(@NonNull WanMerkleTree remote) WanReplicationManager.enqueueDeltaSync(@NonNull String targetClusterId, @NonNull WanMerkleTree remoteTree) Compare local map/JCache backing state with a remote Merkle tree and enqueue only the keys that differ.booleanWanMerkleTree.isConsistentWith(@NonNull WanMerkleTree remote)