public class EquivalenceUtils extends Object
Constructor and Description |
---|
EquivalenceUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
areLocalAssignmentsEquivalent(LocalAssignment first,
LocalAssignment second)
Decide the equivalence of two local assignments, ignoring the order of executors This is different from #equal method.
|
public static boolean areLocalAssignmentsEquivalent(LocalAssignment first, LocalAssignment second)
Decide the equivalence of two local assignments, ignoring the order of executors This is different from #equal method.
first
- Local assignment Asecond
- Local assignment BCopyright © 2022 The Apache Software Foundation. All rights reserved.