com.axibase.tsd.plain
Class MultipleInsertCommand

java.lang.Object
  extended by com.axibase.tsd.plain.AbstractInsertCommand
      extended by com.axibase.tsd.plain.MultipleInsertCommand
All Implemented Interfaces:
PlainCommand

public class MultipleInsertCommand
extends AbstractInsertCommand

Author:
Nikolay Malevanny.

Field Summary
 
Fields inherited from class com.axibase.tsd.plain.AbstractInsertCommand
entityName, tags
 
Constructor Summary
MultipleInsertCommand(String entityName, long time, Map<String,String> tags, Map<String,Double> metricsAndValues)
           
 
Method Summary
protected  void appendValues(StringBuilder sb)
           
 
Methods inherited from class com.axibase.tsd.plain.AbstractInsertCommand
appendKeysAndValues, clean, compose, normalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleInsertCommand

public MultipleInsertCommand(String entityName,
                             long time,
                             Map<String,String> tags,
                             Map<String,Double> metricsAndValues)
Method Detail

appendValues

protected void appendValues(StringBuilder sb)
Specified by:
appendValues in class AbstractInsertCommand


Copyright © 2015. All rights reserved.