| Package | Description |
|---|---|
| com.vesoft.nebula.client.meta | |
| com.vesoft.nebula.meta |
| Modifier and Type | Method and Description |
|---|---|
List<IdName> |
MetaClient.getSpaces()
get all spaces
|
| Modifier and Type | Field and Description |
|---|---|
List<IdName> |
ListSpacesResp.spaces |
| Modifier and Type | Method and Description |
|---|---|
IdName |
IdName.Builder.build() |
IdName |
IdName.deepCopy() |
IdName |
IdName.setId(ID id) |
IdName |
IdName.setName(byte[] name) |
| Modifier and Type | Method and Description |
|---|---|
List<IdName> |
ListSpacesResp.getSpaces() |
| Modifier and Type | Method and Description |
|---|---|
int |
IdName.compareTo(IdName other) |
| Modifier and Type | Method and Description |
|---|---|
ListSpacesResp |
ListSpacesResp.setSpaces(List<IdName> spaces) |
ListSpacesResp.Builder |
ListSpacesResp.Builder.setSpaces(List<IdName> spaces) |
| Constructor and Description |
|---|
IdName(IdName other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListSpacesResp(ErrorCode code,
HostAddr leader,
List<IdName> spaces) |
Copyright © 2022. All rights reserved.