Class RecordedLockAttempts

java.lang.Object
com.yahoo.vespa.curator.stats.RecordedLockAttempts

public class RecordedLockAttempts extends Object
Contains information about the lock attempts made by a thread between a start and end.

Any thread is allowed access the public methods of an instance.

Author:
hakon
  • Method Details

    • recordId

      public String recordId()
    • startInstant

      public Instant startInstant()
    • endInstant

      public Instant endInstant()
    • duration

      public Duration duration()
    • lockAttempts

      public List<LockAttempt> lockAttempts()