| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.metastore |
| Modifier and Type | Method and Description |
|---|---|
LocationHandle.WriteMode |
LocationHandle.getJsonSerializableWriteMode() |
LocationHandle.WriteMode |
LocationService.WriteInfo.getWriteMode() |
LocationHandle.WriteMode |
LocationHandle.getWriteMode() |
static LocationHandle.WriteMode |
LocationHandle.WriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationHandle.WriteMode[] |
LocationHandle.WriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LocationHandle(org.apache.hadoop.fs.Path targetPath,
org.apache.hadoop.fs.Path writePath,
boolean isExistingTable,
LocationHandle.WriteMode writeMode) |
LocationHandle(String targetPath,
String writePath,
boolean isExistingTable,
LocationHandle.WriteMode writeMode) |
WriteInfo(org.apache.hadoop.fs.Path targetPath,
org.apache.hadoop.fs.Path writePath,
LocationHandle.WriteMode writeMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
SemiTransactionalHiveMetastore.declareIntentionToWrite(ConnectorSession session,
LocationHandle.WriteMode writeMode,
org.apache.hadoop.fs.Path stagingPathRoot,
SchemaTableName schemaTableName) |
Copyright © 2012–2020. All rights reserved.