public class SpoonSlaveDelegate extends SpoonSharedObjectDelegate
loggingObject
Constructor and Description |
---|
SpoonSlaveDelegate(Spoon spoon) |
Modifier and Type | Method and Description |
---|---|
void |
addSpoonSlave(org.pentaho.di.cluster.SlaveServer slaveServer) |
void |
delSlaveServer(org.pentaho.di.trans.HasSlaveServersInterface hasSlaveServersInterface,
org.pentaho.di.cluster.SlaveServer slaveServer) |
boolean |
edit(org.pentaho.di.cluster.SlaveServer slaveServer,
List<org.pentaho.di.cluster.SlaveServer> existingServers) |
void |
newSlaveServer(org.pentaho.di.trans.HasSlaveServersInterface hasSlaveServersInterface) |
setSharedObjectSyncUtil
public SpoonSlaveDelegate(Spoon spoon)
public void addSpoonSlave(org.pentaho.di.cluster.SlaveServer slaveServer)
public void delSlaveServer(org.pentaho.di.trans.HasSlaveServersInterface hasSlaveServersInterface, org.pentaho.di.cluster.SlaveServer slaveServer) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
public void newSlaveServer(org.pentaho.di.trans.HasSlaveServersInterface hasSlaveServersInterface)
public boolean edit(org.pentaho.di.cluster.SlaveServer slaveServer, List<org.pentaho.di.cluster.SlaveServer> existingServers)