public interface BatchManager
Modifier and Type | Method and Description |
---|---|
boolean |
activateHeldbackBatch(String name) |
boolean |
activateNewBatch() |
boolean |
discardActiveBatch() |
Batch |
getActiveBatch() |
Set<String> |
getHeldbackNames() |
boolean |
holdbackActiveBatch(String name) |
boolean |
isBatchActive() |
boolean |
isHeldback(String name) |
boolean isHeldback(String name)
boolean activateNewBatch()
boolean activateHeldbackBatch(String name)
boolean holdbackActiveBatch(String name)
boolean discardActiveBatch()
boolean isBatchActive()
Batch getActiveBatch()
Copyright © 2023 JBoss by Red Hat. All rights reserved.