|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple3 | |
---|---|
org.apache.crunch | Client-facing API and core abstractions. |
org.apache.crunch.contrib.text | |
org.apache.crunch.fn | Commonly used functions for manipulating collections. |
org.apache.crunch.lib | Joining, sorting, aggregating, and other commonly used functionality. |
org.apache.crunch.types | Common functionality for business object serialization. |
org.apache.crunch.types.avro | Business object serialization using Apache Avro. |
org.apache.crunch.types.writable | Business object serialization using Hadoop's Writables framework. |
org.apache.crunch.util | An assorted set of utilities. |
Uses of Tuple3 in org.apache.crunch |
---|
Subclasses of Tuple3 in org.apache.crunch | |
---|---|
static class |
Tuple3.Collect<V1,V2,V3>
|
Methods in org.apache.crunch that return Tuple3 | ||
---|---|---|
static
|
Tuple3.of(A a,
B b,
C c)
|
Uses of Tuple3 in org.apache.crunch.contrib.text |
---|
Methods in org.apache.crunch.contrib.text that return types with arguments of type Tuple3 | ||
---|---|---|
static
|
Extractors.xtriple(TokenizerFactory scannerFactory,
Extractor<A> a,
Extractor<B> b,
Extractor<C> c)
Returns an Extractor for triples of the given types that uses the given TokenizerFactory
for parsing the sub-fields. |
Uses of Tuple3 in org.apache.crunch.fn |
---|
Methods in org.apache.crunch.fn that return types with arguments of type Tuple3 | ||
---|---|---|
static
|
Aggregators.tripAggregator(Aggregator<V1> a1,
Aggregator<V2> a2,
Aggregator<V3> a3)
Apply separate aggregators to each component of a Tuple3 . |
Uses of Tuple3 in org.apache.crunch.lib |
---|
Methods in org.apache.crunch.lib that return types with arguments of type Tuple3 | ||
---|---|---|
static
|
Set.comm(PCollection<T> coll1,
PCollection<T> coll2)
Find the elements that are common to two sets, like the Unix comm utility. |
|
static
|
Sort.sortTriples(PCollection<Tuple3<V1,V2,V3>> collection,
Sort.ColumnOrder... columnOrders)
Sorts the PCollection of Tuple3 s using the specified column
ordering. |
Method parameters in org.apache.crunch.lib with type arguments of type Tuple3 | ||
---|---|---|
static
|
Sort.sortTriples(PCollection<Tuple3<V1,V2,V3>> collection,
Sort.ColumnOrder... columnOrders)
Sorts the PCollection of Tuple3 s using the specified column
ordering. |
Uses of Tuple3 in org.apache.crunch.types |
---|
Fields in org.apache.crunch.types with type parameters of type Tuple3 | |
---|---|
static TupleFactory<Tuple3> |
TupleFactory.TUPLE3
|
Methods in org.apache.crunch.types that return types with arguments of type Tuple3 | ||
---|---|---|
|
PTypeFamily.triples(PType<V1> p1,
PType<V2> p2,
PType<V3> p3)
|
Uses of Tuple3 in org.apache.crunch.types.avro |
---|
Methods in org.apache.crunch.types.avro that return types with arguments of type Tuple3 | ||
---|---|---|
static
|
Avros.triples(PType<V1> p1,
PType<V2> p2,
PType<V3> p3)
|
|
|
AvroTypeFamily.triples(PType<V1> p1,
PType<V2> p2,
PType<V3> p3)
|
Uses of Tuple3 in org.apache.crunch.types.writable |
---|
Methods in org.apache.crunch.types.writable that return types with arguments of type Tuple3 | ||
---|---|---|
static
|
Writables.triples(PType<V1> p1,
PType<V2> p2,
PType<V3> p3)
|
|
|
WritableTypeFamily.triples(PType<V1> p1,
PType<V2> p2,
PType<V3> p3)
|
Uses of Tuple3 in org.apache.crunch.util |
---|
Methods in org.apache.crunch.util that return types with arguments of type Tuple3 | |
---|---|
Iterator<Tuple3<A,B,C>> |
Tuples.TripIterable.iterator()
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |