Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 C# 中的 HBase REST API。我想在使用 C# 中的 REST API 检索行时实现锁定 [HBase Java API 中的行锁]。帮我解决这个问题......
首先,行锁定在0.94中已被弃用,并将很快在主干中删除,因此您可能不想依赖它。
其次,我认为 REST 服务器没有行锁定 api(有关可用资源,请参见此处)。Rest 服务器的文档位于此处
如果你想实现锁,你可以使用 check and put。它在休息时不可用,但在Thrift2上可用