Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.cache Classes and Interfaces - 27 results found.
NameDescriptionTypePackageFramework
ConcurrentWeakValueCacheA low-contention/high concurrency weak value cache.Classcom.bigdata.cacheBlazeGraph
ConcurrentWeakValueCache .WeakRefAdds the key to the weak reference.Classcom.bigdata.cacheBlazeGraph
ConcurrentWeakValueCacheWithBatchedUpdatesA low-contention/high concurrency weak value cache.Classcom.bigdata.cacheBlazeGraph
ConcurrentWeakValueCacheWithBatchedUpdates .WeakRefAdds the key to the weak reference.Classcom.bigdata.cacheBlazeGraph
ConcurrentWeakValueCacheWithTimeout reference queue.Classcom.bigdata.cacheBlazeGraph
HardReferenceQueue A cache for hard references using an LRU policy.Classcom.bigdata.cacheBlazeGraph
HardReferenceQueueEvictionListenerInterface for reporting cache evictions.Interfacecom.bigdata.cacheBlazeGraph
HardReferenceQueueWithBatchingUpdatesA variant relying on thread-local IHardReferenceQueues to batch updates and thus minimize thread contention for the lock required toClasscom.bigdata.cacheBlazeGraph
ICacheEntry Interface for hard reference cache entries exposes a dirty flag in addition to the object identifier and object reference.Interfacecom.bigdata.cacheBlazeGraph
ICacheListenerInterface receives notice of cache eviction events.Interfacecom.bigdata.cacheBlazeGraph
ICachePolicy Interface for cache policy.Interfacecom.bigdata.cacheBlazeGraph
IConcurrentWeakValueCacheInterfacecom.bigdata.cacheBlazeGraph
IHardReferenceQueueInterface for a hard reference queue.Interfacecom.bigdata.cacheBlazeGraph
IWeakRefCacheEntryInterfacecom.bigdata.cacheBlazeGraph
IWeakRefCacheEntryFactoryInterface supports choice of either weak or soft references for cache entries and makes it possible for the application to extend the metadataInterfacecom.bigdata.cacheBlazeGraph
LRUCacheHard reference hash map with Least Recently Used ordering over entries.Classcom.bigdata.cacheBlazeGraph
LRUCache .ICacheOrderChangeListenerInterfacecom.bigdata.cacheBlazeGraph
RingBuffer A unsynchronized fixed capacity ring buffer.Classcom.bigdata.cacheBlazeGraph
SoftCacheEntryClasscom.bigdata.cacheBlazeGraph
SoftCacheEntryFactoryThe default factory for WeakReference cache entries.Classcom.bigdata.cacheBlazeGraph
SynchronizedHardReferenceQueueThread-safe version.Classcom.bigdata.cacheBlazeGraph
SynchronizedHardReferenceQueueWithTimeout Thread-safe version with timeout for clearing stale references from the queue.Classcom.bigdata.cacheBlazeGraph
SynchronizedHardReferenceQueueWithTimeout .IRefInterfacecom.bigdata.cacheBlazeGraph
WeakCacheEntryClasscom.bigdata.cacheBlazeGraph
WeakCacheEntryFactoryThe default factory for WeakReference cache entries.Classcom.bigdata.cacheBlazeGraph
WeakValueCache A memory sensitive cache using weak references for its values and object ids for its keys and backed by the CRUD operations of the persistence layer,Classcom.bigdata.cacheBlazeGraph
WeakValueCache .IClearReferenceListenerAn optional listener that is invoked when we notice a cleared reference.Interfacecom.bigdata.cacheBlazeGraph