Uses of Class
com.arangodb.entity.arangosearch.ConsolidationType
-
Packages that use ConsolidationType Package Description com.arangodb.entity.arangosearch -
-
Uses of ConsolidationType in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return ConsolidationType Modifier and Type Method Description ConsolidationTypeConsolidationPolicy. getType()static ConsolidationTypeConsolidationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsolidationType[]ConsolidationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.entity.arangosearch with parameters of type ConsolidationType Modifier and Type Method Description static ConsolidationPolicyConsolidationPolicy. of(ConsolidationType type)ConsolidationPolicyConsolidationPolicy. type(ConsolidationType type)
-