feat: hbaseapi support ttl & maxversions

This commit is contained in:
obdev
2022-06-15 10:28:03 +08:00
committed by wangzelin.wzl
parent 5456ef83df
commit 0d5a4bc8b8
76 changed files with 7920 additions and 437 deletions

View File

@ -210,6 +210,7 @@ public:
RPC_S(PR5 kill_part_trans_ctx, OB_KILL_PART_TRANS_CTX, (obrpc::ObKillPartTransCtxArg));
RPC_S(PR5 fetch_sstable_size, obrpc::OB_FETCH_SSTABLE_SIZE, (obrpc::ObFetchSstableSizeArg),
obrpc::ObFetchSstableSizeRes);
RPC_AP(PR5 ttl_request, OB_TTL_REQUEST, (obrpc::ObTTLRequestArg), obrpc::ObTTLResult);
}; // end of class ObSrvRpcProxy
} // namespace obrpc