Uses of Class
org.pentaho.di.cluster.ClusterSchema

Packages that use ClusterSchema
org.pentaho.di.cluster   
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 ClusterSchema in org.pentaho.di.cluster
 

Methods in org.pentaho.di.cluster that return ClusterSchema
 ClusterSchema ClusterSchema.clone()
           
 

Methods in org.pentaho.di.cluster with parameters of type ClusterSchema
 void ClusterSchema.replaceMeta(ClusterSchema clusterSchema)
           
 

Uses of ClusterSchema in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository with parameters of type ClusterSchema
 long Repository.insertCluster(ClusterSchema clusterSchema)
           
 long Repository.insertClusterSlave(ClusterSchema clusterSchema, SlaveServer slaveServer)
           
 

Uses of ClusterSchema in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return ClusterSchema
 ClusterSchema TransMeta.findClusterSchema(String name)
          Find a clustering schema using its name
 ClusterSchema TransMeta.findFirstUsedClusterSchema()
           
 

Methods in org.pentaho.di.trans that return types with arguments of type ClusterSchema
 List<ClusterSchema> TransMeta.getClusterSchemas()
           
 

Methods in org.pentaho.di.trans with parameters of type ClusterSchema
 void TransMeta.addOrReplaceClusterSchema(ClusterSchema clusterSchema)
          Add a new cluster schema to the transformation if that didn't exist yet.
 boolean TransMeta.isUsingClusterSchema(ClusterSchema clusterSchema)
           
 

Method parameters in org.pentaho.di.trans with type arguments of type ClusterSchema
 void TransMeta.setClusterSchemas(List<ClusterSchema> clusterSchemas)
           
 

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

Methods in org.pentaho.di.trans.step that return ClusterSchema
 ClusterSchema StepMeta.getClusterSchema()
           
 

Methods in org.pentaho.di.trans.step with parameters of type ClusterSchema
 void StepMeta.setClusterSchema(ClusterSchema clusterSchema)
           
 

Method parameters in org.pentaho.di.trans.step with type arguments of type ClusterSchema
 void StepMeta.setClusterSchemaAfterLoading(List<ClusterSchema> clusterSchemas)
          Resolves the name of the cluster loaded from XML/Repository to the correct clusterSchema object