public class QueryInProgressResponse extends Object
(1) provides incremental progress report to the client,
(2) ensures that the client is alive and waiting for the result while we are executing the query,
(3) ensures that we do not hold the HTTP connection open and idle for long periods of time.
| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_IN_PROGRESS_ASYNC_CODE |
static String |
QUERY_IN_PROGRESS_CODE |
| Constructor and Description |
|---|
QueryInProgressResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGetResultUrl() |
Object |
getProgressDesc() |
int |
getQueryAbortsAfterSecs() |
String |
getQueryId() |
void |
setGetResultUrl(String getResultUrl) |
void |
setProgressDesc(Object progressDesc) |
void |
setQueryAbortsAfterSecs(int queryAbortsAfterSecs) |
void |
setQueryId(String queryId) |
public static final String QUERY_IN_PROGRESS_CODE
public static final String QUERY_IN_PROGRESS_ASYNC_CODE
public String getQueryId()
public void setQueryId(String queryId)
public String getGetResultUrl()
public void setGetResultUrl(String getResultUrl)
public int getQueryAbortsAfterSecs()
public void setQueryAbortsAfterSecs(int queryAbortsAfterSecs)
public Object getProgressDesc()
public void setProgressDesc(Object progressDesc)
Copyright © 2020. All rights reserved.