[CP] Auto Refresh/Broadcast Tablet Location

Co-authored-by: LeonChaoHi <15201161716@163.com>
This commit is contained in:
tino247
2023-11-28 07:42:23 +00:00
committed by ob-robot
parent 0f9db0eb53
commit fa81dbabe1
35 changed files with 2746 additions and 65 deletions

View File

@ -240,6 +240,7 @@ public:
RPC_AP(PR5 tablet_major_freeze, OB_TABLET_MAJOR_FREEZE, (ObTabletMajorFreezeArg), obrpc::Int64);
// RPC_AP(PR5 kill_client_session, OB_KILL_CLIENT_SESSION, (ObKillClientSessionArg), ObKillClientSessionRes);
// RPC_S(PR5 client_session_create_time, OB_CLIENT_SESSION_CONNECT_TIME, (ObClientSessionCreateTimeArg), ObClientSessionCreateTimeRes);
RPC_AP(PR5 tablet_location_send, OB_TABLET_LOCATION_BROADCAST, (obrpc::ObTabletLocationSendArg), obrpc::ObTabletLocationSendResult);
}; // end of class ObSrvRpcProxy
} // end of namespace rpc