|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TupleFactory | |
|---|---|
| org.apache.crunch.types | Common functionality for business object serialization. |
| Uses of TupleFactory in org.apache.crunch.types |
|---|
| Fields in org.apache.crunch.types declared as TupleFactory | |
|---|---|
static TupleFactory<Pair> |
TupleFactory.PAIR
|
static TupleFactory<Tuple3> |
TupleFactory.TUPLE3
|
static TupleFactory<Tuple4> |
TupleFactory.TUPLE4
|
static TupleFactory<TupleN> |
TupleFactory.TUPLEN
|
| Methods in org.apache.crunch.types that return TupleFactory | ||
|---|---|---|
static
|
TupleFactory.create(Class<T> clazz,
Class... typeArgs)
|
|
static
|
TupleFactory.getTupleFactory(Class<T> tupleClass)
Get the TupleFactory for a given Tuple implementation. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||