Uses of Class
org.pentaho.di.www.SlaveServerConfig
Packages that use SlaveServerConfig
-
Uses of SlaveServerConfig in org.pentaho.di.www
Methods in org.pentaho.di.www that return SlaveServerConfigModifier and TypeMethodDescriptionCarte.getConfig()
static SlaveServerConfig
CarteSingleton.getSlaveServerConfig()
JobMap.getSlaveServerConfig()
TransformationMap.getSlaveServerConfig()
Methods in org.pentaho.di.www with parameters of type SlaveServerConfigModifier and TypeMethodDescriptionstatic void
CarteSingleton.installPurgeTimer
(SlaveServerConfig config, org.pentaho.di.core.logging.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 SlaveServerConfigModifierConstructorDescriptionCarte
(SlaveServerConfig config) Carte
(SlaveServerConfig config, Boolean joinOverride)