IteratorUtil was an internal class, not part of the public API. There was some work done in 2.0 to migrate some of the internals out of IteratorUtil so it could be part of the API but it is not quite there yet. The method you are looking for is probably in org.apache.accumulo.core.conf.IterConfigUtil.
On Tue, Oct 15, 2019 at 10:00 AM Roberts, Geoffry [USA] < [email protected]> wrote: > I am attempting to upgrade a 3rd party library to 2.0. I came across a > call to IteratorUtil.loadIterators… , which has apparently been removed. > Is there a replacement? > > >
