Uses of Class
org.apache.blur.lucene.warmup.IndexTracerResult.FILE_TYPE

Packages that use IndexTracerResult.FILE_TYPE
org.apache.blur.lucene.warmup   
 

Uses of IndexTracerResult.FILE_TYPE in org.apache.blur.lucene.warmup
 

Methods in org.apache.blur.lucene.warmup that return IndexTracerResult.FILE_TYPE
static IndexTracerResult.FILE_TYPE IndexTracerResult.FILE_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexTracerResult.FILE_TYPE[] IndexTracerResult.FILE_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.blur.lucene.warmup with parameters of type IndexTracerResult.FILE_TYPE
 String IndexTracerResult.getFileName(IndexTracerResult.FILE_TYPE type)
           
 long IndexTracerResult.getPosition(IndexTracerResult.FILE_TYPE type)
           
 boolean IndexTracerResult.isFilePositionCaptured(IndexTracerResult.FILE_TYPE type)
           
 void IndexTracerResult.setPosition(long position, String fileName, IndexTracerResult.FILE_TYPE type)
           
 

Constructors in org.apache.blur.lucene.warmup with parameters of type IndexTracerResult.FILE_TYPE
NotSupported(IndexTracerResult.FILE_TYPE type)
           
 



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