Uses of Class
com.axibase.tsd.model.data.command.AddSeriesCommand

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

Uses of AddSeriesCommand in com.axibase.tsd.client
 

Methods in com.axibase.tsd.client with parameters of type AddSeriesCommand
 boolean DataService.addSeries(AddSeriesCommand... addSeriesCommands)
           
 

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

Methods in com.axibase.tsd.model.data.command that return AddSeriesCommand
static AddSeriesCommand AddSeriesCommand.createSingle(String entityName, String metricName, long time, double value, String... tagNamesAndValues)
           
 



Copyright © 2015. All rights reserved.