Uses of Class
org.pentaho.di.www.SlaveServerJobStatus
-
Packages that use SlaveServerJobStatus Package Description org.pentaho.di.cluster org.pentaho.di.www -
-
Uses of SlaveServerJobStatus in org.pentaho.di.cluster
Methods in org.pentaho.di.cluster that return SlaveServerJobStatus Modifier and Type Method Description SlaveServerJobStatus
SlaveServer. getJobStatus(String jobName, String carteObjectId, int startLogLineNr)
-
Uses of SlaveServerJobStatus in org.pentaho.di.www
Methods in org.pentaho.di.www that return SlaveServerJobStatus Modifier and Type Method Description SlaveServerJobStatus
SlaveServerStatus. findJobStatus(String jobName, String id)
static SlaveServerJobStatus
SlaveServerJobStatus. fromXML(String xml)
Methods in org.pentaho.di.www that return types with arguments of type SlaveServerJobStatus Modifier and Type Method Description List<SlaveServerJobStatus>
SlaveServerStatus. getJobStatusList()
Method parameters in org.pentaho.di.www with type arguments of type SlaveServerJobStatus Modifier and Type Method Description void
SlaveServerStatus. setJobStatusList(List<SlaveServerJobStatus> jobStatusList)
-