Uses of Class
org.pentaho.di.partition.PartitionSchema

Packages that use PartitionSchema
org.pentaho.di.partition   
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
 

Uses of PartitionSchema in org.pentaho.di.partition
 

Methods in org.pentaho.di.partition with parameters of type PartitionSchema
 void PartitionSchema.replaceMeta(PartitionSchema partitionSchema)
           
 

Uses of PartitionSchema in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository with parameters of type PartitionSchema
 long Repository.insertPartitionSchema(PartitionSchema partitionSchema)
           
 void Repository.updatePartitionSchema(PartitionSchema partitionSchema)
           
 

Uses of PartitionSchema in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return PartitionSchema
 PartitionSchema TransMeta.findPartitionSchema(String name)
          Find a partition schema using its name.
 

Methods in org.pentaho.di.trans that return types with arguments of type PartitionSchema
 List<PartitionSchema> SlaveStepCopyPartitionDistribution.getOriginalPartitionSchemas()
           
 List<PartitionSchema> TransMeta.getPartitionSchemas()
           
 

Methods in org.pentaho.di.trans with parameters of type PartitionSchema
 void TransMeta.addOrReplacePartitionSchema(PartitionSchema partitionSchema)
          Add a new partition schema to the transformation if that didn't exist yet.
 boolean TransMeta.isUsingPartitionSchema(PartitionSchema partitionSchema)
           
 

Method parameters in org.pentaho.di.trans with type arguments of type PartitionSchema
 void SlaveStepCopyPartitionDistribution.setOriginalPartitionSchemas(List<PartitionSchema> originalPartitionSchemas)
           
 void TransMeta.setPartitionSchemas(List<PartitionSchema> partitionSchemas)
           
 

Uses of PartitionSchema in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return PartitionSchema
 PartitionSchema StepPartitioningMeta.getPartitionSchema()
           
 

Methods in org.pentaho.di.trans.step with parameters of type PartitionSchema
 void StepPartitioningMeta.setPartitionSchema(PartitionSchema partitionSchema)
           
 

Method parameters in org.pentaho.di.trans.step with type arguments of type PartitionSchema
 void StepPartitioningMeta.setPartitionSchemaAfterLoading(List<PartitionSchema> partitionSchemas)
          Set the partitioning schema after loading from XML or repository
 

Constructors in org.pentaho.di.trans.step with parameters of type PartitionSchema
StepPartitioningMeta(String method, PartitionSchema partitionSchema)
           
 

Constructor parameters in org.pentaho.di.trans.step with type arguments of type PartitionSchema
StepMeta(Repository rep, long id_step, List<org.pentaho.di.core.database.DatabaseMeta> databases, Map<String,org.pentaho.di.core.Counter> counters, List<PartitionSchema> partitionSchemas)
          Create a new step by loading the metadata from the specified repository.