Package org.apache.solr.update
Interface TransactionLog.OutputStreamOpener
- Enclosing class:
TransactionLog
protected static interface TransactionLog.OutputStreamOpener
Opens
OutputStream from FileChannel.-
Method Summary
Modifier and TypeMethodDescriptionopen(FileChannel channel, long position) Opens anOutputStreamto write in aFileChannel.
-
Method Details
-
open
Opens anOutputStreamto write in aFileChannel.- Parameters:
position- The initial write position of theOutputStreamview of theFileChannel.- Throws:
IOException
-