Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::ImpalaServer::CatalogUpdateVersionInfo Struct Reference

Contains details on the version information of a catalog update. More...

Collaboration diagram for impala::ImpalaServer::CatalogUpdateVersionInfo:

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...
 

Detailed Description

Contains details on the version information of a catalog update.

Definition at line 947 of file impala-server.h.

Constructor & Destructor Documentation

impala::ImpalaServer::CatalogUpdateVersionInfo::CatalogUpdateVersionInfo ( )
inline

Definition at line 948 of file impala-server.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: