public class BatchSettings extends Object
| Constructor and Description |
|---|
BatchSettings(Config config) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferSize() |
void |
init(boolean forceDisabled) |
boolean |
isBatchingEnabled() |
ReactiveStatementBatcher |
newStatementBatcher(CqlSession session) |
public BatchSettings(Config config)
public void init(boolean forceDisabled)
public boolean isBatchingEnabled()
public int getBufferSize()
public ReactiveStatementBatcher newStatementBatcher(CqlSession session)
Copyright © 2017–2021 DataStax. All rights reserved.