Class PassthroughSlaveServerManager

java.lang.Object
org.pentaho.di.shared.PassthroughManager<SlaveServer>
org.pentaho.di.shared.PassthroughSlaveServerManager
All Implemented Interfaces:
SlaveServerManagementInterface, SharedObjectsManagementInterface<SlaveServer>

public class PassthroughSlaveServerManager extends PassthroughManager<SlaveServer> implements SlaveServerManagementInterface
This Manager that does not cache anything. Complete passthrough to the provided SharedObjectsIO instance.
  • Constructor Details

    • PassthroughSlaveServerManager

      public PassthroughSlaveServerManager(org.pentaho.di.shared.SharedObjectsIO sharedObjectsIO)
  • Method Details

    • createSharedObjectUsingNode

      protected SlaveServer createSharedObjectUsingNode(Node node) throws org.pentaho.di.core.exception.KettleException
      Description copied from class: PassthroughManager
      This method is used to create concrete SharedObjectInterface implementation class. This will be implemented by subclasses.
      Specified by:
      createSharedObjectUsingNode in class PassthroughManager<SlaveServer>
      Parameters:
      node -
      Returns:
      Throws:
      org.pentaho.di.core.exception.KettleException