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 JobMapBaseHttpServlet. jobMapprotected JobMapCarteDelegationHandler. jobMapMethods in org.pentaho.di.www that return JobMap Modifier and Type Method Description JobMapBaseHttpServlet. getJobMap()JobMapCarteSingleton. getJobMap()JobMapWebServer. getJobMap()Methods in org.pentaho.di.www with parameters of type JobMap Modifier and Type Method Description static voidCarteSingleton. installPurgeTimer(SlaveServerConfig config, org.pentaho.di.core.logging.LogChannelInterface log, TransformationMap transformationMap, JobMap jobMap)voidCarteSingleton. setJobMap(JobMap jobMap)voidWebServer. setJobMap(JobMap jobMap)voidBaseHttpServlet. setup(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections)voidCartePluginInterface. setup(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections)voidRegisterPackageServlet. 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)
-