Package org.pentaho.di.ui.spoon
Interface PartitionSchemasProvider
-
- All Known Implementing Classes:
Spoon
public interface PartitionSchemasProvider
An interface to conceal partitions' obtaining routine.- Author:
- Andrey Khayrutdinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.pentaho.di.partition.PartitionSchema>
getPartitionSchemas(org.pentaho.di.trans.TransMeta transMeta)
List<String>
getPartitionSchemasNames(org.pentaho.di.trans.TransMeta transMeta)
-
-
-
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
-
-