org.apache.blur.lucene.warmup
Class IndexTracerResult

java.lang.Object
  extended by org.apache.blur.lucene.warmup.IndexTracerResult

public class IndexTracerResult
extends Object


Nested Class Summary
static class IndexTracerResult.FILE_TYPE
           
 
Constructor Summary
IndexTracerResult(String segmentName, String field)
           
 
Method Summary
 String getField()
           
 String getFileName(IndexTracerResult.FILE_TYPE type)
           
 long getPosition(IndexTracerResult.FILE_TYPE type)
           
 String getSegmentName()
           
 boolean isFilePositionCaptured(IndexTracerResult.FILE_TYPE type)
           
static IndexTracerResult read(org.apache.lucene.store.IndexInput input)
           
 void setPosition(long position, String fileName, IndexTracerResult.FILE_TYPE type)
           
 String toString()
           
 void write(org.apache.lucene.store.IndexOutput output)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexTracerResult

public IndexTracerResult(String segmentName,
                         String field)
Method Detail

read

public static IndexTracerResult read(org.apache.lucene.store.IndexInput input)
                              throws IOException
Throws:
IOException

write

public void write(org.apache.lucene.store.IndexOutput output)
           throws IOException
Throws:
IOException

setPosition

public void setPosition(long position,
                        String fileName,
                        IndexTracerResult.FILE_TYPE type)

getPosition

public long getPosition(IndexTracerResult.FILE_TYPE type)

isFilePositionCaptured

public boolean isFilePositionCaptured(IndexTracerResult.FILE_TYPE type)

getFileName

public String getFileName(IndexTracerResult.FILE_TYPE type)

getSegmentName

public String getSegmentName()

getField

public String getField()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.