Package | Description |
---|---|
com.hazelcast.cache.impl.record |
Hazelcast JSR-107 aka JCache implementation
Internal record store
|
com.hazelcast.client.nearcache |
Contains classes/interfaces related to com.hazelcast.client.nearcache
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.map.record |
Contains record specific classes.
|
Constructor and Description |
---|
CacheRecordFactory(InMemoryFormat inMemoryFormat,
SerializationService serializationService) |
Modifier and Type | Method and Description |
---|---|
InMemoryFormat |
ClientHeapNearCache.getInMemoryFormat() |
InMemoryFormat |
IClientNearCache.getInMemoryFormat() |
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 |
NearCacheConfig.DEFAULT_MEMORY_FORMAT
Default memory format
|
Modifier and Type | Method and Description |
---|---|
InMemoryFormat |
MapConfig.getInMemoryFormat() |
InMemoryFormat |
NearCacheConfig.getInMemoryFormat() |
InMemoryFormat |
CacheConfig.getInMemoryFormat() |
InMemoryFormat |
ReplicatedMapConfig.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 |
---|---|
CacheConfig<K,V> |
CacheConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
MapConfig |
MapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Data type that will be used for storing records.
|
NearCacheConfig |
NearCacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
CacheConfig<K,V> |
CacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Data type that will be used for storing records.
|
MapConfig |
MapConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
NearCacheConfig |
NearCacheConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
ReplicatedMapConfig |
ReplicatedMapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
Constructor and Description |
---|
NearCacheConfig(int timeToLiveSeconds,
int maxSize,
String evictionPolicy,
int maxIdleSeconds,
boolean invalidateOnChange,
InMemoryFormat inMemoryFormat) |
Modifier and Type | Method and Description |
---|---|
InMemoryFormat |
ObjectRecordFactory.getStorageFormat() |
InMemoryFormat |
DataRecordFactory.getStorageFormat() |
InMemoryFormat |
OffHeapRecordFactory.getStorageFormat() |
InMemoryFormat |
RecordFactory.getStorageFormat() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.