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 |
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) |
protected boolean killIfSuspended
protected boolean killBeforeStoreUpdate
protected boolean toggleKillBeforeStoreUpdate
protected boolean killAfterStoreUpdate
protected boolean toggleKillAfterStoreUpdate
protected boolean shouldKillBeforeStoreUpdate()
protected boolean shouldKillBeforeStoreUpdate(boolean isSuspended)
protected boolean shouldKillAfterStoreUpdate()
protected boolean shouldKillAfterStoreUpdate(boolean isSuspended)
Copyright © 2007–2019 Cloudera. All rights reserved.