|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadableSourceTarget | |
---|---|
org.apache.crunch.io.avro | |
org.apache.crunch.io.avro.trevni | |
org.apache.crunch.io.hbase | |
org.apache.crunch.io.impl | |
org.apache.crunch.io.parquet | |
org.apache.crunch.io.seq | |
org.apache.crunch.io.text | |
org.apache.crunch.types | Common functionality for business object serialization. |
org.apache.crunch.types.avro | Business object serialization using Apache Avro. |
org.apache.crunch.types.writable | Business object serialization using Hadoop's Writables framework. |
Uses of ReadableSourceTarget in org.apache.crunch.io.avro |
---|
Classes in org.apache.crunch.io.avro that implement ReadableSourceTarget | |
---|---|
class |
AvroFileSourceTarget<T>
|
Uses of ReadableSourceTarget in org.apache.crunch.io.avro.trevni |
---|
Classes in org.apache.crunch.io.avro.trevni that implement ReadableSourceTarget | |
---|---|
class |
TrevniKeySourceTarget<T>
|
Uses of ReadableSourceTarget in org.apache.crunch.io.hbase |
---|
Classes in org.apache.crunch.io.hbase that implement ReadableSourceTarget | |
---|---|
class |
HBaseSourceTarget
|
Uses of ReadableSourceTarget in org.apache.crunch.io.impl |
---|
Classes in org.apache.crunch.io.impl that implement ReadableSourceTarget | |
---|---|
class |
ReadableSourcePathTargetImpl<T>
|
class |
ReadableSourceTargetImpl<T>
|
Uses of ReadableSourceTarget in org.apache.crunch.io.parquet |
---|
Classes in org.apache.crunch.io.parquet that implement ReadableSourceTarget | |
---|---|
class |
AvroParquetFileSourceTarget<T extends IndexedRecord>
|
Uses of ReadableSourceTarget in org.apache.crunch.io.seq |
---|
Classes in org.apache.crunch.io.seq that implement ReadableSourceTarget | |
---|---|
class |
SeqFileSourceTarget<T>
|
class |
SeqFileTableSourceTarget<K,V>
|
Uses of ReadableSourceTarget in org.apache.crunch.io.text |
---|
Classes in org.apache.crunch.io.text that implement ReadableSourceTarget | |
---|---|
class |
TextFileSourceTarget<T>
|
class |
TextFileTableSourceTarget<K,V>
A TableSource and SourceTarget implementation that uses the
KeyValueTextInputFormat and TextOutputFormat to support reading
and writing text files as PTable instances using a tab separator for
the keys and the values. |
Uses of ReadableSourceTarget in org.apache.crunch.types |
---|
Methods in org.apache.crunch.types that return ReadableSourceTarget | |
---|---|
ReadableSourceTarget<T> |
PType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
Returns a SourceTarget that is able to read/write data using the serialization format
specified by this PType . |
ReadableSourceTarget<Pair<K,Iterable<V>>> |
PGroupedTableType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
|
Uses of ReadableSourceTarget in org.apache.crunch.types.avro |
---|
Methods in org.apache.crunch.types.avro that return ReadableSourceTarget | |
---|---|
ReadableSourceTarget<T> |
AvroType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
|
Uses of ReadableSourceTarget in org.apache.crunch.types.writable |
---|
Methods in org.apache.crunch.types.writable that return ReadableSourceTarget | |
---|---|
ReadableSourceTarget<T> |
WritableType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |