public class SegmentStatusInTier extends Object
| Constructor and Description |
|---|
SegmentStatusInTier(DataSegment segment,
NavigableSet<ServerHolder> historicals) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerHolder> |
getServersEligibleToDrop() |
List<ServerHolder> |
getServersEligibleToLoad() |
List<ServerHolder> |
getServersPerforming(SegmentAction action) |
public SegmentStatusInTier(DataSegment segment, NavigableSet<ServerHolder> historicals)
public List<ServerHolder> getServersEligibleToLoad()
public List<ServerHolder> getServersEligibleToDrop()
public List<ServerHolder> getServersPerforming(SegmentAction action)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.