Interface PartitionSchemasProvider

  • All Known Implementing Classes:
    Spoon

    public interface PartitionSchemasProvider
    An interface to conceal partitions' obtaining routine.
    Author:
    Andrey Khayrutdinov
    • Method Detail

      • getPartitionSchemas

        List<org.pentaho.di.partition.PartitionSchema> getPartitionSchemas​(org.pentaho.di.trans.TransMeta transMeta)
                                                                    throws org.pentaho.di.core.exception.KettleException
        Throws:
        org.pentaho.di.core.exception.KettleException
      • getPartitionSchemasNames

        List<String> getPartitionSchemasNames​(org.pentaho.di.trans.TransMeta transMeta)
                                       throws org.pentaho.di.core.exception.KettleException
        Throws:
        org.pentaho.di.core.exception.KettleException