|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TupleFactory | |
---|---|
org.apache.crunch.lib.sort | |
org.apache.crunch.types | Common functionality for business object serialization. |
org.apache.crunch.types.orc |
Uses of TupleFactory in org.apache.crunch.lib.sort |
---|
Constructors in org.apache.crunch.lib.sort with parameters of type TupleFactory | |
---|---|
SortFns.TupleKeyFn(int[] indices,
TupleFactory tupleFactory)
|
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. |
Uses of TupleFactory in org.apache.crunch.types.orc |
---|
Constructors in org.apache.crunch.types.orc with parameters of type TupleFactory | |
---|---|
TupleObjectInspector(TupleFactory<T> tupleFactory,
PType... ptypes)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |