See: Description
| Class | Description |
|---|---|
| JCacheCacheEntryListener<K,T extends org.apache.gora.persistency.impl.PersistentBase> |
JCacheCacheEntryListener is the primary class
responsible for listening on CacheEntryEvent cache entry events
EG:- Creation, Removal, Expiry etc of entries on caches and trigger actions as specified. |
| JCacheCacheEntryListenerFactory<K,T extends org.apache.gora.persistency.impl.PersistentBase> |
JCacheCacheEntryListenerFactory is the primary class
responsible for creating cache entry listeners which listens on CacheEntryEvent
cache entry events EG:- Creation, Removal, etc of keys on caches and trigger actions as specified. |
| JCacheCacheFactoryBuilder |
JCacheCacheFactoryBuilder is a Generic Factory
builder that creates Factory instances which extends Factory |
| JCacheCacheLoader<K,T extends org.apache.gora.persistency.impl.PersistentBase> |
JCacheCacheLoader is the primary class
responsible for loading data beans from persistency dataStore to in memory cache. |
| JCacheCacheLoaderFactory<K,T extends org.apache.gora.persistency.impl.PersistentBase> |
JCacheCacheLoaderFactory is the primary class
responsible for creating cache loader CacheLoader instances which itself
loads data beans from persistency dataStore to in memory cache. |
| JCacheCacheWriter<K,T extends org.apache.gora.persistency.impl.PersistentBase> |
JCacheCacheWriter is the primary class
responsible for writing data beans to persistency dataStore from in memory cache. |
| JCacheCacheWriterFactory<K,T extends org.apache.gora.persistency.impl.PersistentBase> |
JCacheCacheWriterFactory is the primary class
responsible for creating cache writer CacheWriter instances which itself
writes data beans to persistency dataStore from in memory cache. |
| JCacheStore<K,T extends org.apache.gora.persistency.impl.PersistentBase> |
JCacheStore is the primary class
responsible for GORA CRUD operations on Hazelcast Caches. |
JCacheCacheWriter and
JCacheCacheLoader handles the read/write operations
from/to caches and persistent backend. JCacheCacheLoaderFactory and
JCacheCacheWriterFactory provides factory implementation that handles
singleton instance creation of writer/loader. JCacheCacheEntryListener
is the class which manages local cache entry set and
JCacheCacheEntryListenerFactory takes care of singleton instance creation
for entry listener. JCacheCacheFactoryBuilder is generic factory builder
for above mentioned factory classes.Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.