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

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

Uses of Entity in com.axibase.tsd.client
 

Methods in com.axibase.tsd.client that return Entity
 Entity MetaDataService.retrieveEntity(String entityName)
           
 

Methods in com.axibase.tsd.client that return types with arguments of type Entity
 List<Entity> MetaDataService.retrieveEntities(Boolean active, String expression, TagAppender tagAppender, Integer limit)
           
 List<Entity> MetaDataService.retrieveGroupEntities(String entityGroupName)
           
 List<Entity> MetaDataService.retrieveGroupEntities(String entityGroupName, Boolean active, String expression, TagAppender tagAppender, Integer limit)
           
 

Methods in com.axibase.tsd.client with parameters of type Entity
 boolean MetaDataService.addGroupEntities(String entityGroupName, Boolean createEntities, Entity... entities)
          Add specified entities to entity group.
 boolean MetaDataService.deleteEntity(Entity entity)
           
 boolean MetaDataService.deleteGroupEntities(String entityGroupName, Entity... entities)
          Delete entities from entity group.
 boolean MetaDataService.replaceGroupEntities(String entityGroupName, Boolean createEntities, Entity... entities)
          Replace entities in the entity group with the specified collection.
 boolean MetaDataService.updateEntity(Entity entity)
           
 

Uses of Entity in com.axibase.tsd.model.meta.command
 

Fields in com.axibase.tsd.model.meta.command with type parameters of type Entity
protected  List<Entity> AbstractEntitiesCommand.entities
           
 

Methods in com.axibase.tsd.model.meta.command that return types with arguments of type Entity
 List<Entity> AbstractEntitiesCommand.getEntities()
           
 

Constructor parameters in com.axibase.tsd.model.meta.command with type arguments of type Entity
AddEntitiesCommand(Boolean createEntities, List<Entity> entities)
           
DeleteEntitiesCommand(List<Entity> entities)
           
 



Copyright © 2015. All rights reserved.