Class Pinger

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class Pinger
    extends java.lang.Object
    implements java.lang.AutoCloseable
    Pinger is used to send pings to renew the transaction lease for active transactions. It invokes io.pravega.client.control.impl.Controller#pingTransaction() on the controller to renew the lease of active transactions. Incase of a controller instance not being reachable the controller client takes care of retrying on a different controller instance see io.pravega.client.control.impl.ControllerResolverFactory for details.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable