|
using | ExpandCb = std::function< void(size_t file_size, const std::string &)> |
|
|
virtual void | Init ()=0 |
|
virtual void | Shutdown ()=0 |
|
virtual void | OperatorStart (const pb::Operator *op)=0 |
|
virtual RawContext * | CreateContext ()=0 |
|
virtual void | OperatorEnd (ShardFileMap *out_files)=0 |
|
virtual void | ExpandGlob (const std::string &glob, ExpandCb cb)=0 |
|
virtual size_t | ProcessInputFile (const std::string &filename, pb::WireFormat::Type type, RawSinkCb cb)=0 |
|
virtual void | SaveFile (absl::string_view fn, absl::string_view data)=0 |
|
Definition at line 20 of file runner.h.
The documentation for this class was generated from the following file: