|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapConfig.InMemoryFormat | |
---|---|
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
Uses of MapConfig.InMemoryFormat in com.hazelcast.config |
---|
Fields in com.hazelcast.config declared as MapConfig.InMemoryFormat | |
---|---|
static MapConfig.InMemoryFormat |
MapConfig.DEFAULT_IN_MEMORY_FORMAT
|
static MapConfig.InMemoryFormat |
NearCacheConfig.DEFAULT_MEMORY_FORMAT
|
Methods in com.hazelcast.config that return MapConfig.InMemoryFormat | |
---|---|
MapConfig.InMemoryFormat |
NearCacheConfig.getInMemoryFormat()
|
MapConfig.InMemoryFormat |
MapConfig.getInMemoryFormat()
|
static MapConfig.InMemoryFormat |
MapConfig.InMemoryFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MapConfig.InMemoryFormat[] |
MapConfig.InMemoryFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.hazelcast.config with parameters of type MapConfig.InMemoryFormat | |
---|---|
NearCacheConfig |
NearCacheConfig.setInMemoryFormat(MapConfig.InMemoryFormat inMemoryFormat)
|
MapConfig |
MapConfig.setInMemoryFormat(MapConfig.InMemoryFormat inMemoryFormat)
Data type that will be used for storing records. |
Constructors in com.hazelcast.config with parameters of type MapConfig.InMemoryFormat | |
---|---|
NearCacheConfig(int timeToLiveSeconds,
int maxSize,
String evictionPolicy,
int maxIdleSeconds,
boolean invalidateOnChange,
MapConfig.InMemoryFormat inMemoryFormat)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |