| Package | Description |
|---|---|
| com.vesoft.nebula.client.storage.scan | |
| com.vesoft.nebula.storage |
| Modifier and Type | Method and Description |
|---|---|
ScanCursor |
PartScanInfo.getCursor() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartScanInfo.setCursor(ScanCursor cursor) |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,ScanCursor> |
ScanResponse.cursors |
Map<Integer,ScanCursor> |
ScanEdgeRequest.parts |
Map<Integer,ScanCursor> |
ScanVertexRequest.parts |
| Modifier and Type | Method and Description |
|---|---|
ScanCursor |
ScanCursor.Builder.build() |
ScanCursor |
ScanCursor.deepCopy() |
ScanCursor |
ScanCursor.setNext_cursor(byte[] next_cursor) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,ScanCursor> |
ScanResponse.getCursors() |
Map<Integer,ScanCursor> |
ScanEdgeRequest.getParts() |
Map<Integer,ScanCursor> |
ScanVertexRequest.getParts() |
| Modifier and Type | Method and Description |
|---|---|
int |
ScanCursor.compareTo(ScanCursor other) |
| Modifier and Type | Method and Description |
|---|---|
ScanResponse |
ScanResponse.setCursors(Map<Integer,ScanCursor> cursors) |
ScanResponse.Builder |
ScanResponse.Builder.setCursors(Map<Integer,ScanCursor> cursors) |
ScanEdgeRequest |
ScanEdgeRequest.setParts(Map<Integer,ScanCursor> parts) |
ScanEdgeRequest.Builder |
ScanEdgeRequest.Builder.setParts(Map<Integer,ScanCursor> parts) |
ScanVertexRequest |
ScanVertexRequest.setParts(Map<Integer,ScanCursor> parts) |
ScanVertexRequest.Builder |
ScanVertexRequest.Builder.setParts(Map<Integer,ScanCursor> parts) |
| Constructor and Description |
|---|
ScanCursor(ScanCursor other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ScanEdgeRequest(int space_id,
Map<Integer,ScanCursor> parts,
List<EdgeProp> return_columns,
long limit,
boolean only_latest_version,
boolean enable_read_from_follower) |
ScanEdgeRequest(int space_id,
Map<Integer,ScanCursor> parts,
List<EdgeProp> return_columns,
long limit,
long start_time,
long end_time,
byte[] filter,
boolean only_latest_version,
boolean enable_read_from_follower,
RequestCommon common) |
ScanResponse(ResponseCommon result,
DataSet props,
Map<Integer,ScanCursor> cursors) |
ScanResponse(ResponseCommon result,
Map<Integer,ScanCursor> cursors) |
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) |
Copyright © 2022. All rights reserved.