| Package | Description |
|---|---|
| io.prestosql.plugin.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,
String fileName,
String writePath,
String targetPath,
Consumer<HiveWriter> onCommit,
HiveWriterStats hiveWriterStats) |
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) |
PartitionUpdate(String name,
PartitionUpdate.UpdateMode updateMode,
String writePath,
String targetPath,
List<String> fileNames,
long rowCount,
long inMemoryDataSizeInBytes,
long onDiskDataSizeInBytes) |
Copyright © 2012–2019. All rights reserved.