public static class CatchUpResp.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CatchUpResp |
build() |
CatchUpResp.Builder |
setCode(ErrorCode code) |
CatchUpResp.Builder |
setCommitLogId(long commitLogId) |
CatchUpResp.Builder |
setResult(ResponseCommon result) |
CatchUpResp.Builder |
setSnapshotRows(long snapshotRows) |
CatchUpResp.Builder |
setStatus(CatchUpStatus status) |
public CatchUpResp.Builder setCode(ErrorCode code)
public CatchUpResp.Builder setStatus(CatchUpStatus status)
public CatchUpResp.Builder setSnapshotRows(long snapshotRows)
public CatchUpResp.Builder setCommitLogId(long commitLogId)
public CatchUpResp.Builder setResult(ResponseCommon result)
public CatchUpResp build()
Copyright © 2024. All rights reserved.