Deprecating class
This commit is contained in:
parent
1f71042d80
commit
34e9016c01
1 changed files with 1 additions and 0 deletions
|
|
@ -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 doesn't make a lot of sense to work on a shard that has too many unfinished parents.
|
||||
*/
|
||||
@Deprecated
|
||||
public class ParentsFirstShardPrioritization implements
|
||||
ShardPrioritization {
|
||||
private static final SortingNode PROCESSING_NODE = new SortingNode(null, Integer.MIN_VALUE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue