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