|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NearCacheRecord | |
|---|---|
| com.hazelcast.cache.impl.nearcache.impl | Near cache implementations. |
| com.hazelcast.cache.impl.nearcache.impl.record | Near cache record implementations. |
| com.hazelcast.cache.impl.nearcache.impl.store | Near cache store implementations. |
| Uses of NearCacheRecord in com.hazelcast.cache.impl.nearcache.impl |
|---|
| Classes in com.hazelcast.cache.impl.nearcache.impl with type parameters of type NearCacheRecord | |
|---|---|
interface |
NearCacheRecordMap<K,V extends NearCacheRecord>
Contract point for all record maps to be used for storage in near-cache. |
interface |
SampleableNearCacheRecordMap<K,V extends NearCacheRecord>
Contract point for all record maps these supports entry sampling to be used for storage in near-cache. |
| Uses of NearCacheRecord in com.hazelcast.cache.impl.nearcache.impl.record |
|---|
| Classes in com.hazelcast.cache.impl.nearcache.impl.record that implement NearCacheRecord | |
|---|---|
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 without Data type. |
| Uses of NearCacheRecord in com.hazelcast.cache.impl.nearcache.impl.store |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||