Uses of Enum Class
io.trino.plugin.hive.PartitionUpdate.UpdateMode
Packages that use PartitionUpdate.UpdateMode
-
Uses of PartitionUpdate.UpdateMode in io.trino.plugin.hive
Subclasses with type arguments of type PartitionUpdate.UpdateMode in io.trino.plugin.hiveMethods in io.trino.plugin.hive that return PartitionUpdate.UpdateModeModifier and TypeMethodDescriptionPartitionUpdate.getUpdateMode()static PartitionUpdate.UpdateModeReturns the enum constant of this class with the specified name.static PartitionUpdate.UpdateMode[]PartitionUpdate.UpdateMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.hive with parameters of type PartitionUpdate.UpdateModeModifierConstructorDescriptionHiveWriter(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, Location writePath, Location targetPath, List<String> fileNames, long rowCount, long inMemoryDataSizeInBytes, long onDiskDataSizeInBytes) PartitionUpdate(String name, PartitionUpdate.UpdateMode updateMode, String writePath, String targetPath, List<String> fileNames, long rowCount, long inMemoryDataSizeInBytes, long onDiskDataSizeInBytes)