Package | Description |
---|---|
com.google.appengine.tools.mapreduce.outputs |
Modifier and Type | Class and Description |
---|---|
class |
GoogleCloudStorageLevelDbOutputWriter
A decorator for LevelDbOutputWriter that delegates to
GoogleCloudStorageFileOutputWriter
and pads blocks to GCS write boundaries on end of slice. |
class |
ItemSegmentingOutputWriter<O>
Segments data by using a separate writer each time
ItemSegmentingOutputWriter.shouldSegment(O) returns true. |
class |
LevelDbOutputWriter
An implementation of a LevelDb format writer.
|
class |
MarshallingOutputWriter<O>
An
OutputWriter that marshalls records. |
class |
SizeSegmentingOutputWriter
Segments the output base on the specified size limit.
|
Copyright © 2015 Google. All rights reserved.