| Package | Description |
|---|---|
| com.vesoft.nebula.client.meta | |
| com.vesoft.nebula.client.storage.scan |
| Modifier and Type | Method and Description |
|---|---|
Schema |
MetaClient.getEdge(String spaceName,
String edgeName)
get schema of specific edgeRow
|
List<EdgeItem> |
MetaClient.getEdges(String spaceName)
get all edges of specific space
|
Map<Integer,List<HostAddr>> |
MetaClient.getPartsAlloc(String spaceName)
Get all parts and the address in a space
Store in this.parts
|
SpaceItem |
MetaClient.getSpace(String spaceName)
get one space
|
List<IdName> |
MetaClient.getSpaces()
get all spaces
|
Schema |
MetaClient.getTag(String spaceName,
String tagName)
get schema of specific tag
|
List<TagItem> |
MetaClient.getTags(String spaceName)
get all tags of spaceName
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScanResultIterator.throwExceptions(List<Exception> exceptions) |
Copyright © 2022. All rights reserved.