| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
ScanResp |
MetaService.scan_result.success |
| Modifier and Type | Method and Description |
|---|---|
ScanResp |
ScanResp.Builder.build() |
ScanResp |
ScanResp.deepCopy() |
ScanResp |
MetaService.AsyncClient.scan_call.getResult() |
ScanResp |
MetaService.scan_result.getSuccess() |
ScanResp |
MetaService.Client.recv_scan() |
ScanResp |
MetaService.Iface.scan(ScanReq req) |
ScanResp |
MetaService.Client.scan(ScanReq req) |
ScanResp |
ScanResp.setCode(ErrorCode code) |
ScanResp |
ScanResp.setLeader(HostAddr leader) |
ScanResp |
ScanResp.setValues(List<byte[]> values) |
| Modifier and Type | Method and Description |
|---|---|
int |
ScanResp.compareTo(ScanResp other) |
MetaService.scan_result |
MetaService.scan_result.setSuccess(ScanResp success) |
| Constructor and Description |
|---|
scan_result(ScanResp success) |
ScanResp(ScanResp other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.