Uses of Class
org.pentaho.di.www.SlaveServerDetection
Packages that use SlaveServerDetection
-
Uses of SlaveServerDetection in org.pentaho.di.cluster
Methods in org.pentaho.di.cluster that return types with arguments of type SlaveServerDetection -
Uses of SlaveServerDetection in org.pentaho.di.www
Fields in org.pentaho.di.www with type parameters of type SlaveServerDetectionMethods in org.pentaho.di.www that return types with arguments of type SlaveServerDetectionModifier and TypeMethodDescriptionBaseHttpServlet.getDetections()
CarteSingleton.getDetections()
WebServer.getDetections()
Method parameters in org.pentaho.di.www with type arguments of type SlaveServerDetectionModifier and TypeMethodDescriptionvoid
CarteSingleton.setDetections
(List<SlaveServerDetection> detections) void
WebServer.setDetections
(List<SlaveServerDetection> detections) void
BaseHttpServlet.setup
(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections) void
CartePluginInterface.setup
(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections) void
RegisterPackageServlet.setup
(TransformationMap transformationMap, JobMap jobMap, SocketRepository socketRepository, List<SlaveServerDetection> detections) Constructor parameters in org.pentaho.di.www with type arguments of type SlaveServerDetectionModifierConstructorDescriptionBaseHttpServlet
(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)