Class PageSetImpl<T>

    • Field Detail

      • marker

        protected final String marker
    • Method Detail

      • getNextMarker

        public String getNextMarker()
        If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the option marker to this value. Some providers like Azure have opaque markers so portable code should not rely on the actual values.
        Specified by:
        getNextMarker in interface PageSet<T>
        Returns:
        next marker, or null if list is complete