Uses of Class
com.hazelcast.config.MerkleTreeConfig
Packages that use MerkleTreeConfig
-
Uses of MerkleTreeConfig in com.hazelcast.config
Methods in com.hazelcast.config that return MerkleTreeConfigModifier and TypeMethodDescriptionCacheConfig.getMerkleTreeConfig()
Gets theMerkleTreeConfig
for thisCacheConfig
CacheSimpleConfig.getMerkleTreeConfig()
Gets theMerkleTreeConfig
for thisCacheSimpleConfig
MapConfig.getMerkleTreeConfig()
Gets theMerkleTreeConfig
for thisMapConfig
MerkleTreeConfig.setDepth
(int depth) Sets the depth of the merkle tree.MerkleTreeConfig.setEnabled
(boolean enabled) Enables or disables the merkle tree.Methods in com.hazelcast.config with parameters of type MerkleTreeConfigModifier and TypeMethodDescriptionvoid
CacheConfig.setMerkleTreeConfig
(MerkleTreeConfig merkleTreeConfig) Sets theMerkleTreeConfig
for thisCacheConfig
CacheSimpleConfig.setMerkleTreeConfig
(MerkleTreeConfig merkleTreeConfig) Sets theMerkleTreeConfig
for thisCacheSimpleConfig
MapConfig.setMerkleTreeConfig
(MerkleTreeConfig merkleTreeConfig) Sets theMerkleTreeConfig
for thisMapConfig
Constructors in com.hazelcast.config with parameters of type MerkleTreeConfigModifierConstructorDescriptionMerkleTreeConfig
(MerkleTreeConfig config) Clones aMerkleTreeConfig
.