|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
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 |
Definition at line 81 of file disk-info.h.
|
inline |
Definition at line 91 of file disk-info.h.
| 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.