Uses of Class
io.github.bucket4j.distributed.remote.RemoteVerboseResult
-
Packages that use RemoteVerboseResult Package Description io.github.bucket4j.distributed.remote io.github.bucket4j.distributed.remote.commands -
-
Uses of RemoteVerboseResult in io.github.bucket4j.distributed.remote
Fields in io.github.bucket4j.distributed.remote with type parameters of type RemoteVerboseResult Modifier and Type Field Description static SerializationHandle<RemoteVerboseResult<?>>RemoteVerboseResult. SERIALIZATION_HANDLEMethods in io.github.bucket4j.distributed.remote that return RemoteVerboseResult Modifier and Type Method Description <R> RemoteVerboseResult<R>RemoteVerboseResult. map(Function<T,R> mapper)Methods in io.github.bucket4j.distributed.remote with parameters of type RemoteVerboseResult Modifier and Type Method Description booleanRemoteVerboseResult. 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 RemoteVerboseResult Modifier and Type Method Description CommandResult<RemoteVerboseResult<T>>VerboseCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)Methods in io.github.bucket4j.distributed.remote.commands with parameters of type RemoteVerboseResult Modifier and Type Method Description longVerboseCommand. getConsumedTokens(RemoteVerboseResult<T> result)
-