2022年1月11日

Zookeeper之FileTxnLog源码分析

摘要: 1. append函数 public synchronized boolean append(TxnHeader hdr, Record txn, TxnDigest digest) throws IOException { if (hdr == null) { return false; } if 阅读全文

posted @ 2022-01-11 17:16 萌兰三太子 阅读(28) 评论(0) 推荐(0)

导航