com.axibase.tsd.model.data.command
Class AddSeriesCommand
java.lang.Object
com.axibase.tsd.model.data.command.AddSeriesCommand
public class AddSeriesCommand
- extends Object
- Author:
- Nikolay Malevanny.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddSeriesCommand
public AddSeriesCommand()
AddSeriesCommand
public AddSeriesCommand(String entityName,
String metricName,
String... tagNamesAndValues)
createSingle
public static AddSeriesCommand createSingle(String entityName,
String metricName,
long time,
double value,
String... tagNamesAndValues)
getEntityName
public String getEntityName()
getMetricName
public String getMetricName()
getTags
public Map<String,String> getTags()
getData
public List<Series> getData()
addSeries
public void addSeries(Series series)
addSeries
public void addSeries(Series... series)
Copyright © 2015. All rights reserved.