Uses of Enum
com.arangodb.Compression
Packages that use Compression
-
Uses of Compression in com.arangodb
Methods in com.arangodb that return CompressionModifier and TypeMethodDescriptionstatic CompressionReturns the enum constant of this type with the specified name.static Compression[]Compression.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb with parameters of type CompressionModifier and TypeMethodDescriptionArangoDB.Builder.compression(Compression compression) Sets thecontent-encodingandaccept-encodingto use for HTTP requests and the related algorithm to encode and decode the transferred data. -
Uses of Compression in com.arangodb.config
Methods in com.arangodb.config that return types with arguments of type CompressionModifier and TypeMethodDescriptiondefault Optional<Compression>ArangoConfigProperties.getCompression() -
Uses of Compression in com.arangodb.http.compression
Methods in com.arangodb.http.compression with parameters of type Compression