Uses of Enum Class
com.hazelcast.config.InMemoryFormat
Packages that use InMemoryFormat
-
Uses of InMemoryFormat in com.hazelcast.config
Fields in com.hazelcast.config declared as InMemoryFormatModifier and TypeFieldDescriptionstatic final InMemoryFormat
NearCacheConfig.DEFAULT_MEMORY_FORMAT
Default value for the in-memory format.Methods in com.hazelcast.config that return InMemoryFormatModifier 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.Methods in com.hazelcast.config with parameters of type InMemoryFormatModifier and TypeMethodDescriptionNearCacheConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Sets the data type used to store entries.