Uses of Class
org.pentaho.di.cluster.ClusterSchema
Packages that use ClusterSchema
Package
Description
-
Uses of ClusterSchema in org.pentaho.di.cluster
Methods in org.pentaho.di.cluster that return ClusterSchemaMethods in org.pentaho.di.cluster with parameters of type ClusterSchema -
Uses of ClusterSchema in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return ClusterSchemaModifier and TypeMethodDescriptionRepository.loadClusterSchema(org.pentaho.di.repository.ObjectId id_cluster_schema, List<SlaveServer> slaveServers, String versionLabel) Methods in org.pentaho.di.repository that return types with arguments of type ClusterSchemaMethods in org.pentaho.di.repository with parameters of type ClusterSchemaModifier and TypeMethodDescriptionprotected booleanRepositoryImporter.equals(ClusterSchema clusterSchema, ClusterSchema clusterSchema2) -
Uses of ClusterSchema in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return ClusterSchemaModifier and TypeMethodDescriptionKettleFileRepository.loadClusterSchema(org.pentaho.di.repository.ObjectId id_cluster_schema, List<SlaveServer> slaveServers, String versionName) Methods in org.pentaho.di.repository.filerep with parameters of type ClusterSchemaModifier and TypeMethodDescriptionorg.pentaho.di.repository.ObjectIdKettleFileRepository.insertClusterSlave(ClusterSchema clusterSchema, SlaveServer slaveServer) -
Uses of ClusterSchema in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return ClusterSchemaModifier and TypeMethodDescriptionKettleDatabaseRepository.loadClusterSchema(org.pentaho.di.repository.ObjectId idClusterSchema, List<SlaveServer> slaveServers, String versionLabel) Methods in org.pentaho.di.repository.kdr with parameters of type ClusterSchemaModifier and TypeMethodDescriptionorg.pentaho.di.repository.ObjectIdKettleDatabaseRepository.insertClusterSlave(ClusterSchema clusterSchema, SlaveServer slaveServer) -
Uses of ClusterSchema in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return ClusterSchemaModifier and TypeMethodDescriptionKettleDatabaseRepositoryClusterSchemaDelegate.loadClusterSchema(org.pentaho.di.repository.ObjectId id_cluster_schema, List<SlaveServer> slaveServers) Methods in org.pentaho.di.repository.kdr.delegates with parameters of type ClusterSchemaModifier and TypeMethodDescriptionvoidKettleDatabaseRepositoryClusterSchemaDelegate.saveClusterSchema(ClusterSchema clusterSchema, String versionComment) voidKettleDatabaseRepositoryClusterSchemaDelegate.saveClusterSchema(ClusterSchema clusterSchema, String versionComment, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation) voidKettleDatabaseRepositoryClusterSchemaDelegate.saveClusterSchema(ClusterSchema clusterSchema, String versionComment, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation, boolean overwrite) voidKettleDatabaseRepositoryClusterSchemaDelegate.updateCluster(ClusterSchema clusterSchema) -
Uses of ClusterSchema in org.pentaho.di.trans
Fields in org.pentaho.di.trans with type parameters of type ClusterSchemaModifier and TypeFieldDescriptionprotected List<ClusterSchema>TransMeta.clusterSchemasThe list of cluster schemas associated with the transformation.Methods in org.pentaho.di.trans that return ClusterSchemaModifier and TypeMethodDescriptionTransMeta.findClusterSchema(String name) Find a clustering schema using its name.TransMeta.findFirstUsedClusterSchema()Finds the first used cluster schema.Methods in org.pentaho.di.trans that return types with arguments of type ClusterSchemaModifier and TypeMethodDescriptionTransMeta.getClusterSchemas()Gets a list of the cluster schemas used by the transformation.Methods in org.pentaho.di.trans with parameters of type ClusterSchemaModifier and TypeMethodDescriptionvoidTransMeta.addOrReplaceClusterSchema(ClusterSchema clusterSchema) Add a new cluster schema to the transformation if that didn't exist yet.booleanTransMeta.isUsingClusterSchema(ClusterSchema clusterSchema) Checks if the transformation is using the specified cluster schema.Method parameters in org.pentaho.di.trans with type arguments of type ClusterSchemaModifier and TypeMethodDescriptionvoidTransMeta.setClusterSchemas(List<ClusterSchema> clusterSchemas) Sets list of the cluster schemas used by the transformation. -
Uses of ClusterSchema in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return ClusterSchemaMethods in org.pentaho.di.trans.step with parameters of type ClusterSchemaMethod parameters in org.pentaho.di.trans.step with type arguments of type ClusterSchemaModifier and TypeMethodDescriptionvoidStepMeta.setClusterSchemaAfterLoading(List<ClusterSchema> clusterSchemas) Resolves the name of the cluster loaded from XML/Repository to the correct clusterSchema object