Package org.apache.solr.update
Interface TransactionLog.OutputStreamOpener
-
- Enclosing class:
- TransactionLog
protected static interface TransactionLog.OutputStreamOpener
OpensOutputStream
fromFileChannel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStream
open(FileChannel channel, long position)
Opens anOutputStream
to write in aFileChannel
.
-
-
-
Method Detail
-
open
OutputStream open(FileChannel channel, long position) throws IOException
Opens anOutputStream
to write in aFileChannel
.- Parameters:
position
- The initial write position of theOutputStream
view of theFileChannel
.- Throws:
IOException
-
-