Class LockFactory


  • public class LockFactory
    extends Object
    • Constructor Detail

      • LockFactory

        public LockFactory()
    • Method Detail

      • createRecursiveLock

        public static RecursiveLock createRecursiveLock()
        default is ImplType.Int01, unfair'ish (fastest w/ least deviation)
      • createRecursiveThreadGroupLock

        public static RecursiveThreadGroupLock createRecursiveThreadGroupLock()
        default is ImplType.Int02ThreadGroup, unfair'ish (fastest w/ least deviation)