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
The
FetchResultsResponseBody indicates the results is not ready.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.common.JobIDgetJobID()org.apache.flink.table.api.ResultKindorg.apache.flink.table.gateway.api.results.ResultSet.ResultTypeboolean
-
Constructor Details
-
NotReadyFetchResultResponse
-
-
Method Details
-
getResults
- Specified by:
getResultsin interfaceFetchResultsResponseBody
-
getResultType
public org.apache.flink.table.gateway.api.results.ResultSet.ResultType getResultType()- Specified by:
getResultTypein interfaceFetchResultsResponseBody
-
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
-