(final ActionEntry a, final ActionEntry b)
| 351 | } |
| 352 | |
| 353 | @Override |
| 354 | /** |
| 355 | * Compares two RPCs. |
| 356 | */ |
| 357 | public int compare(final ActionEntry a, final ActionEntry b) { |
| 358 | return Bytes.memcmp(a.rpc.getRegion().name(), b.rpc.getRegion().name()); |
| 359 | } |
| 360 | } |
| 361 | |
| 362 | static class ActionResp { |