Uses of Interface
org.apache.drill.exec.work.foreman.rm.ResourceManager
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of ResourceManager in org.apache.drill.exec.server
-
Uses of ResourceManager in org.apache.drill.exec.server.rest
Modifier and TypeMethodDescriptionstatic DrillRoot.QueueInfo
DrillRoot.QueueInfo.build
(ResourceManager rm) -
Uses of ResourceManager in org.apache.drill.exec.work.foreman.rm
Modifier and TypeClassDescriptionclass
Abstract base class for a resource manager.class
Represents a default resource manager for clusters that do not provide query queues.class
class
Wrapper around the default and/or distributed resource managers to allow dynamically enabling and disabling queueing.class
Global resource manager that provides basic admission control (AC) via a configured queue: either the Zookeeper-based distributed queue or the in-process embedded Drillbit queue.