|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HasSlaveServersInterface | |
|---|---|
| org.pentaho.di.job | This package contains the different elements that make up a Job. |
| org.pentaho.di.trans | This package contains the classes needed to define and execute transformations. |
| org.pentaho.di.ui.spoon | This package contains the classes needed by Spoon. |
| org.pentaho.di.ui.spoon.delegates | |
| Uses of HasSlaveServersInterface in org.pentaho.di.job |
|---|
| Classes in org.pentaho.di.job that implement HasSlaveServersInterface | |
|---|---|
class |
JobMeta
Defines a Job and provides methods to load, save, verify, etc. |
| Uses of HasSlaveServersInterface in org.pentaho.di.trans |
|---|
| Classes in org.pentaho.di.trans that implement HasSlaveServersInterface | |
|---|---|
class |
TransMeta
This class defines a transformation and offers methods to save and load it from XML or a PDI database repository. |
| Uses of HasSlaveServersInterface in org.pentaho.di.ui.spoon |
|---|
| Methods in org.pentaho.di.ui.spoon with parameters of type HasSlaveServersInterface | |
|---|---|
void |
Spoon.delSlaveServer(HasSlaveServersInterface hasSlaveServersInterface,
SlaveServer slaveServer)
|
void |
Spoon.newSlaveServer(HasSlaveServersInterface hasSlaveServersInterface)
This creates a slave server, edits it and adds it to the transformation metadata |
| Uses of HasSlaveServersInterface in org.pentaho.di.ui.spoon.delegates |
|---|
| Methods in org.pentaho.di.ui.spoon.delegates with parameters of type HasSlaveServersInterface | |
|---|---|
void |
SpoonSlaveDelegate.delSlaveServer(HasSlaveServersInterface hasSlaveServersInterface,
SlaveServer slaveServer)
|
void |
SpoonSlaveDelegate.newSlaveServer(HasSlaveServersInterface hasSlaveServersInterface)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||