| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.client.graph.data |
| Modifier and Type | Method and Description |
|---|---|
Edge |
Edge.Builder.build() |
Edge |
Edge.deepCopy() |
Edge |
Value.getEVal() |
Edge |
Edge.setDst(Value dst) |
Edge |
Edge.setName(byte[] name) |
Edge |
Edge.setProps(Map<byte[],Value> props) |
Edge |
Edge.setRanking(long ranking) |
Edge |
Edge.setSrc(Value src) |
Edge |
Edge.setType(int type) |
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.eVal(Edge __value) |
void |
Value.setEVal(Edge __value) |
| Constructor and Description |
|---|
Edge(Edge other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
Relationship(Edge edge)
Relationship is a wrapper around the Edge type returned by nebula-graph
|
Copyright © 2022. All rights reserved.