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 TypeMethodDescriptionvoid
fillOptionsAndCodesByPlugins
(List<org.pentaho.di.core.plugins.PluginInterface> plugins) org.pentaho.di.trans.step.StepMeta
getAfter()
org.pentaho.di.trans.step.StepMeta
String[]
getCodes()
int
int
getMethodByMethodDescription
(String methodDescription) String[]
String[]
List<org.pentaho.di.partition.PartitionSchema>
org.pentaho.di.trans.step.StepMeta
org.pentaho.di.trans.TransMeta
void
rollback
(org.pentaho.di.trans.step.StepMeta before) void
updateMethod
(String method) void
updateMethodType
(int methodType) void
updateSchema
(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()
-