Package com.linkedin.venice.meta
Interface LiveInstanceMonitor
- All Known Implementing Classes:
HelixLiveInstanceMonitor
public interface LiveInstanceMonitor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isInstanceAlive
(Instance instance) Check whether current instance is alive or not.void
-
Method Details
-
isInstanceAlive
Check whether current instance is alive or not.- Parameters:
instance
-- Returns:
-
getAllLiveInstances
-
registerLiveInstanceChangedListener
-