Package org.apache.solr.update
Interface TransactionLog.ChannelInputStreamOpener
- 
- Enclosing class:
 - TransactionLog
 
protected static interface TransactionLog.ChannelInputStreamOpenerOpensTransactionLog.ChannelFastInputStreamfromFileChannel. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransactionLog.ChannelFastInputStreamopen(FileChannel channel, long position)Opens aTransactionLog.ChannelFastInputStreamto read aFileChannel. 
 - 
 
- 
- 
Method Detail
- 
open
TransactionLog.ChannelFastInputStream open(FileChannel channel, long position) throws IOException
Opens aTransactionLog.ChannelFastInputStreamto read aFileChannel.- Parameters:
 position- The initial read position of theOutputStreamview of theFileChannel.- Throws:
 IOException
 
 - 
 
 -