Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.transport.messages |
Modifier and Type | Field and Description |
---|---|
BatchStatement.Type |
BatchStatement.type |
Modifier and Type | Method and Description |
---|---|
static BatchStatement.Type |
BatchStatement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchStatement.Type[] |
BatchStatement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BatchStatement.Parsed(BatchStatement.Type type,
Attributes.Raw attrs,
java.util.List<ModificationStatement.Parsed> parsedStatements) |
BatchStatement(int boundTerms,
BatchStatement.Type type,
java.util.List<ModificationStatement> statements,
Attributes attrs,
boolean hasConditions)
Creates a new BatchStatement from a list of statements and a
Thrift consistency level.
|
Modifier and Type | Field and Description |
---|---|
BatchStatement.Type |
BatchMessage.type |
Constructor and Description |
---|
BatchMessage(BatchStatement.Type type,
java.util.List<java.lang.Object> queryOrIdList,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
ConsistencyLevel consistency) |
Copyright © 2014 The Apache Software Foundation