java.lang.Object
io.github.bucket4j.distributed.remote.RemoteStat
- All Implemented Interfaces:
ComparableByContent<RemoteStat>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConsumedTokens(long consumedTokens) copy()booleanequalsByContent(RemoteStat other) long
-
Field Details
-
SERIALIZATION_HANDLE
-
-
Constructor Details
-
RemoteStat
public RemoteStat(long consumedTokens)
-
-
Method Details
-
getConsumedTokens
public long getConsumedTokens() -
addConsumedTokens
public void addConsumedTokens(long consumedTokens) -
copy
-
equalsByContent
- Specified by:
equalsByContentin interfaceComparableByContent<RemoteStat>
-