public class RemoteStat extends Object implements ComparableByContent<RemoteStat>
| Modifier and Type | Field and Description |
|---|---|
static SerializationHandle<RemoteStat> |
SERIALIZATION_HANDLE |
| Constructor and Description |
|---|
RemoteStat(long consumedTokens) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConsumedTokens(long consumedTokens) |
RemoteStat |
copy() |
boolean |
equalsByContent(RemoteStat other) |
long |
getConsumedTokens() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static final SerializationHandle<RemoteStat> SERIALIZATION_HANDLE
public long getConsumedTokens()
public void addConsumedTokens(long consumedTokens)
public RemoteStat copy()
public boolean equalsByContent(RemoteStat other)
equalsByContent in interface ComparableByContent<RemoteStat>Copyright © 2024. All rights reserved.