Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InterviewReady/Low-Level-Design
/ Load
Class
Load
distributed-cache/src/main/java/events/Load.java:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
models.Record;
4
5
public
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