Uses of Interface
org.multiverse.api.clock.PrimitiveClock

Packages that use PrimitiveClock
org.multiverse.api.clock This package contains support for logical clocks (needed to prevent isolation problems). 
org.multiverse.stms Contains concrete STM implementations are abstract support structures. 
 

Uses of PrimitiveClock in org.multiverse.api.clock
 

Classes in org.multiverse.api.clock that implement PrimitiveClock
 class RelaxedPrimitiveClock
          The RelaxedPrimitiveClock is less strict about increasing the clock.
 class SingleThreadedPrimitiveClock
          A PrimitiveClock implementation that can be used in a single thread environment.
 class StrictPrimitiveClock
          The intuitive implementation of a PrimitiveClock.
 

Uses of PrimitiveClock in org.multiverse.stms
 

Fields in org.multiverse.stms declared as PrimitiveClock
 PrimitiveClock AbstractTransactionConfiguration.clock
           
 

Constructors in org.multiverse.stms with parameters of type PrimitiveClock
AbstractTransactionConfiguration(PrimitiveClock clock, BackoffPolicy backoffPolicy, 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.