| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
List<VertexProp> |
ScanVertexRequest.return_columns |
List<VertexProp> |
GetPropRequest.vertex_props |
List<VertexProp> |
TraverseSpec.vertex_props |
| Modifier and Type | Method and Description |
|---|---|
VertexProp |
VertexProp.Builder.build() |
VertexProp |
VertexProp.deepCopy() |
VertexProp |
VertexProp.setProps(List<byte[]> props) |
VertexProp |
VertexProp.setTag(int tag) |
| Modifier and Type | Method and Description |
|---|---|
List<VertexProp> |
ScanVertexRequest.getReturn_columns() |
List<VertexProp> |
GetPropRequest.getVertex_props() |
List<VertexProp> |
TraverseSpec.getVertex_props() |
| Modifier and Type | Method and Description |
|---|---|
int |
VertexProp.compareTo(VertexProp other) |
| Modifier and Type | Method and Description |
|---|---|
ScanVertexRequest |
ScanVertexRequest.setReturn_columns(List<VertexProp> return_columns) |
ScanVertexRequest.Builder |
ScanVertexRequest.Builder.setReturn_columns(List<VertexProp> return_columns) |
GetPropRequest |
GetPropRequest.setVertex_props(List<VertexProp> vertex_props) |
GetPropRequest.Builder |
GetPropRequest.Builder.setVertex_props(List<VertexProp> vertex_props) |
TraverseSpec |
TraverseSpec.setVertex_props(List<VertexProp> vertex_props) |
TraverseSpec.Builder |
TraverseSpec.Builder.setVertex_props(List<VertexProp> vertex_props) |
| Constructor and Description |
|---|
VertexProp(VertexProp other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
GetPropRequest(int space_id,
Map<Integer,List<Row>> parts,
List<VertexProp> vertex_props,
List<EdgeProp> edge_props,
List<Expr> expressions,
boolean dedup,
List<OrderBy> order_by,
long limit,
byte[] filter,
RequestCommon common) |
ScanVertexRequest(int space_id,
Map<Integer,ScanCursor> parts,
List<VertexProp> return_columns,
long limit,
boolean only_latest_version,
boolean enable_read_from_follower) |
ScanVertexRequest(int space_id,
Map<Integer,ScanCursor> parts,
List<VertexProp> return_columns,
long limit,
long start_time,
long end_time,
byte[] filter,
boolean only_latest_version,
boolean enable_read_from_follower,
RequestCommon common) |
TraverseSpec(List<Integer> edge_types,
EdgeDirection edge_direction,
boolean dedup,
List<StatProp> stat_props,
List<VertexProp> vertex_props,
List<EdgeProp> edge_props,
List<Expr> expressions,
List<OrderBy> order_by,
boolean random,
long limit,
byte[] filter) |
Copyright © 2022. All rights reserved.