Uses of Class
org.apache.solr.update.TransactionLog.ChannelFastInputStream
-
Packages that use TransactionLog.ChannelFastInputStream Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of TransactionLog.ChannelFastInputStream in org.apache.solr.update
Fields in org.apache.solr.update declared as TransactionLog.ChannelFastInputStream Modifier and Type Field Description protected TransactionLog.ChannelFastInputStreamTransactionLog.LogReader. fisMethods in org.apache.solr.update that return TransactionLog.ChannelFastInputStream Modifier and Type Method Description TransactionLog.ChannelFastInputStreamTransactionLog.ChannelInputStreamOpener. open(FileChannel channel, long position)Opens aTransactionLog.ChannelFastInputStreamto read aFileChannel.
-