Package com.linkedin.venice.pushmonitor
Interface DisableReplicaCallback
-
public interface DisableReplicaCallback
The callback method to disable leader replicas whenever they are in ERROR state so that helix can elect a new leader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disableReplica(java.lang.String instance, int partitionId)
boolean
isReplicaDisabled(java.lang.String instance, int partitionId)
-