Class DoubleWriteLogNoOP
java.lang.Object
com.orientechnologies.orient.core.storage.cache.local.doublewritelog.DoubleWriteLogNoOP
- All Implemented Interfaces:
DoubleWriteLog
Stub for double write log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidloadPage(int fileId, int pageIndex, OByteBufferPool bufferPool) voidvoidvoidvoidvoidtruncate()booleanwrite(ByteBuffer[] buffers, int[] fileId, int[] pageIndex)
-
Constructor Details
-
DoubleWriteLogNoOP
public DoubleWriteLogNoOP()
-
-
Method Details
-
write
- Specified by:
writein interfaceDoubleWriteLog
-
truncate
public void truncate()- Specified by:
truncatein interfaceDoubleWriteLog
-
open
- Specified by:
openin interfaceDoubleWriteLog
-
loadPage
- Specified by:
loadPagein interfaceDoubleWriteLog
-
restoreModeOn
- Specified by:
restoreModeOnin interfaceDoubleWriteLog- Throws:
IOException
-
restoreModeOff
public void restoreModeOff()- Specified by:
restoreModeOffin interfaceDoubleWriteLog
-
close
- Specified by:
closein interfaceDoubleWriteLog- Throws:
IOException
-
startCheckpoint
public void startCheckpoint()- Specified by:
startCheckpointin interfaceDoubleWriteLog
-
endCheckpoint
public void endCheckpoint()- Specified by:
endCheckpointin interfaceDoubleWriteLog
-