|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of PTableType in org.apache.crunch |
|---|
| Methods in org.apache.crunch that return PTableType | |
|---|---|
PTableType<K,V> |
PTable.getPTableType()
Returns the PTableType of this PTable. |
PTableType<K,V> |
TableSource.getTableType()
|
| Methods in org.apache.crunch with parameters of type PTableType | ||
|---|---|---|
|
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. |
|
|
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 org.apache.crunch.impl.mem |
|---|
| Methods in org.apache.crunch.impl.mem with parameters of type PTableType | ||
|---|---|---|
static
|
MemPipeline.typedTableOf(PTableType<S,T> ptype,
Iterable<Pair<S,T>> pairs)
|
|
static
|
MemPipeline.typedTableOf(PTableType<S,T> ptype,
S s,
T t,
Object... more)
|
|
| Uses of PTableType in org.apache.crunch.impl.mem.collect |
|---|
| Methods in org.apache.crunch.impl.mem.collect that return PTableType | |
|---|---|
PTableType<K,V> |
MemTable.getPTableType()
|
| Methods in org.apache.crunch.impl.mem.collect with parameters of type PTableType | ||
|---|---|---|
|
MemCollection.parallelDo(DoFn<S,Pair<K,V>> doFn,
PTableType<K,V> type)
|
|
|
MemCollection.parallelDo(String name,
DoFn<S,Pair<K,V>> doFn,
PTableType<K,V> type)
|
|
| Constructors in org.apache.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 org.apache.crunch.impl.mr.collect |
|---|
| Methods in org.apache.crunch.impl.mr.collect that return PTableType | |
|---|---|
PTableType<K,V> |
UnionTable.getPTableType()
|
PTableType<K,V> |
InputTable.getPTableType()
|
PTableType<K,V> |
DoTableImpl.getPTableType()
|
| Methods in org.apache.crunch.impl.mr.collect with parameters of type PTableType | ||
|---|---|---|
|
PCollectionImpl.parallelDo(DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type)
|
|
|
PCollectionImpl.parallelDo(String name,
DoFn<S,Pair<K,V>> fn,
PTableType<K,V> type)
|
|
| Uses of PTableType in org.apache.crunch.io.hbase |
|---|
| Methods in org.apache.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 org.apache.crunch.io.impl |
|---|
| Methods in org.apache.crunch.io.impl that return PTableType | |
|---|---|
PTableType<K,V> |
TableSourceTargetImpl.getTableType()
|
PTableType<K,V> |
TableSourcePathTargetImpl.getTableType()
|
PTableType<K,V> |
FileTableSourceImpl.getTableType()
|
| Constructors in org.apache.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 org.apache.crunch.io.seq |
|---|
| Methods in org.apache.crunch.io.seq that return PTableType | |
|---|---|
PTableType<K,V> |
SeqFileTableSourceTarget.getTableType()
|
| Constructors in org.apache.crunch.io.seq with parameters of type PTableType | |
|---|---|
SeqFileTableReaderFactory(PTableType<K,V> tableType,
org.apache.hadoop.conf.Configuration conf)
|
|
SeqFileTableSource(org.apache.hadoop.fs.Path path,
PTableType<K,V> ptype)
|
|
SeqFileTableSource(String path,
PTableType<K,V> ptype)
|
|
SeqFileTableSourceTarget(org.apache.hadoop.fs.Path path,
PTableType<K,V> tableType)
|
|
SeqFileTableSourceTarget(String path,
PTableType<K,V> tableType)
|
|
| Uses of PTableType in org.apache.crunch.lib |
|---|
| Methods in org.apache.crunch.lib with parameters of type PTableType | ||
|---|---|---|
static
|
PTables.getDetachedValue(PTableType<K,V> tableType,
Pair<K,V> value)
Create a detached value for a table Pair. |
|
| Uses of PTableType in org.apache.crunch.types |
|---|
| Methods in org.apache.crunch.types that return PTableType | ||
|---|---|---|
PTableType<K,V> |
PGroupedTableType.getTableType()
|
|
|
PTypeFamily.tableOf(PType<K> key,
PType<V> value)
|
|
| Constructors in org.apache.crunch.types with parameters of type PTableType | |
|---|---|
PGroupedTableType(PTableType<K,V> tableType)
|
|
| Uses of PTableType in org.apache.crunch.types.avro |
|---|
| Classes in org.apache.crunch.types.avro that implement PTableType | |
|---|---|
class |
AvroTableType<K,V>
The implementation of the PTableType interface for Avro-based serialization. |
| Methods in org.apache.crunch.types.avro that return PTableType | ||
|---|---|---|
|
AvroTypeFamily.tableOf(PType<K> key,
PType<V> value)
|
|
| Uses of PTableType in org.apache.crunch.types.writable |
|---|
| Methods in org.apache.crunch.types.writable that return PTableType | ||
|---|---|---|
|
WritableTypeFamily.tableOf(PType<K> key,
PType<V> value)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||