Package org.teiid.internal.core.index
Interface IIndexConstants
-
public interface IIndexConstantsThis interface provides constants used by the search engine.
-
-
Field Summary
Fields Modifier and Type Field Description static intBLOCK_SIZEThe size of a block for aBlock.static charFILE_SEPARATORThe separator for files in the index file.static StringSIGNATUREThe signature of the index file.
-
-
-
Field Detail
-
SIGNATURE
static final String SIGNATURE
The signature of the index file.- See Also:
- Constant Field Values
-
FILE_SEPARATOR
static final char FILE_SEPARATOR
The separator for files in the index file.- See Also:
- Constant Field Values
-
BLOCK_SIZE
static final int BLOCK_SIZE
The size of a block for aBlock.- See Also:
- Constant Field Values
-
-