public class DeleteDeltaLocations extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteDeltaLocations.Builder |
static class |
DeleteDeltaLocations.DeleteDeltaInfo |
| Constructor and Description |
|---|
DeleteDeltaLocations(String partitionLocation,
List<DeleteDeltaLocations.DeleteDeltaInfo> deleteDeltas) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteDeltaLocations.Builder |
builder(org.apache.hadoop.fs.Path partitionPath) |
boolean |
equals(Object o) |
List<DeleteDeltaLocations.DeleteDeltaInfo> |
getDeleteDeltas() |
String |
getPartitionLocation() |
int |
hashCode() |
String |
toString() |
public DeleteDeltaLocations(String partitionLocation, List<DeleteDeltaLocations.DeleteDeltaInfo> deleteDeltas)
public String getPartitionLocation()
public List<DeleteDeltaLocations.DeleteDeltaInfo> getDeleteDeltas()
public static DeleteDeltaLocations.Builder builder(org.apache.hadoop.fs.Path partitionPath)
Copyright © 2012–2020. All rights reserved.