Uses of Class
com.arangodb.Compression
-
Packages that use Compression Package Description com.arangodb com.arangodb.config com.arangodb.http.compression -
-
Uses of Compression in com.arangodb
Methods in com.arangodb that return Compression Modifier and Type Method Description static CompressionCompression. valueOf(String name)Returns 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 Compression Modifier and Type Method Description ArangoDB.BuilderArangoDB.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 Compression Modifier and Type Method Description default Optional<Compression>ArangoConfigProperties. getCompression() -
Uses of Compression in com.arangodb.http.compression
Methods in com.arangodb.http.compression with parameters of type Compression Modifier and Type Method Description static EncoderEncoder. of(Compression compression, int level)
-