(Tuple t)
| 255 | } |
| 256 | |
| 257 | @Override |
| 258 | public void reference(Tuple t) { |
| 259 | try { |
| 260 | set(t); |
| 261 | } catch (ExecException e) { |
| 262 | throw new RuntimeException("Failure to set given tuple: " + t, e); |
| 263 | } |
| 264 | } |
| 265 | |
| 266 | //TODO could generate a faster getAll in the code |
| 267 | @Override |