Interface | Description |
---|---|
RegionCache |
This interface defines an internal cached region implementation as well as a mechanism
to unmap the cache to an underlying Map data-structure
|
Class | Description |
---|---|
AbstractHazelcastCacheRegionFactory |
Abstract superclass of Hazelcast based
RegionFactory implementations |
CacheEnvironment |
This class is used to help in setup the internal caches.
|
HazelcastCacheRegionFactory |
Simple RegionFactory implementation to return Hazelcast based Region implementations
|
HazelcastLocalCacheRegionFactory |
Simple RegionFactory implementation to return Hazelcast based local Region implementations
|
HazelcastTimestamper |
Helper class to create timestamps and calculate timeouts based on either Hazelcast
configuration of by requesting values on the cluster.
|
VersionAwareMapMergePolicy |
A merge policy implementation to handle split brain remerges based on the timestamps stored in
the values.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.