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

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


HOLLOW

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


NONE

public static final LoadStyle NONE
Load nothing.