public class IndexLabel extends SchemaElement
| Modifier and Type | Class and Description |
|---|---|
static interface |
IndexLabel.Builder |
static class |
IndexLabel.BuilderImpl |
static class |
IndexLabel.IndexLabelV49 |
static class |
IndexLabel.IndexLabelV56 |
static class |
IndexLabel.IndexLabelWithTask |
| Modifier and Type | Field and Description |
|---|---|
protected HugeType |
baseType |
protected String |
baseValue |
protected List<String> |
fields |
protected IndexType |
indexType |
protected boolean |
rebuild |
checkExist, id, name, properties, status, userdata| Constructor and Description |
|---|
IndexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
HugeType |
baseType() |
String |
baseValue() |
List<String> |
indexFields() |
IndexType |
indexType() |
boolean |
rebuild() |
IndexLabel.IndexLabelV49 |
switchV49() |
IndexLabel.IndexLabelV56 |
switchV56() |
String |
toString() |
String |
type() |
checkExist, checkExist, id, name, properties, resetId, status, userdataprotected HugeType baseType
protected String baseValue
protected IndexType indexType
protected boolean rebuild
public IndexLabel(String name)
public HugeType baseType()
public String baseValue()
public IndexType indexType()
public boolean rebuild()
public IndexLabel.IndexLabelV49 switchV49()
public IndexLabel.IndexLabelV56 switchV56()
Copyright © 2023 The Apache Software Foundation. All rights reserved.