MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / GetRedirectNode

Method GetRedirectNode

common/common.go:829–834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

827}
828var TSStatus_RedirectNode_DEFAULT *TEndPoint
829func (p *TSStatus) GetRedirectNode() *TEndPoint {
830 if !p.IsSetRedirectNode() {
831 return TSStatus_RedirectNode_DEFAULT
832 }
833return p.RedirectNode
834}
835var TSStatus_NeedRetry_DEFAULT bool
836func (p *TSStatus) GetNeedRetry() bool {
837 if !p.IsSetNeedRetry() {

Callers

nothing calls this directly

Calls 1

IsSetRedirectNodeMethod · 0.95

Tested by

no test coverage detected