@Target(value=METHOD) @Retention(value=RUNTIME) public @interface QueryParameters
Accessor
interface.
All the parameters of this annotation are optional, and when not provided default to whatever
default the Cluster
instance used underneath are (those set in
Configuration.getQueryOptions()
).
Modifier and Type | Optional Element and Description |
---|---|
String |
consistency
The consistency level to use for the operation.
|
int |
fetchSize
The fetch size to use for paging the result of this operation.
|
boolean |
tracing
Whether tracing should be enabled for this operation.
|
public abstract String consistency
Copyright © 2012–2015. All rights reserved.