-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable,jetbrains.exodus.io.DataWriter
public final class WatchingFileDataWriter extends FileDataWriter
-
-
Constructor Summary
Constructors Constructor Description WatchingFileDataWriter(FileDataReader reader, String lockId)
-
Method Summary
Modifier and Type Method Description VoidremoveBlock(Long blockAddress, RemoveBlockType rbt)VoidtruncateBlock(Long blockAddress, Long length)-
Methods inherited from class jetbrains.exodus.io.WatchingFileDataWriter
lock, lockInfo, release, syncDirectory, write -
Methods inherited from class jetbrains.exodus.io.FileDataWriter
clear, close, isOpen, openOrCreateBlock, sync -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WatchingFileDataWriter
WatchingFileDataWriter(FileDataReader reader, String lockId)
-
-
Method Detail
-
removeBlock
Void removeBlock(Long blockAddress, RemoveBlockType rbt)
-
truncateBlock
Void truncateBlock(Long blockAddress, Long length)
-
-
-
-