Class FieldUpdatesBuffer.BufferedUpdateIterator

  • Enclosing class:
    FieldUpdatesBuffer

    class FieldUpdatesBuffer.BufferedUpdateIterator
    extends java.lang.Object
    An iterator that iterates over all updates in insertion order
    • Constructor Detail

      • BufferedUpdateIterator

        BufferedUpdateIterator()
    • Method Detail

      • next

        FieldUpdatesBuffer.BufferedUpdate next()
                                        throws java.io.IOException
        Moves to the next BufferedUpdate or return null if all updates are consumed. The returned instance is a shared instance and must be fully consumed before the next call to this method.
        Throws:
        java.io.IOException