public class WorksetUpdateOutputCollector<T> extends Object implements Collector<T>
Collector to update the iteration workset (partial solution for bulk iterations).
The records are written to a DataOutputView to allow in-memory data exchange.| Constructor and Description |
|---|
WorksetUpdateOutputCollector(DataOutputView outputView,
TypeSerializer<T> serializer) |
WorksetUpdateOutputCollector(DataOutputView outputView,
TypeSerializer<T> serializer,
Collector<T> delegate) |
public WorksetUpdateOutputCollector(DataOutputView outputView, TypeSerializer<T> serializer)
public WorksetUpdateOutputCollector(DataOutputView outputView, TypeSerializer<T> serializer, Collector<T> delegate)
Copyright © 2015 The Apache Software Foundation. All rights reserved.