Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.client |
Hazelcast JSR-107 aka JCache implementation
Client Requests
|
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.impl.record |
Contains record specific classes.
|
Modifier and Type | Method and Description |
---|---|
CacheOperationProvider |
AbstractCacheService.getCacheOperationProvider(String nameWithPrefix,
InMemoryFormat inMemoryFormat) |
CacheOperationProvider |
ICacheService.getCacheOperationProvider(String nameWithPrefix,
InMemoryFormat storageType)
Creates cache operations according to the storage-type of the cache
|
Modifier and Type | Field and Description |
---|---|
protected InMemoryFormat |
AbstractCacheRequest.inMemoryFormat |
Constructor and Description |
---|
AbstractCacheRequest(String name,
InMemoryFormat inMemoryFormat) |
CacheContainsKeyRequest(String name,
Data key,
InMemoryFormat inMemoryFormat) |
CacheEntryProcessorRequest(String name,
Data key,
javax.cache.processor.EntryProcessor entryProcessor,
InMemoryFormat inMemoryFormat,
Object... arguments) |
CacheGetAndRemoveRequest(String name,
Data key,
InMemoryFormat inMemoryFormat) |
CacheGetAndReplaceRequest(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
InMemoryFormat inMemoryFormat) |
CacheGetConfigRequest(String cacheName,
String simpleName,
InMemoryFormat inMemoryFormat) |
CacheGetRequest(String name,
Data key,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
InMemoryFormat inMemoryFormat) |
CacheIterateRequest(String name,
int partitionId,
int tableIndex,
int batch,
InMemoryFormat inMemoryFormat) |
CachePutIfAbsentRequest(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
InMemoryFormat inMemoryFormat) |
CachePutRequest(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
boolean get,
InMemoryFormat inMemoryFormat) |
CachePutRequest(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
InMemoryFormat inMemoryFormat) |
CachePutRequest(String name,
Data key,
Data value,
InMemoryFormat inMemoryFormat) |
CacheRemoveRequest(String name,
Data key,
Data currentValue,
InMemoryFormat inMemoryFormat) |
CacheRemoveRequest(String name,
Data key,
InMemoryFormat inMemoryFormat) |
CacheReplaceRequest(String name,
Data key,
Data currentValue,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
InMemoryFormat inMemoryFormat) |
CacheReplaceRequest(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
InMemoryFormat inMemoryFormat) |
Modifier and Type | Field and Description |
---|---|
protected InMemoryFormat |
CacheRecordFactory.inMemoryFormat |
Constructor and Description |
---|
CacheRecordFactory(InMemoryFormat inMemoryFormat,
SerializationService serializationService) |
Modifier and Type | Method and Description |
---|---|
InMemoryFormat |
ClientHeapNearCache.getInMemoryFormat() |
InMemoryFormat |
ClientNearCache.getInMemoryFormat() |
Modifier and Type | Field and Description |
---|---|
static InMemoryFormat |
CacheSimpleConfig.DEFAULT_IN_MEMORY_FORMAT
Default InMemory Format.
|
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 |
CacheSimpleConfig.getInMemoryFormat() |
InMemoryFormat |
MapConfig.getInMemoryFormat() |
InMemoryFormat |
NearCacheConfig.getInMemoryFormat() |
InMemoryFormat |
CacheConfig.getInMemoryFormat()
Gets the data type that will be used for storing records.
|
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) |
CacheSimpleConfig |
CacheSimpleConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
CacheSimpleConfig |
CacheSimpleConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat) |
MapConfig |
MapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
Binary 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 |
NativeRecordFactory.getStorageFormat() |
InMemoryFormat |
ObjectRecordFactory.getStorageFormat() |
InMemoryFormat |
DataRecordFactory.getStorageFormat() |
InMemoryFormat |
RecordFactory.getStorageFormat() |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.