Package org.pentaho.di.www
Class SocketPortAllocation
java.lang.Object
org.pentaho.di.www.SocketPortAllocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetPort()inthashCode()booleanvoidsetAllocated(boolean allocated) voidsetClusterRunId(String clusterRunId) voidsetLastRequested(Date lastRequested) voidsetPort(int port) voidsetSourceSlaveName(String sourceSlaveName) voidsetSourceStepCopy(String sourceStepCopy) voidsetSourceStepName(String sourceStepName) voidsetTargetSlaveName(String targetSlaveName) voidsetTargetStepCopy(String targetStepCopy) voidsetTargetStepName(String targetStepName) voidsetTransformationName(String transformationName)
-
Constructor Details
-
SocketPortAllocation
public SocketPortAllocation(int port, Date lastRequested, String clusterRunId, String transformationName, String sourceSlaveName, String sourceStepName, String sourceStepCopy, String targetSlaveName, String targetStepName, String targetStepCopy) - Parameters:
port-lastRequested-slaveName-transformationName-sourceStepName-sourceStepCopy-
-
-
Method Details
-
getPort
public int getPort()- Returns:
- the port
-
setPort
public void setPort(int port) - Parameters:
port- the port to set
-
equals
-
hashCode
public int hashCode() -
getLastRequested
- Returns:
- the lastRequested
-
setLastRequested
- Parameters:
lastRequested- the lastRequested to set
-
getTransformationName
- Returns:
- the transformationName
-
setTransformationName
- Parameters:
transformationName- the transformationName to set
-
isAllocated
public boolean isAllocated()- Returns:
- the allocated
-
setAllocated
public void setAllocated(boolean allocated) - Parameters:
allocated- the allocated to set
-
getSourceStepName
- Returns:
- the sourceStepName
-
setSourceStepName
- Parameters:
sourceStepName- the sourceStepName to set
-
getSourceStepCopy
- Returns:
- the sourceStepCopy
-
setSourceStepCopy
- Parameters:
sourceStepCopy- the sourceStepCopy to set
-
getTargetStepName
- Returns:
- the targetStepName
-
setTargetStepName
- Parameters:
targetStepName- the targetStepName to set
-
getTargetStepCopy
- Returns:
- the targetStepCopy
-
setTargetStepCopy
- Parameters:
targetStepCopy- the targetStepCopy to set
-
getSourceSlaveName
- Returns:
- the sourceSlaveName
-
setSourceSlaveName
- Parameters:
sourceSlaveName- the sourceSlaveName to set
-
getTargetSlaveName
- Returns:
- the targetSlaveName
-
setTargetSlaveName
- Parameters:
targetSlaveName- the targetSlaveName to set
-
getClusterRunId
- Returns:
- the carteObjectId
-
setClusterRunId
- Parameters:
clusterRunId- the carteObjectId to set
-