Uses of Class
com.cloudera.crunch.MapFn

Packages that use MapFn
com.cloudera.crunch.fn   
com.cloudera.crunch.type   
com.cloudera.crunch.type.avro   
com.cloudera.crunch.type.writable   
com.cloudera.crunch.util   
 

Uses of MapFn in com.cloudera.crunch.fn
 

Subclasses of MapFn in com.cloudera.crunch.fn
 class CompositeMapFn<R,S,T>
           
 class IdentityFn<T>
           
 class PairMapFn<K,V,S,T>
           
 

Methods in com.cloudera.crunch.fn that return MapFn
 MapFn<R,S> CompositeMapFn.getFirst()
           
 MapFn<S,T> CompositeMapFn.getSecond()
           
 

Constructors in com.cloudera.crunch.fn with parameters of type MapFn
CompositeMapFn(MapFn<R,S> first, MapFn<S,T> second)
           
CompositeMapFn(MapFn<R,S> first, MapFn<S,T> second)
           
PairMapFn(MapFn<K,S> keys, MapFn<V,T> values)
           
PairMapFn(MapFn<K,S> keys, MapFn<V,T> values)
           
 

Uses of MapFn in com.cloudera.crunch.type
 

Subclasses of MapFn in com.cloudera.crunch.type
static class PGroupedTableType.PairIterableMapFn<K,V>
           
 

Methods in com.cloudera.crunch.type that return MapFn
 MapFn<Object,T> PType.getInputMapFn()
           
 MapFn DataBridge.getInputMapFn()
           
 MapFn<T,Object> PType.getOutputMapFn()
           
 MapFn DataBridge.getOutputMapFn()
           
 

Methods in com.cloudera.crunch.type with parameters of type MapFn
<S,T> PType<T>
PTypeFamily.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
<S,T> PType<T>
PTypeFamily.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
 

Constructors in com.cloudera.crunch.type with parameters of type MapFn
DataBridge(Class<?> keyClass, Class<?> valueClass, Converter converter, MapFn inputMapFn, MapFn outputMapFn)
           
DataBridge(Class<?> keyClass, Class<?> valueClass, Converter converter, MapFn inputMapFn, MapFn outputMapFn)
           
PGroupedTableType.PairIterableMapFn(MapFn<Object,K> keys, MapFn<Object,V> values)
           
PGroupedTableType.PairIterableMapFn(MapFn<Object,K> keys, MapFn<Object,V> values)
           
PGroupedTableType.PTypeIterable(MapFn<Object,V> mapFn, Iterable<Object> iterable)
           
 

Uses of MapFn in com.cloudera.crunch.type.avro
 

Fields in com.cloudera.crunch.type.avro declared as MapFn
static MapFn<Object,ByteBuffer> Avros.BYTES_IN
           
static MapFn<String,org.apache.avro.util.Utf8> Avros.STRING_TO_UTF8
           
static MapFn<CharSequence,String> Avros.UTF8_TO_STRING
           
 

Methods in com.cloudera.crunch.type.avro that return MapFn
 MapFn<Object,T> AvroType.getInputMapFn()
           
 MapFn AvroGroupedTableType.getInputMapFn()
           
 MapFn<T,Object> AvroType.getOutputMapFn()
           
 MapFn AvroGroupedTableType.getOutputMapFn()
           
 

Methods in com.cloudera.crunch.type.avro with parameters of type MapFn
<S,T> PType<T>
AvroTypeFamily.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
<S,T> PType<T>
AvroTypeFamily.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
static
<S,T> AvroType<T>
Avros.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
static
<S,T> AvroType<T>
Avros.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
 

Constructors in com.cloudera.crunch.type.avro with parameters of type MapFn
AvroType(Class<T> typeClass, org.apache.avro.Schema schema, MapFn inputMapFn, MapFn outputMapFn, PType... ptypes)
           
AvroType(Class<T> typeClass, org.apache.avro.Schema schema, MapFn inputMapFn, MapFn outputMapFn, PType... ptypes)
           
 

Uses of MapFn in com.cloudera.crunch.type.writable
 

Methods in com.cloudera.crunch.type.writable that return MapFn
 MapFn WritableType.getInputMapFn()
           
 MapFn WritableGroupedTableType.getInputMapFn()
           
 MapFn WritableType.getOutputMapFn()
           
 MapFn WritableGroupedTableType.getOutputMapFn()
           
 

Methods in com.cloudera.crunch.type.writable with parameters of type MapFn
<S,T> PType<T>
WritableTypeFamily.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
<S,T> PType<T>
WritableTypeFamily.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
static
<S,T> PType<T>
Writables.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
static
<S,T> PType<T>
Writables.derived(Class<T> clazz, MapFn<S,T> inputFn, MapFn<T,S> outputFn, PType<S> base)
           
 

Uses of MapFn in com.cloudera.crunch.util
 

Subclasses of MapFn in com.cloudera.crunch.util
static class PTypes.JacksonInputMapFn<T>
           
static class PTypes.JacksonOutputMapFn<T>
           
static class PTypes.ProtoInputMapFn<T extends Message>
           
static class PTypes.ProtoOutputMapFn<T extends Message>
           
static class PTypes.SmileInputMapFn<T>
           
static class PTypes.SmileOutputMapFn<T>
           
static class PTypes.ThriftInputMapFn<T extends TBase>
           
static class PTypes.ThriftOutputMapFn<T extends TBase>
           
 

Fields in com.cloudera.crunch.util declared as MapFn
static MapFn<BigInteger,ByteBuffer> PTypes.BIGINT_TO_BYTE
           
static MapFn<ByteBuffer,BigInteger> PTypes.BYTE_TO_BIGINT
           
 



Copyright © 2012. All Rights Reserved.