OpenSDN source code
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

◆ ~StubInterface()

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

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

Member Function Documentation

◆ AsyncWatch()

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:

◆ AsyncWatchRaw()

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.

◆ PrepareAsyncWatch()

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:

◆ PrepareAsyncWatchRaw()

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

Implemented in etcdserverpb::Watch::Stub.

◆ Watch()

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:

◆ WatchRaw()

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: