Class PassthroughClusterSchemaManager

java.lang.Object
org.pentaho.di.shared.PassthroughManager<ClusterSchema>
org.pentaho.di.shared.PassthroughClusterSchemaManager
All Implemented Interfaces:
ClusterSchemaManagementInterface, SharedObjectsManagementInterface<ClusterSchema>

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

  • Method Details

    • createSharedObjectUsingNode

      protected ClusterSchema 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<ClusterSchema>
      Parameters:
      node -
      Returns:
      Throws:
      org.pentaho.di.core.exception.KettleException