MCPcopy Create free account
hub / github.com/InterviewReady/Low-Level-Design / Load

Method Load

distributed-cache/src/main/java/events/Load.java:7–9  ·  view source on GitHub ↗
(Record<K, V> element, long timestamp)

Source from the content-addressed store, hash-verified

5public class Load<K, V> extends Event<K, V> {
6
7 public Load(Record<K, V> element, long timestamp) {
8 super(element, timestamp);
9 }
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected