| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
IndexParams |
IndexItem.index_params |
IndexParams |
CreateEdgeIndexReq.index_params |
IndexParams |
CreateTagIndexReq.index_params |
| Modifier and Type | Method and Description |
|---|---|
IndexParams |
IndexParams.Builder.build() |
IndexParams |
IndexParams.deepCopy() |
IndexParams |
IndexItem.getIndex_params() |
IndexParams |
CreateEdgeIndexReq.getIndex_params() |
IndexParams |
CreateTagIndexReq.getIndex_params() |
IndexParams |
IndexParams.setS2_max_cells(int s2_max_cells) |
IndexParams |
IndexParams.setS2_max_level(int s2_max_level) |
| Modifier and Type | Method and Description |
|---|---|
int |
IndexParams.compareTo(IndexParams other) |
IndexItem |
IndexItem.setIndex_params(IndexParams index_params) |
IndexItem.Builder |
IndexItem.Builder.setIndex_params(IndexParams index_params) |
CreateEdgeIndexReq |
CreateEdgeIndexReq.setIndex_params(IndexParams index_params) |
CreateEdgeIndexReq.Builder |
CreateEdgeIndexReq.Builder.setIndex_params(IndexParams index_params) |
CreateTagIndexReq |
CreateTagIndexReq.setIndex_params(IndexParams index_params) |
CreateTagIndexReq.Builder |
CreateTagIndexReq.Builder.setIndex_params(IndexParams index_params) |
| Constructor and Description |
|---|
CreateEdgeIndexReq(int space_id,
byte[] index_name,
byte[] edge_name,
List<IndexFieldDef> fields,
boolean if_not_exists,
byte[] comment,
IndexParams index_params) |
CreateTagIndexReq(int space_id,
byte[] index_name,
byte[] tag_name,
List<IndexFieldDef> fields,
boolean if_not_exists,
byte[] comment,
IndexParams index_params) |
IndexItem(int index_id,
byte[] index_name,
SchemaID schema_id,
byte[] schema_name,
List<ColumnDef> fields,
byte[] comment,
IndexParams index_params) |
IndexParams(IndexParams other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.