Uses of Enum Class
com.hazelcast.config.InMemoryFormat
-
Uses of InMemoryFormat in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final InMemoryFormat
CacheSimpleConfig.DEFAULT_IN_MEMORY_FORMAT
Default InMemory Format.static final InMemoryFormat
MapConfig.DEFAULT_IN_MEMORY_FORMAT
Default In-Memory format is binary.static final InMemoryFormat
QueryCacheConfig.DEFAULT_IN_MEMORY_FORMAT
By default, hold values of entries inQueryCache
as binary.static final InMemoryFormat
ReplicatedMapConfig.DEFAULT_IN_MEMORY_FORMAT
Default value of In-memory formatstatic final InMemoryFormat
RingbufferConfig.DEFAULT_IN_MEMORY_FORMAT
Default value for the in-memory format.static final InMemoryFormat
NearCacheConfig.DEFAULT_MEMORY_FORMAT
Default value for the in-memory format.Modifier and TypeMethodDescriptionstatic InMemoryFormat
InMemoryFormat.getById
(int id) CacheConfig.getInMemoryFormat()
Gets the data type that will be used to store records.CacheSimpleConfig.getInMemoryFormat()
Gets the InMemory Format for thisICache
.MapConfig.getInMemoryFormat()
Returns the data type that will be used for storing records.NearCacheConfig.getInMemoryFormat()
Returns the data type used to store entries.QueryCacheConfig.getInMemoryFormat()
Returns memory format of values of entries inQueryCache
.ReplicatedMapConfig.getInMemoryFormat()
Data type used to store entries.RingbufferConfig.getInMemoryFormat()
Returns the in-memory format.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 TypeMethodDescriptionCacheConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Data type that will be used to store records in thisICache
.CacheSimpleConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Sets the InMemory Format for thisICache
.MapConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Binary type that will be used for storing records.NearCacheConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Sets the data type used to store entries.QueryCacheConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Sets memory format of values of entries inQueryCache
.ReplicatedMapConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Data type used to store entries.RingbufferConfig.setInMemoryFormat
(InMemoryFormat inMemoryFormat) Sets the in-memory format.