Uses of Package
com.tangosol.net.cache
Package
Description
Contains interfaces and classes related to the Caffeine backing map implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes related to the Coherence Management Framework.
Contains interfaces and classes related to partitioned services.
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
Contains Finite state machine interfaces.
-
ClassDescriptionA CacheMap is a Map that supports caching.An interface for exposing Cache statistics.An extension to the CacheMap interface that supports runtime configuration and monitoring of various caching properties.A cache Entry carries information additional to the base Map Entry in order to support eviction and expiry.EvictionApprover is used to approve the eviction of an entry from the underlying ConfigurableCacheMap.An eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.A unit calculator is an object that can calculate the cost of caching an object.
-
ClassDescriptionAn eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.A unit calculator is an object that can calculate the cost of caching an object.
-
ClassDescriptionAn abstract base for processors that implement bundling strategy.BinaryEntryStore is analogous to the
CacheStore
, but operates onBinaryEntry
objects.Bundling NamedCache implementation.A JCache CacheLoader.A LocalCache implementation that supports the JCache API, CacheLoader and CacheStore objects.NonBlockingEntryStore provides a means to integrate Coherence with an underlying data source that offers a non-blocking API.Backing Map implementation that provides a size-limited cache of a persistent store and supports configurable write-behind and refresh- ahead caching.Abstract wrapper around a cache store to allow operations to be overridden and extended.A version of SerializationMap that implements an LRU policy.Map implementation that stores its contents in a BinaryStore.A version of SerializationMap that implements an LRU policy using time-based paging of the cache.Map implementation that stores and accesses its contents through an underlying BinaryStore. -
ClassDescriptionAn extension of the MapEvent which allows to differentiate between client driven (natural) events and cache internal (synthetic) events.
-
ClassDescriptionAn extension of the MapEvent which allows to differentiate between client driven (natural) events and cache internal (synthetic) events.
-
ClassDescriptionBinaryEntryStore is analogous to the
CacheStore
, but operates onBinaryEntry
objects.An extension of the MapEvent which allows to differentiate between client driven (natural) events and cache internal (synthetic) events. -
ClassDescriptionAn abstract base for processors that implement bundling strategy.BinaryEntryStore is analogous to the
CacheStore
, but operates onBinaryEntry
objects.Bundling NamedCache implementation.A JCache CacheLoader.A CacheMap is a Map that supports caching.A JCache cache store.An extension to the CacheMap interface that supports runtime configuration and monitoring of various caching properties.A LocalCache implementation that supports the JCache API, CacheLoader and CacheStore objects.A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.An Observable Map implementation that wraps two maps - a front map (assumed to be fast but limited in its maximum size) and a back map (assumed to be slower but much less limited in its maximum size).Backing Map implementation that provides a size-limited cache of a persistent store and supports configurable write-behind and refresh- ahead caching.A version of SerializationMap that implements an LRU policy.Map implementation that stores its contents in a BinaryStore.A version of SerializationMap that implements an LRU policy using time-based paging of the cache.A non-observable Map implementation that wraps two maps - a front map (assumed to be fast but limited in its maximum size) and a back map (assumed to be slower but much less limited in its maximum size).Map implementation that stores and accesses its contents through an underlying BinaryStore.Defines aNamedMap.Option
for asserting the type of keys and values used with aNamedCache
.Deprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the ReadWriteBackingMap implementationDeprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementation -
ClassDescriptionAn abstract base for processors that implement bundling strategy.Bundle represents a unit of optimized execution.An abstract base class for the JCache CacheLoader.An abstract base class for the JCache CacheLoader.An abstract entry-based bundler serves as a base for NamedCache.put() and CacheStore.store() operation bundling.An abstract key-based bundler serves as a base for NamedCache get() and remove() operation bundling as well as the CacheStore load() and erase() operation bundling.An abstract base class for serialization-based caches.An implementation of the BinaryEntry interface that is based on specified binary key, binary value and BackingMapManagerContext.BinaryEntryStore is analogous to the
CacheStore
, but operates onBinaryEntry
objects.A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.An extension of the MapEvent which allows to differentiate between client driven (natural) events and cache internal (synthetic) events.TransformationState describes how a CacheEvent has been or should betransformed
.A JCache CacheLoader.A read-only CacheStore that wraps a CacheLoader.A CacheMap is a Map that supports caching.An interface for exposing Cache statistics.A JCache cache store.Map implementation that wraps two maps - a front map (assumed to be "inexpensive" and probably "incomplete") and a back map (assumed to be "complete" and "correct", but more "expensive") - using a read-through/write-through approach.MapListener for front map responsible for deregistering back map listeners upon front map eviction.An extension to the CacheMap interface that supports runtime configuration and monitoring of various caching properties.A cache Entry carries information additional to the base Map Entry in order to support eviction and expiry.EvictionApprover is used to approve the eviction of an entry from the underlying ConfigurableCacheMap.An eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.A unit calculator is an object that can calculate the cost of caching an object.An EventRouter routes events from the internal cache of theContinuousQueryCache
to the client listeners, and it can do so asynchronously when appropriate.A JCache CacheLoader that can iterate its underlying contents.A holder for a cached value.The InternalUnitCalculator represents a pluggable UnitCalculator for the non-pluggable built-in (internal) UnitCalculator implementation provided by this cache implementation.A class that masks certain changes so that they are not reported back to the CacheStore.A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.NonBlockingEntryStore provides a means to integrate Coherence with an underlying data source that offers a non-blocking API.The Status object is used to manage concurrency at the key level for the key-level operations against the Map, to track all the items in the front Map, to manage the state transition for operations occurring against the Map, and to coordinate events across multiple threads.Backing Map implementation that provides a size-limited cache of a persistent store and supports configurable write-behind and refresh- ahead caching.A wrapper around the original CacheStore to allow operations to be overridden and extended.A queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.A set of entries corresponding to this backing map.A MapListener implementation that listens to the internal cache and routes those events to anyone listening to this ReadWriteBackingMap.A set of entries backed by this backing map.A synchronization construct used to coordinate asynchronous loads by the refresh-ahead thread with cache accesses by other threads.A queue of keys that should be read from the underlying CacheStore.A thread that removes keys from aReadWriteBackingMap.ReadQueue
, reads the value for the key from the underlying CacheStore, and caches the value in the internal ReadWriteBackingMap cache.Abstract wrapper around a cache store to allow operations to be overridden and extended.A collection of values backed by this map.A queue that only releases entries after a configurable period of time.This is the write-behind thread that pulls things from the write-behind queue and writes them to the CacheStore that the backing map uses.A class that holds on to the expiry time and touch order for an entry.Map implementation that stores its contents in a BinaryStore.A lite BinaryStore implementation used when the real underlying BinaryStore gets destroyed.A virtual BinaryStore implementation that aggregates a sequence (newest to oldest) of periodic BinaryStore objects.A wrapper BinaryStore implementation that keeps track of its size.Implementation of the CacheStatistics interface intended for use by a cache to maintain its statistics.A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.A combination Filter and Converter used to iterate through the status map in order to iterate through the front keys.A stateless Comparator that comparesObject.hashCode()
values.The Status object is used to manage concurrency at the key level for the key-level operations against the Map, to track all the items in the front Map, to manage the state transition for operations occurring against the Map, and to coordinate events across multiple threads.StoreObserver implementations provide a means for receivers, such asNonBlockingEntryStore
, to notify the provider of successful completion (StoreObserver.onNext(com.tangosol.util.BinaryEntry<K, V>)
) or unsuccessful completion (StoreObserver.onError(com.tangosol.util.BinaryEntry<K, V>, java.lang.Exception)
).Defines aNamedMap.Option
for asserting the type of keys and values used with aNamedCache
.A simple implementation of NamedCache interface built as a wrapper around any Map implementation. -
ClassDescriptionCreate a materialized view of a
NamedCache
using theCoherence
Continuous Query capability. -
ClassDescriptionBinaryEntryStore is analogous to the
CacheStore
, but operates onBinaryEntry
objects.A JCache CacheLoader.A CacheMap is a Map that supports caching.An interface for exposing Cache statistics.An extension to the CacheMap interface that supports runtime configuration and monitoring of various caching properties.A cache Entry carries information additional to the base Map Entry in order to support eviction and expiry.EvictionApprover is used to approve the eviction of an entry from the underlying ConfigurableCacheMap.An eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.A unit calculator is an object that can calculate the cost of caching an object.NonBlockingEntryStore provides a means to integrate Coherence with an underlying data source that offers a non-blocking API.Backing Map implementation that provides a size-limited cache of a persistent store and supports configurable write-behind and refresh- ahead caching. -
ClassDescriptionA KeyAssociation represents a key object that has a natural association with another key object.
-
ClassDescriptionAn extension of the MapEvent which allows to differentiate between client driven (natural) events and cache internal (synthetic) events.TransformationState describes how a CacheEvent has been or should be
transformed
.A JCache CacheLoader.A CacheMap is a Map that supports caching.An interface for exposing Cache statistics.A JCache cache store.A cache Entry carries information additional to the base Map Entry in order to support eviction and expiry.A unit calculator is an object that can calculate the cost of caching an object.A KeyAssociation represents a key object that has a natural association with another key object.Implementation of the CacheStatistics interface intended for use by a cache to maintain its statistics.A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry. -
ClassDescriptionA KeyAssociation represents a key object that has a natural association with another key object.