| Package | Description | 
|---|---|
| com.datastax.driver.core | 
 The main package for the DataStax Java driver for Cassandra. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProtocolOptions | 
Configuration.getProtocolOptions()
Returns the Cassandra binary protocol level configuration (compression). 
 | 
ProtocolOptions | 
ProtocolOptions.setCompression(ProtocolOptions.Compression compression)
Sets the compression to use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Configuration.Builder | 
Configuration.Builder.withProtocolOptions(ProtocolOptions protocolOptions)
Sets the protocol options for this cluster. 
 | 
Copyright © 2012–2017. All rights reserved.