org.apache.hadoop.conf.Configurable@LimitedPrivate("MapReduce")
@Unstable
public abstract class TrackingUriPlugin
extends org.apache.hadoop.conf.Configured
| Constructor | Description |
|---|---|
TrackingUriPlugin() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.net.URI |
getTrackingUri(org.apache.hadoop.yarn.api.records.ApplicationId id) |
Given an application ID, return a tracking URI.
|
public abstract java.net.URI getTrackingUri(org.apache.hadoop.yarn.api.records.ApplicationId id)
throws java.net.URISyntaxException
id - the ID for which a URI is returnedjava.net.URISyntaxException - exception thrown to indicate that a string could not be parsed as a
URI reference.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.