Interface Jitter

All Known Implementing Classes:
FixedJitter, RandomJitter

public interface Jitter
Implementations must be thread-safe.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Jitter
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
  • Field Details

    • ZERO

      static final Jitter ZERO
  • Method Details

    • generate

      long generate()