Class SharedTimer

java.lang.Object
org.postgresql.util.SharedTimer

public class SharedTimer extends Object
  • Field Details

    • timerCount

      private static final AtomicInteger timerCount
    • LOGGER

      private static final Logger LOGGER
    • timer

      private volatile Timer timer
    • refCount

      private final AtomicInteger refCount
  • Constructor Details

    • SharedTimer

      public SharedTimer()
  • Method Details

    • getRefCount

      public int getRefCount()
    • getTimer

      public Timer getTimer()
    • releaseTimer

      public void releaseTimer()