public static interface CisternOuterClass.DumpDDLJobsReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.