public class BufferedDataWriter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BufferedDataWriter.MutablePage |
| Modifier and Type | Method and Description |
|---|---|
BufferedDataWriter.MutablePage |
allocLastPage(long pageAddress) |
jetbrains.exodus.log.BlockSet.Mutable |
getBlockSetMutable() |
int |
getLastPageLength() |
void |
incHighAddress(long delta) |
void |
setHighAddress(long highAddress) |
void |
setLastPageLength(int lastPageLength) |
@NotNull public jetbrains.exodus.log.BlockSet.Mutable getBlockSetMutable()
public void setHighAddress(long highAddress)
public BufferedDataWriter.MutablePage allocLastPage(long pageAddress)
public void incHighAddress(long delta)
public void setLastPageLength(int lastPageLength)
public int getLastPageLength()