Uses of Interface
one.microstream.reference.Referencing
- 
Uses of Referencing in one.microstream.collectionsClasses in one.microstream.collections that implement Referencing Modifier and Type Class Description classConstant<E>Immutable singleton dummy collection used to pass a single instance masked as a collection.classSingle<E>classSingleton<E>Singleton dummy collection used to pass a single instance masked as a collection.classSingletonView<E>
- 
Uses of Referencing in one.microstream.collections.typesSubinterfaces of Referencing in one.microstream.collections.types Modifier and Type Interface Description interfaceXReference<E>Simple Reference class to handle mutable references.interfaceXReferencing<E>
- 
Uses of Referencing in one.microstream.concurrencyClasses in one.microstream.concurrency that implement Referencing Modifier and Type Class Description classThreaded<E>Threadlocal context class that maintains Thread-to-instance associations.classThreadedInstantiating<E>ExtendedThreadedclass that wraps aInstantiatorinstance to automatically create a new instance of type E to be associated with the currentThreadifThreaded.get()could not find an existing association for it.
- 
Uses of Referencing in one.microstream.entityMethods in one.microstream.entity with parameters of type Referencing Modifier and Type Method Description static EntityTypeHandlerManagerEntityTypeHandlerManager. New(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager)
- 
Uses of Referencing in one.microstream.java.langMethods in one.microstream.java.lang with parameters of type Referencing Modifier and Type Method Description static BinaryHandlerClassBinaryHandlerClass. New(Referencing<PersistenceTypeHandlerManager<Binary>> typeHandlerManager)
- 
Uses of Referencing in one.microstream.persistence.binary.types
- 
Uses of Referencing in one.microstream.persistence.typesSubinterfaces of Referencing in one.microstream.persistence.types Modifier and Type Interface Description interfacePersistenceReferencing<T>interfacePersistenceRootReferenceinterfacePersistenceRootReferencingClasses in one.microstream.persistence.types that implement Referencing Modifier and Type Class Description static classPersistenceRootReference.Default
- 
Uses of Referencing in one.microstream.referenceSubinterfaces of Referencing in one.microstream.reference Modifier and Type Interface Description interfaceLazy<T>A reference providing generic lazy-loading functionality.interfaceLinkingReference<T>interfaceLinkingReferencing<T>interfaceLinkReference<T>interfaceReference<T>Simple Reference class to handle mutable references.Classes in one.microstream.reference that implement Referencing Modifier and Type Class Description static classLazy.Default<T>static classLinkingReferencing.Default<T>static classLinkReference.Default<T>
- 
Uses of Referencing in one.microstream.storage.restadapterClasses in one.microstream.storage.restadapter that implement Referencing Modifier and Type Class Description classViewerBinaryTypeHandlerManager
- 
Uses of Referencing in one.microstream.util.iterablesConstructors in one.microstream.util.iterables with parameters of type Referencing Constructor Description TrivialIterator(Referencing<E> parent)