com.timeindexing.index
Interface IndexType


public interface IndexType

This is the generic definitions for different kinds of timeindex.


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

Field Detail

INLINE_VALUE

static final int INLINE_VALUE
A inline based TimeIndex

See Also:
Constant Field Values

INLINE

static final IndexType INLINE

EXTERNAL_VALUE

static final int EXTERNAL_VALUE
A separate file based TimeIndex

See Also:
Constant Field Values

EXTERNAL

static final IndexType EXTERNAL

SHADOW_VALUE

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

See Also:
Constant Field Values

SHADOW

static final IndexType SHADOW

INCORE_VALUE

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

See Also:
Constant Field Values

INCORE

static final IndexType INCORE
Method Detail

value

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



Timeindexing 2008