Uses of Class
org.pentaho.di.www.JobMap
-
Packages that use JobMap Package Description org.pentaho.di.www -
-
Uses of JobMap in org.pentaho.di.www
Fields in org.pentaho.di.www declared as JobMap Modifier and Type Field Description protected JobMap
BaseHttpServlet. jobMap
protected JobMap
CarteDelegationHandler. jobMap
Methods in org.pentaho.di.www that return JobMap Modifier and Type Method Description JobMap
BaseHttpServlet. getJobMap()
JobMap
CarteSingleton. getJobMap()
JobMap
WebServer. getJobMap()
Methods in org.pentaho.di.www with parameters of type JobMap Modifier and Type Method Description static void
CarteSingleton. installPurgeTimer(SlaveServerConfig config, org.pentaho.di.core.logging.LogChannelInterface log, TransformationMap transformationMap, JobMap jobMap)
void
CarteSingleton. setJobMap(JobMap jobMap)
void
WebServer. setJobMap(JobMap jobMap)
void
BaseHttpServlet. setup(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections)
void
CartePluginInterface. setup(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections)
void
RegisterPackageServlet. setup(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections)
Constructors in org.pentaho.di.www with parameters of type JobMap Constructor Description AddExportServlet(JobMap jobMap, TransformationMap transformationMap)
Deprecated.AddJobServlet(JobMap jobMap, SocketRepository socketRepository)
Deprecated.BaseHttpServlet(JobMap jobMap)
BaseHttpServlet(JobMap jobMap, SocketRepository socketRepository)
BaseHttpServlet(TransformationMap transformationMap, JobMap jobMap)
CarteDelegationHandler(TransformationMap transformationMap, JobMap jobMap)
ExecuteJobServlet(JobMap jobMap)
GetJobImageServlet(JobMap jobMap)
GetJobStatusServlet(JobMap jobMap)
GetStatusServlet(TransformationMap transformationMap, JobMap jobMap)
RemoveJobServlet(JobMap jobMap)
RunJobServlet(JobMap jobMap)
StartJobServlet(JobMap jobMap)
StopJobServlet(JobMap jobMap)
WebServer(org.pentaho.di.core.logging.LogChannelInterface log, TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> slaveServers, String hostname, int port)
WebServer(org.pentaho.di.core.logging.LogChannelInterface log, TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections, String hostname, int port, boolean join)
WebServer(org.pentaho.di.core.logging.LogChannelInterface log, TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections, String hostname, int port, boolean join, String passwordFile)
WebServer(org.pentaho.di.core.logging.LogChannelInterface log, TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections, String hostname, int port, boolean join, String passwordFile, SslConfiguration sslConfig)
-