public abstract class SimplePartitionLocation extends Object implements PartitionLocation
| Constructor and Description |
|---|
SimplePartitionLocation() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
getCompositePartitionPath()
Returns the path string of directory names only for composite partition
|
List<SimplePartitionLocation> |
getPartitionLocationRecursive()
Returns the list of the non-composite partitions that this partition consists of.
|
boolean |
isCompositePartition()
Returns if this is a simple or composite partition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntirePartitionLocation, getPartitionValuepublic boolean isCompositePartition()
PartitionLocationisCompositePartition in interface PartitionLocationpublic org.apache.hadoop.fs.Path getCompositePartitionPath()
PartitionLocationgetCompositePartitionPath in interface PartitionLocationpublic List<SimplePartitionLocation> getPartitionLocationRecursive()
PartitionLocationgetPartitionLocationRecursive in interface PartitionLocationCopyright © 2021 The Apache Software Foundation. All rights reserved.