|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolOptions.Compression | |
---|---|
com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. |
Uses of ProtocolOptions.Compression in com.datastax.driver.core |
---|
Methods in com.datastax.driver.core that return ProtocolOptions.Compression | |
---|---|
ProtocolOptions.Compression |
ProtocolOptions.getCompression()
Returns the compression used by the protocol. |
static ProtocolOptions.Compression |
ProtocolOptions.Compression.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProtocolOptions.Compression[] |
ProtocolOptions.Compression.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.datastax.driver.core with parameters of type ProtocolOptions.Compression | |
---|---|
ProtocolOptions |
ProtocolOptions.setCompression(ProtocolOptions.Compression compression)
Sets the compression to use. |
Cluster.Builder |
Cluster.Builder.withCompression(ProtocolOptions.Compression compression)
Sets the compression to use for the transport. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |