public interface INodeSorter
Modifier and Type | Method and Description |
---|---|
Iterable<ObjectResourcesItem> |
getSortedRacks() |
void |
prepare(ExecutorDetails exec)
Prepare for node sorting.
|
Iterable<String> |
sortAllNodes() |
void prepare(ExecutorDetails exec)
Prepare for node sorting. This method must be called before getSortedRacks()
and sortAllNodes()
.
exec
- optional, may be null.Iterable<ObjectResourcesItem> getSortedRacks()
Copyright © 2022 The Apache Software Foundation. All rights reserved.