Package org.pentaho.di.trans
Class SlaveStepCopyPartitionDistribution.SlaveStepCopy
java.lang.Object
org.pentaho.di.trans.SlaveStepCopyPartitionDistribution.SlaveStepCopy
- All Implemented Interfaces:
Comparable<SlaveStepCopyPartitionDistribution.SlaveStepCopy>
- Enclosing class:
- SlaveStepCopyPartitionDistribution
public class SlaveStepCopyPartitionDistribution.SlaveStepCopy
extends Object
implements Comparable<SlaveStepCopyPartitionDistribution.SlaveStepCopy>
-
Constructor Summary
ConstructorsConstructorDescriptionSlaveStepCopy(String slaveServerName, String partitionSchemaName, int stepCopyNr) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanintinthashCode()voidsetSlaveServerName(String slaveServerName) voidsetStepCopyNr(int stepCopyNr) voidsetStepName(String partitionSchemaName) toString()
-
Constructor Details
-
SlaveStepCopy
- Parameters:
slaveServerName-partitionSchemaName-stepCopyNr-
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<SlaveStepCopyPartitionDistribution.SlaveStepCopy>
-
getSlaveServerName
- Returns:
- the slaveServerName
-
setSlaveServerName
- Parameters:
slaveServerName- the slaveServerName to set
-
getPartitionSchemaName
- Returns:
- the partition schema name
-
setStepName
- Parameters:
partitionSchemaName- the partition schema name to set
-
getStepCopyNr
public int getStepCopyNr()- Returns:
- the stepCopyNr
-
setStepCopyNr
public void setStepCopyNr(int stepCopyNr) - Parameters:
stepCopyNr- the stepCopyNr to set
-