Uses of Interface
org.apache.drill.exec.work.foreman.rm.ResourceManager
Packages that use ResourceManager
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of ResourceManager in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return ResourceManager -
Uses of ResourceManager in org.apache.drill.exec.server.rest
Methods in org.apache.drill.exec.server.rest with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic DrillRoot.QueueInfo
DrillRoot.QueueInfo.build
(ResourceManager rm) -
Uses of ResourceManager in org.apache.drill.exec.work.foreman.rm
Classes in org.apache.drill.exec.work.foreman.rm that implement ResourceManagerModifier 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.Methods in org.apache.drill.exec.work.foreman.rm that return ResourceManager