Uses of Enum
org.multiverse.api.TraceLevel
Packages that use TraceLevel
Package
Description
-
Uses of TraceLevel in org.multiverse.api
Subclasses with type arguments of type TraceLevel in org.multiverse.apiModifier and TypeClassDescriptionenumUsing the TraceLevel you get some feedback on what is happening inside a transaction.Methods in org.multiverse.api that return TraceLevelModifier and TypeMethodDescriptionTxnConfig.getTraceLevel()Returns the TraceLevel.static TraceLevelReturns 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 TraceLevelModifier and TypeMethodDescriptionbooleanTraceLevel.isLoggableFrom(TraceLevel level) Checks if the provided level is higher than this TraceLevel.TxnFactoryBuilder.setTraceLevel(TraceLevel traceLevel) Sets theTxnTraceLevel. -
Uses of TraceLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as TraceLevelModifier and TypeFieldDescriptionGammaStmConfig.traceLevelWith 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 TraceLevelMethods in org.multiverse.stms.gamma.transactions that return TraceLevelMethods in org.multiverse.stms.gamma.transactions with parameters of type TraceLevelModifier and TypeMethodDescriptionGammaTxnConfig.setTraceLevel(TraceLevel traceLevel) GammaTxnFactoryBuilder.setTraceLevel(TraceLevel traceLevel)