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

java.lang.Object
  extended by com.axibase.tsd.model.data.command.AddSeriesCommand

public class AddSeriesCommand
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
AddSeriesCommand()
           
AddSeriesCommand(String entityName, String metricName, String... tagNamesAndValues)
           
 
Method Summary
 void addSeries(Series... series)
           
 void addSeries(Series series)
           
static AddSeriesCommand createSingle(String entityName, String metricName, long time, double value, String... tagNamesAndValues)
           
 List<Series> getData()
           
 String getEntityName()
           
 String getMetricName()
           
 Map<String,String> getTags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddSeriesCommand

public AddSeriesCommand()

AddSeriesCommand

public AddSeriesCommand(String entityName,
                        String metricName,
                        String... tagNamesAndValues)
Method Detail

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.