This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.util.SerializableSupplier (Apache Crunch 0.10.0 API)

Uses of Interface
org.apache.crunch.util.SerializableSupplier

Packages that use SerializableSupplier
org.apache.crunch.types Common functionality for business object serialization. 
 

Uses of SerializableSupplier in org.apache.crunch.types
 

Methods in org.apache.crunch.types with parameters of type SerializableSupplier
static
<T extends com.google.protobuf.Message>
PType<T>
PTypes.protos(Class<T> clazz, PTypeFamily typeFamily, SerializableSupplier<com.google.protobuf.ExtensionRegistry> supplier)
          Constructs a PType for a protocol buffer, using the given SerializableSupplier to provide an ExtensionRegistry to use in reading the given protobuf.
 



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