Uses of Class
org.pentaho.di.www.SlaveServerConfig

Packages that use SlaveServerConfig
org.pentaho.di.cluster   
org.pentaho.di.www   
 

Uses of SlaveServerConfig in org.pentaho.di.cluster
 

Methods in org.pentaho.di.cluster that return SlaveServerConfig
 SlaveServerConfig CarteLauncher.getConfig()
           
 

Methods in org.pentaho.di.cluster with parameters of type SlaveServerConfig
 void CarteLauncher.setConfig(SlaveServerConfig config)
           
 

Constructors in org.pentaho.di.cluster with parameters of type SlaveServerConfig
CarteLauncher(SlaveServerConfig config)
           
 

Uses of SlaveServerConfig in org.pentaho.di.www
 

Methods in org.pentaho.di.www that return SlaveServerConfig
 SlaveServerConfig Carte.getConfig()
           
static SlaveServerConfig CarteSingleton.getSlaveServerConfig()
           
 SlaveServerConfig JobMap.getSlaveServerConfig()
           
 SlaveServerConfig TransformationMap.getSlaveServerConfig()
           
 

Methods in org.pentaho.di.www with parameters of type SlaveServerConfig
static void CarteSingleton.installPurgeTimer(SlaveServerConfig config, LogChannelInterface log, TransformationMap transformationMap, JobMap jobMap)
           
static void Carte.runCarte(SlaveServerConfig config)
           
 void Carte.setConfig(SlaveServerConfig config)
           
static void CarteSingleton.setSlaveServerConfig(SlaveServerConfig slaveServerConfig)
           
 void JobMap.setSlaveServerConfig(SlaveServerConfig slaveServerConfig)
           
 void TransformationMap.setSlaveServerConfig(SlaveServerConfig slaveServerConfig)
           
 

Constructors in org.pentaho.di.www with parameters of type SlaveServerConfig
Carte(SlaveServerConfig config)