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.
virtual void kudu::client::KuduStatusCallback::Run | ( | const Status & | s | ) | [pure virtual] |
Notify/report on the status.
[in] | s | The status to report. |
Implemented in kudu::client::KuduStatusMemberCallback< T >, and kudu::client::KuduStatusFunctionCallback< T >.