Uses of Enum Class
com.hazelcast.config.PersistentMemoryMode
Packages that use PersistentMemoryMode
-
Uses of PersistentMemoryMode in com.hazelcast.config
Methods in com.hazelcast.config that return PersistentMemoryModeModifier 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.Methods in com.hazelcast.config with parameters of type PersistentMemoryModeModifier and TypeMethodDescriptionPersistentMemoryConfig.setMode
(PersistentMemoryMode mode) Sets the mode in which the persistent memory should be used.