(Configuration conf, int value)
| 335 | } |
| 336 | |
| 337 | public void setInt(Configuration conf, int value) { |
| 338 | conf.setInt(attribute, value); |
| 339 | } |
| 340 | |
| 341 | public long getLong(Properties tbl, Configuration conf) { |
| 342 | String value = lookupValue(tbl, conf); |
no outgoing calls