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