| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,List<NewEdge>> |
ChainAddEdgesRequest.parts |
Map<Integer,List<NewEdge>> |
AddEdgesRequest.parts |
| Modifier and Type | Method and Description |
|---|---|
NewEdge |
NewEdge.Builder.build() |
NewEdge |
NewEdge.deepCopy() |
NewEdge |
NewEdge.setKey(EdgeKey key) |
NewEdge |
NewEdge.setProps(List<Value> props) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<NewEdge>> |
ChainAddEdgesRequest.getParts() |
Map<Integer,List<NewEdge>> |
AddEdgesRequest.getParts() |
| Modifier and Type | Method and Description |
|---|---|
ChainAddEdgesRequest |
ChainAddEdgesRequest.setParts(Map<Integer,List<NewEdge>> parts) |
ChainAddEdgesRequest.Builder |
ChainAddEdgesRequest.Builder.setParts(Map<Integer,List<NewEdge>> parts) |
AddEdgesRequest |
AddEdgesRequest.setParts(Map<Integer,List<NewEdge>> parts) |
AddEdgesRequest.Builder |
AddEdgesRequest.Builder.setParts(Map<Integer,List<NewEdge>> parts) |
| Constructor and Description |
|---|
NewEdge(NewEdge other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AddEdgesRequest(int space_id,
Map<Integer,List<NewEdge>> parts,
List<byte[]> prop_names,
boolean if_not_exists,
boolean ignore_existed_index) |
AddEdgesRequest(int space_id,
Map<Integer,List<NewEdge>> parts,
List<byte[]> prop_names,
boolean if_not_exists,
boolean ignore_existed_index,
RequestCommon common) |
ChainAddEdgesRequest(int space_id,
Map<Integer,List<NewEdge>> parts,
List<byte[]> prop_names,
boolean if_not_exists,
long term) |
ChainAddEdgesRequest(int space_id,
Map<Integer,List<NewEdge>> parts,
List<byte[]> prop_names,
boolean if_not_exists,
long term,
long edge_version) |
Copyright © 2022. All rights reserved.