|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InMemoryFormat | |
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
| Uses of InMemoryFormat in com.hazelcast.config |
|---|
| Fields in com.hazelcast.config declared as InMemoryFormat | |
|---|---|
static InMemoryFormat |
MapConfig.DEFAULT_IN_MEMORY_FORMAT
|
static InMemoryFormat |
NearCacheConfig.DEFAULT_MEMORY_FORMAT
|
| Methods in com.hazelcast.config that return InMemoryFormat | |
|---|---|
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. |
| Methods in com.hazelcast.config with parameters of type 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. |
| Constructors in com.hazelcast.config with parameters of type InMemoryFormat | |
|---|---|
NearCacheConfig(int timeToLiveSeconds,
int maxSize,
String evictionPolicy,
int maxIdleSeconds,
boolean invalidateOnChange,
InMemoryFormat inMemoryFormat)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||