MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / compare

Method compare

src/Bytes.java:521–524  ·  view source on GitHub ↗
(final byte[] a, final byte[] b)

Source from the content-addressed store, hash-verified

519 }
520
521 @Override
522 public int compare(final byte[] a, final byte[] b) {
523 return memcmp(a, b);
524 }
525
526 }
527

Callers 3

assertGreaterMethod · 0.45
multiComparatorMethod · 0.45
multiComparatorErrorsMethod · 0.45

Calls 1

memcmpMethod · 0.80

Tested by 3

assertGreaterMethod · 0.36
multiComparatorMethod · 0.36
multiComparatorErrorsMethod · 0.36