
public class DoubleWriteLogNoOP extends Object implements DoubleWriteLog
| Constructor and Description |
|---|
DoubleWriteLogNoOP() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
endCheckpoint() |
OPointer |
loadPage(int fileId,
int pageIndex,
OByteBufferPool bufferPool) |
void |
open(String storageName,
Path storagePath,
int pageSize) |
void |
restoreModeOff() |
void |
restoreModeOn() |
void |
startCheckpoint() |
void |
truncate() |
boolean |
write(ByteBuffer[] buffers,
int[] fileId,
int[] pageIndex) |
public boolean write(ByteBuffer[] buffers, int[] fileId, int[] pageIndex)
write in interface DoubleWriteLogpublic void truncate()
truncate in interface DoubleWriteLogpublic void open(String storageName, Path storagePath, int pageSize)
open in interface DoubleWriteLogpublic OPointer loadPage(int fileId, int pageIndex, OByteBufferPool bufferPool)
loadPage in interface DoubleWriteLogpublic void restoreModeOn()
throws IOException
restoreModeOn in interface DoubleWriteLogIOExceptionpublic void restoreModeOff()
restoreModeOff in interface DoubleWriteLogpublic void close()
throws IOException
close in interface DoubleWriteLogIOExceptionpublic void startCheckpoint()
startCheckpoint in interface DoubleWriteLogpublic void endCheckpoint()
endCheckpoint in interface DoubleWriteLogCopyright © 2009–2025 OrientDB. All rights reserved.