MCPcopy Create free account
hub / github.com/apache/trafficserver / getParents

Method getParents

include/proxy/ParentRoundRobin.h:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 ParentRoundRobin(ParentRecord *_parent_record, ParentRR_t _round_robin_type);
43 ~ParentRoundRobin() override;
44 pRecord *
45 getParents(ParentResult * /* result ATS_UNUSED */) override
46 {
47 return parents;
48 }
49 void selectParent(bool firstCall, ParentResult *result, RequestData *rdata, unsigned int fail_threshold,
50 unsigned int retry_time) override;
51 uint32_t numParents(ParentResult *result) const override;

Callers 2

markParentDownMethod · 0.45
markParentUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected