Package | Description |
---|---|
com.google.appengine.tools.mapreduce.impl | |
com.google.appengine.tools.mapreduce.outputs |
Modifier and Type | Class and Description |
---|---|
class |
HashingSharder
Splits input by hashing the key.
|
Constructor and Description |
---|
GoogleCloudStorageMapOutput(String bucket,
String mrJobId,
Marshaller<K> keyMarshaller,
Marshaller<V> valueMarshaller,
Sharder sharder) |
GoogleCloudStorageMapOutputWriter(String bucket,
String fileNamePattern,
Marshaller<K> keyMarshaller,
Marshaller<V> valueMarshaller,
Sharder sharder) |
GoogleCloudStorageSortOutput(String bucket,
String mrJobId,
Sharder sharder) |
Modifier and Type | Field and Description |
---|---|
protected Sharder |
ShardingOutputWriter.sharder |
Constructor and Description |
---|
ShardingOutputWriter(Marshaller<K> keyMarshaller,
Sharder sharder) |
Copyright © 2015 Google. All rights reserved.