Package | Description |
---|---|
org.apache.river.api.security |
This package contains a scalable cache based security manager that parallelises
domain security checks.
|
org.apache.river.concurrent |
Custard-apple is a utility that enables weak, soft, strong
or time references to be used in any collection implementing standard
Java Framework Interfaces
Expected behaviour of reference types may vary between platforms
and should not be depended upon other than; weak references will
be collected when no further strong references remain and soft
references may be collected at any time the JVM's available memory
is under pressure and the referent is softly reachable.
|
Class and Description |
---|
Referrer
The public API of package private Reference implementations, it defines the equals
and hashCode contracts as well as methods identical to Reference.
|
Class and Description |
---|
AbstractReferenceComparator
Implements equals and hashCode, subclass ReferenceComparator implements
Serializable and contains serial data.
|
AbstractReferrerDecorator
This class exists purely for allowing a client with their own Collection
implementation or Collection wrapper to perform custom serialisation of the
References by replacing the standard Referrer's with their own implementation.
|
ReadResolveFixCollectionCircularReferences
The purpose of this class is to implement all the possible interfaces
that subclasses of ReferenceCollection may implement.
|
Ref
Ref enum represents types of references available for use in java
collection framework implementations.
|
ReferenceCollection
A Collection of Reference Objects, the developer may chose any Collection
implementation to store the References, which is passed in a runtime.
|
ReferenceCollectionRefreshAfterSerialization |
ReferenceConcurrentMap
A referenced hash map, that encapsulates and utilises any ConcurrentMap
implementation passed in at construction.
|
ReferenceDeque |
ReferencedQueue |
ReferenceMap
ReferenceMap is a wrapper object that encapsulates another Map implementation
which it uses to store references.
|
ReferenceQueuingFactory
An interface for processing ReferenceQueue's and encapsulating Objects
in references and for making references appear as their referent.
|
ReferenceSet
A Referenced Set.
|
ReferenceSortedMap |
ReferenceSortedSet
Referenced set supports sorting Object based on their natural ordering
or a Comparator, which must be wrapped in a ReferenceComparator.
|
Referrer
The public API of package private Reference implementations, it defines the equals
and hashCode contracts as well as methods identical to Reference.
|
ReferrerDecorator
I've thought about refactoring so the equals and comparator behaviour is
implemented by the wrapper classes and only accepting References in
constructors as this would allow the use of standard java Reference classes
without extension, reducing the number of classes created,
however that would create serial form lock in.
|
RefQueue
This interface defines the only ReferenceQueue method used,
to not depend directly on ReferenceQueue, allowing the use of other Queue
implementations.
|
SerializationOfReferenceCollection |
SerializationOfReferenceMap |
TempEqualReferrer |
TempIdentityReferrer |
TimeBomb |
TimedReferrerDecorator |
TimedRefQueue |
UntouchableReferrer |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.