Class PushStatusStoreReader

java.lang.Object
com.linkedin.venice.pushstatushelper.PushStatusStoreReader
All Implemented Interfaces:
Closeable, AutoCloseable

public class PushStatusStoreReader extends Object implements Closeable
This class is a helper class for Venice controller to read PushStatus / Heartbeat messages.
  • Constructor Details

    • PushStatusStoreReader

      public PushStatusStoreReader(com.linkedin.d2.balancer.D2Client d2Client, String clusterDiscoveryD2ServiceName, long heartbeatExpirationTimeInSeconds)
  • Method Details