commit | c3b436de36ae7e3adbb20d564f48574739f54096 | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Tue Oct 01 19:43:39 2013 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Thu Oct 03 08:45:39 2013 -0700 |
tree | 9098a2f96d062db4e73ed46f5bee6b0c14adc7dc | |
parent | 7e057414e227452cf962321c0666cc35a1887247 [diff] |
More reliably get futures returned by ChangeIndexer Convert futures to be CheckedFuture<?, IOException>s so calling checkedGet() does not result in too many extra exception types. Rename the methods to {index,delete}Async so it is clear that these just launch a future. For all usages, make sure checkedGet() is invoked on the future, either immediately or after another block of non-Change- mutating code. Change-Id: I18b55b0b03b2be0a70995a0b08a4fc3193db96e3