Class NotEqualSelector

java.lang.Object
org.apache.drill.exec.resourcemgr.config.selectors.AbstractResourcePoolSelector
org.apache.drill.exec.resourcemgr.config.selectors.NotEqualSelector
All Implemented Interfaces:
ResourcePoolSelector

public class NotEqualSelector extends AbstractResourcePoolSelector
Simple selector whose value is another Simple or Complex Selectors. It does NOT of result of its child selector configured with it to evaluate if a query can be admitted to it's ResourcePool or not. Example configuration is of form:
 selector: {
   not_equal: {tag: "BITool"}
 }