org.apache.lucene.index
Class SortedBytesMergeUtils.IndexOutputBytesRefConsumer

java.lang.Object
  extended by 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


Constructor Summary
SortedBytesMergeUtils.IndexOutputBytesRefConsumer(IndexOutput datOut)
           
 
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
 

Constructor Detail

SortedBytesMergeUtils.IndexOutputBytesRefConsumer

public SortedBytesMergeUtils.IndexOutputBytesRefConsumer(IndexOutput datOut)
Method Detail

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.