Resource Tuner
Loading...
Searching...
No Matches
Request Class Reference

Encapsulation type for a Resource Provisioning Request. More...

#include <Request.h>

Private Attributes

int32_t mNumResources
 Number of resources to be tuned as Part of the Request.
 
int32_t mNumCocoNodes
 Number of coco nodes Allocated for the Request.
 
std::vector< Resource * > * mResources
 Pointer to a vector, storing all the Resources to be tuned.
 
std::vector< CocoNode * > * mCocoNodes
 Pointer to a vector, storing all the CocoNodes for the Request.
 
TimermTimer
 Timer associated with the request.
 

Additional Inherited Members

- Protected Attributes inherited from Message
int8_t mReqType
 Type of the request. Possible values: TUNE, UNTUNE, RETUNE, TUNESIGNAL, FREESIGNAL.
 
int64_t mHandle
 The unique generated handle for the request.
 
int64_t mDuration
 Duration. -1 means infinite duration.
 
int32_t mProperties
 Request Properties, includes Priority and Background Processing Status.
 
int32_t mClientPID
 Process ID of the client making the request.
 
int32_t mClientTID
 Thread ID of the client making the request.
 

Detailed Description

Encapsulation type for a Resource Provisioning Request.

Definition at line 28 of file Request.h.


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