@Override
 public int getCommitIndex(@NotNull Hash hash) {
   return myHashMap.getCommitIndex(hash);
 }