Class HistoryResponse


  • public class HistoryResponse
    extends Object
    HistoryResponse - an object containing a response we've received from the history endpoint
    Author:
    obabarinsa
    • Constructor Detail

      • HistoryResponse

        public HistoryResponse()
    • Method Detail

      • getStatistics

        public net.snowflake.ingest.connection.HistoryResponse.HistoryStats getStatistics()
        the statistics reported back by the service
      • setStatistics

        public void setStatistics​(net.snowflake.ingest.connection.HistoryResponse.HistoryStats statistics)
        the statistics reported back by the service
      • isCompleteResult

        public Boolean isCompleteResult()
        False if an event was missed between the supplied beginMark and the first event in this report history. Otherwise, true.
      • setCompleteResult

        public void setCompleteResult​(Boolean completeResult)
        False if an event was missed between the supplied beginMark and the first event in this report history. Otherwise, true.
      • getPipe

        public String getPipe()
        fully qualified pipe name
      • setPipe

        public void setPipe​(String pipe)
        fully qualified pipe name
      • getNextBeginMark

        public String getNextBeginMark()
        beginMark to use on the next request to avoid seeing duplicate records. (Note that this value is a hint. Duplicates can still occasionally occur.)
      • setNextBeginMark

        public void setNextBeginMark​(String nextBeginMark)
        beginMark to use on the next request to avoid seeing duplicate records. (Note that this value is a hint. Duplicates can still occasionally occur.)