| Package | Description |
|---|---|
| one.nio.mem |
| Modifier and Type | Class and Description |
|---|---|
class |
OffheapBlobMap |
class |
SharedMemoryBlobMap |
class |
SharedMemoryFixedMap<K,V> |
class |
SharedMemoryLongMap<V> |
class |
SharedMemoryMap<K,V> |
class |
SharedMemoryStringMap<V> |
| Modifier and Type | Field and Description |
|---|---|
protected OffheapMap<K,V> |
OffheapMap.Record.map |
| Modifier and Type | Method and Description |
|---|---|
OffheapMap<K,V> |
OffheapMap.Record.map() |
| Constructor and Description |
|---|
Record(OffheapMap<K,V> map,
RWLock lock,
long entry) |
WritableRecord(OffheapMap<K,V> map,
RWLock lock,
long entry,
K key,
long currentPtr) |
Copyright © 2019. All rights reserved.