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 IntegerPluginPropertyPluginPropertyFactory. 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 IntegerPluginPropertyTeraFastMeta. getErrorLimit()IntegerPluginPropertyTeraFastMeta. getSessions()Methods in org.pentaho.di.trans.steps.terafast with parameters of type IntegerPluginProperty Modifier and Type Method Description voidTeraFastMeta. setErrorLimit(IntegerPluginProperty errorLimit)voidTeraFastMeta. setSessions(IntegerPluginProperty sessions)
-