Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Field and Description |
---|---|
static InMemoryFormat |
ReplicatedMapConfig.DEFAULT_IN_MEMORY_FORMAT |
static InMemoryFormat |
MapConfig.DEFAULT_IN_MEMORY_FORMAT |
static InMemoryFormat |
NearCacheConfig.DEFAULT_MEMORY_FORMAT |
Modifier and Type | Method and Description |
---|---|
InMemoryFormat |
ReplicatedMapConfig.getInMemoryFormat() |
InMemoryFormat |
NearCacheConfig.getInMemoryFormat() |
InMemoryFormat |
MapConfig.getInMemoryFormat() |
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 |
---|---|
ReplicatedMapConfig |
ReplicatedMapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
NearCacheConfig |
NearCacheConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
NearCacheConfig |
NearCacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
MapConfig |
MapConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
MapConfig |
MapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Data type that will be used for storing records.
|
Constructor and Description |
---|
NearCacheConfig(int timeToLiveSeconds,
int maxSize,
String evictionPolicy,
int maxIdleSeconds,
boolean invalidateOnChange,
InMemoryFormat inMemoryFormat) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.