Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala-server-callbacks.h
Go to the documentation of this file.
1 #ifndef IMPALA_SERVICE_IMPALA_SERVER_CALLBACKS_H
2 #define IMPALA_SERVICE_IMPALA_SERVER_CALLBACKS_H
3 
4 #include <rapidjson/document.h>
5 
6 namespace impala {
7 
8 class ImpalaServer;
9 
11  public:
13  : server_(server) { }
14 
15  void Init();
16 
17  private:
52  rapidjson::Document* document);
53 
54 };
55 
56 }
57 
58 #endif
ImpalaServiceWebHandlers(ImpalaServer *server)
std::map< std::string, std::string > ArgumentMap
Definition: webserver.h:36
void QueryStateJsonCallback(const Webserver::ArgumentMap &args, rapidjson::Document *document)