Modifier and Type | Method and Description |
---|---|
static RestClusterClientConfiguration |
RestClusterClientConfiguration.fromConfiguration(Configuration config) |
Constructor and Description |
---|
MetricQuerier(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
RestAPIDocGenerator.main(String[] args)
Generates the REST API documentation.
|
static void |
OpenApiSpecGenerator.main(String[] args)
Generates the REST API OpenAPI spec.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceManagerRuntimeServicesConfiguration |
KubernetesResourceManagerFactory.createResourceManagerRuntimeServicesConfiguration(Configuration configuration) |
Constructor and Description |
---|
DispatcherRestEndpoint(GatewayRetriever<DispatcherGateway> leaderRetriever,
Configuration clusterConfiguration,
RestHandlerConfiguration restConfiguration,
GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever,
TransientBlobService transientBlobService,
ScheduledExecutorService executor,
MetricFetcher metricFetcher,
LeaderElectionService leaderElectionService,
ExecutionGraphCache executionGraphCache,
FatalErrorHandler fatalErrorHandler) |
Modifier and Type | Method and Description |
---|---|
static Tuple2<String,Integer> |
HighAvailabilityServicesUtils.getJobManagerAddress(Configuration configuration)
Returns the JobManager's hostname and port extracted from the given
Configuration . |
Modifier and Type | Method and Description |
---|---|
Optional<org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler> |
OutboundChannelHandlerFactory.createHandler(Configuration configuration)
Creates new instance of
ChannelHandler |
Optional<org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler> |
InboundChannelHandlerFactory.createHandler(Configuration configuration,
Map<String,String> responseHeaders)
Creates new instance of
ChannelHandler |
Constructor and Description |
---|
MiniDispatcherRestEndpoint(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
Configuration clusterConfiguration,
RestHandlerConfiguration restConfiguration,
GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever,
TransientBlobService transientBlobService,
ScheduledExecutorService executor,
MetricFetcher metricFetcher,
LeaderElectionService leaderElectionService,
ExecutionGraphCache executionGraphCache,
FatalErrorHandler fatalErrorHandler) |
Modifier and Type | Method and Description |
---|---|
static SlotManagerConfiguration |
SlotManagerConfiguration.fromConfiguration(Configuration configuration,
WorkerResourceSpec defaultWorkerResourceSpec) |
Modifier and Type | Method and Description |
---|---|
static RestClientConfiguration |
RestClientConfiguration.fromConfiguration(Configuration config)
Creates and returns a new
RestClientConfiguration from the given Configuration . |
static RestServerEndpointConfiguration |
RestServerEndpointConfiguration.fromConfiguration(Configuration config)
Creates and returns a new
RestServerEndpointConfiguration from the given Configuration . |
Constructor and Description |
---|
RestClient(Configuration configuration,
Executor executor) |
RestServerEndpoint(Configuration configuration) |
Constructor and Description |
---|
WebMonitorEndpoint(GatewayRetriever<? extends T> leaderRetriever,
Configuration clusterConfiguration,
RestHandlerConfiguration restConfiguration,
GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever,
TransientBlobService transientBlobService,
ScheduledExecutorService executor,
MetricFetcher metricFetcher,
LeaderElectionService leaderElectionService,
ExecutionGraphCache executionGraphCache,
FatalErrorHandler fatalErrorHandler) |
Modifier and Type | Method and Description |
---|---|
protected ResourceManagerRuntimeServicesConfiguration |
YarnResourceManagerFactory.createResourceManagerRuntimeServicesConfiguration(Configuration configuration) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.