org.gcube.indexmanagement.common
Interface IndexServiceConst


public interface IndexServiceConst

Commonly used constants.

The constants contain the location of local files. Once the Storage layer in the Diligent project is up and running, this class will be absolute.


Field Summary
static String INDEX_COLLECTION_NAME
          The name of the collection storing delta files, index state info and index statistics
static String STATISTICS_URL_EXTENSION
          The part of the URI that comes after the hostname, including port number.
 

Field Detail

STATISTICS_URL_EXTENSION

static final String STATISTICS_URL_EXTENSION
The part of the URI that comes after the hostname, including port number. The complete path includes a hostname, and cannot be a const.

See Also:
Constant Field Values

INDEX_COLLECTION_NAME

static final String INDEX_COLLECTION_NAME
The name of the collection storing delta files, index state info and index statistics

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.