| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.meta | |
| com.vesoft.nebula.storage |
| Modifier and Type | Method and Description |
|---|---|
SchemaID |
SchemaID.deepCopy() |
static SchemaID |
SchemaID.edge_type(int __value) |
static SchemaID |
SchemaID.tag_id(int __value) |
| Modifier and Type | Method and Description |
|---|---|
int |
SchemaID.compareTo(SchemaID other) |
boolean |
SchemaID.equals(SchemaID other) |
| Constructor and Description |
|---|
SchemaID(SchemaID other) |
| Modifier and Type | Field and Description |
|---|---|
SchemaID |
FTIndex.depend_schema |
SchemaID |
IndexItem.schema_id |
| Modifier and Type | Method and Description |
|---|---|
SchemaID |
FTIndex.getDepend_schema() |
SchemaID |
IndexItem.getSchema_id() |
| Modifier and Type | Method and Description |
|---|---|
FTIndex |
FTIndex.setDepend_schema(SchemaID depend_schema) |
FTIndex.Builder |
FTIndex.Builder.setDepend_schema(SchemaID depend_schema) |
IndexItem |
IndexItem.setSchema_id(SchemaID schema_id) |
IndexItem.Builder |
IndexItem.Builder.setSchema_id(SchemaID schema_id) |
| Constructor and Description |
|---|
FTIndex(int space_id,
SchemaID depend_schema,
List<byte[]> fields) |
IndexItem(int index_id,
byte[] index_name,
SchemaID schema_id,
byte[] schema_name,
List<ColumnDef> fields) |
IndexItem(int index_id,
byte[] index_name,
SchemaID schema_id,
byte[] schema_name,
List<ColumnDef> fields,
byte[] comment,
IndexParams index_params) |
| Modifier and Type | Field and Description |
|---|---|
SchemaID |
IndexSpec.schema_id |
| Modifier and Type | Method and Description |
|---|---|
SchemaID |
IndexSpec.getSchema_id() |
| Modifier and Type | Method and Description |
|---|---|
IndexSpec |
IndexSpec.setSchema_id(SchemaID schema_id) |
IndexSpec.Builder |
IndexSpec.Builder.setSchema_id(SchemaID schema_id) |
| Constructor and Description |
|---|
IndexSpec(List<IndexQueryContext> contexts,
SchemaID schema_id) |
Copyright © 2022. All rights reserved.