Uses of Class
org.multiverse.stms.gamma.transactions.GammaTxnConfig
-
Packages that use GammaTxnConfig Package Description org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions org.multiverse.stms.gamma.transactions.fat org.multiverse.stms.gamma.transactions.lean -
-
Uses of GammaTxnConfig in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as GammaTxnConfig Modifier and Type Field Description GammaTxnConfigGammaStm. defaultConfigprotected GammaTxnConfigAbstractGammaTxnExecutor. txnConfig -
Uses of GammaTxnConfig in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as GammaTxnConfig Modifier and Type Field Description GammaTxnConfigGammaTxn. configMethods in org.multiverse.stms.gamma.transactions that return GammaTxnConfig Modifier and Type Method Description GammaTxnConfigGammaTxnConfig. addPermanentListener(TxnListener listener)GammaTxnConfigGammaTxn. getConfig()GammaTxnConfigGammaTxnFactory. getConfig()GammaTxnConfigGammaTxnFactoryBuilder. getConfig()GammaTxnConfigGammaTxnConfig. init()GammaTxnConfigGammaTxnConfig. setBackoffPolicy(BackoffPolicy backoffPolicy)GammaTxnConfigGammaTxnConfig. setBlockingAllowed(boolean blockingAllowed)GammaTxnConfigGammaTxnConfig. setControlFlowErrorsReused(boolean controlFlowErrorsReused)GammaTxnConfigGammaTxnConfig. setDirtyCheckEnabled(boolean dirtyCheck)GammaTxnConfigGammaTxnConfig. setFamilyName(String familyName)GammaTxnConfigGammaTxnConfig. setFat()GammaTxnConfigGammaTxnConfig. setInterruptible(boolean interruptible)GammaTxnConfigGammaTxnConfig. setIsolationLevel(IsolationLevel isolationLevel)GammaTxnConfigGammaTxnConfig. setMaximumPoorMansConflictScanLength(int maximumPoorMansConflictScanLength)GammaTxnConfigGammaTxnConfig. setMaxRetries(int maxRetries)GammaTxnConfigGammaTxnConfig. setPropagationLevel(PropagationLevel propagationLevel)GammaTxnConfigGammaTxnConfig. setReadLockMode(LockMode readLockMode)GammaTxnConfigGammaTxnConfig. setReadonly(boolean readonly)GammaTxnConfigGammaTxnConfig. setReadTrackingEnabled(boolean trackReads)GammaTxnConfigGammaTxnConfig. setSpeculative(boolean speculativeConfigEnabled)GammaTxnConfigGammaTxnConfig. setSpinCount(int spinCount)GammaTxnConfigGammaTxnConfig. setTimeoutNs(long timeoutNs)GammaTxnConfigGammaTxnConfig. setTraceLevel(TraceLevel traceLevel)GammaTxnConfigGammaTxnConfig. setWriteLockMode(LockMode writeLockMode)Methods in org.multiverse.stms.gamma.transactions with parameters of type GammaTxnConfig Modifier and Type Method Description voidGammaTxn. init(GammaTxnConfig config)Constructors in org.multiverse.stms.gamma.transactions with parameters of type GammaTxnConfig Constructor Description GammaTxn(GammaTxnConfig config, int transactionType) -
Uses of GammaTxnConfig in org.multiverse.stms.gamma.transactions.fat
Constructors in org.multiverse.stms.gamma.transactions.fat with parameters of type GammaTxnConfig Constructor Description FatFixedLengthGammaTxn(GammaTxnConfig config)FatMonoGammaTxn(GammaTxnConfig config)FatVariableLengthGammaTxn(GammaTxnConfig config) -
Uses of GammaTxnConfig in org.multiverse.stms.gamma.transactions.lean
Constructors in org.multiverse.stms.gamma.transactions.lean with parameters of type GammaTxnConfig Constructor Description LeanFixedLengthGammaTxn(GammaTxnConfig config)LeanMonoGammaTxn(GammaTxnConfig config)
-