| Package | Description |
|---|---|
| one.microstream.concurrency |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadedInstantiating<E>
Extended
Threaded class that wraps a Instantiator instance to automatically create a new
instance of type E to be associated with the current Thread if get() could not find an
existing association for it. |
| Modifier and Type | Method and Description |
|---|---|
static <E> Threaded<E> |
Threaded.New() |
static <E> Threaded<E> |
Threaded.New(E currentThreadsElement)
|
Threaded<E> |
Threaded.setCleanUpOperation(Consumer<E> cleanUpOperation) |
Copyright © 2022 MicroStream Software. All rights reserved.