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 Compression
Compression. 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.Builder
ArangoDB.Builder. compression(Compression compression)
Sets thecontent-encoding
andaccept-encoding
to 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 Encoder
Encoder. of(Compression compression, int level)
-