Uses of Class
org.multiverse.api.PropagationLevel

Packages that use PropagationLevel
org.multiverse.api Contains the most important interfaces and classes for the Multiverse project. 
org.multiverse.stms Contains concrete STM implementations are abstract support structures. 
 

Uses of PropagationLevel in org.multiverse.api
 

Methods in org.multiverse.api that return PropagationLevel
 PropagationLevel TransactionFactoryBuilder.getPropagationLevel()
          Gets the PropagationLevel.
 PropagationLevel TransactionConfiguration.getPropagationLevel()
          Returns the PropagationLevel.
static PropagationLevel PropagationLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropagationLevel[] PropagationLevel.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 PropagationLevel
 B TransactionFactoryBuilder.setPropagationLevel(PropagationLevel level)
          Sets the TransactionPropagationLevel.
 

Uses of PropagationLevel in org.multiverse.stms
 

Fields in org.multiverse.stms declared as PropagationLevel
 PropagationLevel AbstractTransactionConfiguration.propagationLevel
           
 

Methods in org.multiverse.stms that return PropagationLevel
 PropagationLevel AbstractTransactionConfiguration.getPropagationLevel()
           
 

Constructors in org.multiverse.stms with parameters of type PropagationLevel
AbstractTransactionConfiguration(PrimitiveClock clock, BackoffPolicy backoffPolicy, java.lang.String familyName, boolean readOnly, int maxRetries, boolean interruptible, boolean writeSkewAllowed, boolean readTrackingEnabled, boolean explicitRetryAllowed, long timeoutNs, int maxReadSpinCount, TransactionFactory transactionFactory, TraceLevel traceLevel, PropagationLevel propagationLevel)
           
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.