Class PassthroughPartitionSchemaManager

java.lang.Object
org.pentaho.di.shared.PassthroughManager<PartitionSchema>
org.pentaho.di.shared.PassthroughPartitionSchemaManager
All Implemented Interfaces:
PartitionSchemaManagementInterface, SharedObjectsManagementInterface<PartitionSchema>

public class PassthroughPartitionSchemaManager extends PassthroughManager<PartitionSchema> implements PartitionSchemaManagementInterface
  • Field Details

    • PARTITIONSCHEMA_TYPE

      public static final String PARTITIONSCHEMA_TYPE
  • Constructor Details

    • PassthroughPartitionSchemaManager

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

    • createSharedObjectUsingNode

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