public interface StatementGenerator
| Modifier and Type | Method and Description |
|---|---|
org.opennms.newts.api.Context |
getContext()
Returns the context with this this statement is associated.
|
String |
getKey()
Returns a key which can be used to group statements into batches, or null
if the statement should never be be batched.
|
com.datastax.driver.core.Statement |
toStatement()
Generates the statement.
|
String getKey()
org.opennms.newts.api.Context getContext()
com.datastax.driver.core.Statement toStatement()
Copyright © 2021. All rights reserved.