|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |