Package org.apache.cassandra.cql3
Class BatchQueryOptions
java.lang.Object
org.apache.cassandra.cql3.BatchQueryOptions
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBatchQueryOptions(QueryOptions wrapped, List<Object> queryOrIdList) -
Method Summary
Modifier and TypeMethodDescriptionabstract QueryOptionsforStatement(int i) longgetNowInSeconds(QueryState state) longgetTimestamp(QueryState state) voidprepareStatement(int i, List<ColumnSpecification> boundNames) toString()static BatchQueryOptionswithoutPerStatementVariables(QueryOptions options) static BatchQueryOptionswithPerStatementVariables(QueryOptions options, List<List<ByteBuffer>> variables, List<Object> queryOrIdList)
-
Field Details
-
DEFAULT
-
wrapped
-
-
Constructor Details
-
BatchQueryOptions
-
-
Method Details
-
withoutPerStatementVariables
-
withPerStatementVariables
public static BatchQueryOptions withPerStatementVariables(QueryOptions options, List<List<ByteBuffer>> variables, List<Object> queryOrIdList) -
forStatement
-
prepareStatement
-
getConsistency
-
getKeyspace
-
getSerialConsistency
-
getQueryOrIdList
-
getTimestamp
-
getNowInSeconds
-
toString
-