Class DistributedQueryImpl

    • Constructor Detail

      • DistributedQueryImpl

        public DistributedQueryImpl​(Broker broker,
                                    java.lang.String language,
                                    StoreQuery storeQuery)
    • Method Detail

      • execute

        public java.lang.Object execute​(java.util.Map params)
        Overrides to set the query targets via policy, if user has not already set the targets via hint explicitly on this query.
        Specified by:
        execute in interface Query
        Overrides:
        execute in class QueryImpl
      • lock

        public void lock()
        Always uses lock irrespective of super's multi-threaded settings.
        Specified by:
        lock in interface QueryContext
        Overrides:
        lock in class QueryImpl