Beispiel #1
0
 @Override
 public Iterator<Pair<NodeId, Node>> all() {
   // Better would be to convert the spill file format.
   return Iter.concat(base.all(), nodeTableJournal.all());
 }