Back to index
Back to module hivemind

Service hivemind.ThreadLocalStorage

Interfaceorg.apache.hivemind.service.ThreadLocalStorage
Visibility Public
Service which manages a thread-local map of data items. This can be used for temporary storage of information when local variables can't be used. All stored items are released when the thread is cleaned up.

Implementation


Back to index
Back to module hivemind