Uses of Enum Class
io.trino.plugin.hive.LocationHandle.WriteMode
Packages that use LocationHandle.WriteMode
-
Uses of LocationHandle.WriteMode in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return LocationHandle.WriteModeModifier and TypeMethodDescriptionLocationHandle.getJsonSerializableWriteMode()LocationHandle.getWriteMode()static LocationHandle.WriteModeReturns the enum constant of this class with the specified name.static LocationHandle.WriteMode[]LocationHandle.WriteMode.values()Returns an array containing the constants of this enum class, in the order they are declared.LocationService.WriteInfo.writeMode()Returns the value of thewriteModerecord component.Constructors in io.trino.plugin.hive with parameters of type LocationHandle.WriteModeModifierConstructorDescriptionLocationHandle(Location targetPath, Location writePath, LocationHandle.WriteMode writeMode) LocationHandle(String targetPath, String writePath, LocationHandle.WriteMode writeMode) WriteInfo(Location targetPath, Location writePath, LocationHandle.WriteMode writeMode) Creates an instance of aWriteInforecord class. -
Uses of LocationHandle.WriteMode in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore with parameters of type LocationHandle.WriteModeModifier and TypeMethodDescriptionSemiTransactionalHiveMetastore.declareIntentionToWrite(ConnectorSession session, LocationHandle.WriteMode writeMode, Location stagingPathRoot, SchemaTableName schemaTableName)