| Modifier and Type | Method and Description |
|---|---|
LinkedNode<T> |
LinkedNodePortability.decode(ByteBuffer buffer,
WriteContext context) |
| Constructor and Description |
|---|
AttachedLinkedNode(ByteBuffer buffer,
Portability<? super T> valuePortability,
WriteContext writer) |
| Modifier and Type | Method and Description |
|---|---|
protected WriteContext |
FileBackedStorageEngine.getKeyWriteContext(long address) |
protected WriteContext |
FileBackedStorageEngine.getValueWriteContext(long address) |
| Modifier and Type | Method and Description |
|---|---|
protected WriteContext |
OffHeapBufferStorageEngine.getKeyWriteContext(long address) |
protected abstract WriteContext |
PortabilityBasedStorageEngine.getKeyWriteContext(long address) |
protected WriteContext |
OffHeapBufferStorageEngine.getValueWriteContext(long address) |
protected abstract WriteContext |
PortabilityBasedStorageEngine.getValueWriteContext(long address) |
| Modifier and Type | Method and Description |
|---|---|
T |
WriteBackPortability.decode(ByteBuffer buffer,
WriteContext context) |
Copyright © 2015–2024. All rights reserved.