Interface NodeDocumentLocks

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.locks.Lock acquire​(java.lang.String key)
      Acquires a lock for the given key.
    • Method Detail

      • acquire

        java.util.concurrent.locks.Lock acquire​(java.lang.String key)
        Acquires a lock for the given key.
        Parameters:
        key - a key.
        Returns:
        the acquired lock for the given key.