Class BlobListCollector

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Blob>, Collection<Blob>, List<Blob>, RandomAccess, OutputCollector<BlobList,BlobList>

public class BlobListCollector extends BlobList implements OutputCollector<BlobList,BlobList>
This implementation collect Blob objects and return them as a BlobList object.

You may use this to automatically iterate over iterable inputs in operation methods that return a Blob object.

Author:
Bogdan Stefanescu
See Also: