Uses of Class
io.trino.plugin.hive.PartitionUpdate.UpdateMode
-
Packages that use PartitionUpdate.UpdateMode Package Description io.trino.plugin.hive -
-
Uses of PartitionUpdate.UpdateMode in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return PartitionUpdate.UpdateMode Modifier and Type Method Description PartitionUpdate.UpdateModePartitionUpdate. getUpdateMode()static PartitionUpdate.UpdateModePartitionUpdate.UpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionUpdate.UpdateMode[]PartitionUpdate.UpdateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.plugin.hive with parameters of type PartitionUpdate.UpdateMode Constructor Description HiveWriter(FileWriter fileWriter, Optional<String> partitionName, PartitionUpdate.UpdateMode updateMode, String fileName, String writePath, String targetPath, Consumer<HiveWriter> onCommit, HiveWriterStats hiveWriterStats)PartitionUpdate(String name, PartitionUpdate.UpdateMode updateMode, String writePath, String targetPath, List<String> fileNames, long rowCount, long inMemoryDataSizeInBytes, long onDiskDataSizeInBytes)PartitionUpdate(String name, PartitionUpdate.UpdateMode updateMode, org.apache.hadoop.fs.Path writePath, org.apache.hadoop.fs.Path targetPath, List<String> fileNames, long rowCount, long inMemoryDataSizeInBytes, long onDiskDataSizeInBytes)
-