Uses of Class
org.pentaho.di.www.SlaveServerTransStatus
-
Packages that use SlaveServerTransStatus Package Description org.pentaho.di.cluster org.pentaho.di.www -
-
Uses of SlaveServerTransStatus in org.pentaho.di.cluster
Methods in org.pentaho.di.cluster that return SlaveServerTransStatus Modifier and Type Method Description SlaveServerTransStatus
SlaveServer. getTransStatus(String transName, String carteObjectId, int startLogLineNr)
SlaveServerTransStatus
SlaveServer. getTransStatus(String transName, String carteObjectId, int startLogLineNr, boolean sendResultXmlWithStatus)
-
Uses of SlaveServerTransStatus in org.pentaho.di.www
Methods in org.pentaho.di.www that return SlaveServerTransStatus Modifier and Type Method Description SlaveServerTransStatus
SlaveServerStatus. findTransStatus(String transName, String id)
static SlaveServerTransStatus
SlaveServerTransStatus. fromXML(String xml)
Methods in org.pentaho.di.www that return types with arguments of type SlaveServerTransStatus Modifier and Type Method Description List<SlaveServerTransStatus>
SlaveServerStatus. getTransStatusList()
Method parameters in org.pentaho.di.www with type arguments of type SlaveServerTransStatus Modifier and Type Method Description void
SlaveServerStatus. setTransStatusList(List<SlaveServerTransStatus> transStatusList)
Constructor parameters in org.pentaho.di.www with type arguments of type SlaveServerTransStatus Constructor Description SlaveServerStatus(String statusDescription, List<SlaveServerTransStatus> transStatusList, List<SlaveServerJobStatus> jobStatusList)
-