Class SystemStorePushTask

java.lang.Object
com.linkedin.venice.SystemStorePushTask
All Implemented Interfaces:
Function<String,Boolean>

public class SystemStorePushTask extends Object implements Function<String,Boolean>
This class aims to do one time emtpy push to all user system stores of a specific user store. It will aggregate and compute the largest used version from all regions and update store before performing empty push. It will also skip empty push to store which is being migrated and is in the destination cluster.