|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple4 | |
---|---|
org.apache.crunch | |
org.apache.crunch.lib | |
org.apache.crunch.types | |
org.apache.crunch.types.avro | |
org.apache.crunch.types.writable | |
org.apache.crunch.util |
Uses of Tuple4 in org.apache.crunch |
---|
Methods in org.apache.crunch that return Tuple4 | ||
---|---|---|
static
|
Tuple4.of(A a,
B b,
C c,
D d)
|
Methods in org.apache.crunch that return types with arguments of type Tuple4 | ||
---|---|---|
static
|
CombineFn.quadAggregator(CombineFn.AggregatorFactory<A> a1,
CombineFn.AggregatorFactory<B> a2,
CombineFn.AggregatorFactory<C> a3,
CombineFn.AggregatorFactory<D> a4)
|
|
Iterable<Tuple4<A,B,C,D>> |
CombineFn.QuadAggregator.results()
|
Methods in org.apache.crunch with parameters of type Tuple4 | |
---|---|
void |
CombineFn.QuadAggregator.update(Tuple4<A,B,C,D> value)
|
Uses of Tuple4 in org.apache.crunch.lib |
---|
Methods in org.apache.crunch.lib that return types with arguments of type Tuple4 | ||
---|---|---|
static
|
Sort.sortQuads(PCollection<Tuple4<V1,V2,V3,V4>> collection,
Sort.ColumnOrder... columnOrders)
Sorts the PCollection of Tuple4 s using the specified column
ordering. |
Method parameters in org.apache.crunch.lib with type arguments of type Tuple4 | ||
---|---|---|
static
|
Sort.sortQuads(PCollection<Tuple4<V1,V2,V3,V4>> collection,
Sort.ColumnOrder... columnOrders)
Sorts the PCollection of Tuple4 s using the specified column
ordering. |
Uses of Tuple4 in org.apache.crunch.types |
---|
Fields in org.apache.crunch.types with type parameters of type Tuple4 | |
---|---|
static TupleFactory<Tuple4> |
TupleFactory.TUPLE4
|
Methods in org.apache.crunch.types that return types with arguments of type Tuple4 | ||
---|---|---|
|
PTypeFamily.quads(PType<V1> p1,
PType<V2> p2,
PType<V3> p3,
PType<V4> p4)
|
Uses of Tuple4 in org.apache.crunch.types.avro |
---|
Methods in org.apache.crunch.types.avro that return types with arguments of type Tuple4 | ||
---|---|---|
static
|
Avros.quads(PType<V1> p1,
PType<V2> p2,
PType<V3> p3,
PType<V4> p4)
|
|
|
AvroTypeFamily.quads(PType<V1> p1,
PType<V2> p2,
PType<V3> p3,
PType<V4> p4)
|
Uses of Tuple4 in org.apache.crunch.types.writable |
---|
Methods in org.apache.crunch.types.writable that return types with arguments of type Tuple4 | ||
---|---|---|
static
|
Writables.quads(PType<V1> p1,
PType<V2> p2,
PType<V3> p3,
PType<V4> p4)
|
|
|
WritableTypeFamily.quads(PType<V1> p1,
PType<V2> p2,
PType<V3> p3,
PType<V4> p4)
|
Uses of Tuple4 in org.apache.crunch.util |
---|
Methods in org.apache.crunch.util that return types with arguments of type Tuple4 | |
---|---|
Iterator<Tuple4<A,B,C,D>> |
Tuples.QuadIterable.iterator()
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |