Package org.pentaho.di.cluster
Class ClusterSchemaManager.ClusterSchemaManagerFactory
java.lang.Object
org.pentaho.di.cluster.ClusterSchemaManager.ClusterSchemaManagerFactory
- All Implemented Interfaces:
org.pentaho.di.core.bowl.ManagerFactory<ClusterSchemaManagementInterface>
- Enclosing class:
ClusterSchemaManager
public static class ClusterSchemaManager.ClusterSchemaManagerFactory
extends Object
implements org.pentaho.di.core.bowl.ManagerFactory<ClusterSchemaManagementInterface>
Factory for the ClusterSchemaManager. This factory class is registered with BowlFactory registry
during the initialization in KettleEnvironment
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClusterSchemaManagerFactory
public ClusterSchemaManagerFactory()
-
-
Method Details
-
apply
public ClusterSchemaManagementInterface apply(org.pentaho.di.core.bowl.Bowl bowl) throws org.pentaho.di.core.exception.KettleException - Specified by:
applyin interfaceorg.pentaho.di.core.bowl.ManagerFactory<ClusterSchemaManagementInterface>- Throws:
org.pentaho.di.core.exception.KettleException
-