OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
etcd::etcdql::EtcdIf::EtcdAsyncGetCall Struct Reference
Inheritance diagram for etcd::etcdql::EtcdIf::EtcdAsyncGetCall:
Collaboration diagram for etcd::etcdql::EtcdIf::EtcdAsyncGetCall:

Public Member Functions

EtcdResponse ParseGetResponse ()
 

Public Attributes

std::unique_ptr
< ClientAsyncResponseReader
< RangeResponse > > 
get_reader_
 
int gtag_
 
RangeResponse get_resp_
 
- Public Attributes inherited from etcd::etcdql::EtcdIf::EtcdAsyncCall
Status status_
 
ClientContext ctx_
 
CompletionQueue cq_
 

Detailed Description

For get operation

Definition at line 134 of file eql_if.h.

Member Function Documentation

EtcdResponse EtcdIf::EtcdAsyncGetCall::ParseGetResponse ( )

Verify that the request was completed successfully. Note that "ok" corresponds solely to the request for updates introduced by Finish().

Definition at line 120 of file eql_if.cc.

Here is the call graph for this function:

Member Data Documentation

std::unique_ptr<ClientAsyncResponseReader<RangeResponse> > etcd::etcdql::EtcdIf::EtcdAsyncGetCall::get_reader_

Definition at line 135 of file eql_if.h.

RangeResponse etcd::etcdql::EtcdIf::EtcdAsyncGetCall::get_resp_

Definition at line 137 of file eql_if.h.

int etcd::etcdql::EtcdIf::EtcdAsyncGetCall::gtag_

Definition at line 136 of file eql_if.h.


The documentation for this struct was generated from the following files: