public class DetachedLinkedNode<T> extends Object implements LinkedNode<T>
| Constructor and Description |
|---|
DetachedLinkedNode(T value) |
| 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) |
public DetachedLinkedNode(T value)
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 void flush()
flush in interface LinkedNode<T>public T getValue()
getValue in interface LinkedNode<T>public int getMetadata()
getMetadata in interface LinkedNode<T>Copyright © 2015–2024. All rights reserved.