Interface IncrementalFetchSettings

  • All Known Subinterfaces:
    CacheSource

    public interface IncrementalFetchSettings
    The interface IncrementalFetchSettings contains the settings for incremental fetch.
    Since:
    MicroStrategy Web 9.0.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBlockBegin()
      Returns the starting position for incremental fetch.
      int getBlockCount()
      Returns the maximum count of items for each single incremental fetch
      void setBlockBegin​(int begin)
      Sets the starting position for incremental fetch.
      void setBlockCount​(int count)
      Sets the maximum count of items for each single incremental fetch
    • Method Detail

      • getBlockBegin

        int getBlockBegin()
        Returns the starting position for incremental fetch.
        Returns:
        the starting position.
      • setBlockBegin

        void setBlockBegin​(int begin)
        Sets the starting position for incremental fetch.
        Parameters:
        begin - the starting position
      • getBlockCount

        int getBlockCount()
        Returns the maximum count of items for each single incremental fetch
        Returns:
        the maximum count of items for each incremental fetch
      • setBlockCount

        void setBlockCount​(int count)
        Sets the maximum count of items for each single incremental fetch
        Parameters:
        count - the maximum count of items for each incremental fetch