• P
    1. Use guava cache to support id name exchange. · 5db84039
    pengys5 提交于
    2. Add abstract ExchangeWorker to aggregate the data wait to exchange.
    3. Once per second, timer call the implementation work of ExchangeWorker to exchange.
    4. Exchanged data send to AggregationWorker, the data exchange 10 times but not exchanged, then give up.
    5. Just component finish the exchange coding.
    5db84039
ExchangeWorker.java 2.4 KB