|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadableSourceTarget | |
---|---|
org.apache.crunch.impl.mr | |
org.apache.crunch.io.avro | |
org.apache.crunch.io.impl | |
org.apache.crunch.io.seq | |
org.apache.crunch.io.text | |
org.apache.crunch.materialize |
Uses of ReadableSourceTarget in org.apache.crunch.impl.mr |
---|
Methods in org.apache.crunch.impl.mr that return ReadableSourceTarget | ||
---|---|---|
|
MRPipeline.getMaterializeSourceTarget(PCollection<T> pcollection)
Retrieve a ReadableSourceTarget that provides access to the contents of a PCollection . |
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.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.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>
|
Uses of ReadableSourceTarget in org.apache.crunch.materialize |
---|
Methods in org.apache.crunch.materialize that return ReadableSourceTarget | |
---|---|
ReadableSourceTarget<E> |
MaterializableIterable.getSourceTarget()
|
Constructors in org.apache.crunch.materialize with parameters of type ReadableSourceTarget | |
---|---|
MaterializableIterable(Pipeline pipeline,
ReadableSourceTarget<E> source)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |