}
@Override
public GetCountersResponseProto getCounters(RpcController controller,
GetCountersRequestProto proto) throws ServiceException {
GetCountersRequest request = new GetCountersRequestPBImpl(proto);
try {
GetCountersResponse response = real.getCounters(request);
return ((GetCountersResponsePBImpl)response).getProto();
} catch (YarnRemoteException e) {
throw new ServiceException(e);