public interface  oadd.org.apache.drill.exec.resourcemgr.config.ResourcePoolTree extends java.lang.Object
{
public abstract oadd.org.apache.drill.exec.resourcemgr.config.ResourcePool getRootPool();
public abstract java.util.Map getAllLeafQueues();
public abstract double getResourceShare();
public abstract oadd.org.apache.drill.exec.resourcemgr.config.QueueAssignmentResult selectAllQueues(oadd.org.apache.drill.exec.ops.QueryContext);
public abstract oadd.org.apache.drill.exec.resourcemgr.config.QueryQueueConfig selectOneQueue(oadd.org.apache.drill.exec.ops.QueryContext, oadd.org.apache.drill.exec.resourcemgr.NodeResources) throws oadd.org.apache.drill.exec.resourcemgr.config.exception.QueueSelectionException;
public abstract oadd.org.apache.drill.exec.resourcemgr.config.selectionpolicy.QueueSelectionPolicy getSelectionPolicyInUse();
}