@Override public EndCheckpointResponseProto endCheckpoint(RpcController unused, EndCheckpointRequestProto request) throws ServiceException { try { impl.endCheckpoint(PBHelper.convert(request.getRegistration()), PBHelper.convert(request.getSignature())); } catch (IOException e) { throw new ServiceException(e); } return VOID_END_CHECKPOINT_RESPONSE; }