Uses of Class
io.github.bucket4j.distributed.remote.MutableBucketEntry
-
Packages that use MutableBucketEntry Package Description io.github.bucket4j.distributed.remote io.github.bucket4j.distributed.remote.commands -
-
Uses of MutableBucketEntry in io.github.bucket4j.distributed.remote
Methods in io.github.bucket4j.distributed.remote with parameters of type MutableBucketEntry Modifier and Type Method Description CommandResult<T>RemoteCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos) -
Uses of MutableBucketEntry in io.github.bucket4j.distributed.remote.commands
Methods in io.github.bucket4j.distributed.remote.commands with parameters of type MutableBucketEntry Modifier and Type Method Description CommandResult<Nothing>AddTokensCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<T>CheckConfigurationVersionAndExecuteCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Long>ConsumeAsMuchAsPossibleCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Long>ConsumeIgnoringRateLimitsCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<T>CreateInitialStateAndExecuteCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<T>CreateInitialStateWithVersionOrReplaceConfigurationAndExecuteCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<RemoteBucketState>CreateSnapshotCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<EstimationProbe>EstimateAbilityToConsumeCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Nothing>ForceAddTokensCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Long>GetAvailableTokensCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<BucketConfiguration>GetConfigurationCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<MultiResult>MultiCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Nothing>ReplaceConfigurationCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Long>ReserveAndCalculateTimeToSleepCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Nothing>ResetCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Nothing>SyncCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<ConsumptionProbe>TryConsumeAndReturnRemainingTokensCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Boolean>TryConsumeCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<RemoteVerboseResult<T>>VerboseCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)
-