public interface LinkedNode<T>
| 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) |
long getLsn()
void setLsn(long lsn)
long getNext()
long getPrevious()
void setNext(long encoding)
void setPrevious(long encoding)
T getValue()
void flush()
int getMetadata()
Copyright © 2015–2024. All rights reserved.