Uses of Class
io.trino.hive.thrift.metastore.WMNullablePool
-
Uses of WMNullablePool in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return WMNullablePoolModifier and TypeMethodDescriptionWMNullablePool.deepCopy()WMAlterPoolRequest.getPool()WMNullablePool.setAllocFraction(double allocFraction) WMNullablePool.setIsSetSchedulingPolicy(boolean isSetSchedulingPolicy) WMNullablePool.setPoolPath(String poolPath) WMNullablePool.setQueryParallelism(int queryParallelism) WMNullablePool.setResourcePlanName(String resourcePlanName) WMNullablePool.setSchedulingPolicy(String schedulingPolicy) Methods in io.trino.hive.thrift.metastore with parameters of type WMNullablePoolModifier and TypeMethodDescriptionintWMNullablePool.compareTo(WMNullablePool other) booleanWMNullablePool.equals(WMNullablePool that) WMAlterPoolRequest.setPool(WMNullablePool pool) Constructors in io.trino.hive.thrift.metastore with parameters of type WMNullablePoolModifierConstructorDescriptionWMNullablePool(WMNullablePool other) Performs a deep copy on other.