org.pentaho.di.cluster
Class CarteLauncher
java.lang.Object
org.pentaho.di.cluster.CarteLauncher
- All Implemented Interfaces:
- Runnable
public class CarteLauncher
- extends Object
- implements Runnable
CarteLauncher
public CarteLauncher()
CarteLauncher
public CarteLauncher(String hostname,
int port)
CarteLauncher
public CarteLauncher(SlaveServerConfig config)
run
public void run()
- Specified by:
run
in interface Runnable
getCarte
public Carte getCarte()
- Returns:
- the carte
setCarte
public void setCarte(Carte carte)
- Parameters:
carte
- the carte to set
getException
public Exception getException()
- Returns:
- the exception
setException
public void setException(Exception exception)
- Parameters:
exception
- the exception to set
isFailure
public boolean isFailure()
- Returns:
- the failure
setFailure
public void setFailure(boolean failure)
- Parameters:
failure
- the failure to set
getConfig
public SlaveServerConfig getConfig()
- Returns:
- the config
setConfig
public void setConfig(SlaveServerConfig config)
- Parameters:
config
- the config to set