Uses of Class
edu.yale.cs.hadoopdb.catalog.xml.Partition

Packages that use Partition
edu.yale.cs.hadoopdb.catalog.xml   
 

Uses of Partition in edu.yale.cs.hadoopdb.catalog.xml
 

Fields in edu.yale.cs.hadoopdb.catalog.xml with type parameters of type Partition
private  java.util.Map<Node,java.util.Map<java.lang.String,java.util.Map<java.lang.String,Partition>>> ConfigurationMapping.nodeRelationPartitionMap
           
protected  java.util.List<Partition> Relation.partitions
           
 

Methods in edu.yale.cs.hadoopdb.catalog.xml that return Partition
 Partition ObjectFactory.createPartition()
          Create an instance of Partition
 Partition ConfigurationMapping.getPartitionForNodeRelation(Node n, java.lang.String relation_id, java.lang.String partition_id)
           
 

Methods in edu.yale.cs.hadoopdb.catalog.xml that return types with arguments of type Partition
 java.util.List<Partition> Relation.getPartitions()
          Gets the value of the partitions property.