public final class BlobstoreInput extends Input<byte[]>
Constructor and Description |
---|
BlobstoreInput(String blobKey,
byte separator,
int shardCount) |
Modifier and Type | Method and Description |
---|---|
List<? extends InputReader<byte[]>> |
createReaders()
Returns a list of readers for this input.
|
getContext
public BlobstoreInput(String blobKey, byte separator, int shardCount)
public List<? extends InputReader<byte[]>> createReaders()
Input
Input
's
responsibility to determine an appropriate number of readers to split into.
This could be specified by the user or determined algorithmically.
The number of input readers returned determines the number of map shards.createReaders
in class Input<byte[]>
Copyright © 2015 Google. All rights reserved.