| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
List<UpdatedProp> |
UpdateVertexRequest.updated_props |
List<UpdatedProp> |
UpdateEdgeRequest.updated_props |
| Modifier and Type | Method and Description |
|---|---|
UpdatedProp |
UpdatedProp.Builder.build() |
UpdatedProp |
UpdatedProp.deepCopy() |
UpdatedProp |
UpdatedProp.setName(byte[] name) |
UpdatedProp |
UpdatedProp.setValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
List<UpdatedProp> |
UpdateVertexRequest.getUpdated_props() |
List<UpdatedProp> |
UpdateEdgeRequest.getUpdated_props() |
| Modifier and Type | Method and Description |
|---|---|
int |
UpdatedProp.compareTo(UpdatedProp other) |
| Modifier and Type | Method and Description |
|---|---|
UpdateVertexRequest |
UpdateVertexRequest.setUpdated_props(List<UpdatedProp> updated_props) |
UpdateVertexRequest.Builder |
UpdateVertexRequest.Builder.setUpdated_props(List<UpdatedProp> updated_props) |
UpdateEdgeRequest |
UpdateEdgeRequest.setUpdated_props(List<UpdatedProp> updated_props) |
UpdateEdgeRequest.Builder |
UpdateEdgeRequest.Builder.setUpdated_props(List<UpdatedProp> updated_props) |
| Constructor and Description |
|---|
UpdatedProp(UpdatedProp other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
UpdateEdgeRequest(int space_id,
int part_id,
EdgeKey edge_key,
List<UpdatedProp> updated_props) |
UpdateEdgeRequest(int space_id,
int part_id,
EdgeKey edge_key,
List<UpdatedProp> updated_props,
boolean insertable,
List<byte[]> return_props,
byte[] condition,
RequestCommon common) |
UpdateVertexRequest(int space_id,
int part_id,
Value vertex_id,
int tag_id,
List<UpdatedProp> updated_props) |
UpdateVertexRequest(int space_id,
int part_id,
Value vertex_id,
int tag_id,
List<UpdatedProp> updated_props,
boolean insertable,
List<byte[]> return_props,
byte[] condition,
RequestCommon common) |
Copyright © 2022. All rights reserved.