Package | Description |
---|---|
org.apache.storm.cassandra |
Modifier and Type | Method and Description |
---|---|
static BatchCQLStatementTupleMapper |
DynamicStatementBuilder.counterBatch(CQLStatementBuilder... builders)
Creates a new
BatchStatement.Type.COUNTER batch statement for the specified CQL statement builders. |
static BatchCQLStatementTupleMapper |
DynamicStatementBuilder.loggedBatch(CQLStatementBuilder... builders)
Creates a new
BatchStatement.Type.LOGGED batch statement for the specified CQL statement builders. |
static BatchCQLStatementTupleMapper |
DynamicStatementBuilder.unLoggedBatch(CQLStatementBuilder... builders)
Creates a new
BatchStatement.Type.UNLOGGED batch statement for the specified CQL statement builders. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.