| Interface | Description |
|---|---|
| LocalBucket |
Represents the bucket inside current JVM.
|
| Class | Description |
|---|---|
| LocalBucketBuilder |
This builder creates in-memory buckets (
LockFreeBucket). |
| LocalBucketSerializationHelper | |
| LockFreeBucket | |
| SynchronizedBucket | |
| ThreadUnsafeBucket |
| Enum | Description |
|---|---|
| SynchronizationStrategy |
Defines the strategy of synchronization which need to be applied to prevent data-races in multithreading usage scenario.
|
Copyright © 2022. All rights reserved.