|  | 
| template<typename U > | 
| Output & | WithCustomSharding (U &&func) | 
|  | 
| template<typename U > | 
| Output & | WithModNSharding (unsigned modn, U &&func) | 
|  | 
| Output & | AndCompress (pb::Output::CompressType ct, int level=-10000) | 
|  | 
| ShardId | Shard (const T &t) const | 
|  | 
| void | SetConstantShard (ShardId sid) | 
|  | 
| pb::Output * | mutable_msg () | 
|  | 
| const pb::Output & | msg () const | 
|  | 
| bool | is_binary () const | 
|  | 
|  | 
|  | OutputBase (pb::Output *out) | 
|  | 
| void | SetCompress (pb::Output::CompressType ct, int level) | 
|  | 
| void | SetShardSpec (pb::ShardSpec::Type st, unsigned modn=0) | 
|  | 
| void | FailUndefinedShard () const | 
|  | 
| pb::Output * | out_ | 
|  | 
template<typename T>
class mr3::Output< T >
Definition at line 36 of file output.h.
The documentation for this class was generated from the following file: