Package org.apache.storm.utils
Class EquivalenceUtils
java.lang.Object
org.apache.storm.utils.EquivalenceUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanareLocalAssignmentsEquivalent(LocalAssignment first, LocalAssignment second) Decide the equivalence of two local assignments, ignoring the order of executors This is different from #equal method.
- 
Constructor Details- 
EquivalenceUtilspublic EquivalenceUtils()
 
- 
- 
Method Details- 
areLocalAssignmentsEquivalentDecide the equivalence of two local assignments, ignoring the order of executors This is different from #equal method.- Parameters:
- first- Local assignment A
- second- Local assignment B
- Returns:
- True if A and B are equivalent, ignoring the order of the executors
 
 
-