Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 3 个功能:
A() B() C()
并且它们都从多个 Web 服务请求数据。我想让它们同时被调用。不是先A,后B,后C。AB和C应该在相同的时间间隔内工作。有什么建议吗?
我决定创建自己的 WritableComparable 类来了解 Hadoop 如何使用它。所以我创建了一个带有两个实例变量(orderNumber cliente)的 Order 类并实现了所需的方法。我还为 getter/setters/hashCode/eq