Declarations for SshOutputCollector. More...
#include <Common/PageArena.h>
#include <Common/Logger.h>
#include <boost/iterator/iterator_facade.hpp>
#include <cstdlib>
#include <string>
#include <tuple>
#include <vector>
Go to the source code of this file.
Classes | |
class | Hypertable::SshOutputCollector |
Collects buffers of output from execution of remote SSH command. More... | |
class | Hypertable::SshOutputCollector::Buffer |
Fixed-size buffer to hold a portion of output. More... | |
class | Hypertable::SshOutputCollector::iterator |
Iterator for traversing output line-by-line. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Declarations for SshOutputCollector.
This file contains type declarations for SshOutputCollector, a class for collecting buffers of output returned from the exection of a remote SSH command.
Definition in file SshOutputCollector.h.