Uses of Interface
org.apache.flink.runtime.rest.handler.RestHandlerSpecification
Packages that use RestHandlerSpecification
Package
Description
-
Uses of RestHandlerSpecification in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type RestHandlerSpecificationModifier and TypeMethodDescriptionprotected List<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> DispatcherRestEndpoint.initializeHandlers(CompletableFuture<String> localAddressFuture) protected Collection<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> DispatcherRestEndpoint.initializeWebSubmissionHandlers(CompletableFuture<String> localAddressFuture) -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest that return types with arguments of type RestHandlerSpecificationModifier and TypeMethodDescriptionprotected abstract List<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> RestServerEndpoint.initializeHandlers(CompletableFuture<String> localAddressFuture) This method is called at the beginning ofRestServerEndpoint.start()to setup all handlers that the REST server endpoint implementation requires.Method parameters in org.apache.flink.runtime.rest with type arguments of type RestHandlerSpecificationModifier and TypeMethodDescriptionintRestServerEndpoint.RestHandlerUrlComparator.compare(org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification, org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler> o1, org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification, org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler> o2) -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.handler.async
Classes in org.apache.flink.runtime.rest.handler.async that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassMessage headers for the status polling of an asynchronous operation.classAsynchronousOperationTriggerMessageHeaders<R extends RequestBody,M extends MessageParameters> Message headers for the triggering of an asynchronous operation. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.handler.job.rescaling
Classes in org.apache.flink.runtime.rest.handler.job.rescaling that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassMessage headers for polling the status of an ongoing rescaling operation.classMessage headers for triggering the rescaling of a job. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.handler.legacy.files
Classes in org.apache.flink.runtime.rest.handler.legacy.files that implement RestHandlerSpecificationModifier and TypeClassDescriptionfinal classRest handler specification for the web content handler. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages
Subinterfaces of RestHandlerSpecification in org.apache.flink.runtime.rest.messagesModifier and TypeInterfaceDescriptioninterfaceMessageHeaders<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 RestHandlerSpecificationModifier and TypeClassDescriptionfinal classMessage headers for theClusterConfigHandler.final classMessage headers for theClusterOverviewHandler.classCustomHeadersDecorator<R extends RequestBody,P extends ResponseBody, M extends MessageParameters> Decorator class forMessageHeadersthat adds the ability to include custom HTTP headers.final classMessage headers for theDashboardConfigHandler.classMessage headers for theJobAccumulatorsHandler.classMessage headers for theJobCancellationHandler.classMessage headers for theJobClientHeartbeatHandler.classMessage headers for theJobConfigHandler.classMessage headers for theJobExceptionsHandler.classMessage headers for theJobIdsWithStatusOverview.classMessage headers for theJobManagerEnvironmentHandler.classHeaders for the log url retriever of JobManager.classMessage headers for theJobPlanHandler.final classMessage headers forJobsOverviewHandler.classMessage headers for theJobVertexAccumulatorsHandler.classMessage headers for theJobVertexBackPressureHandler.classMessage headers for theJobVertexDetailsHandler.classMessage headers for theJobVertexFlameGraphHandler.classMessage headers for theJobVertexTaskManagersHandler.classMessage headers for theSubtasksAllAccumulatorsHandler.classMessage headers for theSubtasksTimesHandler.classHeaders for the log url retriever of TaskManager.classDeprecated.This should be removed once we can send arbitrary REST calls via the Yarn proxy.classDeprecated.This should be removed once we can send arbitrary REST calls via the Yarn proxy. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.checkpoints
Classes in org.apache.flink.runtime.rest.messages.checkpoints that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassMessage headers for theCheckpointConfigHandler.classMessage headers for theCheckpointingStatisticsHandler.classHeaders for theCheckpointStatisticDetailsHandler.classThese headers define the protocol for querying the status of a checkpoint operation.classThese headers define the protocol for triggering a checkpoint.classHeaders for theTaskCheckpointStatisticDetailsHandler. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.cluster
Classes in org.apache.flink.runtime.rest.messages.cluster that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassHeaders for theJobManagerCustomLogHandler.classHeaders for theJobManagerLogFileHandler.classHeaders for theJobManagerLogListHandler.classHeaders for theJobManagerProfilingFileHandler.classHeaders for theJobManagerProfilingHandler.classHeaders for theJobManagerProfilingHandler.classHeaders for theJobManagerStdoutFileHandler.classHeaders for theJobManagerThreadDumpHandler.classMessage headers forShutdownHandler. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.dataset
Classes in org.apache.flink.runtime.rest.messages.dataset that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassSpecification for retrieving the status for the delete operation of a cluster data set.classSpecification for triggering the deletion of a cluster data set.classSpecification for retrieving an overview over all available cluster partitions. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.job
Classes in org.apache.flink.runtime.rest.messages.job that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassMessage headers for theJobDetailsHandler.classclassMessage headers for theJobManagerJobConfigurationHandler.classMessage headers for theJobManagerJobEnvironmentHandler.classHeaders for REST request to get details on job's resources.classHeaders for REST request to patch a job.classclassThese headers define the protocol for submitting a job to a flink cluster.classMessage headers for theSubtaskCurrentAttemptDetailsHandler.classMessage headers for theSubtaskExecutionAttemptAccumulatorsHandler.classMessage headers for theSubtaskExecutionAttemptDetailsHandler. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.job.coordination
Classes in org.apache.flink.runtime.rest.messages.job.coordination that implement RestHandlerSpecification -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.job.metrics
Classes in org.apache.flink.runtime.rest.messages.job.metrics that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassBasedMessageHeadersclass for aggregating metrics.classAbstractMetricsHeaders<M extends MessageParameters>classHeaders for aggregating job metrics.classHeaders for aggregating subtask metrics.classHeaders for aggregating task manager metrics.final classclassfinal classfinal classfinal classMessageHeadersfor retrieving watermarks.final classfinal class -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.job.savepoints
Classes in org.apache.flink.runtime.rest.messages.job.savepoints that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassAsynchronousOperationTriggerMessageHeadersimplementation for theSavepointDisposalHandlers.SavepointDisposalStatusHandler.classclassThese headers define the protocol for triggering a savepoint.classThese headers define the protocol for triggering a savepoint. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.job.savepoints.stop
Classes in org.apache.flink.runtime.rest.messages.job.savepoints.stop that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassThese headers define the protocol for triggering a "stop" action. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.rest.messages.taskmanager
Classes in org.apache.flink.runtime.rest.messages.taskmanager that implement RestHandlerSpecificationModifier and TypeClassDescriptionclassHeaders for theTaskManagerCustomLogHandler.classHeaders for theTaskManagerDetailsHandlerwhich serves the TaskManager details.classHeaders for theTaskManagerLogFileHandler.classHeaders for theTaskManagerLogListHandler.classHeaders for theTaskManagerProfilingFileHandler.classHeaders for theTaskManagerProfilingHandler.classHeaders for theTaskManagerProfilingListHandler.classMessage headers for theTaskManagersHandler.classHeaders for theTaskManagerStdoutFileHandler.classHeaders for theTaskManagerThreadDumpHandler. -
Uses of RestHandlerSpecification in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type RestHandlerSpecificationModifier and TypeMethodDescriptionCollection<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> WebMonitorExtension.EmptyWebMonitorExtension.getHandlers()Collection<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> WebMonitorExtension.getHandlers()Gets the collection of extension handlers to register at theWebMonitorEndpoint.protected List<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> WebMonitorEndpoint.initializeHandlers(CompletableFuture<String> localAddressFuture) protected Collection<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> WebMonitorEndpoint.initializeWebSubmissionHandlers(CompletableFuture<String> localAddressFuture)