| Package | Description |
|---|---|
| io.github.bucket4j.local |
| Modifier and Type | Class and Description |
|---|---|
class |
LockFreeBucket |
class |
SynchronizedBucket |
class |
ThreadUnsafeBucket |
| Modifier and Type | Method and Description |
|---|---|
LocalBucket |
LocalBucketBuilder.build()
Constructs the bucket.
|
static LocalBucket |
LocalBucket.fromBinarySnapshot(byte[] snapshot)
Reconstructs a bucket from binary snapshot.
|
static LocalBucket |
LocalBucket.fromJsonCompatibleSnapshot(Map<String,Object> snapshot)
Reconstructs a bucket from JSON snapshot.
|
Copyright © 2022. All rights reserved.