28 #ifndef HYPERTABLE_OPERATIONGATHERSTATISTICS_H
29 #define HYPERTABLE_OPERATIONGATHERSTATISTICS_H
69 #endif // HYPERTABLE_OPERATIONGATHERSTATISTICS_H
virtual const String label()
Human readable label for operation.
Abstract base class for ephemeral operations.
std::string String
A String is simply a typedef to std::string.
virtual ~OperationGatherStatistics()
Destructor.
Declarations for OperationEphemeral.
std::shared_ptr< Context > ContextPtr
Smart pointer to Context.
virtual bool exclusive()
Indicates if operation is exclusive.
OperationGatherStatistics(ContextPtr &context)
Constructor.
virtual void display_state(std::ostream &os)
Write human readable operation state to output stream.
Gathers and processes RangeServer statistics.
virtual void execute()
Carries out "gather statistics operation.
String extensions and helpers: sets, maps, append operators etc.
virtual const String name()
Name of operation used for exclusivity.