Kudu C++ client API
|
The interface for all status callbacks. More...
#include <callbacks.h>
Public Member Functions | |
virtual void | Run (const Status &s)=0 |
The interface for all status callbacks.
|
pure virtual |
Notify/report on the status.
[in] | s | The status to report. |
Implemented in kudu::client::KuduStatusFunctionCallback< T >, and kudu::client::KuduStatusMemberCallback< T >.