| Package | Description |
|---|---|
| com.vesoft.nebula.client.storage | |
| com.vesoft.nebula.client.storage.scan |
| Modifier and Type | Method and Description |
|---|---|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
int part,
String edgeName)
scan edge of specific part with no return cols.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
int part,
String edgeName,
int limit)
scan edge of specific part with no return cols and limit config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
int part,
String edgeName,
int limit,
long startTime,
long endTime)
scan edge of specific part with no return cols and limit, start time, end time config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
int part,
String edgeName,
int limit,
long startTime,
long endTime,
boolean allowPartSuccess,
boolean allowReadFromFollower)
scan edge of specific part with no return cols and limit, start time, end time, if allow
partial success, if allow read data from storage follower config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
int part,
String edgeName,
List<String> returnCols)
scan edge of specific part with return cols.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
int part,
String edgeName,
List<String> returnCols,
int limit)
scan edge of specific part with return cols.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
int part,
String edgeName,
List<String> returnCols,
int limit,
long startTime,
long endTime)
scan edge of specific part with return cols and limit, start time, end time config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
int part,
String edgeName,
List<String> returnCols,
int limit,
long startTime,
long endTime,
boolean allowPartSuccess,
boolean allowReadFromFollower)
scan edge of specific part with return cols and limit, start time, end time, if allow partial
success, if allow read data from storage follower config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
String edgeName)
scan edge of all parts with no return cols.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
String edgeName,
int limit)
scan edge of all parts with no return cols and limit config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
String edgeName,
int limit,
long startTime,
long endTime)
scan edge of all parts with no return cols and limit, start time, end time config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
String edgeName,
int limit,
long startTime,
long endTime,
boolean allowPartSuccess,
boolean allowReadFromFollower)
scan edge of all parts with no return cols and limit, start time, end time, if allow partial
success, if allow read data from storage follower config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
String edgeName,
List<String> returnCols)
scan edge of all parts with return cols.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
String edgeName,
List<String> returnCols,
int limit)
scan edge of all parts with return cols and limit config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
String edgeName,
List<String> returnCols,
int limit,
long startTime,
long endTime)
scan edge of all parts with return cols and limit, start time, end time config.
|
ScanEdgeResultIterator |
StorageClient.scanEdge(String spaceName,
String edgeName,
List<String> returnCols,
int limit,
long startTime,
long endTime,
boolean allowPartSuccess,
boolean allowReadFromFollower)
scan edge of all parts with return cols and limit, start time, end time, if allow partial
success, if allow read data from storage follower config.
|
| Modifier and Type | Method and Description |
|---|---|
ScanEdgeResultIterator |
ScanEdgeResultIterator.ScanEdgeResultBuilder.build() |
Copyright © 2022. All rights reserved.