public class LocationHandle extends Object
| Constructor and Description |
|---|
LocationHandle(org.apache.hadoop.fs.Path targetPath,
Optional<org.apache.hadoop.fs.Path> writePath,
boolean isExistingTable) |
LocationHandle(String targetPath,
Optional<String> writePath,
boolean isExistingTable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getJsonSerializableIsExistingTable() |
String |
getJsonSerializableTargetPath() |
Optional<String> |
getJsonSerializableWritePath() |
public LocationHandle(org.apache.hadoop.fs.Path targetPath,
Optional<org.apache.hadoop.fs.Path> writePath,
boolean isExistingTable)
Copyright © 2012-2017. All Rights Reserved.