Uses of Class
com.arangodb.entity.IndexType
-
Packages that use IndexType Package Description com.arangodb.entity com.arangodb.model -
-
Uses of IndexType in com.arangodb.entity
Methods in com.arangodb.entity that return IndexType Modifier and Type Method Description IndexTypeIndexEntity. getType()IndexTypeInvertedIndexEntity. getType()static IndexTypeIndexType. 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. -
Uses of IndexType in com.arangodb.model
Methods in com.arangodb.model that return IndexType Modifier and Type Method Description IndexTypeFulltextIndexOptions. getType()Deprecated.IndexTypeGeoIndexOptions. getType()IndexTypeInvertedIndexOptions. getType()IndexTypePersistentIndexOptions. getType()IndexTypeTtlIndexOptions. getType()IndexTypeZKDIndexOptions. getType()
-