Package | Description |
---|---|
com.hazelcast.cache.impl.nearcache.impl.store |
Near cache store implementations.
|
com.hazelcast.cache.impl.record |
Hazelcast JSR-107 aka JCache implementation
Internal record store
|
com.hazelcast.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
Modifier and Type | Class and Description |
---|---|
class |
HeapNearCacheRecordMap<K,V extends NearCacheRecord> |
Modifier and Type | Class and Description |
---|---|
class |
CacheRecordHashMap |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentReferenceHashMap<K,V>
An advanced hash table supporting configurable garbage collection semantics
of keys and values, optional referential-equality, full concurrency of
retrievals, and adjustable expected concurrency for updates.
|
class |
SampleableConcurrentHashMap<K,V>
ConcurrentHashMap to extend iterator capability.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.