org.apache.ambari.view
Interface ReadRequest.TemporalInfo

Enclosing interface:
ReadRequest

public static interface ReadRequest.TemporalInfo

Temporal query data.


Method Summary
 Long getEndTime()
          Get the end of the requested time range.
 Long getStartTime()
          Get the start of the requested time range.
 Long getStep()
          Get the requested time between each data point of the temporal data.
 

Method Detail

getStartTime

Long getStartTime()
Get the start of the requested time range. The time is given in seconds since the Unix epoch.

Returns:
the start time in seconds

getEndTime

Long getEndTime()
Get the end of the requested time range. The time is given in seconds since the Unix epoch.

Returns:
the end time in seconds

getStep

Long getStep()
Get the requested time between each data point of the temporal data. The time is given in seconds.

Returns:
the step time in seconds


Copyright © 2015 Apache Software Foundation. All rights reserved.