Uses of Class
org.pentaho.di.www.SlaveServerDetection
-
Packages that use SlaveServerDetection Package Description 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 Modifier and Type Method Description List<SlaveServerDetection>SlaveServer. getSlaveServerDetections() -
Uses of SlaveServerDetection in org.pentaho.di.www
Fields in org.pentaho.di.www with type parameters of type SlaveServerDetection Modifier and Type Field Description protected List<SlaveServerDetection>BaseHttpServlet. detectionsMethods in org.pentaho.di.www that return types with arguments of type SlaveServerDetection Modifier and Type Method Description List<SlaveServerDetection>BaseHttpServlet. getDetections()List<SlaveServerDetection>CarteSingleton. getDetections()List<SlaveServerDetection>WebServer. getDetections()Method parameters in org.pentaho.di.www with type arguments of type SlaveServerDetection Modifier and Type Method Description voidCarteSingleton. setDetections(List<SlaveServerDetection> detections)voidWebServer. setDetections(List<SlaveServerDetection> detections)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)Constructor parameters in org.pentaho.di.www with type arguments of type SlaveServerDetection Constructor Description BaseHttpServlet(List<SlaveServerDetection> detections)BaseHttpServlet(List<SlaveServerDetection> detections, boolean isJetty)GetSlavesServlet(List<SlaveServerDetection> slaveServers)GetSlavesServlet(List<SlaveServerDetection> slaveServers, boolean isJetty)RegisterSlaveServlet(List<SlaveServerDetection> detections)RegisterSlaveServlet(List<SlaveServerDetection> detections, boolean isJetty)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)
-