org.apache.hcatalog.templeton
Class TableDesc.ClusteredByDesc

Object
  extended by TableDesc.ClusteredByDesc
Enclosing class:
TableDesc

public static class TableDesc.ClusteredByDesc
extends Object

How to cluster the table.


Field Summary
 List<String> columnNames
           
 int numberOfBuckets
           
 List<TableDesc.ClusterSortOrderDesc> sortedBy
           
 
Constructor Summary
TableDesc.ClusteredByDesc()
           
 
Method Summary
 boolean equals(Object o)
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

columnNames

public List<String> columnNames

sortedBy

public List<TableDesc.ClusterSortOrderDesc> sortedBy

numberOfBuckets

public int numberOfBuckets
Constructor Detail

TableDesc.ClusteredByDesc

public TableDesc.ClusteredByDesc()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object