Class FetchOptions

    • Constructor Detail

      • FetchOptions

        public FetchOptions()
    • Method Detail

      • fetchMode

        public FetchOptions fetchMode​(FetchOptions.FetchMode fetchMode)
        Set the fetch mode to be used to fetch matching results
        Parameters:
        fetchMode -
        Returns:
        this to allow method chaining
      • fetchSize

        public FetchOptions fetchSize​(int fetchSize)
        Set the fetch size for batch loading of matches
        Parameters:
        fetchSize -
        Returns:
        this to allow method chaining
      • getFetchSize

        public int getFetchSize()
        Returns:
        the used fetch size