Uses of Class
com.axibase.tsd.model.meta.EntityGroup

Packages that use EntityGroup
com.axibase.tsd.client Provides classes that implement all the major Axibase Time-Series Database operations. 
 

Uses of EntityGroup in com.axibase.tsd.client
 

Methods in com.axibase.tsd.client that return EntityGroup
 EntityGroup MetaDataService.retrieveEntityGroup(String entityGroupName)
           
 

Methods in com.axibase.tsd.client that return types with arguments of type EntityGroup
 List<EntityGroup> MetaDataService.retrieveEntityGroups()
           
 

Methods in com.axibase.tsd.client with parameters of type EntityGroup
 boolean MetaDataService.createOrReplaceEntityGroup(EntityGroup entityGroup)
          Create an entity group with specified properties and tags or replace an existing entity group.
 boolean MetaDataService.deleteEntityGroup(EntityGroup entityGroup)
           
 boolean MetaDataService.updateEntityGroup(EntityGroup entityGroup)
          Update specified properties and tags for the given entity group.
 



Copyright © 2015. All rights reserved.