Uses of Class
io.github.bucket4j.distributed.remote.RemoteStat
-
Packages that use RemoteStat Package Description io.github.bucket4j.distributed.remote -
-
Uses of RemoteStat in io.github.bucket4j.distributed.remote
Fields in io.github.bucket4j.distributed.remote with type parameters of type RemoteStat Modifier and Type Field Description static SerializationHandle<RemoteStat>RemoteStat. SERIALIZATION_HANDLEMethods in io.github.bucket4j.distributed.remote that return RemoteStat Modifier and Type Method Description RemoteStatRemoteStat. copy()RemoteStatRemoteBucketState. getRemoteStat()Methods in io.github.bucket4j.distributed.remote with parameters of type RemoteStat Modifier and Type Method Description booleanRemoteStat. equalsByContent(RemoteStat other)Constructors in io.github.bucket4j.distributed.remote with parameters of type RemoteStat Constructor Description RemoteBucketState(BucketState state, RemoteStat stat, Long configurationVersion)
-