com.axibase.tsd.model.data.command
Class BatchQuery<T>

java.lang.Object
  extended by com.axibase.tsd.model.data.command.BatchQuery<T>

public class BatchQuery<T>
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
BatchQuery(List<T> queries)
           
BatchQuery(T query, T... anotherQueries)
           
 
Method Summary
 List<T> getQueries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchQuery

public BatchQuery(T query,
                  T... anotherQueries)

BatchQuery

public BatchQuery(List<T> queries)
Method Detail

getQueries

public List<T> getQueries()


Copyright © 2015. All rights reserved.