Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Provides information about the OS we're running on. More...
#include <os-info.h>
Static Public Member Functions | |
static void | Init () |
Initialize OsInfo. More... | |
static const std::string | os_version () |
static std::string | DebugString () |
Static Private Attributes | |
static bool | initialized_ = false |
static std::string | os_version_ = "Unknown" |
|
static |
Definition at line 41 of file os-info.cc.
References initialized_, and os_version_.
Referenced by impala::Webserver::RootHandler().
|
static |
Initialize OsInfo.
Definition at line 32 of file os-info.cc.
References initialized_, and os_version_.
|
inlinestatic |
Definition at line 29 of file os-info.h.
References initialized_, and os_version_.
|
staticprivate |
Definition at line 37 of file os-info.h.
Referenced by DebugString(), Init(), and os_version().
|
staticprivate |
Definition at line 38 of file os-info.h.
Referenced by DebugString(), Init(), and os_version().