| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.client.storage.processor | |
| com.vesoft.nebula.client.storage.scan | |
| com.vesoft.nebula.graph | |
| com.vesoft.nebula.storage |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.Builder.build() |
DataSet |
DataSet.deepCopy() |
DataSet |
Value.getGVal() |
DataSet |
DataSet.setColumn_names(List<byte[]> column_names) |
DataSet |
DataSet.setRows(List<Row> rows) |
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.gVal(DataSet __value) |
void |
Value.setGVal(DataSet __value) |
| Constructor and Description |
|---|
DataSet(DataSet other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
static List<EdgeRow> |
EdgeProcessor.constructEdgeRow(List<DataSet> dataSets,
String decodeType) |
static List<EdgeTableRow> |
EdgeProcessor.constructEdgeTableRow(List<DataSet> dataSets,
String decodeType) |
static Map<ValueWrapper,VertexRow> |
VertexProcessor.constructVertexRow(List<DataSet> dataSets,
String decodeType) |
static List<VertexTableRow> |
VertexProcessor.constructVertexTableRow(List<DataSet> dataSets,
String decodeType) |
| Constructor and Description |
|---|
ScanEdgeResult(List<DataSet> dataSets,
ScanStatus status) |
ScanVertexResult(List<DataSet> dataSets,
ScanStatus status) |
| Modifier and Type | Field and Description |
|---|---|
DataSet |
ExecutionResponse.data |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
ExecutionResponse.getData() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResponse |
ExecutionResponse.setData(DataSet data) |
ExecutionResponse.Builder |
ExecutionResponse.Builder.setData(DataSet data) |
| Constructor and Description |
|---|
ExecutionResponse(ErrorCode error_code,
long latency_in_us,
DataSet data,
byte[] space_name,
byte[] error_msg,
PlanDescription plan_desc,
byte[] comment) |
| Modifier and Type | Field and Description |
|---|---|
DataSet |
LookupIndexResp.data |
DataSet |
GetPropResponse.props |
DataSet |
UpdateResponse.props |
DataSet |
ScanResponse.props |
DataSet |
GetNeighborsResponse.vertices |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
LookupIndexResp.getData() |
DataSet |
GetPropResponse.getProps() |
DataSet |
UpdateResponse.getProps() |
DataSet |
ScanResponse.getProps() |
DataSet |
GetNeighborsResponse.getVertices() |
| Modifier and Type | Method and Description |
|---|---|
LookupIndexResp |
LookupIndexResp.setData(DataSet data) |
LookupIndexResp.Builder |
LookupIndexResp.Builder.setData(DataSet data) |
GetPropResponse |
GetPropResponse.setProps(DataSet props) |
GetPropResponse.Builder |
GetPropResponse.Builder.setProps(DataSet props) |
UpdateResponse |
UpdateResponse.setProps(DataSet props) |
UpdateResponse.Builder |
UpdateResponse.Builder.setProps(DataSet props) |
ScanResponse |
ScanResponse.setProps(DataSet props) |
ScanResponse.Builder |
ScanResponse.Builder.setProps(DataSet props) |
GetNeighborsResponse |
GetNeighborsResponse.setVertices(DataSet vertices) |
GetNeighborsResponse.Builder |
GetNeighborsResponse.Builder.setVertices(DataSet vertices) |
| Constructor and Description |
|---|
GetNeighborsResponse(ResponseCommon result,
DataSet vertices) |
GetPropResponse(ResponseCommon result,
DataSet props) |
LookupIndexResp(ResponseCommon result,
DataSet data) |
ScanResponse(ResponseCommon result,
DataSet props,
Map<Integer,ScanCursor> cursors) |
UpdateResponse(ResponseCommon result,
DataSet props) |
Copyright © 2022. All rights reserved.