Interface DimensionQuery


  • public interface DimensionQuery
    A reusable dimension query specification.

    Objects of this class are thread safe and reusable. You can safely create the DimensionQuery once, and used it from many thread in parallel.

    • Method Detail

      • runner

        DimensionQueryRunner runner()
        Creates a per-request runner object used to execute the query.
        Returns:
        the runner object