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
Modifier and TypeMethodDescriptionList<org.pentaho.di.partition.PartitionSchema>
getPartitionSchemas
(org.pentaho.di.trans.TransMeta transMeta) getPartitionSchemasNames
(org.pentaho.di.trans.TransMeta transMeta)
-
Method Details
-
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
-