public abstract class SimplePartitionLocation extends Object implements PartitionLocation
| Constructor and Description |
|---|
SimplePartitionLocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
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 String getCompositePartitionPath()
PartitionLocationgetCompositePartitionPath in interface PartitionLocationpublic List<SimplePartitionLocation> getPartitionLocationRecursive()
PartitionLocationgetPartitionLocationRecursive in interface PartitionLocationCopyright © 2017 The Apache Software Foundation. All rights reserved.