| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,List<NewVertex>> |
AddVerticesRequest.parts |
| Modifier and Type | Method and Description |
|---|---|
NewVertex |
NewVertex.Builder.build() |
NewVertex |
NewVertex.deepCopy() |
NewVertex |
NewVertex.setId(Value id) |
NewVertex |
NewVertex.setTags(List<NewTag> tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<NewVertex>> |
AddVerticesRequest.getParts() |
| Modifier and Type | Method and Description |
|---|---|
AddVerticesRequest |
AddVerticesRequest.setParts(Map<Integer,List<NewVertex>> parts) |
AddVerticesRequest.Builder |
AddVerticesRequest.Builder.setParts(Map<Integer,List<NewVertex>> parts) |
| Constructor and Description |
|---|
NewVertex(NewVertex other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AddVerticesRequest(int space_id,
Map<Integer,List<NewVertex>> parts,
Map<Integer,List<byte[]>> prop_names,
boolean if_not_exists,
boolean ignore_existed_index) |
AddVerticesRequest(int space_id,
Map<Integer,List<NewVertex>> parts,
Map<Integer,List<byte[]>> prop_names,
boolean if_not_exists,
boolean ignore_existed_index,
RequestCommon common) |
Copyright © 2022. All rights reserved.