Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "catalog/catalog-server.h"
#include <gutil/strings/substitute.h>
#include <thrift/protocol/TDebugProtocol.h>
#include "catalog/catalog-util.h"
#include "statestore/statestore-subscriber.h"
#include "util/debug-util.h"
#include "gen-cpp/CatalogInternalService_types.h"
#include "gen-cpp/CatalogObjects_types.h"
#include "gen-cpp/CatalogService_types.h"
#include "common/names.h"
Go to the source code of this file.
Classes | |
class | CatalogServiceThriftIf |
Functions | |
DEFINE_int32 (catalog_service_port, 26000,"port where the CatalogService is running") | |
DECLARE_string (state_store_host) | |
DECLARE_int32 (state_store_subscriber_port) | |
DECLARE_int32 (state_store_port) | |
DECLARE_string (hostname) | |
DECLARE_bool (compact_catalog_topic) | |
Variables | |
const string | CATALOG_SERVER_TOPIC_PROCESSING_TIMES |
const string | CATALOG_WEB_PAGE = "/catalog" |
const string | CATALOG_TEMPLATE = "catalog.tmpl" |
const string | CATALOG_OBJECT_WEB_PAGE = "/catalog_object" |
const string | CATALOG_OBJECT_TEMPLATE = "catalog_object.tmpl" |
DECLARE_bool | ( | compact_catalog_topic | ) |
DECLARE_int32 | ( | state_store_subscriber_port | ) |
DECLARE_int32 | ( | state_store_port | ) |
DECLARE_string | ( | state_store_host | ) |
DECLARE_string | ( | hostname | ) |
DEFINE_int32 | ( | catalog_service_port | , |
26000 | , | ||
"port where the CatalogService is running" | |||
) |
const string CATALOG_OBJECT_TEMPLATE = "catalog_object.tmpl" |
Definition at line 51 of file catalog-server.cc.
Referenced by impala::CatalogServer::RegisterWebpages().
const string CATALOG_OBJECT_WEB_PAGE = "/catalog_object" |
Definition at line 50 of file catalog-server.cc.
Referenced by impala::CatalogServer::RegisterWebpages().
const string CATALOG_SERVER_TOPIC_PROCESSING_TIMES |
Definition at line 45 of file catalog-server.cc.
Referenced by impala::CatalogServer::CatalogServer().
const string CATALOG_TEMPLATE = "catalog.tmpl" |
Definition at line 49 of file catalog-server.cc.
Referenced by impala::CatalogServer::RegisterWebpages().
const string CATALOG_WEB_PAGE = "/catalog" |
Definition at line 48 of file catalog-server.cc.
Referenced by impala::CatalogServer::RegisterWebpages().