Class | Description |
---|---|
BlobstoreInput |
BlobstoreLineInput shards files in Blobstore on separator boundaries.
|
ConcatenatingInputReader<I> |
Reads multiple inputs in sequence.
|
ConsecutiveLongInput |
Produces all longs in a given interval.
|
DatastoreInput |
An input to read entities of a specified kind from the datastore.
|
DatastoreInputReader |
An InputReader for Datastore entities.
|
DatastoreKeyInput |
An input to read entity keys of a specified kind from the datastore.
|
DatastoreKeyInputReader |
An InputReader for Datastore entity keys.
|
DatastoreShardStrategy |
Splits an arbitrary datastore query.
|
ForwardingInputReader<T> |
An
InputReader delegates to another implementation. |
GoogleCloudStorageLevelDbInput |
GoogleCloudStorageLevelDbInput creates LevelDbInputReaders to read input written out by
LevelDbOutput to files in
Google Cloud Storage. |
GoogleCloudStorageLevelDbInputReader |
A simple wrapper of LevelDb wrapper for GCS to provide getProgress() and do lazy initialization.
|
GoogleCloudStorageLineInput |
CloudStorageLineInput shards files in Cloud Storage on separator boundries.
|
InMemoryInput<I> |
An input that returns values already in memory.
|
LevelDbInputReader |
Reads LevelDB formatted input.
|
LogInput |
Reads RequestLogs from the App Engine Logs API
|
LogInputReader |
Reads App Engine RequestLogs for a specified time range.
|
NoInput<I> |
An
Input that does not produce any values. |
PeekingInputReader<T> |
An
InputReader that allows peeking at records without consuming them. |
RandomLongInput |
An input that produce random values.
|
UnmarshallingInput<I> |
An
Input that unmarshalls records. |
UnmarshallingInputReader<T> |
An
InputReader that unmarshals records. |
Copyright © 2015 Google. All rights reserved.