public class AttachedLinkedNode<T> extends Object implements LinkedNode<T>
| Constructor and Description |
|---|
AttachedLinkedNode(ByteBuffer buffer,
Portability<? super T> valuePortability,
WriteContext writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
long |
getLsn() |
int |
getMetadata() |
long |
getNext() |
long |
getPrevious() |
T |
getValue() |
void |
setLsn(long lsn) |
void |
setNext(long encoding) |
void |
setPrevious(long encoding) |
String |
toString() |
public AttachedLinkedNode(ByteBuffer buffer, Portability<? super T> valuePortability, WriteContext writer)
public long getLsn()
getLsn in interface LinkedNode<T>public void setLsn(long lsn)
setLsn in interface LinkedNode<T>public long getNext()
getNext in interface LinkedNode<T>public long getPrevious()
getPrevious in interface LinkedNode<T>public void setNext(long encoding)
setNext in interface LinkedNode<T>public void setPrevious(long encoding)
setPrevious in interface LinkedNode<T>public T getValue()
getValue in interface LinkedNode<T>public void flush()
flush in interface LinkedNode<T>public int getMetadata()
getMetadata in interface LinkedNode<T>Copyright © 2015–2024. All rights reserved.