public static interface CisternOuterClass.DumpDDLJobsReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBeginCommitTS()
beginCommitTS is the start point of drainer processing binlog, DumpDDLJobs() returns
all history DDL jobs before this position, then drainer will apply these DDL jobs
in order of job ID to restore the whole schema info at that moment.
|
long getBeginCommitTS()
beginCommitTS is the start point of drainer processing binlog, DumpDDLJobs() returns all history DDL jobs before this position, then drainer will apply these DDL jobs in order of job ID to restore the whole schema info at that moment.
int64 beginCommitTS = 1;Copyright © 2023 PingCAP. All rights reserved.