Uses of Class
io.trino.hive.thrift.metastore.WMResourcePlan
-
Uses of WMResourcePlan in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return WMResourcePlanModifier and TypeMethodDescriptionWMResourcePlan.deepCopy()WMFullResourcePlan.getPlan()WMCreateResourcePlanRequest.getResourcePlan()WMResourcePlan.setDefaultPoolPath(String defaultPoolPath) WMResourcePlan.setQueryParallelism(int queryParallelism) WMResourcePlan.setStatus(WMResourcePlanStatus status) Methods in io.trino.hive.thrift.metastore that return types with arguments of type WMResourcePlanModifier and TypeMethodDescriptionWMGetAllResourcePlanResponse.getResourcePlans()WMGetAllResourcePlanResponse.getResourcePlansIterator()Methods in io.trino.hive.thrift.metastore with parameters of type WMResourcePlanModifier and TypeMethodDescriptionvoidWMGetAllResourcePlanResponse.addToResourcePlans(WMResourcePlan elem) intWMResourcePlan.compareTo(WMResourcePlan other) booleanWMResourcePlan.equals(WMResourcePlan that) WMFullResourcePlan.setPlan(WMResourcePlan plan) WMCreateResourcePlanRequest.setResourcePlan(WMResourcePlan resourcePlan) Method parameters in io.trino.hive.thrift.metastore with type arguments of type WMResourcePlanModifier and TypeMethodDescriptionWMGetAllResourcePlanResponse.setResourcePlans(List<WMResourcePlan> resourcePlans) Constructors in io.trino.hive.thrift.metastore with parameters of type WMResourcePlanModifierConstructorDescriptionWMFullResourcePlan(WMResourcePlan plan, List<WMPool> pools) WMResourcePlan(WMResourcePlan other) Performs a deep copy on other.