类 ScanResponse

    • 构造器详细资料

      • ScanResponse

        public ScanResponse()
    • 方法详细资料

      • getNextStartKey

        public String getNextStartKey()
        Get the next start key of this scan response, which can be use to continue scan.
        返回:
        The next start key of this scan response.
      • setNextStartKey

        public void setNextStartKey​(String nextStartKey)
        Set the next start key of this scan response.
        参数:
        nextStartKey - The next start rowkey set to this scan response.
      • setResults

        public void setResults​(List<TableStorageResult> results)
        Set the results of this scan response.
        参数:
        results - The result set to this scan response.
      • getResults

        public List<TableStorageResult> getResults()
        Get list of results of this scan response.
        返回:
        The list of results of this scan response.
      • toString

        public String toString()
        Convert this object to string.
        覆盖:
        toString 在类中 Object
        返回:
        The string represent this object.