public static class RestoreMetaResp.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RestoreMetaResp |
build() |
RestoreMetaResp.Builder |
setCode(ErrorCode code) |
RestoreMetaResp.Builder |
setLeader(HostAddr leader) |
RestoreMetaResp.Builder |
setPart_hosts(Map<Integer,List<PartInfo>> part_hosts) |
public RestoreMetaResp.Builder setCode(ErrorCode code)
public RestoreMetaResp.Builder setLeader(HostAddr leader)
public RestoreMetaResp.Builder setPart_hosts(Map<Integer,List<PartInfo>> part_hosts)
public RestoreMetaResp build()
Copyright © 2023. All rights reserved.