com.timeindexing.index
Interface DataStyle


public interface DataStyle

Data style contants.


Field Summary
static int EXTERNAL
          Data is kept external to the index.
static int INCORE
          Data is kept incore with the index.
static int INLINE
          Data is kept inline in the index.
 

Field Detail

INCORE

public static final int INCORE
Data is kept incore with the index.

See Also:
Constant Field Values

INLINE

public static final int INLINE
Data is kept inline in the index.

See Also:
Constant Field Values

EXTERNAL

public static final int EXTERNAL
Data is kept external to the index.

See Also:
Constant Field Values