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.