public static class ProcedureExecutor.Testing extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
killAfterStoreUpdate
Set when we want to fail AFTER state has been stored into the WAL.
|
protected boolean |
killBeforeStoreUpdate
Kill the PE BEFORE we store state to the WAL.
|
protected boolean |
killIfHasParent |
protected boolean |
killIfSuspended |
protected boolean |
toggleKillAfterStoreUpdate |
protected boolean |
toggleKillBeforeStoreUpdate |
Constructor and Description |
---|
Testing() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
shouldKillAfterStoreUpdate() |
protected boolean |
shouldKillAfterStoreUpdate(boolean isSuspended) |
protected boolean |
shouldKillBeforeStoreUpdate() |
protected boolean |
shouldKillBeforeStoreUpdate(boolean isSuspended,
boolean hasParent) |
protected volatile boolean killIfHasParent
protected volatile boolean killIfSuspended
protected volatile boolean killBeforeStoreUpdate
protected volatile boolean toggleKillBeforeStoreUpdate
protected volatile boolean killAfterStoreUpdate
protected volatile boolean toggleKillAfterStoreUpdate
public Testing()
protected boolean shouldKillBeforeStoreUpdate()
protected boolean shouldKillBeforeStoreUpdate(boolean isSuspended, boolean hasParent)
protected boolean shouldKillAfterStoreUpdate()
protected boolean shouldKillAfterStoreUpdate(boolean isSuspended)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.