| Package | Description |
|---|---|
| com.google.appengine.tools.mapreduce.impl |
| Modifier and Type | Method and Description |
|---|---|
FilesByShard |
GoogleCloudStorageSortOutput.finish(Collection<? extends OutputWriter<KeyValue<ByteBuffer,List<ByteBuffer>>>> writers) |
FilesByShard |
GoogleCloudStorageMergeOutput.finish(Collection<? extends OutputWriter<KeyValue<ByteBuffer,List<ByteBuffer>>>> writers) |
FilesByShard |
GoogleCloudStorageMapOutput.finish(Collection<? extends OutputWriter<KeyValue<K,V>>> outputWriters) |
| Constructor and Description |
|---|
GoogleCloudStorageMergeInput(FilesByShard files,
int mergeFanin) |
GoogleCloudStorageReduceInput(FilesByShard files,
Marshaller<K> keyMarshaller,
Marshaller<V> valueMarshaller) |
GoogleCloudStorageSortInput(FilesByShard files) |
Copyright © 2015 Google. All rights reserved.