Class ClientStatisticsRegistry
java.lang.Object
com.loomcache.server.management.ClientStatisticsRegistry
Stores the latest client statistics snapshot uploaded by each client.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintpruneOlderThan(@NonNull Duration maxAge) voidrecord(@NonNull ClientStatisticsPayload payload) intsize()
-
Constructor Details
-
ClientStatisticsRegistry
public ClientStatisticsRegistry()
-
-
Method Details
-
record
-
get
-
snapshots
-
size
public int size() -
pruneOlderThan
-