Class RemoteCollection.EntryAdvancer<K,​V>

  • All Implemented Interfaces:
    com.tangosol.util.PagedIterator.Advancer
    Enclosing class:
    RemoteCollection<K,​V,​T>

    protected static class RemoteCollection.EntryAdvancer<K,​V>
    extends Object
    implements com.tangosol.util.PagedIterator.Advancer
    A PagedIterator.Advancer to support a PagedIterator over an entry set.
    • Field Detail

      • m_exhausted

        protected boolean m_exhausted
        A flag indicating whether this advancer has exhausted all of the pages.
      • m_cookie

        protected com.google.protobuf.ByteString m_cookie
        The opaque cookie used by the server to maintain the page location.
    • Method Detail

      • remove

        public void remove​(Object oCurr)
        Specified by:
        remove in interface com.tangosol.util.PagedIterator.Advancer
      • nextPage

        public Collection nextPage()
        Specified by:
        nextPage in interface com.tangosol.util.PagedIterator.Advancer