Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::DiskInfo::Disk Struct Reference
Collaboration diagram for impala::DiskInfo::Disk:

Public Member Functions

 Disk (const std::string &name="", int id=-1, bool is_rotational=true)
 

Public Attributes

std::string name
 Name of the disk (e.g. sda) More...
 
int id
 
bool is_rotational
 

Detailed Description

Definition at line 81 of file disk-info.h.

Constructor & Destructor Documentation

impala::DiskInfo::Disk::Disk ( const std::string &  name = "",
int  id = -1,
bool  is_rotational = true 
)
inline

Definition at line 91 of file disk-info.h.

Member Data Documentation

int impala::DiskInfo::Disk::id

0 based index. Does not map to anything in the system, useful to index into our structures

Definition at line 87 of file disk-info.h.

bool impala::DiskInfo::Disk::is_rotational

Definition at line 89 of file disk-info.h.

std::string impala::DiskInfo::Disk::name

Name of the disk (e.g. sda)

Definition at line 83 of file disk-info.h.


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