OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
etcdserverpb::Watch::StubInterface Class Referenceabstract

#include <rpc.grpc.pb.h>

Inheritance diagram for etcdserverpb::Watch::StubInterface:

Public Member Functions

virtual ~StubInterface ()
 
std::unique_ptr
< ::grpc::ClientReaderWriterInterface
< ::etcdserverpb::WatchRequest,::etcdserverpb::WatchResponse > > 
Watch (::grpc::ClientContext *context)
 
std::unique_ptr
< ::grpc::ClientAsyncReaderWriterInterface
< ::etcdserverpb::WatchRequest,::etcdserverpb::WatchResponse > > 
AsyncWatch (::grpc::ClientContext *context,::grpc::CompletionQueue *cq, void *tag)
 
std::unique_ptr
< ::grpc::ClientAsyncReaderWriterInterface
< ::etcdserverpb::WatchRequest,::etcdserverpb::WatchResponse > > 
PrepareAsyncWatch (::grpc::ClientContext *context,::grpc::CompletionQueue *cq)
 

Private Member Functions

virtual
::grpc::ClientReaderWriterInterface
< ::etcdserverpb::WatchRequest,::etcdserverpb::WatchResponse > * 
WatchRaw (::grpc::ClientContext *context)=0
 
virtual
::grpc::ClientAsyncReaderWriterInterface
< ::etcdserverpb::WatchRequest,::etcdserverpb::WatchResponse > * 
AsyncWatchRaw (::grpc::ClientContext *context,::grpc::CompletionQueue *cq, void *tag)=0
 
virtual
::grpc::ClientAsyncReaderWriterInterface
< ::etcdserverpb::WatchRequest,::etcdserverpb::WatchResponse > * 
PrepareAsyncWatchRaw (::grpc::ClientContext *context,::grpc::CompletionQueue *cq)=0
 

Detailed Description

Definition at line 476 of file rpc.grpc.pb.h.

Constructor & Destructor Documentation

virtual etcdserverpb::Watch::StubInterface::~StubInterface ( )
inlinevirtual

Definition at line 478 of file rpc.grpc.pb.h.

Member Function Documentation

std::unique_ptr< ::grpc::ClientAsyncReaderWriterInterface< ::etcdserverpb::WatchRequest, ::etcdserverpb::WatchResponse> > etcdserverpb::Watch::StubInterface::AsyncWatch ( ::grpc::ClientContext *  context,
::grpc::CompletionQueue *  cq,
void *  tag 
)
inline

Definition at line 487 of file rpc.grpc.pb.h.

Here is the call graph for this function:

virtual ::grpc::ClientAsyncReaderWriterInterface< ::etcdserverpb::WatchRequest, ::etcdserverpb::WatchResponse>* etcdserverpb::Watch::StubInterface::AsyncWatchRaw ( ::grpc::ClientContext *  context,
::grpc::CompletionQueue *  cq,
void *  tag 
)
privatepure virtual

Implemented in etcdserverpb::Watch::Stub.

std::unique_ptr< ::grpc::ClientAsyncReaderWriterInterface< ::etcdserverpb::WatchRequest, ::etcdserverpb::WatchResponse> > etcdserverpb::Watch::StubInterface::PrepareAsyncWatch ( ::grpc::ClientContext *  context,
::grpc::CompletionQueue *  cq 
)
inline

Definition at line 490 of file rpc.grpc.pb.h.

Here is the call graph for this function:

virtual ::grpc::ClientAsyncReaderWriterInterface< ::etcdserverpb::WatchRequest, ::etcdserverpb::WatchResponse>* etcdserverpb::Watch::StubInterface::PrepareAsyncWatchRaw ( ::grpc::ClientContext *  context,
::grpc::CompletionQueue *  cq 
)
privatepure virtual

Implemented in etcdserverpb::Watch::Stub.

std::unique_ptr< ::grpc::ClientReaderWriterInterface< ::etcdserverpb::WatchRequest, ::etcdserverpb::WatchResponse> > etcdserverpb::Watch::StubInterface::Watch ( ::grpc::ClientContext *  context)
inline

Definition at line 484 of file rpc.grpc.pb.h.

Here is the call graph for this function:

virtual ::grpc::ClientReaderWriterInterface< ::etcdserverpb::WatchRequest, ::etcdserverpb::WatchResponse>* etcdserverpb::Watch::StubInterface::WatchRaw ( ::grpc::ClientContext *  context)
privatepure virtual

Implemented in etcdserverpb::Watch::Stub.


The documentation for this class was generated from the following file: