Uses of Class
io.github.bucket4j.distributed.remote.RemoteVerboseResult
Packages that use RemoteVerboseResult
Package
Description
-
Uses of RemoteVerboseResult in io.github.bucket4j.distributed.remote
Fields in io.github.bucket4j.distributed.remote with type parameters of type RemoteVerboseResultModifier and TypeFieldDescriptionstatic final SerializationHandle<RemoteVerboseResult<?>>RemoteVerboseResult.SERIALIZATION_HANDLEMethods in io.github.bucket4j.distributed.remote that return RemoteVerboseResultModifier and TypeMethodDescription<R> RemoteVerboseResult<R><R> RemoteVerboseResult<R>RemoteVerboseResult.withValue(R newValue) Methods in io.github.bucket4j.distributed.remote with parameters of type RemoteVerboseResultModifier and TypeMethodDescriptionbooleanRemoteVerboseResult.equalsByContent(RemoteVerboseResult<?> other) -
Uses of RemoteVerboseResult in io.github.bucket4j.distributed.remote.commands
Methods in io.github.bucket4j.distributed.remote.commands that return types with arguments of type RemoteVerboseResultModifier and TypeMethodDescriptionVerboseCommand.execute(MutableBucketEntry mutableEntry, long currentTimeNanos) Methods in io.github.bucket4j.distributed.remote.commands with parameters of type RemoteVerboseResultModifier and TypeMethodDescriptionlongVerboseCommand.getConsumedTokens(RemoteVerboseResult<T> result) VerboseCommand.unwrapOneResult(RemoteVerboseResult<T> mergedVerboseResult, int indice)