Uses of Class
org.multiverse.api.TraceLevel
-
Packages that use TraceLevel Package Description org.multiverse.api org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions -
-
Uses of TraceLevel in org.multiverse.api
Methods in org.multiverse.api that return TraceLevel Modifier and Type Method Description TraceLevel
TxnConfig. getTraceLevel()
Returns the TraceLevel.static TraceLevel
TraceLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static TraceLevel[]
TraceLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.multiverse.api with parameters of type TraceLevel Modifier and Type Method Description boolean
TraceLevel. isLoggableFrom(TraceLevel level)
Checks if the provided level is higher than this TraceLevel.TxnFactoryBuilder
TxnFactoryBuilder. setTraceLevel(TraceLevel traceLevel)
Sets theTxn
TraceLevel
. -
Uses of TraceLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as TraceLevel Modifier and Type Field Description TraceLevel
GammaStmConfig. traceLevel
With the trace level you have control if you get output of transactions executing. -
Uses of TraceLevel in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as TraceLevel Modifier and Type Field Description TraceLevel
GammaTxnConfig. traceLevel
Methods in org.multiverse.stms.gamma.transactions that return TraceLevel Modifier and Type Method Description TraceLevel
GammaTxnConfig. getTraceLevel()
Methods in org.multiverse.stms.gamma.transactions with parameters of type TraceLevel Modifier and Type Method Description GammaTxnConfig
GammaTxnConfig. setTraceLevel(TraceLevel traceLevel)
GammaTxnFactoryBuilder
GammaTxnFactoryBuilder. setTraceLevel(TraceLevel traceLevel)
-