Package | Description |
---|---|
org.apache.crunch.impl.spark | |
org.apache.crunch.impl.spark.collect | |
org.apache.crunch.impl.spark.fn | |
org.apache.crunch.impl.spark.serde |
Modifier and Type | Class and Description |
---|---|
class |
IntByteArray |
Modifier and Type | Method and Description |
---|---|
int |
SparkComparator.compare(ByteArray s1,
ByteArray s2) |
int |
ByteArray.compareTo(ByteArray other) |
Constructor and Description |
---|
IntByteArray(int partition,
ByteArray delegate) |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<ByteArray,List<byte[]>> |
ToByteArrayFunction.call(scala.Tuple2<IntByteArray,List<byte[]>> t) |
Modifier and Type | Method and Description |
---|---|
Iterable<scala.Tuple2<ByteArray,List<byte[]>>> |
ReduceGroupingFunction.call(Iterator<scala.Tuple2<ByteArray,List<byte[]>>> iter) |
scala.Tuple2<ByteArray,byte[]> |
MapOutputFunction.call(Pair<K,V> p) |
Modifier and Type | Method and Description |
---|---|
Iterable<scala.Tuple2<ByteArray,List<byte[]>>> |
ReduceGroupingFunction.call(Iterator<scala.Tuple2<ByteArray,List<byte[]>>> iter) |
Pair<K,Iterable<V>> |
ReduceInputFunction.call(scala.Tuple2<ByteArray,Iterable<byte[]>> kv) |
Modifier and Type | Method and Description |
---|---|
ByteArray |
SerDe.toBytes(T obj) |
ByteArray |
AvroSerDe.toBytes(T obj) |
ByteArray |
WritableSerDe.toBytes(org.apache.hadoop.io.Writable obj) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.