| Class | Description |
|---|---|
| FakeLock |
This is lock implementation which actually lock nothing, is used for
SynchronizationStrategy.NONE |
| LocalBucketBuilder |
This builder creates in-memory buckets (
LockFreeBucket). |
| LockFreeBucket | |
| SynchronizedBucket |
| Enum | Description |
|---|---|
| SynchronizationStrategy |
Defines the strategy of synchronization which need to be applied to prevent data-races in multithreading usage scenario.
|
Copyright © 2018. All rights reserved.