Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.add_partition_with_environment_context_result
-
Uses of ThriftHiveMetastore.add_partition_with_environment_context_result in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.add_partition_with_environment_context_resultModifier and TypeMethodDescriptionThriftHiveMetastore.add_partition_with_environment_context_result.deepCopy()ThriftHiveMetastore.Processor.add_partition_with_environment_context.getResult(I iface, ThriftHiveMetastore.add_partition_with_environment_context_args args) ThriftHiveMetastore.add_partition_with_environment_context_result.setO1(InvalidObjectException o1) ThriftHiveMetastore.add_partition_with_environment_context_result.setO2(AlreadyExistsException o2) ThriftHiveMetastore.add_partition_with_environment_context_result.setO3(MetaException o3) ThriftHiveMetastore.add_partition_with_environment_context_result.setSuccess(Partition success) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.add_partition_with_environment_context_resultModifier and TypeMethodDescriptionintThriftHiveMetastore.add_partition_with_environment_context_result.compareTo(ThriftHiveMetastore.add_partition_with_environment_context_result other) booleanThriftHiveMetastore.add_partition_with_environment_context_result.equals(ThriftHiveMetastore.add_partition_with_environment_context_result that) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.add_partition_with_environment_context_resultModifierConstructorDescriptionadd_partition_with_environment_context_result(ThriftHiveMetastore.add_partition_with_environment_context_result other) Performs a deep copy on other.