628629630631632633634635636637638
public void run() throws Exception { List<CellOp> ops = opsRef.get(); if (AGGREGATE_MESSAGES) { messageList = new MessageList(); } int size = ops.size(); int num = Math.min(size, count); for (int i = 0; i < num; i++) {
526527528529530531532533
this.clientID = clientID; } public void startRevalidate() { if (AGGREGATE_MESSAGES) { messageList = new MessageList(); } }