MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetEndPoint

Method GetEndPoint

src/replica/replicate_node.cc:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155bool ReplicateNode::IsLogMatched() { return log_matched_; }
156
157std::string ReplicateNode::GetEndPoint() { return endpoint_; }
158
159uint64_t ReplicateNode::GetLastSyncOffset() { return last_sync_offset_; }
160

Callers 3

AddReplicateNodeMethod · 0.80
DelReplicateNodeMethod · 0.80
GetReplicateInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected