| Package | Description |
|---|---|
| com.facebook.presto.hive |
| Modifier and Type | Method and Description |
|---|---|
PartitionUpdate.UpdateMode |
PartitionUpdate.getUpdateMode() |
static PartitionUpdate.UpdateMode |
PartitionUpdate.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.
|
| Constructor and Description |
|---|
HiveWriter(HiveFileWriter fileWriter,
Optional<String> partitionName,
PartitionUpdate.UpdateMode updateMode,
PartitionUpdate.FileWriteInfo fileWriteInfo,
String writePath,
String targetPath,
Consumer<HiveWriter> onCommit,
HiveWriterStats hiveWriterStats,
boolean writeTempData) |
PartitionUpdate(String name,
PartitionUpdate.UpdateMode updateMode,
Path writePath,
Path targetPath,
List<PartitionUpdate.FileWriteInfo> fileWriteInfos,
long rowCount,
long inMemoryDataSizeInBytes,
long onDiskDataSizeInBytes,
boolean containsNumberedFileNames) |
PartitionUpdate(String name,
PartitionUpdate.UpdateMode updateMode,
String writePath,
String targetPath,
List<PartitionUpdate.FileWriteInfo> fileWriteInfos,
long rowCount,
long inMemoryDataSizeInBytes,
long onDiskDataSizeInBytes,
boolean containsNumberedFileNames) |
Copyright © 2012–2023. All rights reserved.