Google Cloud Bigtable C++ Client
1.40.2
A C++ Client Library for Google Cloud Bigtable
|
A SingleRowMutation that failed. More...
#include <google/cloud/bigtable/mutations.h>
Public Member Functions | |
FailedMutation (google::cloud::Status status, int index) | |
FailedMutation (google::rpc::Status const &status, int index) | |
FailedMutation (FailedMutation &&)=default | |
FailedMutation & | operator= (FailedMutation &&)=default |
FailedMutation (FailedMutation const &)=default | |
FailedMutation & | operator= (FailedMutation const &)=default |
accessors | |
class | BulkMutation |
google::cloud::Status const & | status () const |
int | original_index () const |
A SingleRowMutation that failed.
A multi-row mutation returns the list of operations that failed, this class encapsulates both the failure and the original mutation. The application can then choose to resend the mutation, or log it, or save it for processing via some other means.
Definition at line 394 of file mutations.h.
|
inline |
Definition at line 396 of file mutations.h.
|
inline |
Definition at line 399 of file mutations.h.
|
default |
|
default |
|
default |
|
default |
|
inline |
Definition at line 410 of file mutations.h.
|
inline |
Definition at line 409 of file mutations.h.
|
friend |
Definition at line 413 of file mutations.h.