Package com.linkedin.venice.meta
Interface LiveInstanceChangedListener
-
public interface LiveInstanceChangedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleDeletedInstances(java.util.Set<Instance> deletedInstances)
void
handleNewInstances(java.util.Set<Instance> newInstances)
-