Package | Description |
---|---|
org.pentaho.di.cluster | |
org.pentaho.di.www |
Modifier and Type | Method and Description |
---|---|
List<SlaveServerDetection> |
SlaveServer.getSlaveServerDetections() |
Modifier and Type | Method and Description |
---|---|
List<SlaveServerDetection> |
WebServer.getDetections() |
List<SlaveServerDetection> |
BaseHttpServlet.getDetections() |
List<SlaveServerDetection> |
CarteSingleton.getDetections() |
Modifier and Type | Method and Description |
---|---|
void |
CarteSingleton.setDetections(List<SlaveServerDetection> detections) |
void |
CartePluginInterface.setup(TransformationMap transformationMap,
JobMap jobMap,
SocketRepository socketRepository,
List<SlaveServerDetection> detections) |
void |
BaseHttpServlet.setup(TransformationMap transformationMap,
JobMap jobMap,
SocketRepository socketRepository,
List<SlaveServerDetection> detections) |
Constructor and 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) |