Deprecating class

This commit is contained in:
Joshua Kim 2020-08-07 14:45:25 -04:00
parent 1f71042d80
commit 34e9016c01

View file

@ -25,6 +25,7 @@ import java.util.Map;
* It also limits number of shards that will be available for initialization based on their depth. * It also limits number of shards that will be available for initialization based on their depth.
* It doesn't make a lot of sense to work on a shard that has too many unfinished parents. * It doesn't make a lot of sense to work on a shard that has too many unfinished parents.
*/ */
@Deprecated
public class ParentsFirstShardPrioritization implements public class ParentsFirstShardPrioritization implements
ShardPrioritization { ShardPrioritization {
private static final SortingNode PROCESSING_NODE = new SortingNode(null, Integer.MIN_VALUE); private static final SortingNode PROCESSING_NODE = new SortingNode(null, Integer.MIN_VALUE);