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
Constructors Constructor Description SlaveStepCopy(String slaveServerName, String partitionSchemaName, int stepCopyNr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SlaveStepCopyPartitionDistribution.SlaveStepCopy o)
boolean
equals(Object obj)
String
getPartitionSchemaName()
String
getSlaveServerName()
int
getStepCopyNr()
int
hashCode()
void
setSlaveServerName(String slaveServerName)
void
setStepCopyNr(int stepCopyNr)
void
setStepName(String partitionSchemaName)
String
toString()
-
-
-
Method Detail
-
compareTo
public int compareTo(SlaveStepCopyPartitionDistribution.SlaveStepCopy o)
- Specified by:
compareTo
in interfaceComparable<SlaveStepCopyPartitionDistribution.SlaveStepCopy>
-
getSlaveServerName
public String getSlaveServerName()
- Returns:
- the slaveServerName
-
setSlaveServerName
public void setSlaveServerName(String slaveServerName)
- Parameters:
slaveServerName
- the slaveServerName to set
-
getPartitionSchemaName
public String getPartitionSchemaName()
- Returns:
- the partition schema name
-
setStepName
public void setStepName(String partitionSchemaName)
- 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
-
-