Uses of Class
com.arangodb.model.AbstractMDIndexOptions
Packages that use AbstractMDIndexOptions
-
Uses of AbstractMDIndexOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type AbstractMDIndexOptionsModifier and TypeMethodDescriptionprotected InternalRequest
InternalArangoCollection.createMDIndexRequest
(Iterable<String> fields, AbstractMDIndexOptions<?> options) -
Uses of AbstractMDIndexOptions in com.arangodb.model
Classes in com.arangodb.model with type parameters of type AbstractMDIndexOptionsModifier and TypeClassDescriptionclass
AbstractMDIndexOptions<T extends AbstractMDIndexOptions<T>>
Subclasses of AbstractMDIndexOptions in com.arangodb.modelMethods in com.arangodb.model that return AbstractMDIndexOptionsModifier and TypeMethodDescriptionstatic AbstractMDIndexOptions<?>
OptionsBuilder.build
(AbstractMDIndexOptions<?> options, Iterable<String> fields) Methods in com.arangodb.model with parameters of type AbstractMDIndexOptionsModifier and TypeMethodDescriptionstatic AbstractMDIndexOptions<?>
OptionsBuilder.build
(AbstractMDIndexOptions<?> options, Iterable<String> fields)