Interface FlatFetchSettings

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMaxCount()
      Returns the maximum count for a monitor data retrieval
      int getStartIndex()
      Returns the start index for a monitor data retrieval
      void setMaxCount​(int count)
      Sets the maximum count for a monitor data retrieval
      void setStartIndex​(int startIndex)
      Sets the start index for a monitor data retrieval
    • Method Detail

      • getMaxCount

        int getMaxCount()
        Returns the maximum count for a monitor data retrieval
        Returns:
        the maximum count for a monitor data retrieval
      • setMaxCount

        void setMaxCount​(int count)
        Sets the maximum count for a monitor data retrieval
        Parameters:
        count - the maximum count for a monitor data retrieval.
      • getStartIndex

        int getStartIndex()
        Returns the start index for a monitor data retrieval
      • setStartIndex

        void setStartIndex​(int startIndex)
        Sets the start index for a monitor data retrieval