Class DirectQueryProcessingPool

    • Method Detail

      • submitRunnerTask

        public <T,​V> com.google.common.util.concurrent.ListenableFuture<T> submitRunnerTask​(PrioritizedQueryRunnerCallable<T,​V> task)
        Description copied from interface: QueryProcessingPool
        Submits the query execution unit task for asynchronous execution.
        Specified by:
        submitRunnerTask in interface QueryProcessingPool
        Type Parameters:
        T - - Task result type
        V - - Query runner sequence type
        Parameters:
        task - - Task to be submitted.
        Returns:
        - Future object for tracking the task completion.
      • delegate

        public com.google.common.util.concurrent.ListeningExecutorService delegate()
        Specified by:
        delegate in class com.google.common.util.concurrent.ForwardingListeningExecutorService