|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int INLINE
public static final IndexType INLINE_DT
public static final int EXTERNAL
public static final IndexType EXTERNAL_DT
public static final int SHADOW
public static final IndexType SHADOW_DT
public static final int INCORE
public static final IndexType INCORE_DT
Method Detail |
public int value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |