| Interface | Description |
|---|---|
| HazelcastStorageAccess |
Hazelcast specific interface version of Hibernate's DomainDataStorageAccess
|
| RegionCache |
This interface defines an internal cached region implementation.
|
| Class | Description |
|---|---|
| AbstractHazelcastCacheRegionFactory |
Simple RegionFactory implementation to return Hazelcast based local Region implementations
|
| CacheEnvironment |
This class is used to help in setup the internal caches.
|
| HazelcastCacheRegionFactory |
Simple RegionFactory implementation to return Hazelcast based Region implementations
|
| HazelcastDomainDataRegionImpl |
Hazelcast based timestamp using region implementation
|
| HazelcastLocalCacheRegionFactory |
Simple RegionFactory implementation to return Hazelcast based local Region implementations
|
| HazelcastStorageAccessImpl |
StorageAccess implementation wrapping a Hazelcast
RegionCache reference. |
| HazelcastTimestamper |
Helper class to create timestamps and calculate timeouts based on either Hazelcast
configuration of by requesting values on the cluster.
|
| StrategyRegistrationProviderImpl |
Makes the Hazelcast RegionFactory available to the Hibernate
org.hibernate.boot.registry.selector.spi.StrategySelector service
under a number of keys. |
| VersionAwareMapMergePolicy |
A merge policy implementation to handle split brain remerges based on the timestamps stored in
the values.
|
Copyright © 2019. All Rights Reserved.