Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Contains details on the version information of a catalog update. More...
Public Member Functions | |
CatalogUpdateVersionInfo () | |
Public Attributes | |
int64_t | catalog_version |
The last catalog version returned from UpdateCatalog() More... | |
TUniqueId | catalog_service_id |
The CatalogService ID that this catalog version is from. More... | |
int64_t | catalog_topic_version |
The statestore catalog topic version this update was received in. More... | |
Contains details on the version information of a catalog update.
Definition at line 947 of file impala-server.h.
|
inline |
Definition at line 948 of file impala-server.h.
TUniqueId impala::ImpalaServer::CatalogUpdateVersionInfo::catalog_service_id |
The CatalogService ID that this catalog version is from.
Definition at line 956 of file impala-server.h.
Referenced by impala::ImpalaServer::CatalogUpdateCallback(), and impala::ImpalaServer::ProcessCatalogUpdateResult().
int64_t impala::ImpalaServer::CatalogUpdateVersionInfo::catalog_topic_version |
The statestore catalog topic version this update was received in.
Definition at line 958 of file impala-server.h.
Referenced by impala::ImpalaServer::CatalogUpdateCallback(), and impala::ImpalaServer::ProcessCatalogUpdateResult().
int64_t impala::ImpalaServer::CatalogUpdateVersionInfo::catalog_version |
The last catalog version returned from UpdateCatalog()
Definition at line 954 of file impala-server.h.
Referenced by impala::ImpalaServer::CatalogUpdateCallback(), and impala::ImpalaServer::ProcessCatalogUpdateResult().