#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <grpcpp/grpcpp.h>
#include "keyvaluestore.grpc.pb.h"
Go to the source code of this file.
Classes | |
class | KeyValueStoreServiceImpl |
struct | kv_pair |
Functions | |
const char * | get_value_from_map (const char *key) |
int | main (int argc, char **argv) |
void | RunServer () |
Variables | |
static const kv_pair | kvs_map [] |
Definition at line 51 of file examples/cpp/keyvaluestore/server.cc.
Definition at line 93 of file examples/cpp/keyvaluestore/server.cc.
void RunServer | ( | ) |
Definition at line 74 of file examples/cpp/keyvaluestore/server.cc.
Definition at line 46 of file examples/cpp/keyvaluestore/server.cc.