| Package | Description |
|---|---|
| com.vesoft.nebula.client.storage | |
| com.vesoft.nebula.client.storage.scan |
| Modifier and Type | Method and Description |
|---|---|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
int part,
String tagName)
scan vertex of specific part with no return cols.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
int part,
String tagName,
int limit)
scan vertex of specific part with no return cols and limit.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
int part,
String tagName,
int limit,
long startTime,
long endTime)
scan vertex of specific part with no returnCols, limit, startTime and endTime.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
int part,
String tagName,
int limit,
long startTime,
long endTime,
boolean allowPartSuccess,
boolean allowReadFromFollower)
scan vertex of specific part with no return cols, limit, startTime, endTime, whether
allow partial success, whether allow read from storage follower.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
int part,
String tagName,
List<String> returnCols)
scan vertex of specific part with specific return cols, if returnCols is an empty list,
then return all the columns of specific tagName.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
int part,
String tagName,
List<String> returnCols,
int limit)
scan vertex of specific part with specific return cols and limit.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
int part,
String tagName,
List<String> returnCols,
int limit,
long startTime,
long endTime)
scan vertex of specific part with specific returnCols, limit, startTime and endTime.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
int part,
String tagName,
List<String> returnCols,
int limit,
long startTime,
long endTime,
boolean allowPartSuccess,
boolean allowReadFromFollower)
scan vertex of specific part with specific return cols, limit, startTime, endTime, whether
allow partial success, whether allow read from storage follower.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
String tagName)
scan vertex of all parts with no return cols.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
String tagName,
int limit)
scan vertex of all parts with no return cols and limit.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
String tagName,
int limit,
long startTime,
long endTime)
scan vertex of all parts with no returnCols, limit, startTime and endTime.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
String tagName,
int limit,
long startTime,
long endTime,
boolean allowPartSuccess,
boolean allowReadFromFollower)
scan vertex of all parts with no return cols, limit, startTime, endTime, whether
allow partial success, whether allow read from storage follower.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
String tagName,
List<String> returnCols)
scan vertex of all parts with specific return cols, if returnCols is an empty list, then
return all the columns of specific tagName.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
String tagName,
List<String> returnCols,
int limit)
scan vertex of all parts with specific return cols and limit.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
String tagName,
List<String> returnCols,
int limit,
long startTime,
long endTime)
scan vertex of all parts with specific returnCols, limit, startTime and endTime.
|
ScanVertexResultIterator |
StorageClient.scanVertex(String spaceName,
String tagName,
List<String> returnCols,
int limit,
long startTime,
long endTime,
boolean allowPartSuccess,
boolean allowReadFromFollower)
scan vertex of all parts with specific return cols, limit, startTime, endTime, whether
allow partial success, whether allow read from storage follower.
|
| Modifier and Type | Method and Description |
|---|---|
ScanVertexResultIterator |
ScanVertexResultIterator.ScanVertexResultBuilder.build() |
Copyright © 2022. All rights reserved.