Uses of Class
org.pentaho.di.core.util.IntegerPluginProperty
-
Packages that use IntegerPluginProperty Package Description org.pentaho.di.core.util org.pentaho.di.trans.steps.terafast -
-
Uses of IntegerPluginProperty in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that return IntegerPluginProperty Modifier and Type Method Description IntegerPluginProperty
PluginPropertyFactory. createInteger(String key)
-
Uses of IntegerPluginProperty in org.pentaho.di.trans.steps.terafast
Methods in org.pentaho.di.trans.steps.terafast that return IntegerPluginProperty Modifier and Type Method Description IntegerPluginProperty
TeraFastMeta. getErrorLimit()
IntegerPluginProperty
TeraFastMeta. getSessions()
Methods in org.pentaho.di.trans.steps.terafast with parameters of type IntegerPluginProperty Modifier and Type Method Description void
TeraFastMeta. setErrorLimit(IntegerPluginProperty errorLimit)
void
TeraFastMeta. setSessions(IntegerPluginProperty sessions)
-