Package io.trino.plugin.hive
Class LocationHandle
- java.lang.Object
-
- io.trino.plugin.hive.LocationHandle
-
public class LocationHandle extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocationHandle.WriteMode
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetJsonSerializableIsExistingTable()StringgetJsonSerializableTargetPath()LocationHandle.WriteModegetJsonSerializableWriteMode()StringgetJsonSerializableWritePath()LocationHandle.WriteModegetWriteMode()
-
-
-
Constructor Detail
-
LocationHandle
public LocationHandle(org.apache.hadoop.fs.Path targetPath, org.apache.hadoop.fs.Path writePath, boolean isExistingTable, LocationHandle.WriteMode writeMode)
-
LocationHandle
public LocationHandle(String targetPath, String writePath, boolean isExistingTable, LocationHandle.WriteMode writeMode)
-
-
Method Detail
-
getWriteMode
public LocationHandle.WriteMode getWriteMode()
-
getJsonSerializableTargetPath
public String getJsonSerializableTargetPath()
-
getJsonSerializableWritePath
public String getJsonSerializableWritePath()
-
getJsonSerializableIsExistingTable
public boolean getJsonSerializableIsExistingTable()
-
getJsonSerializableWriteMode
public LocationHandle.WriteMode getJsonSerializableWriteMode()
-
-