6263646566676869
*/ public MaxTxId(ZooKeeperIface zooKeeper, String fullyQualifiedZNode) { this.zooKeeper = zooKeeper; this.fullyQualifiedZNode = fullyQualifiedZNode; this.maxTxIdWritable = new MaxTxIdWritable(); lastZNodeStat = null; }