|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SourceTarget | |
|---|---|
| org.apache.crunch | Client-facing API and core abstractions. |
| org.apache.crunch.impl.mr | A Pipeline implementation that runs on Hadoop MapReduce. |
| org.apache.crunch.io | Data input and output for Pipelines. |
| 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 SourceTarget in org.apache.crunch |
|---|
| Methods in org.apache.crunch that return SourceTarget | ||
|---|---|---|
|
Target.asSourceTarget(PType<T> ptype)
|
|
| Uses of SourceTarget in org.apache.crunch.impl.mr |
|---|
| Methods in org.apache.crunch.impl.mr that return SourceTarget | ||
|---|---|---|
|
MRPipeline.createIntermediateOutput(PType<T> ptype)
|
|
| Uses of SourceTarget in org.apache.crunch.io |
|---|
| Subinterfaces of SourceTarget in org.apache.crunch.io | |
|---|---|
interface |
ReadableSourceTarget<T>
An interface that indicates that a SourceTarget instance can be read
into the local client. |
| Uses of SourceTarget in org.apache.crunch.types |
|---|
| Methods in org.apache.crunch.types that return SourceTarget | |
|---|---|
SourceTarget<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. |
SourceTarget<Pair<K,Iterable<V>>> |
PGroupedTableType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
|
| Uses of SourceTarget in org.apache.crunch.types.avro |
|---|
| Methods in org.apache.crunch.types.avro that return SourceTarget | |
|---|---|
SourceTarget<T> |
AvroType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
|
| Uses of SourceTarget in org.apache.crunch.types.writable |
|---|
| Methods in org.apache.crunch.types.writable that return SourceTarget | |
|---|---|
SourceTarget<T> |
WritableType.getDefaultFileSource(org.apache.hadoop.fs.Path path)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||