16 #ifndef GRAPHSCOPE_SERVER_APP_H_
17 #define GRAPHSCOPE_SERVER_APP_H_
AppType
Definition: app_base.h:37
Definition: app_base.h:115
Definition: app_base.h:78
Definition: app_utils.h:69
Definition: app_utils.h:25
Definition: graph_db_session.h:36
Definition: graph_db.h:77
Definition: server_app.h:44
~ServerAppFactory()
Definition: server_app.h:47
AppWrapper CreateApp(const GraphDB &graph) override
Definition: server_app.cc:310
ServerAppFactory()
Definition: server_app.h:46
Definition: server_app.h:25
bool Query(GraphDBSession &graph, Decoder &input, Encoder &output) override
Definition: server_app.cc:87
AppBase::AppType type() const override
Definition: server_app.cc:85
ServerApp()
Definition: server_app.h:27
Definition: app_base.h:67
Definition: adj_list.h:23
Definition: server_app.h:32
uint32_t from
Definition: server_app.h:39
uint32_t to
Definition: server_app.h:40
bool empty() const
Definition: server_app.h:37
vertex_range(uint32_t f, uint32_t t)
Definition: server_app.h:33
bool contains(uint32_t v) const
Definition: server_app.h:35