|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final int INLINE_VALUE
static final IndexType INLINE
static final int EXTERNAL_VALUE
static final IndexType EXTERNAL
static final int SHADOW_VALUE
static final IndexType SHADOW
static final int INCORE_VALUE
static final IndexType INCORE
| Method Detail |
|---|
int value()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||