MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / eqAnyOrder

Method eqAnyOrder

test/core/TestCompactionQueue.java:1550–1552  ·  view source on GitHub ↗
(byte[][] wanted)

Source from the content-addressed store, hash-verified

1548
1549 // check that the byte arrays appear in any order, but otherwise match exactly
1550 private static byte[][] eqAnyOrder(byte[][] wanted) {
1551 return argThat(new EqAnyOrder(wanted));
1552 }
1553
1554 private static class EqAnyOrder extends ArgumentMatcher<byte[][]> {
1555

Callers 15

twoCellRowMethod · 0.95
twoCellRowWAnnotationMethod · 0.95
twoCellRowMSMethod · 0.95
sortMsAndSMethod · 0.95
secondsOutOfOrderMethod · 0.95
msOutOfOrderMethod · 0.95
secondAndMsMethod · 0.95
fixQualifierFlagsMethod · 0.95
fixFloatingPointMethod · 0.95
failedCompactNoopMethod · 0.95
secondCompactMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected