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

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

public class BatchPropertyCommand
extends Object

Author:
Nikolay Malevanny.

Method Summary
static BatchPropertyCommand createDeleteCommand(Property... properties)
           
static BatchPropertyCommand createDeleteMatchCommand(PropertyMatcher... propertyMatchers)
           
static BatchPropertyCommand createInsertCommand(Property... properties)
           
 String getAction()
           
 List<PropertyMatcher> getMatchers()
           
 List<Property> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAction

public String getAction()

getProperties

public List<Property> getProperties()

getMatchers

public List<PropertyMatcher> getMatchers()

createInsertCommand

public static BatchPropertyCommand createInsertCommand(Property... properties)

createDeleteCommand

public static BatchPropertyCommand createDeleteCommand(Property... properties)

createDeleteMatchCommand

public static BatchPropertyCommand createDeleteMatchCommand(PropertyMatcher... propertyMatchers)


Copyright © 2015. All rights reserved.