Class EmptyQuery

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

class EmptyQuery extends Object implements Query
  • Field Details

    • INSTANCE

      static final Query INSTANCE
  • Constructor Details

    • EmptyQuery

      private EmptyQuery()
  • Method Details

    • execute

      public 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