Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Field and Description |
---|---|
static InMemoryFormat |
MapConfig.DEFAULT_IN_MEMORY_FORMAT
Default In-Memory format is binary.
|
static InMemoryFormat |
ReplicatedMapConfig.DEFAULT_IN_MEMORY_FORMAT
Default value of In-memory format
|
static InMemoryFormat |
CacheSimpleConfig.DEFAULT_IN_MEMORY_FORMAT
Default InMemory Format.
|
static InMemoryFormat |
QueryCacheConfig.DEFAULT_IN_MEMORY_FORMAT
By default, hold values of entries in
QueryCache as binary. |
static InMemoryFormat |
RingbufferConfig.DEFAULT_IN_MEMORY_FORMAT
Default value for the in-memory format.
|
static InMemoryFormat |
NearCacheConfig.DEFAULT_MEMORY_FORMAT
Default value for the in-memory format.
|
Modifier and Type | Method and Description |
---|---|
static InMemoryFormat |
InMemoryFormat.getById(int id) |
InMemoryFormat |
MapConfig.getInMemoryFormat()
Returns the data type that will be used for storing records.
|
InMemoryFormat |
NearCacheConfig.getInMemoryFormat()
Returns the data type used to store entries.
|
InMemoryFormat |
ReplicatedMapConfig.getInMemoryFormat()
Data type used to store entries.
|
InMemoryFormat |
CacheConfig.getInMemoryFormat()
Gets the data type that will be used to store records.
|
InMemoryFormat |
CacheSimpleConfig.getInMemoryFormat()
Gets the InMemory Format for this
ICache . |
InMemoryFormat |
QueryCacheConfig.getInMemoryFormat()
Returns memory format of values of entries in
QueryCache . |
InMemoryFormat |
RingbufferConfig.getInMemoryFormat()
Returns the in-memory format.
|
static InMemoryFormat |
InMemoryFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InMemoryFormat[] |
InMemoryFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Binary type that will be used for storing records.
|
NearCacheConfig |
NearCacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Sets the data type used to store entries.
|
ReplicatedMapConfig |
ReplicatedMapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Data type used to store entries.
|
CacheConfig<K,V> |
CacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Data type that will be used to store records in this
ICache . |
CacheSimpleConfig |
CacheSimpleConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Sets the InMemory Format for this
ICache . |
QueryCacheConfig |
QueryCacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Sets memory format of values of entries in
QueryCache . |
RingbufferConfig |
RingbufferConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Sets the in-memory format.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.