[SCN] adjust ObBatchCreateTabletArg

This commit is contained in:
obdev
2022-11-28 02:40:26 +00:00
committed by ob-robot
parent 4c49f6e7c5
commit c538314fd7
62 changed files with 391 additions and 1828 deletions

View File

@ -2709,13 +2709,13 @@ public:
void reset();
int assign(const ObBatchCreateTabletArg &arg);
int init_create_tablet(const share::ObLSID &id_,
const int64_t &frozen_timestamp);
const palf::SCN &major_frozen_scn);
int64_t get_tablet_count() const;
DECLARE_TO_STRING;
public:
share::ObLSID id_;
int64_t frozen_timestamp_;
palf::SCN major_frozen_scn_;
common::ObSArray<share::schema::ObTableSchema> table_schemas_;
common::ObSArray<ObCreateTabletInfo> tablets_;
};