public class NotReadyFetchResultResponse extends Object implements FetchResultsResponseBody
FetchResultsResponseBody indicates the results is not ready.| Constructor and Description |
|---|
NotReadyFetchResultResponse(String nextResultUri) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobID |
getJobID() |
String |
getNextResultUri() |
org.apache.flink.table.api.ResultKind |
getResultKind() |
ResultInfo |
getResults() |
org.apache.flink.table.gateway.api.results.ResultSet.ResultType |
getResultType() |
boolean |
isQueryResult() |
public NotReadyFetchResultResponse(String nextResultUri)
public ResultInfo getResults()
getResults in interface FetchResultsResponseBodypublic org.apache.flink.table.gateway.api.results.ResultSet.ResultType getResultType()
getResultType in interface FetchResultsResponseBody@Nullable public String getNextResultUri()
getNextResultUri in interface FetchResultsResponseBodypublic boolean isQueryResult()
isQueryResult in interface FetchResultsResponseBody@Nullable public org.apache.flink.api.common.JobID getJobID()
getJobID in interface FetchResultsResponseBodypublic org.apache.flink.table.api.ResultKind getResultKind()
getResultKind in interface FetchResultsResponseBodyCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.