Uses of Class
io.github.bucket4j.distributed.remote.Request
-
-
Uses of Request in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy with parameters of type Request Modifier and Type Method Description protected abstract <T> CommandResult<T>AbstractProxyManager. execute(K key, Request<T> request)protected abstract <T> CompletableFuture<CommandResult<T>>AbstractProxyManager. executeAsync(K key, Request<T> request) -
Uses of Request in io.github.bucket4j.distributed.proxy.generic.compare_and_swap
Methods in io.github.bucket4j.distributed.proxy.generic.compare_and_swap with parameters of type Request Modifier and Type Method Description <T> CommandResult<T>AbstractCompareAndSwapBasedProxyManager. execute(K key, Request<T> request)<T> CompletableFuture<CommandResult<T>>AbstractCompareAndSwapBasedProxyManager. executeAsync(K key, Request<T> request) -
Uses of Request in io.github.bucket4j.distributed.proxy.generic.pessimistic_locking
Methods in io.github.bucket4j.distributed.proxy.generic.pessimistic_locking with parameters of type Request Modifier and Type Method Description <T> CommandResult<T>AbstractLockBasedProxyManager. execute(K key, Request<T> request)<T> CompletableFuture<CommandResult<T>>AbstractLockBasedProxyManager. executeAsync(K key, Request<T> request) -
Uses of Request in io.github.bucket4j.distributed.proxy.generic.select_for_update
Methods in io.github.bucket4j.distributed.proxy.generic.select_for_update with parameters of type Request Modifier and Type Method Description <T> CommandResult<T>AbstractSelectForUpdateBasedProxyManager. execute(K key, Request<T> request)<T> CompletableFuture<CommandResult<T>>AbstractSelectForUpdateBasedProxyManager. executeAsync(K key, Request<T> request) -
Uses of Request in io.github.bucket4j.distributed.remote
Fields in io.github.bucket4j.distributed.remote with type parameters of type Request Modifier and Type Field Description static SerializationHandle<Request<?>>Request. SERIALIZATION_HANDLEMethods in io.github.bucket4j.distributed.remote with parameters of type Request Modifier and Type Method Description booleanRequest. equalsByContent(Request<T> other) -
Uses of Request in io.github.bucket4j.distributed.serialization
Methods in io.github.bucket4j.distributed.serialization that return Request Modifier and Type Method Description static <T> Request<T>InternalSerializationHelper. deserializeRequest(byte[] bytes)Methods in io.github.bucket4j.distributed.serialization with parameters of type Request Modifier and Type Method Description static byte[]InternalSerializationHelper. serializeRequest(Request<?> request)
-