public abstract class ShowResourcePlanFormatter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ShowResourcePlanFormatter.RPFormatter
Interface to implement actual conversion to text or json of a resource plan.
|
| Constructor and Description |
|---|
ShowResourcePlanFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static ShowResourcePlanFormatter |
getFormatter(HiveConf conf) |
abstract void |
showFullResourcePlan(DataOutputStream out,
org.apache.hadoop.hive.metastore.api.WMFullResourcePlan resourcePlan) |
abstract void |
showResourcePlans(DataOutputStream out,
List<org.apache.hadoop.hive.metastore.api.WMResourcePlan> resourcePlans) |
public static ShowResourcePlanFormatter getFormatter(HiveConf conf)
public abstract void showResourcePlans(DataOutputStream out, List<org.apache.hadoop.hive.metastore.api.WMResourcePlan> resourcePlans) throws HiveException
HiveExceptionpublic abstract void showFullResourcePlan(DataOutputStream out, org.apache.hadoop.hive.metastore.api.WMFullResourcePlan resourcePlan) throws HiveException
HiveExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.