Uses of Class
org.pentaho.di.www.SlaveServerDetection

Packages that use SlaveServerDetection
org.pentaho.di.cluster   
org.pentaho.di.www   
 

Uses of SlaveServerDetection in org.pentaho.di.cluster
 

Methods in org.pentaho.di.cluster that return types with arguments of type SlaveServerDetection
 List<SlaveServerDetection> SlaveServer.getSlaveServerDetections()
           
 

Uses of SlaveServerDetection in org.pentaho.di.www
 

Methods in org.pentaho.di.www that return types with arguments of type SlaveServerDetection
 List<SlaveServerDetection> WebServer.getDetections()
           
 

Constructor parameters in org.pentaho.di.www with type arguments of type SlaveServerDetection
GetSlavesServlet(List<SlaveServerDetection> slaveServers)
           
RegisterSlaveServlet(List<SlaveServerDetection> detections)
           
WebServer(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> slaveServers, String hostname, int port)
           
WebServer(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections, String hostname, int port, boolean join)