Uses of Enum Class
com.hazelcast.config.PersistenceClusterDataRecoveryPolicy
Packages that use PersistenceClusterDataRecoveryPolicy
-
Uses of PersistenceClusterDataRecoveryPolicy in com.hazelcast.config
Methods in com.hazelcast.config that return PersistenceClusterDataRecoveryPolicyModifier and TypeMethodDescriptionPersistenceConfig.getClusterDataRecoveryPolicy()
Returns the policy to be used when the cluster is startedReturns the enum constant of this class with the specified name.static PersistenceClusterDataRecoveryPolicy[]
PersistenceClusterDataRecoveryPolicy.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 PersistenceClusterDataRecoveryPolicyModifier and TypeMethodDescriptionPersistenceConfig.setClusterDataRecoveryPolicy
(PersistenceClusterDataRecoveryPolicy clusterDataRecoveryPolicy) Sets the policy to be used when the cluster is started