public interface Batch extends AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Batch.State
The possible states of a batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this batch.
|
void |
discard()
Discards this batch.
|
Batch.State |
getState()
Returns the state of this batch.
|
void close()
close in interface AutoCloseablevoid discard()
Batch.State getState()
Copyright © 2021 JBoss by Red Hat. All rights reserved.