Class NoopQueryProcessingPool

  • All Implemented Interfaces:
    com.google.common.util.concurrent.ListeningExecutorService, Executor, ExecutorService, QueryProcessingPool

    public class NoopQueryProcessingPool
    extends Object
    implements QueryProcessingPool
    Implementation of QueryProcessingPool that throws when any query execution task unit is submitted to it. It is semantically shutdown from the moment it is created, and since the shutdown methods are supposed to be idempotent, they do not throw like the execution methods