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 SlaveSequenceTransformationMap. createSlaveSequence(String name)static SlaveSequenceSlaveSequence. findSlaveSequence(String name, List<SlaveSequence> slaveSequences)Find a slave sequence with a certain nameSlaveSequenceSlaveServerConfig. getAutoSequence()SlaveSequenceTransformationMap. 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 voidSlaveServerConfig. setAutoSequence(SlaveSequence autoSequence)Method parameters in org.pentaho.di.www with type arguments of type SlaveSequence Modifier and Type Method Description static SlaveSequenceSlaveSequence. findSlaveSequence(String name, List<SlaveSequence> slaveSequences)Find a slave sequence with a certain namevoidSlaveServerConfig. setSlaveSequences(List<SlaveSequence> slaveSequences)
-