Uses of Package
org.apache.flink.runtime.rest
-
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.dispatcher Class Description RestServerEndpoint An abstract class for netty-based REST server endpoints.RestService Rest service interface. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.entrypoint.component Class Description RestEndpointFactory WebMonitorEndpoint
factory. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.jobmaster Class Description RestServerEndpoint An abstract class for netty-based REST server endpoints.RestService Rest service interface. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest Class Description ConnectionException Base class for all connection related exception thrown by theRestClient
.FileUpload Client uploading a file.HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches.JobRestEndpointFactory RestEndpointFactory
which creates aMiniDispatcherRestEndpoint
.RestClient This client is the counter-part to theRestServerEndpoint
.RestClientConfiguration A configuration object forRestClient
s.RestEndpointFactory WebMonitorEndpoint
factory.RestServerEndpointConfiguration A configuration object forRestServerEndpoint
s.RestService Rest service interface.SessionRestEndpointFactory RestEndpointFactory
which creates aDispatcherRestEndpoint
. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.handler Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.handler.job Class Description NotFoundException A special exception that indicates that an element was not found and that the request should be answered with a404
return code. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.handler.job.rescaling Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.handler.legacy.files Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages Class Description HttpHeader Represents an HTTP header with a name and a value.HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.checkpoints Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.cluster Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.dataset Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.job Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.job.coordination Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.job.metrics Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.job.savepoints Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.job.savepoints.stop Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.rest.messages.taskmanager Class Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches. -
Classes in org.apache.flink.runtime.rest used by org.apache.flink.runtime.webmonitor Class Description RestServerEndpoint An abstract class for netty-based REST server endpoints.RestService Rest service interface.