Class AtomixIterator<T>

  • All Implemented Interfaces:
    org.onosproject.store.service.AsyncIterator<T>

    public class AtomixIterator<T>
    extends Object
    implements org.onosproject.store.service.AsyncIterator<T>
    Atomix asynchronous iterator.
    • Constructor Detail

      • AtomixIterator

        public AtomixIterator​(io.atomix.core.iterator.AsyncIterator<T> atomixIterator)
    • Method Detail

      • hasNext

        public CompletableFuture<Boolean> hasNext()
        Specified by:
        hasNext in interface org.onosproject.store.service.AsyncIterator<T>
      • next

        public CompletableFuture<T> next()
        Specified by:
        next in interface org.onosproject.store.service.AsyncIterator<T>