This project has retired. For details please refer to its Attic page.
SerializableSupplier (Apache Crunch 0.11.0 API)

org.apache.crunch.util
Interface SerializableSupplier<T>

All Superinterfaces:
Serializable, com.google.common.base.Supplier<T>

public interface SerializableSupplier<T>
extends com.google.common.base.Supplier<T>, Serializable

An extension of Guava's Supplier interface that indicates that an instance will also implement Serializable, which makes this object suitable for use with Crunch's DoFns when we need to construct an instance of a non-serializable type for use in processing.


Method Summary
 
Methods inherited from interface com.google.common.base.Supplier
get
 



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