|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
CarteSingleton.getDetections()
|
List<SlaveServerDetection> |
WebServer.getDetections()
|
List<SlaveServerDetection> |
BaseHttpServlet.getDetections()
|
| Method parameters in org.pentaho.di.www with type arguments of type SlaveServerDetection | |
|---|---|
void |
CarteSingleton.setDetections(List<SlaveServerDetection> detections)
|
| Constructor parameters in org.pentaho.di.www with type arguments of type SlaveServerDetection | |
|---|---|
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(LogChannelInterface log,
TransformationMap transformationMap,
JobMap jobMap,
SocketRepository socketRepository,
List<SlaveServerDetection> slaveServers,
String hostname,
int port)
|
|
WebServer(LogChannelInterface log,
TransformationMap transformationMap,
JobMap jobMap,
SocketRepository socketRepository,
List<SlaveServerDetection> detections,
String hostname,
int port,
boolean join)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||