org.teiid.internal.core.index
Interface IIndexConstants


public interface IIndexConstants

This interface provides constants used by the search engine.


Field Summary
static int BLOCK_SIZE
          The size of a block for a Block.
static char FILE_SEPARATOR
          The separator for files in the index file.
static java.lang.String SIGNATURE
          The signature of the index file.
 

Field Detail

SIGNATURE

static final java.lang.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 a Block.

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.