public OutputCollector<DocumentID, DocumentAndOp> tmpCollector =
      new OutputCollector<DocumentID, DocumentAndOp>() {
        public void collect(DocumentID key, DocumentAndOp value)
            throws IOException {
          tmpKey = key;
          tmpValue = value;
        }
      };

Generated by Phil Hagelberg using scpaste at Wed Sep 9 14:40:53 2009. PDT. (raw)