| Package | Description |
|---|---|
| com.arangodb.entity | |
| com.arangodb.model |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexEntity.getType() |
IndexType |
InvertedIndexEntity.getType() |
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected IndexType |
ZKDIndexOptions.type |
protected IndexType |
InvertedIndexOptions.type |
protected IndexType |
PersistentIndexOptions.type |
| Modifier and Type | Method and Description |
|---|---|
protected IndexType |
FulltextIndexOptions.getType()
Deprecated.
|
protected IndexType |
ZKDIndexOptions.getType() |
protected IndexType |
SkiplistIndexOptions.getType()
Deprecated.
|
protected IndexType |
HashIndexOptions.getType()
Deprecated.
|
protected IndexType |
InvertedIndexOptions.getType() |
protected IndexType |
GeoIndexOptions.getType() |
protected IndexType |
TtlIndexOptions.getType() |
protected IndexType |
PersistentIndexOptions.getType() |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.