0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::MaintenancePrioritizer::MemoryState Class Reference

#include <MaintenancePrioritizer.h>

Public Member Functions

 MemoryState ()
 
void decrement_needed (int64_t amount)
 
bool need_more ()
 

Public Attributes

int64_t limit
 
int64_t balance
 
int64_t needed
 

Detailed Description

Definition at line 35 of file MaintenancePrioritizer.h.

Constructor & Destructor Documentation

Hypertable::MaintenancePrioritizer::MemoryState::MemoryState ( )
inline

Definition at line 37 of file MaintenancePrioritizer.h.

Member Function Documentation

void Hypertable::MaintenancePrioritizer::MemoryState::decrement_needed ( int64_t  amount)
inline

Definition at line 38 of file MaintenancePrioritizer.h.

bool Hypertable::MaintenancePrioritizer::MemoryState::need_more ( )
inline

Definition at line 44 of file MaintenancePrioritizer.h.

Member Data Documentation

int64_t Hypertable::MaintenancePrioritizer::MemoryState::balance

Definition at line 46 of file MaintenancePrioritizer.h.

int64_t Hypertable::MaintenancePrioritizer::MemoryState::limit

Definition at line 45 of file MaintenancePrioritizer.h.

int64_t Hypertable::MaintenancePrioritizer::MemoryState::needed

Definition at line 47 of file MaintenancePrioritizer.h.


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