| Package | Description |
|---|---|
| one.microstream.concurrency | |
| one.microstream.functional | |
| one.microstream.reflect |
| Modifier and Type | Method and Description |
|---|---|
Instantiator<E> |
ThreadedInstantiating.getInstantiator()
Returns the wrapped
Instantiator instance used by this instance to create instances of
type E to be associated with the current Thread if no association could have been found for it. |
| Modifier and Type | Method and Description |
|---|---|
static <E> ThreadedInstantiating<E> |
ThreadedInstantiating.threaded(Instantiator<E> instantiator)
Convenience / readability method that wraps the passed
Instantiator instance in a new
ThreadedInstantiating instance. |
| Constructor and Description |
|---|
ThreadedInstantiating(Instantiator<E> instantiator)
Instantiates a new empty
ThreadedInstantiating instance with the passed Instantiator instance
and default (quite small) storage size. |
ThreadedInstantiating(Instantiator<E> instantiator,
int initialCapacity)
Instantiates a new empty
ThreadedInstantiating instance with the passed Instantiator instance
and a storage size of at least the passed value. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Instantiator.WrappingDefaultConstructor<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Instantiator<T> |
Instantiator.WrapDefaultConstructor(Constructor<T> constructor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Instantiator<T> |
XReflect.WrapDefaultConstructor(Class<T> type) |
Copyright © 2022 MicroStream Software. All rights reserved.