| 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(int boundTerms,
              BatchStatement.Type type,
              java.util.List<ModificationStatement> statements,
              Attributes attrs)Creates a new BatchStatement from a list of statements and a
 Thrift consistency level. | 
| Parsed(BatchStatement.Type type,
      Attributes.Raw attrs,
      java.util.List<ModificationStatement.Parsed> parsedStatements) | 
| Modifier and Type | Field and Description | 
|---|---|
| BatchStatement.Type | BatchMessage. batchType | 
| Constructor and Description | 
|---|
| BatchMessage(BatchStatement.Type type,
            java.util.List<java.lang.Object> queryOrIdList,
            java.util.List<java.util.List<java.nio.ByteBuffer>> values,
            QueryOptions options) | 
Copyright © 2018 The Apache Software Foundation