#include <ParentSelection.h>
Inherits ATSConsistentHashNode.
Data Fields | |
char | hostname [MAXDNAME+1] |
int | port |
time_t | failedAt |
int | failCount |
int32_t | upAt |
const char * | scheme |
int | idx |
float | weight |
Definition at line 164 of file ParentSelection.h.
Definition at line 169 of file ParentSelection.h.
Referenced by ParentRecord::FindParent(), ParentConfigParams::markParentDown(), and ParentConfigParams::recordRetrySuccess().
time_t pRecord::failedAt |
Definition at line 168 of file ParentSelection.h.
Referenced by ParentRecord::FindParent(), ParentConfigParams::markParentDown(), ParentRecord::ProcessParents(), and ParentConfigParams::recordRetrySuccess().
char pRecord::hostname[MAXDNAME+1] |
Definition at line 166 of file ParentSelection.h.
Referenced by ParentRecord::FindParent(), ParentConfigParams::markParentDown(), ParentRecord::ProcessParents(), and ParentConfigParams::recordRetrySuccess().
int pRecord::idx |
Definition at line 172 of file ParentSelection.h.
Referenced by ParentRecord::FindParent(), and ParentRecord::ProcessParents().
int pRecord::port |
Definition at line 167 of file ParentSelection.h.
Referenced by ParentRecord::FindParent(), ParentConfigParams::markParentDown(), ParentRecord::ProcessParents(), and ParentConfigParams::recordRetrySuccess().
const char* pRecord::scheme |
Definition at line 171 of file ParentSelection.h.
Referenced by ParentRecord::Init(), and ParentRecord::ProcessParents().
int32_t pRecord::upAt |
Definition at line 170 of file ParentSelection.h.
float pRecord::weight |
Definition at line 173 of file ParentSelection.h.
Referenced by ParentRecord::ProcessParents().