Class PartitionSchemaManager

java.lang.Object
org.pentaho.di.shared.BaseSharedObjectsManager<PartitionSchema>
org.pentaho.di.partition.PartitionSchemaManager
All Implemented Interfaces:
org.pentaho.di.core.bowl.CachingManager, PartitionSchemaManagementInterface, SharedObjectsManagementInterface<PartitionSchema>

public class PartitionSchemaManager extends BaseSharedObjectsManager<PartitionSchema> implements PartitionSchemaManagementInterface
This class uses the BaseSharedObjectManager to retrieve and save PartitionSchema objects. This is used by the UI.

This class provides the factory class to create instance of PartitionSchemaManager

  • Field Details

    • PARTITIONSCHEMA_TYPE

      public static final String PARTITIONSCHEMA_TYPE
  • Constructor Details

    • PartitionSchemaManager

      protected PartitionSchemaManager(String type, org.pentaho.di.shared.SharedObjectsIO sharedObjectsIO)
  • Method Details