Class NotReadyFetchResultResponse
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.message.statement.NotReadyFetchResultResponse
-
- All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.ResponseBody,FetchResultsResponseBody
public class NotReadyFetchResultResponse extends Object implements FetchResultsResponseBody
TheFetchResultsResponseBodyindicates the results is not ready.
-
-
Constructor Summary
Constructors Constructor Description NotReadyFetchResultResponse(String nextResultUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.api.common.JobIDgetJobID()StringgetNextResultUri()org.apache.flink.table.api.ResultKindgetResultKind()ResultInfogetResults()org.apache.flink.table.gateway.api.results.ResultSet.ResultTypegetResultType()booleanisQueryResult()
-
-
-
Constructor Detail
-
NotReadyFetchResultResponse
public NotReadyFetchResultResponse(String nextResultUri)
-
-
Method Detail
-
getResults
public ResultInfo getResults()
- Specified by:
getResultsin interfaceFetchResultsResponseBody
-
getResultType
public org.apache.flink.table.gateway.api.results.ResultSet.ResultType getResultType()
- Specified by:
getResultTypein interfaceFetchResultsResponseBody
-
getNextResultUri
@Nullable public String getNextResultUri()
- Specified by:
getNextResultUriin interfaceFetchResultsResponseBody
-
isQueryResult
public boolean isQueryResult()
- Specified by:
isQueryResultin interfaceFetchResultsResponseBody
-
getJobID
@Nullable public org.apache.flink.api.common.JobID getJobID()
- Specified by:
getJobIDin interfaceFetchResultsResponseBody
-
getResultKind
public org.apache.flink.table.api.ResultKind getResultKind()
- Specified by:
getResultKindin interfaceFetchResultsResponseBody
-
-