This project has retired. For details please refer to its Attic page.
org.apache.crunch.lambda (Apache Crunch 0.14.0 API)
Skip navigation links

Package org.apache.crunch.lambda

Alternative Crunch API using Java 8 features to allow construction of pipelines using lambda functions and method references.

See: Description

Package org.apache.crunch.lambda Description

Alternative Crunch API using Java 8 features to allow construction of pipelines using lambda functions and method references. It works by wrapping standards Java PCollection, PTable and PGroupedTable instances into the corresponding LCollection, LTable and classes.

The static class Lambda has methods to create these. Please also see the Javadocs for Lambda for usage examples

Skip navigation links

Copyright © 2016 The Apache Software Foundation. All rights reserved.