Uses of Interface
com.cloudera.crunch.type.PTableType

Packages that use PTableType
com.cloudera.crunch   
com.cloudera.crunch.impl.mem   
com.cloudera.crunch.impl.mem.collect   
com.cloudera.crunch.impl.mr.collect   
com.cloudera.crunch.io.hbase   
com.cloudera.crunch.io.impl   
com.cloudera.crunch.io.seq   
com.cloudera.crunch.type   
com.cloudera.crunch.type.avro   
com.cloudera.crunch.type.writable   
 

Uses of PTableType in com.cloudera.crunch
 

Methods in com.cloudera.crunch that return PTableType
 PTableType<K,V> PTable.getPTableType()
          Returns the PTableType of this PTable.
 PTableType<K,V> TableSource.getTableType()
           
 

Methods in com.cloudera.crunch with parameters of type PTableType
<K,V> PTable<K,V>
PCollection.parallelDo(DoFn<S,Pair<K,V>> doFn, PTableType<K,V> type)
          Similar to the other parallelDo instance, but returns a PTable instance instead of a PCollection.
<K,V> PTable<K,V>
PCollection.parallelDo(String name, DoFn<S,Pair<K,V>> doFn, PTableType<K,V> type)
          Similar to the other parallelDo instance, but returns a PTable instance instead of a PCollection.
 

Uses of PTableType in com.cloudera.crunch.impl.mem
 

Methods in com.cloudera.crunch.impl.mem with parameters of type PTableType
static
<S,T> PTable<S,T>
MemPipeline.typedTableOf(PTableType<S,T> ptype, Iterable<Pair<S,T>> pairs)
           
static
<S,T> PTable<S,T>
MemPipeline.typedTableOf(PTableType<S,T> ptype, S s, T t, Object... more)
           
 

Uses of PTableType in com.cloudera.crunch.impl.mem.collect
 

Methods in com.cloudera.crunch.impl.mem.collect that return PTableType
 PTableType<K,V> MemTable.getPTableType()
           
 

Methods in com.cloudera.crunch.impl.mem.collect with parameters of type PTableType
<K,V> PTable<K,V>
MemCollection.parallelDo(DoFn<S,Pair<K,V>> doFn, PTableType<K,V> type)
           
<K,V> PTable<K,V>
MemCollection.parallelDo(String name, DoFn<S,Pair<K,V>> doFn, PTableType<K,V> type)
           
 

Constructors in com.cloudera.crunch.impl.mem.collect with parameters of type PTableType
MemTable(Iterable<Pair<K,V>> collect, PTableType<K,V> ptype, String name)
           
 

Uses of PTableType in com.cloudera.crunch.impl.mr.collect
 

Methods in com.cloudera.crunch.impl.mr.collect that return PTableType
 PTableType<K,V> UnionTable.getPTableType()
           
 PTableType<K,V> InputTable.getPTableType()
           
 PTableType<K,V> DoTableImpl.getPTableType()
           
 

Methods in com.cloudera.crunch.impl.mr.collect with parameters of type PTableType
<K,V> PTable<K,V>
PCollectionImpl.parallelDo(DoFn<S,Pair<K,V>> fn, PTableType<K,V> type)
           
<K,V> PTable<K,V>
PCollectionImpl.parallelDo(String name, DoFn<S,Pair<K,V>> fn, PTableType<K,V> type)
           
 

Uses of PTableType in com.cloudera.crunch.io.hbase
 

Methods in com.cloudera.crunch.io.hbase that return PTableType
 PTableType<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result> HBaseSourceTarget.getTableType()
           
 

Uses of PTableType in com.cloudera.crunch.io.impl
 

Methods in com.cloudera.crunch.io.impl that return PTableType
 PTableType<K,V> TableSourceTargetImpl.getTableType()
           
 PTableType<K,V> TableSourcePathTargetImpl.getTableType()
           
 PTableType<K,V> FileTableSourceImpl.getTableType()
           
 

Constructors in com.cloudera.crunch.io.impl with parameters of type PTableType
FileTableSourceImpl(org.apache.hadoop.fs.Path path, PTableType<K,V> tableType, Class<? extends org.apache.hadoop.mapreduce.lib.input.FileInputFormat> formatClass)
           
 

Uses of PTableType in com.cloudera.crunch.io.seq
 

Methods in com.cloudera.crunch.io.seq that return PTableType
 PTableType<K,V> SeqFileTableSourceTarget.getTableType()
           
 

Constructors in com.cloudera.crunch.io.seq with parameters of type PTableType
SeqFileTableReaderFactory(PTableType<K,V> tableType, org.apache.hadoop.conf.Configuration conf)
           
SeqFileTableSourceTarget(org.apache.hadoop.fs.Path path, PTableType<K,V> tableType)
           
SeqFileTableSourceTarget(String path, PTableType<K,V> tableType)
           
 

Uses of PTableType in com.cloudera.crunch.type
 

Fields in com.cloudera.crunch.type declared as PTableType
protected  PTableType<K,V> PGroupedTableType.tableType
           
 

Methods in com.cloudera.crunch.type that return PTableType
 PTableType<K,V> PGroupedTableType.getTableType()
           
<K,V> PTableType<K,V>
PTypeFamily.tableOf(PType<K> key, PType<V> value)
           
 

Constructors in com.cloudera.crunch.type with parameters of type PTableType
PGroupedTableType(PTableType<K,V> tableType)
           
 

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

Classes in com.cloudera.crunch.type.avro that implement PTableType
 class AvroTableType<K,V>
          The implementation of the PTableType interface for Avro-based serialization.
 

Methods in com.cloudera.crunch.type.avro that return PTableType
<K,V> PTableType<K,V>
AvroTypeFamily.tableOf(PType<K> key, PType<V> value)
           
 

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

Methods in com.cloudera.crunch.type.writable that return PTableType
<K,V> PTableType<K,V>
WritableTypeFamily.tableOf(PType<K> key, PType<V> value)
           
 



Copyright © 2012. All Rights Reserved.