| Package | Description |
|---|---|
| org.apache.crunch.lambda |
Alternative Crunch API using Java 8 features to allow construction of pipelines using lambda functions and method
references.
|
| Class and Description |
|---|
| LCollection
Java 8 friendly version of the
PCollection interface, allowing distributed operations to be expressed in
terms of lambda expressions and method references, instead of creating a new class implementation for each operation. |
| LCollectionFactory
Factory for creating
LCollection, LTable and LGroupedTable objects from their corresponding
PCollection, PTable and PGroupedTable types. |
| LDoFn
A Java lambdas friendly version of the
DoFn class. |
| LDoFnContext
Context object for implementing distributed operations in terms of Lambda expressions.
|
| LGroupedTable
Java 8 friendly version of the
PGroupedTable interface, allowing distributed operations to be expressed in
terms of lambda expressions and method references, instead of creating a new class implementation for each operation. |
| LTable
Java 8 friendly version of the
PTable interface, allowing distributed operations to be expressed in
terms of lambda expressions and method references, instead of creating a new class implementation for each operation. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.