Uses of Class
io.github.bucket4j.distributed.remote.MultiResult
-
Packages that use MultiResult Package Description io.github.bucket4j.distributed.remote io.github.bucket4j.distributed.remote.commands -
-
Uses of MultiResult in io.github.bucket4j.distributed.remote
Fields in io.github.bucket4j.distributed.remote with type parameters of type MultiResult Modifier and Type Field Description static SerializationHandle<MultiResult>MultiResult. SERIALIZATION_HANDLEMethods in io.github.bucket4j.distributed.remote with parameters of type MultiResult Modifier and Type Method Description booleanMultiResult. equalsByContent(MultiResult other) -
Uses of MultiResult in io.github.bucket4j.distributed.remote.commands
Methods in io.github.bucket4j.distributed.remote.commands that return types with arguments of type MultiResult Modifier and Type Method Description CommandResult<MultiResult>MultiCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)Methods in io.github.bucket4j.distributed.remote.commands with parameters of type MultiResult Modifier and Type Method Description longMultiCommand. getConsumedTokens(MultiResult multiResult)Method parameters in io.github.bucket4j.distributed.remote.commands with type arguments of type MultiResult Modifier and Type Method Description List<CommandResult<?>>MultiCommand. unwrap(CommandResult<MultiResult> multiResult)
-