Uses of Class
io.trino.plugin.hive.LocationHandle.WriteMode
-
Packages that use LocationHandle.WriteMode Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore -
-
Uses of LocationHandle.WriteMode in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return LocationHandle.WriteMode Modifier and Type Method Description LocationHandle.WriteModeLocationHandle. getJsonSerializableWriteMode()LocationHandle.WriteModeLocationHandle. getWriteMode()LocationHandle.WriteModeLocationService.WriteInfo. getWriteMode()static LocationHandle.WriteModeLocationHandle.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.Constructors in io.trino.plugin.hive with parameters of type LocationHandle.WriteMode Constructor Description LocationHandle(String targetPath, String writePath, boolean isExistingTable, LocationHandle.WriteMode writeMode)LocationHandle(org.apache.hadoop.fs.Path targetPath, org.apache.hadoop.fs.Path writePath, boolean isExistingTable, LocationHandle.WriteMode writeMode)WriteInfo(org.apache.hadoop.fs.Path targetPath, org.apache.hadoop.fs.Path writePath, LocationHandle.WriteMode writeMode) -
Uses of LocationHandle.WriteMode in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore with parameters of type LocationHandle.WriteMode Modifier and Type Method Description voidSemiTransactionalHiveMetastore. declareIntentionToWrite(ConnectorSession session, LocationHandle.WriteMode writeMode, org.apache.hadoop.fs.Path stagingPathRoot, SchemaTableName schemaTableName)
-