Package org.pentaho.di.www
Class SocketPortAllocation
java.lang.Object
org.pentaho.di.www.SocketPortAllocation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getPort()
int
hashCode()
boolean
void
setAllocated
(boolean allocated) void
setClusterRunId
(String clusterRunId) void
setLastRequested
(Date lastRequested) void
setPort
(int port) void
setSourceSlaveName
(String sourceSlaveName) void
setSourceStepCopy
(String sourceStepCopy) void
setSourceStepName
(String sourceStepName) void
setTargetSlaveName
(String targetSlaveName) void
setTargetStepCopy
(String targetStepCopy) void
setTargetStepName
(String targetStepName) void
setTransformationName
(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
-