com.timeindexing.index
Interface IndexTimestampSelector


public interface IndexTimestampSelector

An enumeration of 2 values to enable choice between using Index timestamps or Data timestamps in Index selections and Intervals.


Field Summary
static IndexTimestampSelector DATA
          A selector for Data timestamps.
static IndexTimestampSelector INDEX
          A selector for Index timestamps.
 

Field Detail

INDEX

public static final IndexTimestampSelector INDEX
A selector for Index timestamps.


DATA

public static final IndexTimestampSelector DATA
A selector for Data timestamps.