Uses of Interface
org.terracotta.context.query.Query

Packages that use Query
org.terracotta.context   
org.terracotta.context.extended   
org.terracotta.context.query   
 

Uses of Query in org.terracotta.context
 

Methods in org.terracotta.context with parameters of type Query
 Set<TreeNode> ContextManager.query(Query query)
          Run the supplied Query against this ContextManager's root context.
 TreeNode ContextManager.queryForSingleton(Query query)
          Return the unique node selected by running this query against this ContextManager's root context.
 

Uses of Query in org.terracotta.context.extended
 

Methods in org.terracotta.context.extended that return Query
 Query OperationType.context()
          Query that select context nodes for this statistic.
 

Uses of Query in org.terracotta.context.query
 

Methods in org.terracotta.context.query that return Query
 Query QueryBuilder.build()
          Returns a query that represents the currently assembled transformation.
static Query Queries.children()
          Creates a query selecting all children.
static Query Queries.descendants()
          Creates a query selecting all descendants.
static Query Queries.self()
          Creates a query selecting self.
 

Methods in org.terracotta.context.query with parameters of type Query
 QueryBuilder QueryBuilder.chain(Query query)
          Applies the given query on the currently selected node set.
 



Copyright © 2015. All Rights Reserved.