Class PartitionSettings
java.lang.Object
org.pentaho.di.ui.spoon.partition.PartitionSettings
- Author:
- Evgeniy_Lyakhov@epam.com
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionSettings(int exactSize, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.step.StepMeta stepMeta, PartitionSchemasProvider schemasProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidfillOptionsAndCodesByPlugins(List<org.pentaho.di.core.plugins.PluginInterface> plugins) org.pentaho.di.trans.step.StepMetagetAfter()org.pentaho.di.trans.step.StepMetaString[]getCodes()intintgetMethodByMethodDescription(String methodDescription) String[]String[]List<org.pentaho.di.partition.PartitionSchema>org.pentaho.di.trans.step.StepMetaorg.pentaho.di.trans.TransMetavoidrollback(org.pentaho.di.trans.step.StepMeta before) voidupdateMethod(String method) voidupdateMethodType(int methodType) voidupdateSchema(org.pentaho.di.partition.PartitionSchema schema)
-
Constructor Details
-
PartitionSettings
public PartitionSettings(int exactSize, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.step.StepMeta stepMeta, PartitionSchemasProvider schemasProvider)
-
-
Method Details
-
fillOptionsAndCodesByPlugins
-
getDefaultSelectedMethodIndex
public int getDefaultSelectedMethodIndex() -
getDefaultSelectedSchemaIndex
public int getDefaultSelectedSchemaIndex() -
getMethodByMethodDescription
-
getOptions
-
getCodes
-
getSchemaNames
-
getSchemaNamesArray
-
getSchemas
-
getStepMeta
public org.pentaho.di.trans.step.StepMeta getStepMeta() -
updateMethodType
public void updateMethodType(int methodType) -
updateMethod
- Throws:
org.pentaho.di.core.exception.KettlePluginException
-
updateSchema
public void updateSchema(org.pentaho.di.partition.PartitionSchema schema) -
rollback
public void rollback(org.pentaho.di.trans.step.StepMeta before) throws org.pentaho.di.core.exception.KettlePluginException - Throws:
org.pentaho.di.core.exception.KettlePluginException
-
getBefore
public org.pentaho.di.trans.step.StepMeta getBefore() -
getAfter
public org.pentaho.di.trans.step.StepMeta getAfter() -
getTransMeta
public org.pentaho.di.trans.TransMeta getTransMeta()
-