public class HistoryResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryResponse.FileEntry
FileEntry - a pojo containing all of the data about a file reported back from the service
|
| Modifier and Type | Field and Description |
|---|---|
List<HistoryResponse.FileEntry> |
files
the list of file status objects
|
| Constructor and Description |
|---|
HistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextBeginMark()
beginMark to use on the next request to avoid seeing duplicate records.
|
String |
getPipe()
fully qualified pipe name
|
net.snowflake.ingest.connection.HistoryResponse.HistoryStats |
getStatistics()
the statistics reported back by the service
|
Boolean |
isCompleteResult()
False if an event was missed between the supplied beginMark and the first event in this report
history.
|
void |
setCompleteResult(Boolean completeResult)
False if an event was missed between the supplied beginMark and the first event in this report
history.
|
void |
setNextBeginMark(String nextBeginMark)
beginMark to use on the next request to avoid seeing duplicate records.
|
void |
setPipe(String pipe)
fully qualified pipe name
|
void |
setStatistics(net.snowflake.ingest.connection.HistoryResponse.HistoryStats statistics)
the statistics reported back by the service
|
String |
toString() |
public List<HistoryResponse.FileEntry> files
public net.snowflake.ingest.connection.HistoryResponse.HistoryStats getStatistics()
public void setStatistics(net.snowflake.ingest.connection.HistoryResponse.HistoryStats statistics)
public Boolean isCompleteResult()
public void setCompleteResult(Boolean completeResult)
public String getPipe()
public void setPipe(String pipe)
public String getNextBeginMark()
public void setNextBeginMark(String nextBeginMark)
Copyright © 2022. All rights reserved.