public class FetchResultsHeaders extends Object implements SqlGatewayMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsResponseBody,FetchResultsMessageParameters>
| Modifier and Type | Method and Description |
|---|---|
static String |
buildNextUri(SqlGatewayRestAPIVersion version,
String sessionId,
String operationId,
Long nextToken,
RowFormat rowFormat) |
static FetchResultsHeaders |
getDefaultInstance() |
String |
getDescription() |
org.apache.flink.runtime.rest.HttpMethodWrapper |
getHttpMethod() |
static FetchResultsHeaders |
getInstanceV1() |
Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> |
getRequestClass() |
Class<FetchResultsResponseBody> |
getResponseClass() |
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode() |
Collection<? extends org.apache.flink.runtime.rest.versioning.RestAPIVersion<?>> |
getSupportedAPIVersions() |
String |
getTargetRestEndpointURL() |
FetchResultsMessageParameters |
getUnresolvedMessageParameters() |
String |
operationId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String URL
public static FetchResultsHeaders getInstanceV1()
public static FetchResultsHeaders getDefaultInstance()
@Nullable public static String buildNextUri(SqlGatewayRestAPIVersion version, String sessionId, String operationId, Long nextToken, RowFormat rowFormat)
public Class<FetchResultsResponseBody> getResponseClass()
getResponseClass in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsResponseBody,FetchResultsMessageParameters>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
getResponseStatusCode in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsResponseBody,FetchResultsMessageParameters>public String getDescription()
getDescription in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsResponseBody,FetchResultsMessageParameters>public org.apache.flink.runtime.rest.HttpMethodWrapper getHttpMethod()
getHttpMethod in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationpublic String getTargetRestEndpointURL()
getTargetRestEndpointURL in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationpublic Collection<? extends org.apache.flink.runtime.rest.versioning.RestAPIVersion<?>> getSupportedAPIVersions()
getSupportedAPIVersions in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationgetSupportedAPIVersions in interface SqlGatewayMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsResponseBody,FetchResultsMessageParameters>public Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> getRequestClass()
getRequestClass in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsMessageParameters>public FetchResultsMessageParameters getUnresolvedMessageParameters()
getUnresolvedMessageParameters in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsMessageParameters>public String operationId()
operationId in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsResponseBody,FetchResultsMessageParameters>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.