client-java icon indicating copy to clipboard operation
client-java copied to clipboard

Align TxnKVClient API with client-rust

Open marsishandsome opened this issue 4 years ago • 0 comments

Current client-java TxnKVClient API is a very different from client-rust. All the following functions are missing:

  • put
  • get
  • get_for_update
  • key_exists
  • delete
  • scan
  • scan_keys
  • batch_get
  • batch_get_for_update
  • lock_keys
  • send_heart_beat
  • gc

We need to add the missing functions.

marsishandsome avatar Jun 03 '21 02:06 marsishandsome