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

Uses of Class
org.apache.crunch.materialize.pobject.PObjectImpl

Packages that use PObjectImpl
org.apache.crunch.materialize.pobject   
 

Uses of PObjectImpl in org.apache.crunch.materialize.pobject
 

Subclasses of PObjectImpl in org.apache.crunch.materialize.pobject
 class CollectionPObject<S>
          A concrete implementation of PObjectImpl whose value is a Java Collection containing the elements of the underlying PCollection for this PObject.
 class FirstElementPObject<T>
          A concrete implementation of PObjectImpl that uses the first element in the backing PCollection as the PObject value.
 class MapPObject<K,V>
          A concrete implementation of PObjectImpl whose value is a Java Map.
 



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