Uses of Interface
one.microstream.reference.Referencing
-
Uses of Referencing in one.microstream.collections
Classes in one.microstream.collections that implement Referencing Modifier and Type Class Description class
Constant<E>
Immutable singleton dummy collection used to pass a single instance masked as a collection.class
Single<E>
class
Singleton<E>
Singleton dummy collection used to pass a single instance masked as a collection.class
SingletonView<E>
-
Uses of Referencing in one.microstream.collections.types
Subinterfaces of Referencing in one.microstream.collections.types Modifier and Type Interface Description interface
XReference<E>
Simple Reference class to handle mutable references.interface
XReferencing<E>
-
Uses of Referencing in one.microstream.concurrency
Classes in one.microstream.concurrency that implement Referencing Modifier and Type Class Description class
Threaded<E>
Thread
local context class that maintains Thread-to-instance associations.class
ThreadedInstantiating<E>
ExtendedThreaded
class that wraps aInstantiator
instance to automatically create a new instance of type E to be associated with the currentThread
ifThreaded.get()
could not find an existing association for it. -
Uses of Referencing in one.microstream.entity
Methods in one.microstream.entity with parameters of type Referencing Modifier and Type Method Description static EntityTypeHandlerManager
EntityTypeHandlerManager. New(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager)
-
Uses of Referencing in one.microstream.java.lang
Methods in one.microstream.java.lang with parameters of type Referencing Modifier and Type Method Description static BinaryHandlerClass
BinaryHandlerClass. New(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager)
-
Uses of Referencing in one.microstream.persistence.binary.types
-
Uses of Referencing in one.microstream.persistence.types
Subinterfaces of Referencing in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceReferencing<T>
interface
PersistenceRootReference
interface
PersistenceRootReferencing
Classes in one.microstream.persistence.types that implement Referencing Modifier and Type Class Description static class
PersistenceRootReference.Default
-
Uses of Referencing in one.microstream.reference
Subinterfaces of Referencing in one.microstream.reference Modifier and Type Interface Description interface
Lazy<T>
A reference providing generic lazy-loading functionality.interface
LinkingReference<T>
interface
LinkingReferencing<T>
interface
LinkReference<T>
interface
Reference<T>
Simple Reference class to handle mutable references.Classes in one.microstream.reference that implement Referencing Modifier and Type Class Description static class
Lazy.Default<T>
static class
LinkingReferencing.Default<T>
static class
LinkReference.Default<T>
-
Uses of Referencing in one.microstream.storage.restadapter
Classes in one.microstream.storage.restadapter that implement Referencing Modifier and Type Class Description class
ViewerBinaryTypeHandlerManager
-
Uses of Referencing in one.microstream.util.iterables
Constructors in one.microstream.util.iterables with parameters of type Referencing Constructor Description TrivialIterator(Referencing<E> parent)