public class LocationHandle extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LocationHandle.WriteMode |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getJsonSerializableIsExistingTable() |
String |
getJsonSerializableTargetPath() |
LocationHandle.WriteMode |
getJsonSerializableWriteMode() |
String |
getJsonSerializableWritePath() |
LocationHandle.WriteMode |
getWriteMode() |
public LocationHandle(org.apache.hadoop.fs.Path targetPath,
org.apache.hadoop.fs.Path writePath,
boolean isExistingTable,
LocationHandle.WriteMode writeMode)
public LocationHandle(String targetPath, String writePath, boolean isExistingTable, LocationHandle.WriteMode writeMode)
public LocationHandle.WriteMode getWriteMode()
public String getJsonSerializableTargetPath()
public String getJsonSerializableWritePath()
public boolean getJsonSerializableIsExistingTable()
public LocationHandle.WriteMode getJsonSerializableWriteMode()
Copyright © 2012–2020. All rights reserved.