Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <statestore.h>
Public Attributes | |
bool | is_transient |
TopicEntry::Version | last_version |
The TopicState contains information on whether entries written by this subscriber should be considered transient, as well as the last topic entry version successfully processed by this subscriber.
Definition at line 274 of file statestore.h.
bool impala::Statestore::Subscriber::TopicState::is_transient |
Definition at line 275 of file statestore.h.
Referenced by impala::Statestore::Subscriber::Subscriber().
TopicEntry::Version impala::Statestore::Subscriber::TopicState::last_version |
Definition at line 276 of file statestore.h.
Referenced by impala::Statestore::Subscriber::Subscriber().