Class QueueSelectionPolicyFactory
java.lang.Object
org.apache.drill.exec.resourcemgr.config.selectionpolicy.QueueSelectionPolicyFactory
Factory to return an instance of
QueueSelectionPolicy
based on the configured policy name. By default if
the configured policy name doesn't matches any supported policies then it returns BestFitQueueSelection
-
Method Summary
-
Method Details
-
createSelectionPolicy
public static QueueSelectionPolicy createSelectionPolicy(QueueSelectionPolicy.SelectionPolicy policy)
-