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

@ -289,6 +289,9 @@ public:
RPC_S(PRD create_restore_point, obrpc::OB_CREATE_RESTORE_POINT, (ObCreateRestorePointArg));
RPC_S(PRD drop_restore_point, obrpc::OB_DROP_RESTORE_POINT, (ObDropRestorePointArg));
// table api
RPC_S(PRD table_ttl, obrpc::OB_TABLE_TTL, (ObTableTTLArg));
RPC_S(PRD ttl_response, obrpc::OB_TTL_RESPONSE, (ObTTLResponseArg));
public:
void set_rs_mgr(share::ObRsMgr& rs_mgr)
{