Uses of Class
org.pentaho.di.core.database.PartitionDatabaseMeta

Packages that use PartitionDatabaseMeta
org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution) 
 

Uses of PartitionDatabaseMeta in org.pentaho.di.core.database
 

Methods in org.pentaho.di.core.database that return PartitionDatabaseMeta
 PartitionDatabaseMeta[] BaseDatabaseMeta.getPartitioningInformation()
           
 PartitionDatabaseMeta[] DatabaseInterface.getPartitioningInformation()
           
 PartitionDatabaseMeta[] DatabaseMeta.getPartitioningInformation()
           
 PartitionDatabaseMeta DatabaseMeta.getPartitionMeta(String partitionId)
          Finds the partition metadata for the given partition iD
 

Methods in org.pentaho.di.core.database with parameters of type PartitionDatabaseMeta
 void BaseDatabaseMeta.setPartitioningInformation(PartitionDatabaseMeta[] clusterInfo)
           
 void DatabaseInterface.setPartitioningInformation(PartitionDatabaseMeta[] partitionInfo)
           
 void DatabaseMeta.setPartitioningInformation(PartitionDatabaseMeta[] partitionInfo)