Uses of Enum Class
io.trino.plugin.hive.LocationHandle.WriteMode
Packages that use LocationHandle.WriteMode
-
Uses of LocationHandle.WriteMode in io.trino.plugin.hive
Subclasses with type arguments of type LocationHandle.WriteMode in io.trino.plugin.hiveMethods 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 that return LocationHandle.WriteModeModifier and TypeMethodDescriptionSemiTransactionalHiveMetastore.DeclaredIntentionToWrite.mode()Returns the value of themoderecord component.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) Constructors in io.trino.plugin.hive.metastore with parameters of type LocationHandle.WriteModeModifierConstructorDescriptionDeclaredIntentionToWrite(String declarationId, LocationHandle.WriteMode mode, ConnectorIdentity identity, String queryId, Location rootPath, SchemaTableName schemaTableName) Creates an instance of aDeclaredIntentionToWriterecord class.