| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
IndexSpec |
LookupIndexRequest.indices |
IndexSpec |
LookupAndTraverseRequest.indices |
| Modifier and Type | Method and Description |
|---|---|
IndexSpec |
IndexSpec.Builder.build() |
IndexSpec |
IndexSpec.deepCopy() |
IndexSpec |
LookupIndexRequest.getIndices() |
IndexSpec |
LookupAndTraverseRequest.getIndices() |
IndexSpec |
IndexSpec.setContexts(List<IndexQueryContext> contexts) |
IndexSpec |
IndexSpec.setSchema_id(SchemaID schema_id) |
| Modifier and Type | Method and Description |
|---|---|
LookupIndexRequest |
LookupIndexRequest.setIndices(IndexSpec indices) |
LookupIndexRequest.Builder |
LookupIndexRequest.Builder.setIndices(IndexSpec indices) |
LookupAndTraverseRequest |
LookupAndTraverseRequest.setIndices(IndexSpec indices) |
LookupAndTraverseRequest.Builder |
LookupAndTraverseRequest.Builder.setIndices(IndexSpec indices) |
| Constructor and Description |
|---|
IndexSpec(IndexSpec other)
Performs a deep copy on other.
|
LookupAndTraverseRequest(int space_id,
List<Integer> parts,
IndexSpec indices,
TraverseSpec traverse_spec) |
LookupAndTraverseRequest(int space_id,
List<Integer> parts,
IndexSpec indices,
TraverseSpec traverse_spec,
RequestCommon common) |
LookupIndexRequest(int space_id,
List<Integer> parts,
IndexSpec indices) |
LookupIndexRequest(int space_id,
List<Integer> parts,
IndexSpec indices,
List<byte[]> return_columns,
RequestCommon common,
long limit,
List<OrderBy> order_by) |
Copyright © 2022. All rights reserved.