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, wait
getEntirePartitionLocation, getPartitionValue
public boolean isCompositePartition()
PartitionLocation
isCompositePartition
in interface PartitionLocation
public org.apache.hadoop.fs.Path getCompositePartitionPath()
PartitionLocation
getCompositePartitionPath
in interface PartitionLocation
public List<SimplePartitionLocation> getPartitionLocationRecursive()
PartitionLocation
getPartitionLocationRecursive
in interface PartitionLocation
Copyright © 1970 The Apache Software Foundation. All rights reserved.