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