Package | Description |
---|---|
com.hazelcast.cache.impl.record |
Hazelcast JSR-107 aka JCache implementation
Internal record store
|
com.hazelcast.internal.eviction |
Eviction policy implementations.
|
com.hazelcast.internal.nearcache |
Near Cache support.
|
com.hazelcast.internal.nearcache.impl.record |
Near Cache record implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheRecord<V,E>
An expirable and evictable data object which represents a cache entry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheRecord<V,E>
Abstract implementation of
CacheRecord with key, value and
expiration time as internal state. |
class |
CacheDataRecord
Implementation of
CacheRecord where value has an internal serialized format. |
class |
CacheObjectRecord
Implementation of
CacheRecord which has an internal object format. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExpirationChecker<E extends Expirable>
Interface for entries, records or whatever that can be checked for expiration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NearCacheRecord<V>
An expirable and evictable data object which represents a Near Cache entry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNearCacheRecord<V>
Abstract implementation of
NearCacheRecord with value and expiration time as internal state. |
class |
NearCacheDataRecord
Implementation of
NearCacheRecord to store Data type objects. |
class |
NearCacheObjectRecord<V>
Implementation of
NearCacheRecord to store
any object type except Data . |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.