com.timeindexing.index
Interface IndexType


public interface IndexType

This is the generic definitions for different kinds of timeindex.


Field Summary
static int EXTERNAL
          A separate file based TimeIndex
static IndexType EXTERNAL_DT
           
static int INCORE
          An incore based TimeIndex, which has no storage capabilities.
static IndexType INCORE_DT
           
static int INLINE
          A inline based TimeIndex
static IndexType INLINE_DT
           
static int SHADOW
          A separate file based TimeIndex that writes no data only the idnex.
static IndexType SHADOW_DT
           
 
Method Summary
 int value()
          The value for this instance of the enumeration.
 

Field Detail

INLINE

public static final int INLINE
A inline based TimeIndex

See Also:
Constant Field Values

INLINE_DT

public static final IndexType INLINE_DT

EXTERNAL

public static final int EXTERNAL
A separate file based TimeIndex

See Also:
Constant Field Values

EXTERNAL_DT

public static final IndexType EXTERNAL_DT

SHADOW

public static final int SHADOW
A separate file based TimeIndex that writes no data only the idnex.

See Also:
Constant Field Values

SHADOW_DT

public static final IndexType SHADOW_DT

INCORE

public static final int INCORE
An incore based TimeIndex, which has no storage capabilities.

See Also:
Constant Field Values

INCORE_DT

public static final IndexType INCORE_DT
Method Detail

value

public int value()
The value for this instance of the enumeration.