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