org.apache.lucene.index
Class SortedBytesMergeUtils.IndexOutputBytesRefConsumer
java.lang.Object
org.apache.lucene.index.SortedBytesMergeUtils.IndexOutputBytesRefConsumer
- All Implemented Interfaces:
- SortedBytesMergeUtils.BytesRefConsumer
- Enclosing class:
- SortedBytesMergeUtils
public static final class SortedBytesMergeUtils.IndexOutputBytesRefConsumer
- extends Object
- implements SortedBytesMergeUtils.BytesRefConsumer
Method Summary |
void |
consume(BytesRef currentMergedBytes,
int ord,
long offset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedBytesMergeUtils.IndexOutputBytesRefConsumer
public SortedBytesMergeUtils.IndexOutputBytesRefConsumer(IndexOutput datOut)
consume
public void consume(BytesRef currentMergedBytes,
int ord,
long offset)
throws IOException
- Specified by:
consume
in interface SortedBytesMergeUtils.BytesRefConsumer
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.