Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.CQL4SkipMetadataResolveMethod |
QueryOptions.getSkipCQL4MetadataResolveMethod()
Skip metadata resolve method .
|
static QueryOptions.CQL4SkipMetadataResolveMethod |
QueryOptions.CQL4SkipMetadataResolveMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.CQL4SkipMetadataResolveMethod[] |
QueryOptions.CQL4SkipMetadataResolveMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions |
QueryOptions.setSkipCQL4MetadataResolveMethod(QueryOptions.CQL4SkipMetadataResolveMethod method)
There is known problem in CQL 4.x when prepared statement invalidation could be voided: more info When it happens metadata
on client side does not match data and deserialization can go wrong in many ways To avoid
driver can disable skip metadata flag to make server respond with metadata on every query.
|
Copyright © 2012–2025. All rights reserved.