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