Describes unique log record delivery info.
More...
#include <RecordInfo.hpp>
Describes unique log record delivery info.
Definition at line 30 of file RecordInfo.hpp.
BucketInfo kaa::RecordInfo::getBucketInfo |
( |
| ) |
const |
|
inline |
Returns the parent bucket.
- Returns
- The bucket info.
Definition at line 37 of file RecordInfo.hpp.
std::size_t kaa::RecordInfo::getRecordAddedTimestampMs |
( |
| ) |
const |
|
inline |
Returns the timestamp indicating when log record was scheduled for delivery.
- Returns
- The timestamp in milliseconds.
Definition at line 50 of file RecordInfo.hpp.
std::size_t kaa::RecordInfo::getRecordDeliveryTimeMs |
( |
| ) |
const |
|
inline |
Returns the total spent time to deliver log record in milliseconds.
- Returns
- The log delivery time in milliseconds.
Definition at line 63 of file RecordInfo.hpp.
void kaa::RecordInfo::setBucketInfo |
( |
const BucketInfo & |
bucketInfo | ) |
|
|
inline |
void kaa::RecordInfo::setRecordAddedTimestampMs |
( |
std::size_t |
recordAddedTimestampMs | ) |
|
|
inline |
void kaa::RecordInfo::setRecordDeliveryTimeMs |
( |
std::size_t |
recordDeliveryTimeMs | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/architec/Documents/kaa/client/client-multi/client-cpp/kaa/log/RecordInfo.hpp