| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadableSourceTarget<T> | PType. getDefaultFileSource(org.apache.hadoop.fs.Path path)Returns a  SourceTargetthat is able to read/write data using the serialization format
 specified by thisPType. | 
| ReadableSourceTarget<Pair<K,Iterable<V>>> | PGroupedTableType. getDefaultFileSource(org.apache.hadoop.fs.Path path) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadableSourceTarget<T> | AvroType. getDefaultFileSource(org.apache.hadoop.fs.Path path) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadableSourceTarget<T> | WritableType. getDefaultFileSource(org.apache.hadoop.fs.Path path) | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.