Class SpoonSlaveDelegate
- java.lang.Object
-
- org.pentaho.di.ui.spoon.delegates.SpoonDelegate
-
- org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
-
- org.pentaho.di.ui.spoon.delegates.SpoonSlaveDelegate
-
public class SpoonSlaveDelegate extends SpoonSharedObjectDelegate
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
sharedObjectSyncUtil
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon
-
-
Constructor Summary
Constructors Constructor Description SpoonSlaveDelegate(Spoon spoon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
getMessage, getMessage, isDuplicate, saveSharedObjects, saveSharedObjectToRepository, setSharedObjectSyncUtil
-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
getMaxTabLength
-
-
-
-
Constructor Detail
-
SpoonSlaveDelegate
public SpoonSlaveDelegate(Spoon spoon)
-
-
Method Detail
-
addSpoonSlave
public void addSpoonSlave(org.pentaho.di.cluster.SlaveServer slaveServer)
-
delSlaveServer
public void delSlaveServer(org.pentaho.di.trans.HasSlaveServersInterface hasSlaveServersInterface, org.pentaho.di.cluster.SlaveServer slaveServer) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
newSlaveServer
public void newSlaveServer(org.pentaho.di.trans.HasSlaveServersInterface hasSlaveServersInterface)
-
edit
public boolean edit(org.pentaho.di.cluster.SlaveServer slaveServer, List<org.pentaho.di.cluster.SlaveServer> existingServers)
-
-