public class PartitionUpdate extends Object
| Constructor and Description |
|---|
PartitionUpdate(String name,
boolean isNew,
org.apache.hadoop.fs.Path writePath,
org.apache.hadoop.fs.Path targetPath,
List<String> fileNames) |
PartitionUpdate(String name,
boolean isNew,
String writePath,
String targetPath,
List<String> fileNames) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFileNames() |
String |
getJsonSerializableTargetPath() |
String |
getJsonSerializableWritePath() |
String |
getName() |
org.apache.hadoop.fs.Path |
getTargetPath() |
org.apache.hadoop.fs.Path |
getWritePath() |
boolean |
isNew() |
static List<PartitionUpdate> |
mergePartitionUpdates(Iterable<PartitionUpdate> unMergedUpdates) |
String |
toString() |
public PartitionUpdate(String name, boolean isNew, String writePath, String targetPath, List<String> fileNames)
public String getName()
public boolean isNew()
public org.apache.hadoop.fs.Path getWritePath()
public org.apache.hadoop.fs.Path getTargetPath()
public String getJsonSerializableTargetPath()
public String getJsonSerializableWritePath()
public static List<PartitionUpdate> mergePartitionUpdates(Iterable<PartitionUpdate> unMergedUpdates)
Copyright © 2012-2017. All Rights Reserved.