OmniSciDB
a5dc49c757
|
#include <DashboardDescriptor.h>
Public Attributes | |
int32_t | dashboardId |
std::string | dashboardName |
std::string | dashboardState |
std::string | imageHash |
std::string | updateTime |
std::string | dashboardMetadata |
int32_t | userId |
std::string | user |
std::string | dashboardSystemRoleName |
Definition at line 32 of file DashboardDescriptor.h.
int32_t DashboardDescriptor::dashboardId |
dashboardId starts at 0 for valid dashboard.
Definition at line 33 of file DashboardDescriptor.h.
Referenced by Catalog_Namespace::Catalog::createDashboard(), DBHandler::get_dashboard_impl(), DBHandler::replace_dashboard(), and Catalog_Namespace::Catalog::replaceDashboard().
std::string DashboardDescriptor::dashboardMetadata |
Definition at line 39 of file DashboardDescriptor.h.
Referenced by DBHandler::create_dashboard(), Catalog_Namespace::Catalog::createDashboard(), DBHandler::get_dashboard_impl(), DBHandler::replace_dashboard(), and Catalog_Namespace::Catalog::replaceDashboard().
std::string DashboardDescriptor::dashboardName |
dashboardName is the name of the dashboard. dashboard -must be unique
Definition at line 34 of file DashboardDescriptor.h.
Referenced by Catalog_Namespace::Catalog::addFrontendViewToMapNoLock(), DBHandler::create_dashboard(), Catalog_Namespace::Catalog::createDashboard(), DBHandler::get_dashboard_impl(), DBHandler::replace_dashboard(), and Catalog_Namespace::Catalog::replaceDashboard().
std::string DashboardDescriptor::dashboardState |
Definition at line 36 of file DashboardDescriptor.h.
Referenced by DBHandler::create_dashboard(), Catalog_Namespace::Catalog::createDashboard(), DBHandler::get_dashboard_impl(), DBHandler::replace_dashboard(), and Catalog_Namespace::Catalog::replaceDashboard().
std::string DashboardDescriptor::dashboardSystemRoleName |
Definition at line 42 of file DashboardDescriptor.h.
Referenced by Catalog_Namespace::Catalog::createDashboard(), and Catalog_Namespace::Catalog::replaceDashboard().
std::string DashboardDescriptor::imageHash |
Definition at line 37 of file DashboardDescriptor.h.
Referenced by DBHandler::create_dashboard(), Catalog_Namespace::Catalog::createDashboard(), DBHandler::get_dashboard_impl(), DBHandler::replace_dashboard(), and Catalog_Namespace::Catalog::replaceDashboard().
std::string DashboardDescriptor::updateTime |
Definition at line 38 of file DashboardDescriptor.h.
Referenced by Catalog_Namespace::Catalog::createDashboard(), DBHandler::get_dashboard_impl(), and Catalog_Namespace::Catalog::replaceDashboard().
std::string DashboardDescriptor::user |
Definition at line 41 of file DashboardDescriptor.h.
Referenced by DBHandler::create_dashboard(), DBHandler::get_dashboard_impl(), heavydb.thrift.ttypes.TSessionInfo::read(), heavydb.thrift.Heavy.connect_args::read(), DBHandler::replace_dashboard(), heavydb.thrift.ttypes.TSessionInfo::write(), and heavydb.thrift.Heavy.connect_args::write().
int32_t DashboardDescriptor::userId |
Definition at line 40 of file DashboardDescriptor.h.
Referenced by Catalog_Namespace::Catalog::addFrontendViewToMapNoLock(), DBHandler::create_dashboard(), Catalog_Namespace::Catalog::createDashboard(), DBHandler::get_dashboard_impl(), DBHandler::replace_dashboard(), and Catalog_Namespace::Catalog::replaceDashboard().