com.timeindexing.index
Interface HeaderOption


public interface HeaderOption

An enumeration of the different kinds of header option.


Field Summary
static byte DATAPATH
          Data Path The path to the file that contains the data.
static HeaderOption DATAPATH_HO
           
static byte DATATYPE
          Data type
static HeaderOption DATATYPE_HO
           
static byte DESCRIPTION
          Description
static HeaderOption DESCRIPTION_HO
           
static byte INDEXPATH
          Index Path The path to the file that contains the index.
static HeaderOption INDEXPATH_HO
           
static byte IS_IN_TIME_ORDER
          Is sorted
static HeaderOption IS_IN_TIME_ORDER_HO
           
static byte NO_DATA_FILE_HEADER
          No data file header.
static HeaderOption NO_DATA_FILE_HEADER_HO
           
static byte REFERENCEMAPPING
          Reference Mapping
static HeaderOption REFERENCEMAPPING_HO
           
static byte TYPEMAPPING
          Type Mapping
static HeaderOption TYPEMAPPING_HO
           
 
Method Summary
 byte value()
           
 

Field Detail

INDEXPATH

public static final byte INDEXPATH
Index Path The path to the file that contains the index.

See Also:
Constant Field Values

INDEXPATH_HO

public static final HeaderOption INDEXPATH_HO

DATAPATH

public static final byte DATAPATH
Data Path The path to the file that contains the data.

See Also:
Constant Field Values

DATAPATH_HO

public static final HeaderOption DATAPATH_HO

DESCRIPTION

public static final byte DESCRIPTION
Description

See Also:
Constant Field Values

DESCRIPTION_HO

public static final HeaderOption DESCRIPTION_HO

DATATYPE

public static final byte DATATYPE
Data type

See Also:
Constant Field Values

DATATYPE_HO

public static final HeaderOption DATATYPE_HO

IS_IN_TIME_ORDER

public static final byte IS_IN_TIME_ORDER
Is sorted

See Also:
Constant Field Values

IS_IN_TIME_ORDER_HO

public static final HeaderOption IS_IN_TIME_ORDER_HO

NO_DATA_FILE_HEADER

public static final byte NO_DATA_FILE_HEADER
No data file header. This means that the data file will not have the usual Timeindexing header, but will start immediately with the data.

See Also:
Constant Field Values

NO_DATA_FILE_HEADER_HO

public static final HeaderOption NO_DATA_FILE_HEADER_HO

TYPEMAPPING

public static final byte TYPEMAPPING
Type Mapping

See Also:
Constant Field Values

TYPEMAPPING_HO

public static final HeaderOption TYPEMAPPING_HO

REFERENCEMAPPING

public static final byte REFERENCEMAPPING
Reference Mapping

See Also:
Constant Field Values

REFERENCEMAPPING_HO

public static final HeaderOption REFERENCEMAPPING_HO
Method Detail

value

public byte value()