Class ChainedQuery

java.lang.Object
org.terracotta.context.query.ChainedQuery
All Implemented Interfaces:
Query

class ChainedQuery extends Object implements Query
  • Field Details

    • current

      private final Query current
    • previous

      private final Query previous
  • Constructor Details

    • ChainedQuery

      public ChainedQuery(Query previous, Query current)
  • Method Details

    • execute

      public final Set<TreeNode> execute(Set<TreeNode> input)
      Description copied from interface: Query
      Transforms the input node set in to an output node set.
      Specified by:
      execute in interface Query
      Parameters:
      input - query input node set
      Returns:
      the output node set
    • toString

      public String toString()
      Overrides:
      toString in class Object