Uses of Enum Class
org.apache.tinkerpop.gremlin.driver.Compression
Packages that use Compression
-
Uses of Compression in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return CompressionModifier and TypeMethodDescriptionCluster.getCompression()Gets theCompressionalgorithm negotiated with the server.static CompressionReturns the enum constant of this class with the specified name.static Compression[]Compression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type CompressionModifier and TypeMethodDescriptionCluster.Builder.compression(Compression compression) Sets the wireCompressionalgorithm negotiated with the server.