All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.counters.query.TimestampFormatEnum Maven / Gradle / Ivy

package com.bigdata.counters.query;

/**
 * Type-safe enum for the options used to render the timestamp of the
 * row in a history or correlated history.
 * 
 * @author Bryan
 *         Thompson
 * @version $Id$
 */
public enum TimestampFormatEnum {

    /**
     * 
     */
    dateTime,
    
    /**
     * Report the timestamp of the counter value in milliseconds since
     * the epoch (localtime).
     */
    epoch;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy