Uses of Class
org.pentaho.di.www.SlaveSequence
-
Packages that use SlaveSequence Package Description org.pentaho.di.www -
-
Uses of SlaveSequence in org.pentaho.di.www
Methods in org.pentaho.di.www that return SlaveSequence Modifier and Type Method Description SlaveSequence
TransformationMap. createSlaveSequence(String name)
static SlaveSequence
SlaveSequence. findSlaveSequence(String name, List<SlaveSequence> slaveSequences)
Find a slave sequence with a certain nameSlaveSequence
SlaveServerConfig. getAutoSequence()
SlaveSequence
TransformationMap. getSlaveSequence(String name)
Methods in org.pentaho.di.www that return types with arguments of type SlaveSequence Modifier and Type Method Description List<SlaveSequence>
SlaveServerConfig. getSlaveSequences()
Methods in org.pentaho.di.www with parameters of type SlaveSequence Modifier and Type Method Description void
SlaveServerConfig. setAutoSequence(SlaveSequence autoSequence)
Method parameters in org.pentaho.di.www with type arguments of type SlaveSequence Modifier and Type Method Description static SlaveSequence
SlaveSequence. findSlaveSequence(String name, List<SlaveSequence> slaveSequences)
Find a slave sequence with a certain namevoid
SlaveServerConfig. setSlaveSequences(List<SlaveSequence> slaveSequences)
-