public class SuperSorterProgressSnapshot extends Object
SuperSorterProgressTracker, but immutable.| Constructor and Description |
|---|
SuperSorterProgressSnapshot(int totalMergingLevels,
Map<Integer,Long> levelToTotalBatches,
Map<Integer,Long> levelToMergedBatches,
long totalMergersForUltimateLevel,
boolean isTriviallyComplete) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<Integer,Long> |
getLevelToMergedBatches() |
Map<Integer,Long> |
getLevelToTotalBatches() |
Double |
getProgressDigest() |
long |
getTotalMergersForUltimateLevel() |
int |
getTotalMergingLevels() |
int |
hashCode() |
boolean |
isTriviallyComplete() |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.