Uses of Enum Class
com.hazelcast.config.ConsistencyCheckStrategy
Packages that use ConsistencyCheckStrategy
-
Uses of ConsistencyCheckStrategy in com.hazelcast.config
Methods in com.hazelcast.config that return ConsistencyCheckStrategyModifier and TypeMethodDescriptionstatic ConsistencyCheckStrategy
ConsistencyCheckStrategy.getById
(byte id) Returns the ConsistencyCheckStrategy for the given ID.WanSyncConfig.getConsistencyCheckStrategy()
Returns the strategy for checking consistency of data between source and target cluster.static ConsistencyCheckStrategy
Returns the enum constant of this class with the specified name.static ConsistencyCheckStrategy[]
ConsistencyCheckStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config with parameters of type ConsistencyCheckStrategyModifier and TypeMethodDescriptionWanSyncConfig.setConsistencyCheckStrategy
(ConsistencyCheckStrategy consistencyCheckStrategy) Sets the strategy for checking consistency of data between source and target cluster.