This project has retired. For details please refer to its Attic page.
org.apache.crunch.materialize.pobject (Apache Crunch 0.9.0 API)

Package org.apache.crunch.materialize.pobject

Class Summary
CollectionPObject<S> A concrete implementation of PObjectImpl whose value is a Java Collection containing the elements of the underlying PCollection for this PObject.
FirstElementPObject<T> A concrete implementation of PObjectImpl that uses the first element in the backing PCollection as the PObject value.
MapPObject<K,V> A concrete implementation of PObjectImpl whose value is a Java Map.
PObjectImpl<S,T> An abstract implementation of PObject that is backed by a PCollection.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.