Uses of Class
com.axibase.tsd.model.data.TimeFormat

Packages that use TimeFormat
com.axibase.tsd.client Provides classes that implement all the major Axibase Time-Series Database operations. 
com.axibase.tsd.model.data   
com.axibase.tsd.model.data.command   
 

Uses of TimeFormat in com.axibase.tsd.client
 

Methods in com.axibase.tsd.client with parameters of type TimeFormat
 List<Alert> DataService.retrieveAlerts(List<String> metricNames, List<String> entityNames, List<String> ruleNames, List<Integer> severityIds, Integer minSeverityId, TimeFormat timeFormat)
           
 

Uses of TimeFormat in com.axibase.tsd.model.data
 

Methods in com.axibase.tsd.model.data that return TimeFormat
static TimeFormat TimeFormat.newInstance(String key)
           
static TimeFormat TimeFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeFormat[] TimeFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TimeFormat in com.axibase.tsd.model.data.command
 

Methods in com.axibase.tsd.model.data.command that return TimeFormat
 TimeFormat GetSeriesQuery.getTimeFormat()
           
 TimeFormat GetPropertiesQuery.getTimeFormat()
           
 TimeFormat GetAlertQuery.getTimeFormat()
           
 

Methods in com.axibase.tsd.model.data.command with parameters of type TimeFormat
 void GetSeriesQuery.setTimeFormat(TimeFormat timeFormat)
           
 void GetPropertiesQuery.setTimeFormat(TimeFormat timeFormat)
           
 void GetAlertQuery.setTimeFormat(TimeFormat timeFormat)
           
 

Constructors in com.axibase.tsd.model.data.command with parameters of type TimeFormat
GetAlertQuery(List<String> metricNames, List<String> entityNames, List<String> ruleNames, List<Integer> severityIds, Integer minSeverityId, TimeFormat timeFormat)
           
 



Copyright © 2015. All rights reserved.