HBase写流程部分源码学习

put操作:写流程主函数 public void put(Put put) throws IOException { checkReadOnly(); //判断当前是否为read-only--只读状态 // Do a rough check that we have resources to accept a write. The check is // 'rough
相关文章
相关标签/搜索