Class AcquireLockOptions

    • Method Detail

      • builder

        public static AcquireLockOptions.AcquireLockOptionsBuilder builder​(String partitionKey)
        Creates a new version of AcquireLockOptionsBuilder using the only required parameter, which is a specific partition key.
        Parameters:
        partitionKey - The partition key under which the lock will be acquired.
        Returns:
        a builder for an AquireLockOptions object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • shouldSkipBlockingWait

        public boolean shouldSkipBlockingWait()