org.apache.hcatalog.templeton
Class PartitionDesc

Object
  extended by GroupPermissionsDesc
      extended by PartitionDesc

public class PartitionDesc
extends GroupPermissionsDesc

A description of the partition to create.


Field Summary
 boolean ifNotExists
           
 String location
           
 String partition
           
 
Fields inherited from class GroupPermissionsDesc
group, permissions
 
Constructor Summary
PartitionDesc()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class GroupPermissionsDesc
equals, xequals, xequals, xequals, xequals
 
Methods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

partition

public String partition

location

public String location

ifNotExists

public boolean ifNotExists
Constructor Detail

PartitionDesc

public PartitionDesc()
Method Detail

toString

public String toString()
Overrides:
toString in class Object