public static class OffheapMap.Record<K,V> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
entry |
protected RWLock |
lock |
protected OffheapMap<K,V> |
map |
| Modifier | Constructor and Description |
|---|---|
protected |
Record(OffheapMap<K,V> map,
RWLock lock,
long entry) |
protected final OffheapMap<K,V> map
protected final RWLock lock
protected long entry
protected Record(OffheapMap<K,V> map, RWLock lock, long entry)
Copyright © 2019. All rights reserved.