Class StoreRepushCandidateFilter
java.lang.Object
com.linkedin.venice.controller.logcompaction.StoreRepushCandidateFilter
- All Implemented Interfaces:
RepushCandidateFilter
-
Constructor Summary
ConstructorsConstructorDescriptionStoreRepushCandidateFilter(VeniceControllerMultiClusterConfig multiClusterConfig) -
Method Summary
-
Constructor Details
-
StoreRepushCandidateFilter
-
-
Method Details
-
apply
Defined to implement RepushCandidateFilter interface This function will filter out stores using cluster and store configs- Specified by:
applyin interfaceRepushCandidateFilter- Parameters:
clusterName-storeInfo-- Returns:
- true if store should be nominated
-