public final class EntryTracker
extends java.lang.Object
EntryTracker
tracks entries to be written to a memory-mapped buffer.Constructor and Description |
---|
EntryTracker(long bufferBaseAddress) |
Modifier and Type | Method and Description |
---|---|
void |
add(EntryObject entry) |
boolean |
contains(long id) |
java.util.Map<java.lang.Long,EntryObject> |
getEntries() |
long |
getEntryAddress(EntryObject entry) |
int |
size() |
public long getEntryAddress(EntryObject entry)
public boolean contains(long id)
public void add(EntryObject entry)
public int size()
public java.util.Map<java.lang.Long,EntryObject> getEntries()