Uses of Enum Class
com.hazelcast.config.InMemoryFormat
-
Uses of InMemoryFormat in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final InMemoryFormat
NearCacheConfig.DEFAULT_MEMORY_FORMAT
Default value for the in-memory format.Modifier and TypeMethodDescriptionstatic InMemoryFormat
InMemoryFormat.getById
(int id) NearCacheConfig.getInMemoryFormat()
Returns the data type used to store entries.static InMemoryFormat
Returns the enum constant of this class with the specified name.static InMemoryFormat[]
InMemoryFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionNearCacheConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Sets the data type used to store entries.