Uses of Enum
com.arangodb.entity.arangosearch.ArangoSearchCompression
Packages that use ArangoSearchCompression
Package
Description
-
Uses of ArangoSearchCompression in com.arangodb.entity
Methods in com.arangodb.entity that return ArangoSearchCompressionMethods in com.arangodb.entity with parameters of type ArangoSearchCompressionModifier and TypeMethodDescriptionInvertedIndexPrimarySort.compression
(ArangoSearchCompression compression) -
Uses of ArangoSearchCompression in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return ArangoSearchCompressionModifier and TypeMethodDescriptionStoredValue.getCompression()
ArangoSearchPropertiesEntity.getPrimarySortCompression()
static ArangoSearchCompression
Returns the enum constant of this type with the specified name.static ArangoSearchCompression[]
ArangoSearchCompression.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.arangodb.entity.arangosearch with parameters of type ArangoSearchCompressionModifierConstructorDescriptionStoredValue
(List<String> fields, ArangoSearchCompression compression) StoredValue
(List<String> fields, ArangoSearchCompression compression, Boolean cache) -
Uses of ArangoSearchCompression in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return ArangoSearchCompressionMethods in com.arangodb.model.arangosearch with parameters of type ArangoSearchCompressionModifier and TypeMethodDescriptionArangoSearchCreateOptions.primarySortCompression
(ArangoSearchCompression primarySortCompression)