add heartbeat rpc

This commit is contained in:
yongshige
2023-08-18 11:10:20 +00:00
committed by ob-robot
parent 4e92b9f5cc
commit 9d62ca9170
11 changed files with 119 additions and 9 deletions

View File

@ -900,6 +900,7 @@ enum class ObTableDirectLoadOperationType {
ABORT = 2,
GET_STATUS = 3,
INSERT = 4,
HEART_BEAT = 5,
MAX_TYPE
};