Class StoreStatusDecider
- java.lang.Object
-
- com.linkedin.venice.controller.kafka.StoreStatusDecider
-
public class StoreStatusDecider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StoreStatusDecider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>
getStoreStatues(java.util.List<Store> storeList, ResourceAssignment resourceAssignment, PushMonitor pushMonitor)
Get the statuses of given stores based on the replicas statues in the given assignment.
-
-
-
Method Detail
-
getStoreStatues
public static java.util.Map<java.lang.String,java.lang.String> getStoreStatues(java.util.List<Store> storeList, ResourceAssignment resourceAssignment, PushMonitor pushMonitor)
Get the statuses of given stores based on the replicas statues in the given assignment.- Returns:
- a map in which the key is store name and the value is store's status.
-
-