Uses of Enum
com.arangodb.entity.IndexType
Packages that use IndexType
-
Uses of IndexType in com.arangodb.entity
Methods in com.arangodb.entity that return IndexTypeModifier and TypeMethodDescriptionIndexEntity.getType()
InvertedIndexEntity.getType()
static IndexType
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. -
Uses of IndexType in com.arangodb.model
Methods in com.arangodb.model that return IndexTypeModifier and TypeMethodDescriptionabstract IndexType
AbstractMDIndexOptions.getType()
FulltextIndexOptions.getType()
Deprecated.GeoIndexOptions.getType()
InvertedIndexOptions.getType()
MDIndexOptions.getType()
MDPrefixedIndexOptions.getType()
PersistentIndexOptions.getType()
TtlIndexOptions.getType()
ZKDIndexOptions.getType()
Deprecated.