public interface PartitionLocation
| Modifier and Type | Method and Description |
|---|---|
String |
getCompositePartitionPath()
Returns the path string of directory names only for composite partition
|
String |
getEntirePartitionLocation()
Returns the string representation of this partition.
|
List<SimplePartitionLocation> |
getPartitionLocationRecursive()
Returns the list of the non-composite partitions that this partition consists of.
|
String |
getPartitionValue(int index)
Returns the value of the 'index' partition column
|
boolean |
isCompositePartition()
Returns if this is a simple or composite partition.
|
String getPartitionValue(int index)
String getEntirePartitionLocation()
List<SimplePartitionLocation> getPartitionLocationRecursive()
boolean isCompositePartition()
String getCompositePartitionPath()
Copyright © 2017 The Apache Software Foundation. All rights reserved.