|
ozone core API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
AbstractReferenceCache.KeyedReference | We need to find objects in the map that holds the references. |
Cache | A cache works a bit like a map. |
Cluster | |
PropertyConfigurable | All classes implementing this interface must provide a public constructor
that has one Properties instance, and a String as
its only parameters. |
TrimmingCache | A trimming cache is a cache that calls a TrimHandler when it 'knows' that it has thrown an element out of the cache. |
TrimmingCache.TrimHandler | Used by a Cache to provide for a meganism to handle elements
that are going to be thrown out of that cache. |
Class Summary | |
AbstractCluster | |
AbstractClusterStore | |
AbstractReferenceCache | |
AbstractTrimmingCache | |
ClusterID | |
DelayCache | A cache with a fixed maximum number of objects in it. |
FixedSizeCache | A cache with a fixed maximum number of objects in it. |
FixedSizeDelayCache | A cache with a fixed maximum number of objects in it. |
GcListeningDelayCache | |
GcListeningDelayCache.Item | |
PropertyConfigurableFactory | |
PropertyInfo | |
SoftReferenceCache | Caches objects which may be garbage collected at any time by the Java virtual machine garbage collector. |
SoftReferenceCache.Item | |
SoftReferenceCache.ObjectReference | |
StorageObjectContainer | |
WeakReferenceCache | Caches objects which may be garbage collected at any time by the Java virtual machine garbage collector. |
WeakReferenceCache.Item | |
WeakReferenceCache.ObjectReference |
Base package for storage implementations. It holds some common utilities used by various storage implementations. Ozone storage implementations has evolved as follows:
|
ozone core API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |