Uses of Class
io.github.bucket4j.distributed.remote.Request
Packages that use Request
Package
Description
-
Uses of Request in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy with parameters of type RequestModifier and TypeMethodDescriptionprotected abstract <T> CommandResult<T>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 RequestModifier and TypeMethodDescription<T> CommandResult<T><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 RequestModifier and TypeMethodDescription<T> CommandResult<T><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 RequestModifier and TypeMethodDescription<T> CommandResult<T><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 RequestModifier and TypeFieldDescriptionstatic final SerializationHandle<Request<?>>Request.SERIALIZATION_HANDLEMethods in io.github.bucket4j.distributed.remote that return RequestMethods in io.github.bucket4j.distributed.remote with parameters of type Request -
Uses of Request in io.github.bucket4j.distributed.serialization
Methods in io.github.bucket4j.distributed.serialization that return RequestModifier and TypeMethodDescriptionstatic <T> Request<T>InternalSerializationHelper.deserializeRequest(byte[] bytes) Methods in io.github.bucket4j.distributed.serialization with parameters of type RequestModifier and TypeMethodDescriptionstatic byte[]InternalSerializationHelper.serializeRequest(Request<?> request)