| Package | Description |
|---|---|
| com.vesoft.nebula.client.meta | |
| com.vesoft.nebula.encoder | |
| com.vesoft.nebula.meta |
| Modifier and Type | Method and Description |
|---|---|
EdgeItem |
MetaManager.getEdge(String spaceName,
String edgeName)
get Edge
|
EdgeItem |
MetaCache.getEdge(String spaceName,
String edgeName) |
| Modifier and Type | Method and Description |
|---|---|
List<EdgeItem> |
MetaClient.getEdges(String spaceName)
get all edges of specific space
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
NebulaCodec.encodeEdge(EdgeItem edge,
List<String> names,
List<Object> values) |
byte[] |
NebulaCodecImpl.encodeEdge(EdgeItem edge,
List<String> names,
List<Object> values) |
| Modifier and Type | Field and Description |
|---|---|
List<EdgeItem> |
ListEdgesResp.edges |
| Modifier and Type | Method and Description |
|---|---|
EdgeItem |
EdgeItem.Builder.build() |
EdgeItem |
EdgeItem.deepCopy() |
EdgeItem |
EdgeItem.setEdge_name(byte[] edge_name) |
EdgeItem |
EdgeItem.setEdge_type(int edge_type) |
EdgeItem |
EdgeItem.setSchema(Schema schema) |
EdgeItem |
EdgeItem.setVersion(long version) |
| Modifier and Type | Method and Description |
|---|---|
List<EdgeItem> |
ListEdgesResp.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
int |
EdgeItem.compareTo(EdgeItem other) |
| Modifier and Type | Method and Description |
|---|---|
ListEdgesResp |
ListEdgesResp.setEdges(List<EdgeItem> edges) |
ListEdgesResp.Builder |
ListEdgesResp.Builder.setEdges(List<EdgeItem> edges) |
| Constructor and Description |
|---|
EdgeItem(EdgeItem other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListEdgesResp(ErrorCode code,
HostAddr leader,
List<EdgeItem> edges) |
Copyright © 2022. All rights reserved.