This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.impl.spark.ByteArray (Apache Crunch 0.10.0 API)

Uses of Class
org.apache.crunch.impl.spark.ByteArray

Packages that use ByteArray
org.apache.crunch.impl.spark   
org.apache.crunch.impl.spark.collect   
org.apache.crunch.impl.spark.fn   
 

Uses of ByteArray in org.apache.crunch.impl.spark
 

Subclasses of ByteArray in org.apache.crunch.impl.spark
 class IntByteArray
           
 

Methods in org.apache.crunch.impl.spark with parameters of type ByteArray
 int SparkComparator.compare(ByteArray s1, ByteArray s2)
           
 int ByteArray.compareTo(ByteArray other)
           
 

Uses of ByteArray in org.apache.crunch.impl.spark.collect
 

Methods in org.apache.crunch.impl.spark.collect that return types with arguments of type ByteArray
 scala.Tuple2<ByteArray,List<byte[]>> ToByteArrayFunction.call(scala.Tuple2<IntByteArray,List<byte[]>> t)
           
 

Uses of ByteArray in org.apache.crunch.impl.spark.fn
 

Methods in org.apache.crunch.impl.spark.fn that return types with arguments of type ByteArray
 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)
           
 

Method parameters in org.apache.crunch.impl.spark.fn with type arguments of type ByteArray
 Iterable<scala.Tuple2<ByteArray,List<byte[]>>> ReduceGroupingFunction.call(Iterator<scala.Tuple2<ByteArray,List<byte[]>>> iter)
           
 Pair<K,List<V>> ReduceInputFunction.call(scala.Tuple2<ByteArray,List<byte[]>> kv)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.