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