Class DeadlockDetectionConfiguration

    • Method Detail

      • spinDuration

        @Deprecated
        public long spinDuration()
        Deprecated.
        Since 9.0, always returns -1.
        Time period that determines how often is lock acquisition attempted within maximum time allowed to acquire a particular lock
      • enabled

        @Deprecated
        public boolean enabled()
        Deprecated.
        Since 9.0, always returns false.
        Whether deadlock detection is enabled or disabled
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object