@Override public ModifyAclEntriesResponseProto modifyAclEntries( RpcController controller, ModifyAclEntriesRequestProto req) throws ServiceException { try { server.modifyAclEntries(req.getSrc(), PBHelper.convertAclEntry(req.getAclSpecList())); } catch (IOException e) { throw new ServiceException(e); } return VOID_MODIFYACLENTRIES_RESPONSE; }
@Override public ModifyAclEntriesResponseProto modifyAclEntries( RpcController controller, ModifyAclEntriesRequestProto req) throws ServiceException { try { server.modifyAclEntries(req.getSrc(), PBHelperClient.convertAclEntry(req.getAclSpecList())); } catch (IOException e) { throw new ServiceException(e); } return VOID_MODIFYACLENTRIES_RESPONSE; }