| Package | Description |
|---|---|
| io.github.bucket4j.grid |
| Modifier and Type | Class and Description |
|---|---|
class |
AddTokensCommand |
class |
ConsumeAsMuchAsPossibleCommand |
class |
ConsumeIgnoringRateLimitsCommand |
class |
CreateSnapshotCommand |
class |
EstimateAbilityToConsumeCommand |
class |
ForceAddTokensCommand |
class |
GetAvailableTokensCommand |
class |
ReplaceConfigurationCommand |
class |
ReserveAndCalculateTimeToSleepCommand |
class |
TryConsumeAndReturnRemainingTokensCommand |
class |
TryConsumeCommand |
class |
VerboseCommand<T extends Serializable> |
| Modifier and Type | Method and Description |
|---|---|
GridCommand<T> |
VerboseCommand.getTargetCommand() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
GridProxy.createInitialStateAndExecute(K key,
BucketConfiguration configuration,
GridCommand<T> command) |
<T extends Serializable> |
GridProxy.createInitialStateAndExecuteAsync(K key,
BucketConfiguration configuration,
GridCommand<T> command) |
<T extends Serializable> |
GridProxy.execute(K key,
GridCommand<T> command) |
<T extends Serializable> |
GridProxy.executeAsync(K key,
GridCommand<T> command) |
| Constructor and Description |
|---|
VerboseCommand(GridCommand<T> targetCommand) |
Copyright © 2021. All rights reserved.