Uses of Interface
one.microstream.functional.Instantiator
Package | Description |
---|---|
one.microstream.concurrency | |
one.microstream.functional | |
one.microstream.reflect |
-
Uses of Instantiator in one.microstream.concurrency
Methods in one.microstream.concurrency that return Instantiator Modifier and Type Method Description Instantiator<E>
ThreadedInstantiating. getInstantiator()
Returns the wrappedInstantiator
instance used by this instance to create instances of type E to be associated with the currentThread
if no association could have been found for it.Methods in one.microstream.concurrency with parameters of type Instantiator Modifier and Type Method Description static <E> ThreadedInstantiating<E>
ThreadedInstantiating. threaded(Instantiator<E> instantiator)
Convenience / readability method that wraps the passedInstantiator
instance in a newThreadedInstantiating
instance.Constructors in one.microstream.concurrency with parameters of type Instantiator Constructor Description ThreadedInstantiating(Instantiator<E> instantiator)
Instantiates a new emptyThreadedInstantiating
instance with the passedInstantiator
instance and default (quite small) storage size.ThreadedInstantiating(Instantiator<E> instantiator, int initialCapacity)
Instantiates a new emptyThreadedInstantiating
instance with the passedInstantiator
instance and a storage size of at least the passed value. -
Uses of Instantiator in one.microstream.functional
Classes in one.microstream.functional that implement Instantiator Modifier and Type Class Description static class
Instantiator.WrappingDefaultConstructor<T>
Methods in one.microstream.functional that return Instantiator Modifier and Type Method Description static <T> Instantiator<T>
Instantiator. WrapDefaultConstructor(Constructor<T> constructor)
-
Uses of Instantiator in one.microstream.reflect
Methods in one.microstream.reflect that return Instantiator Modifier and Type Method Description static <T> Instantiator<T>
XReflect. WrapDefaultConstructor(Class<T> type)