public static class LocationService.WriteInfo extends Object
| Constructor and Description |
|---|
WriteInfo(org.apache.hadoop.fs.Path targetPath,
org.apache.hadoop.fs.Path writePath,
LocationHandle.WriteMode writeMode) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
getTargetPath()
Target path for the partition, unpartitioned table, or the query.
|
LocationHandle.WriteMode |
getWriteMode() |
org.apache.hadoop.fs.Path |
getWritePath()
Temporary path for writing to the partition, unpartitioned table or the query.
|
public WriteInfo(org.apache.hadoop.fs.Path targetPath,
org.apache.hadoop.fs.Path writePath,
LocationHandle.WriteMode writeMode)
public org.apache.hadoop.fs.Path getTargetPath()
public org.apache.hadoop.fs.Path getWritePath()
It may be the same as targetPath.
public LocationHandle.WriteMode getWriteMode()
Copyright © 2012–2020. All rights reserved.