public static class ProcedureExecutor.Testing extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 构造器和说明 |
|---|
Testing() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
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.