Uses of Interface
org.apache.flink.runtime.rest.messages.RequestBody
-
-
Uses of RequestBody in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest with type parameters of type RequestBody Modifier and Type Method Description <M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody>
CompletableFuture<P>RestClient. sendRequest(String targetAddress, int targetPort, M messageHeaders, U messageParameters, R request)<M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody>
CompletableFuture<P>RestClient. sendRequest(String targetAddress, int targetPort, M messageHeaders, U messageParameters, R request, Collection<FileUpload> fileUploads)<M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody>
CompletableFuture<P>RestClient. sendRequest(String targetAddress, int targetPort, M messageHeaders, U messageParameters, R request, Collection<FileUpload> fileUploads, RestAPIVersion<? extends RestAPIVersion<?>> apiVersion) -
Uses of RequestBody in org.apache.flink.runtime.rest.handler
Classes in org.apache.flink.runtime.rest.handler with type parameters of type RequestBody Modifier and Type Class Description classAbstractHandler<T extends RestfulGateway,R extends RequestBody,M extends MessageParameters>Super class for netty-based handlers that work withRequestBody.classAbstractRestHandler<T extends RestfulGateway,R extends RequestBody,P extends ResponseBody,M extends MessageParameters>Super class for netty-based handlers that work withRequestBodys andResponseBodys.classHandlerRequest<R extends RequestBody>Simple container for the request to a handler, that contains theRequestBodyand path/query parameters.Methods in org.apache.flink.runtime.rest.handler with type parameters of type RequestBody Modifier and Type Method Description static <R extends RequestBody,M extends MessageParameters>
HandlerRequest<R>HandlerRequest. create(R requestBody, M messageParameters)Short-cut forHandlerRequest.create(RequestBody, MessageParameters, Collection)without any uploaded files.static <R extends RequestBody,M extends MessageParameters>
HandlerRequest<R>HandlerRequest. create(R requestBody, M messageParameters, Collection<File> uploadedFiles)Creates a newHandlerRequest.static <R extends RequestBody,M extends MessageParameters>
HandlerRequest<R>HandlerRequest. resolveParametersAndCreate(R requestBody, M messageParameters, Map<String,String> receivedPathParameters, Map<String,List<String>> receivedQueryParameters, Collection<File> uploadedFiles)Creates a newHandlerRequestafter resolving the givenMessageParametersagainst the given query/path parameter maps. -
Uses of RequestBody in org.apache.flink.runtime.rest.handler.async
Classes in org.apache.flink.runtime.rest.handler.async with type parameters of type RequestBody Modifier and Type Class Description protected classAbstractAsynchronousOperationHandlers.TriggerHandler<T extends RestfulGateway,B extends RequestBody,M extends MessageParameters>Handler which is responsible for triggering an asynchronous operation.classAsynchronousOperationTriggerMessageHeaders<R extends RequestBody,M extends MessageParameters>Message headers for the triggering of an asynchronous operation. -
Uses of RequestBody in org.apache.flink.runtime.rest.handler.resourcemanager
Classes in org.apache.flink.runtime.rest.handler.resourcemanager with type parameters of type RequestBody Modifier and Type Class Description classAbstractResourceManagerHandler<T extends RestfulGateway,R extends RequestBody,P extends ResponseBody,M extends MessageParameters>Base class for REST handlers which need access to theResourceManager. -
Uses of RequestBody in org.apache.flink.runtime.rest.handler.util
Methods in org.apache.flink.runtime.rest.handler.util with type parameters of type RequestBody Modifier and Type Method Description static <X,P extends MessageQueryParameter<X>,R extends RequestBody,M extends MessageParameters>
XHandlerRequestUtils. getQueryParameter(HandlerRequest<R> request, Class<P> queryParameterClass)Returns the value of a query parameter, ornullif the query parameter is not set.static <X,P extends MessageQueryParameter<X>,R extends RequestBody,M extends MessageParameters>
XHandlerRequestUtils. getQueryParameter(HandlerRequest<R> request, Class<P> queryParameterClass, X defaultValue) -
Uses of RequestBody in org.apache.flink.runtime.rest.messages
Classes in org.apache.flink.runtime.rest.messages with type parameters of type RequestBody Modifier and Type Class Description classCustomHeadersDecorator<R extends RequestBody,P extends ResponseBody,M extends MessageParameters>Decorator class forMessageHeadersthat adds the ability to include custom HTTP headers.interfaceMessageHeaders<R extends RequestBody,P extends ResponseBody,M extends MessageParameters>This class linksRequestBodys toResponseBodys types and contains meta-data required for their http headers.interfaceRuntimeMessageHeaders<R extends RequestBody,P extends ResponseBody,M extends MessageParameters>This class linksRequestBodys toResponseBodys types and contains meta-data required for their http headers in runtime module.interfaceRuntimeUntypedResponseMessageHeaders<R extends RequestBody,M extends MessageParameters>Message headers for a web handler request that belongs to runtime module.interfaceUntypedResponseMessageHeaders<R extends RequestBody,M extends MessageParameters>Message headers for a web handler request.Classes in org.apache.flink.runtime.rest.messages that implement RequestBody Modifier and Type Class Description classEmptyRequestBodyRequest which do not have a request payload.classJobClientHeartbeatRequestBodyRequestBodyto report heartbeat for client. -
Uses of RequestBody in org.apache.flink.runtime.rest.messages.checkpoints
Classes in org.apache.flink.runtime.rest.messages.checkpoints that implement RequestBody Modifier and Type Class Description classCheckpointTriggerRequestBodyRequestBodyto trigger checkpoints. -
Uses of RequestBody in org.apache.flink.runtime.rest.messages.cluster
Classes in org.apache.flink.runtime.rest.messages.cluster that implement RequestBody Modifier and Type Class Description classProfilingRequestBodyRequestBodyto trigger profiling instance. -
Uses of RequestBody in org.apache.flink.runtime.rest.messages.job
Classes in org.apache.flink.runtime.rest.messages.job that implement RequestBody Modifier and Type Class Description classJobResourceRequirementsBodyBody for change job requests.classJobSubmitRequestBodyRequest for submitting a job. -
Uses of RequestBody in org.apache.flink.runtime.rest.messages.job.coordination
Classes in org.apache.flink.runtime.rest.messages.job.coordination that implement RequestBody Modifier and Type Class Description classClientCoordinationRequestBodyRequest that carries a serializedCoordinationRequestto a specified coordinator. -
Uses of RequestBody in org.apache.flink.runtime.rest.messages.job.savepoints
Classes in org.apache.flink.runtime.rest.messages.job.savepoints that implement RequestBody Modifier and Type Class Description classSavepointDisposalRequestRequest body for a savepoint disposal call.classSavepointTriggerRequestBodyRequestBodyto trigger savepoints. -
Uses of RequestBody in org.apache.flink.runtime.rest.messages.job.savepoints.stop
Classes in org.apache.flink.runtime.rest.messages.job.savepoints.stop that implement RequestBody Modifier and Type Class Description classStopWithSavepointRequestBodyRequestBodyfor stopping a job with a savepoint.
-