Uses of Record Class
com.loomcache.common.protocol.ClientStatisticsPayload
Packages that use ClientStatisticsPayload
-
Uses of ClientStatisticsPayload in com.loomcache.common.protocol
Methods in com.loomcache.common.protocol that return ClientStatisticsPayloadModifier and TypeMethodDescriptionstatic ClientStatisticsPayloadClientStatisticsPayload.deserialize(byte[] bytes) Deserialize a payload from wire bytes.Methods in com.loomcache.common.protocol with parameters of type ClientStatisticsPayloadModifier and TypeMethodDescriptionstatic byte[]ClientStatisticsPayload.serialize(ClientStatisticsPayload payload) Serialize a payload to wire bytes. -
Uses of ClientStatisticsPayload in com.loomcache.server.management
Methods in com.loomcache.server.management that return ClientStatisticsPayloadModifier and TypeMethodDescription@NonNull ClientStatisticsPayloadClientStatisticsRegistry.RecordedClientStatistics.payload()Returns the value of thepayloadrecord component.Methods in com.loomcache.server.management with parameters of type ClientStatisticsPayloadModifier and TypeMethodDescriptionvoidClientStatisticsRegistry.record(@NonNull ClientStatisticsPayload payload) Constructors in com.loomcache.server.management with parameters of type ClientStatisticsPayloadModifierConstructorDescriptionRecordedClientStatistics(@NonNull ClientStatisticsPayload payload, long receivedAtEpochMillis) Creates an instance of aRecordedClientStatisticsrecord class.