Uses of Class
org.apache.drill.exec.planner.cost.NodeResource
Packages that use NodeResource
-
Uses of NodeResource in org.apache.drill.exec.planner.cost
Methods in org.apache.drill.exec.planner.cost that return NodeResourceModifier and TypeMethodDescriptionstatic NodeResource
NodeResource.create()
static NodeResource
NodeResource.create
(long cpu) static NodeResource
NodeResource.create
(long cpu, long memory) Methods in org.apache.drill.exec.planner.cost that return types with arguments of type NodeResourceModifier and TypeMethodDescriptionNodeResource.merge
(Map<CoordinationProtos.DrillbitEndpoint, NodeResource> to, Map<CoordinationProtos.DrillbitEndpoint, NodeResource> from) Methods in org.apache.drill.exec.planner.cost with parameters of type NodeResourceMethod parameters in org.apache.drill.exec.planner.cost with type arguments of type NodeResourceModifier and TypeMethodDescriptionNodeResource.merge
(Map<CoordinationProtos.DrillbitEndpoint, NodeResource> to, Map<CoordinationProtos.DrillbitEndpoint, NodeResource> from) -
Uses of NodeResource in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment that return types with arguments of type NodeResource