Uses of Enum Class
com.hazelcast.config.PersistentMemoryMode
-
Uses of PersistentMemoryMode in com.hazelcast.config
Modifier and TypeMethodDescriptionPersistentMemoryConfig.getMode()
Returns the mode in which the persistent memory should be used.static PersistentMemoryMode
Returns the enum constant of this class with the specified name.static PersistentMemoryMode[]
PersistentMemoryMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPersistentMemoryConfig.setMode
(PersistentMemoryMode mode) Sets the mode in which the persistent memory should be used.