com.timeindexing.io
Interface LoadStyle


public interface LoadStyle

An enumeration of ways to load the index.


Field Summary
static LoadStyle ALL
          Load all of the index and all of the data.
static LoadStyle HOLLOW
          Load all of the index and none of the data.
static LoadStyle NONE
          Load nothing.
 

Field Detail

ALL

static final LoadStyle ALL
Load all of the index and all of the data.


HOLLOW

static final LoadStyle HOLLOW
Load all of the index and none of the data.


NONE

static final LoadStyle NONE
Load nothing.



Timeindexing 2008