public interface MultiverseConstants
Modifier and Type | Field and Description |
---|---|
static int |
LOCKMODE_EXCLUSIVE |
static int |
LOCKMODE_NONE |
static int |
LOCKMODE_READ |
static int |
LOCKMODE_WRITE |
static boolean |
SHAKE_BUGS
Indicates of the bugshaker is enabled (for more information see the
Bugshaker . |
static int |
SPIN_YIELD
Indicates how often the system should yield when it is spinning.
|
static boolean |
TRACING_ENABLED
Indicates if tracing (so seeing what is going on inside transactions) is
enabled.
|
static final boolean SHAKE_BUGS
Bugshaker
. If disabled, no overhead because it
can be removed by the JIT.static final boolean TRACING_ENABLED
static final int SPIN_YIELD
static final int LOCKMODE_NONE
static final int LOCKMODE_READ
static final int LOCKMODE_WRITE
static final int LOCKMODE_EXCLUSIVE
Copyright © 2020. All rights reserved.