| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<HostPair> |
RestoreMetaReq.hosts |
| Modifier and Type | Method and Description |
|---|---|
HostPair |
HostPair.Builder.build() |
HostPair |
HostPair.deepCopy() |
HostPair |
HostPair.setFrom_host(HostAddr from_host) |
HostPair |
HostPair.setTo_host(HostAddr to_host) |
| Modifier and Type | Method and Description |
|---|---|
List<HostPair> |
RestoreMetaReq.getHosts() |
| Modifier and Type | Method and Description |
|---|---|
int |
HostPair.compareTo(HostPair other) |
| Modifier and Type | Method and Description |
|---|---|
RestoreMetaReq |
RestoreMetaReq.setHosts(List<HostPair> hosts) |
RestoreMetaReq.Builder |
RestoreMetaReq.Builder.setHosts(List<HostPair> hosts) |
| Constructor and Description |
|---|
HostPair(HostPair other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
RestoreMetaReq(List<byte[]> files,
List<HostPair> hosts) |
Copyright © 2022. All rights reserved.