org.apache.blur.lucene.warmup
Class IndexTracerResult
java.lang.Object
org.apache.blur.lucene.warmup.IndexTracerResult
public class IndexTracerResult
- extends Object
IndexTracerResult
public IndexTracerResult(String segmentName,
String field)
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.