| Package | Description |
|---|---|
| com.vesoft.nebula.client.storage | |
| com.vesoft.nebula.client.storage.scan | |
| com.vesoft.nebula.storage |
| Modifier and Type | Method and Description |
|---|---|
ScanResponse |
GraphStorageConnection.scanEdge(ScanEdgeRequest request) |
ScanResponse |
GraphStorageConnection.scanVertex(ScanVertexRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScanResultIterator.handleFailedResult(ScanResponse response,
PartScanInfo partInfo,
List<Exception> exceptions) |
protected void |
ScanResultIterator.handleSucceedResult(AtomicInteger existSuccess,
ScanResponse response,
PartScanInfo partInfo) |
protected boolean |
ScanResultIterator.isSuccessful(ScanResponse response) |
| Modifier and Type | Field and Description |
|---|---|
ScanResponse |
GraphStorageService.scanVertex_result.success |
ScanResponse |
GraphStorageService.scanEdge_result.success |
| Modifier and Type | Method and Description |
|---|---|
ScanResponse |
ScanResponse.Builder.build() |
ScanResponse |
ScanResponse.deepCopy() |
ScanResponse |
GraphStorageService.AsyncClient.scanVertex_call.getResult() |
ScanResponse |
GraphStorageService.AsyncClient.scanEdge_call.getResult() |
ScanResponse |
GraphStorageService.scanVertex_result.getSuccess() |
ScanResponse |
GraphStorageService.scanEdge_result.getSuccess() |
ScanResponse |
GraphStorageService.Client.recv_scanEdge() |
ScanResponse |
GraphStorageService.Client.recv_scanVertex() |
ScanResponse |
GraphStorageService.Iface.scanEdge(ScanEdgeRequest req) |
ScanResponse |
GraphStorageService.Client.scanEdge(ScanEdgeRequest req) |
ScanResponse |
GraphStorageService.Iface.scanVertex(ScanVertexRequest req) |
ScanResponse |
GraphStorageService.Client.scanVertex(ScanVertexRequest req) |
ScanResponse |
ScanResponse.setCursors(Map<Integer,ScanCursor> cursors) |
ScanResponse |
ScanResponse.setProps(DataSet props) |
ScanResponse |
ScanResponse.setResult(ResponseCommon result) |
| Modifier and Type | Method and Description |
|---|---|
GraphStorageService.scanVertex_result |
GraphStorageService.scanVertex_result.setSuccess(ScanResponse success) |
GraphStorageService.scanEdge_result |
GraphStorageService.scanEdge_result.setSuccess(ScanResponse success) |
| Constructor and Description |
|---|
scanEdge_result(ScanResponse success) |
ScanResponse(ScanResponse other)
Performs a deep copy on other.
|
scanVertex_result(ScanResponse success) |
Copyright © 2022. All rights reserved.