Modifier and Type | Method and Description |
---|---|
ApplicationId |
ResourceMgrDelegate.getApplicationId() |
ApplicationId |
ResourceMgrDelegate.submitApplication(ApplicationSubmissionContext appContext) |
Modifier and Type | Method and Description |
---|---|
Token<AMRMTokenIdentifier> |
ResourceMgrDelegate.getAMRMToken(ApplicationId appId) |
ApplicationReport |
ResourceMgrDelegate.getApplicationReport(ApplicationId appId) |
void |
ResourceMgrDelegate.killApplication(ApplicationId applicationId) |
Modifier and Type | Method and Description |
---|---|
static JobID |
TypeConverter.fromYarn(ApplicationId appID) |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationId |
JobId.getAppId()
Get the associated ApplicationId which represents the
start time of the
ResourceManager and is used to generate
the globally unique JobId . |
Modifier and Type | Method and Description |
---|---|
abstract void |
JobId.setAppId(ApplicationId appId) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
JobIdPBImpl.getAppId() |
Modifier and Type | Method and Description |
---|---|
void |
JobIdPBImpl.setAppId(ApplicationId appId) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
MRAppMaster.getAppID() |
ApplicationId |
AppContext.getApplicationID() |
ApplicationId |
MRAppMaster.RunningAppContext.getApplicationID() |
Modifier and Type | Field and Description |
---|---|
protected ApplicationId |
RMCommunicator.applicationId |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
JobHistory.getApplicationID() |
Modifier and Type | Method and Description |
---|---|
Map<JobId,Job> |
HistoryContext.getAllJobs(ApplicationId appID) |
Map<JobId,Job> |
JobHistory.getAllJobs(ApplicationId appID) |
Modifier and Type | Method and Description |
---|---|
URI |
MapReduceTrackingUriPlugin.getTrackingUri(ApplicationId id)
Gets the URI to access the given application on MapReduce history server
|
Modifier and Type | Method and Description |
---|---|
static String |
MRWebAppUtil.getApplicationWebURLOnJHSWithoutScheme(Configuration conf,
ApplicationId appId) |
static String |
MRWebAppUtil.getApplicationWebURLOnJHSWithScheme(Configuration conf,
ApplicationId appId) |
static JobId |
MRBuilderUtils.newJobId(ApplicationId appId,
int id) |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationId |
GetNewApplicationResponse.getApplicationId()
Get the new
ApplicationId allocated by the
ResourceManager . |
abstract ApplicationId |
GetApplicationReportRequest.getApplicationId()
Get the
ApplicationId of the application. |
abstract ApplicationId |
KillApplicationRequest.getApplicationId()
Get the
ApplicationId of the application to be aborted. |
Modifier and Type | Method and Description |
---|---|
static GetApplicationReportRequest |
GetApplicationReportRequest.newInstance(ApplicationId applicationId) |
static KillApplicationRequest |
KillApplicationRequest.newInstance(ApplicationId applicationId) |
static GetNewApplicationResponse |
GetNewApplicationResponse.newInstance(ApplicationId applicationId,
Resource minCapability,
Resource maxCapability) |
abstract void |
GetNewApplicationResponse.setApplicationId(ApplicationId applicationId) |
abstract void |
GetApplicationReportRequest.setApplicationId(ApplicationId applicationId)
Set the
ApplicationId of the application |
abstract void |
KillApplicationRequest.setApplicationId(ApplicationId applicationId) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
GetApplicationReportRequestPBImpl.getApplicationId() |
ApplicationId |
GetNewApplicationResponsePBImpl.getApplicationId() |
ApplicationId |
KillApplicationRequestPBImpl.getApplicationId() |
Modifier and Type | Method and Description |
---|---|
void |
GetApplicationReportRequestPBImpl.setApplicationId(ApplicationId applicationId) |
void |
GetNewApplicationResponsePBImpl.setApplicationId(ApplicationId applicationId) |
void |
KillApplicationRequestPBImpl.setApplicationId(ApplicationId applicationId) |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationId |
ApplicationReport.getApplicationId()
Get the
ApplicationId of the application. |
abstract ApplicationId |
ApplicationSubmissionContext.getApplicationId()
Get the
ApplicationId of the submitted application. |
abstract ApplicationId |
ApplicationAttemptId.getApplicationId()
Get the
ApplicationId of the ApplicationAttempId . |
static ApplicationId |
ApplicationId.newInstance(long clusterTimestamp,
int id) |
Modifier and Type | Method and Description |
---|---|
int |
ApplicationId.compareTo(ApplicationId other) |
static ApplicationReport |
ApplicationReport.newInstance(ApplicationId applicationId,
ApplicationAttemptId applicationAttemptId,
String user,
String queue,
String name,
String host,
int rpcPort,
Token clientToAMToken,
YarnApplicationState state,
String diagnostics,
String url,
long startTime,
long finishTime,
FinalApplicationStatus finalStatus,
ApplicationResourceUsageReport appResources,
String origTrackingUrl,
float progress,
String applicationType,
Token amRmToken) |
static ApplicationAttemptId |
ApplicationAttemptId.newInstance(ApplicationId appId,
int attemptId) |
static ApplicationSubmissionContext |
ApplicationSubmissionContext.newInstance(ApplicationId applicationId,
String applicationName,
String queue,
Priority priority,
ContainerLaunchContext amContainer,
boolean isUnmanagedAM,
boolean cancelTokensWhenComplete,
int maxAppAttempts,
Resource resource) |
static ApplicationSubmissionContext |
ApplicationSubmissionContext.newInstance(ApplicationId applicationId,
String applicationName,
String queue,
Priority priority,
ContainerLaunchContext amContainer,
boolean isUnmanagedAM,
boolean cancelTokensWhenComplete,
int maxAppAttempts,
Resource resource,
String applicationType) |
abstract void |
ApplicationReport.setApplicationId(ApplicationId applicationId) |
abstract void |
ApplicationSubmissionContext.setApplicationId(ApplicationId applicationId)
Set the
ApplicationId of the submitted application. |
protected abstract void |
ApplicationAttemptId.setApplicationId(ApplicationId appID) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationIdPBImpl |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
ApplicationReportPBImpl.getApplicationId() |
ApplicationId |
ApplicationSubmissionContextPBImpl.getApplicationId() |
ApplicationId |
ApplicationAttemptIdPBImpl.getApplicationId() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationReportPBImpl.setApplicationId(ApplicationId applicationId) |
void |
ApplicationSubmissionContextPBImpl.setApplicationId(ApplicationId applicationId) |
void |
ApplicationAttemptIdPBImpl.setApplicationId(ApplicationId appId) |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationId |
YarnClient.submitApplication(ApplicationSubmissionContext appContext)
Submit a new application to
YARN. It is a blocking call, such
that it will not return ApplicationId until the submitted
application has been submitted and accepted by the ResourceManager. |
Modifier and Type | Method and Description |
---|---|
abstract Token<AMRMTokenIdentifier> |
YarnClient.getAMRMToken(ApplicationId appId)
Get the AMRM token of the application.
|
abstract ApplicationReport |
YarnClient.getApplicationReport(ApplicationId appId)
Get a report of the given Application.
|
abstract void |
YarnClient.killApplication(ApplicationId applicationId)
Kill an application identified by given ID.
|
Modifier and Type | Method and Description |
---|---|
ApplicationId |
YarnClientImpl.submitApplication(ApplicationSubmissionContext appContext) |
Modifier and Type | Method and Description |
---|---|
Token<AMRMTokenIdentifier> |
YarnClientImpl.getAMRMToken(ApplicationId appId) |
ApplicationReport |
YarnClientImpl.getApplicationReport(ApplicationId appId) |
void |
YarnClientImpl.killApplication(ApplicationId applicationId) |
Modifier and Type | Method and Description |
---|---|
int |
LogCLIHelpers.dumpAllContainersLogs(ApplicationId appId,
String appOwner,
PrintStream out) |
static Path |
LogAggregationUtils.getRemoteAppLogDir(Path remoteRootLogDir,
ApplicationId appId,
String user,
String suffix)
Gets the remote app log dir.
|
static Path |
LogAggregationUtils.getRemoteNodeLogFileForApp(Path remoteRootLogDir,
ApplicationId appId,
String user,
NodeId nodeId,
String suffix)
Constructs the full filename for an application's log file per node.
|
Modifier and Type | Method and Description |
---|---|
ApplicationId |
ApplicationInitializationContext.getApplicationId()
Get
ApplicationId of the application |
ApplicationId |
ApplicationTerminationContext.getApplicationId()
Get
ApplicationId of the application being stopped. |
Constructor and Description |
---|
ApplicationInitializationContext(String user,
ApplicationId applicationId,
ByteBuffer appDataForService) |
ApplicationTerminationContext(ApplicationId applicationId) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationId> |
NodeHeartbeatResponse.getApplicationsToCleanup() |
Modifier and Type | Method and Description |
---|---|
void |
NodeHeartbeatResponse.addAllApplicationsToCleanup(List<ApplicationId> applications) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationId> |
NodeHeartbeatResponsePBImpl.getApplicationsToCleanup() |
Modifier and Type | Method and Description |
---|---|
void |
NodeHeartbeatResponsePBImpl.addAllApplicationsToCleanup(List<ApplicationId> applicationsToCleanup) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationId> |
NodeStatus.getKeepAliveApplications() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatus.setKeepAliveApplications(List<ApplicationId> appIds) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationId> |
NodeStatusPBImpl.getKeepAliveApplications() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatusPBImpl.setKeepAliveApplications(List<ApplicationId> appIds) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<ApplicationId,Application> |
NodeManager.NMContext.getApplications() |
ConcurrentMap<ApplicationId,Application> |
Context.getApplications() |
List<ApplicationId> |
CMgrCompletedAppsEvent.getAppsToCleanup() |
Modifier and Type | Method and Description |
---|---|
static void |
NMAuditLogger.logFailure(String user,
String operation,
String target,
String description,
ApplicationId appId,
ContainerId containerId)
Create a readable and parseable audit log string for a failed event.
|
static void |
NMAuditLogger.logSuccess(String user,
String operation,
String target,
ApplicationId appId,
ContainerId containerId)
Create a readable and parseable audit log string for a successful event.
|
Constructor and Description |
---|
CMgrCompletedAppsEvent(List<ApplicationId> appsToCleanup,
CMgrCompletedAppsEvent.Reason reason) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
AuxServicesEvent.getApplicationID() |
Constructor and Description |
---|
AuxServicesEvent(AuxServicesEventType eventType,
ApplicationId appId) |
AuxServicesEvent(AuxServicesEventType eventType,
String user,
ApplicationId appId,
String serviceId,
ByteBuffer serviceData) |
AuxServicesEvent(AuxServicesEventType eventType,
String user,
ApplicationId appId,
String serviceId,
ByteBuffer serviceData,
Container container) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
ApplicationImpl.getAppId() |
ApplicationId |
Application.getAppId() |
ApplicationId |
ApplicationEvent.getApplicationID() |
Constructor and Description |
---|
ApplicationEvent(ApplicationId appID,
ApplicationEventType appEventType) |
ApplicationFinishEvent(ApplicationId appId,
String diagnostic)
Application event to abort all containers associated with the app
|
ApplicationImpl(Dispatcher dispatcher,
ApplicationACLsManager aclsManager,
String user,
ApplicationId appId,
Credentials credentials,
Context context) |
ApplicationInitedEvent(ApplicationId appID) |
ApplicationInitEvent(ApplicationId appId,
Map<ApplicationAccessType,String> acls) |
Modifier and Type | Method and Description |
---|---|
protected void |
LogAggregationService.createAppDir(String user,
ApplicationId appId,
UserGroupInformation userUgi) |
protected void |
LogAggregationService.initAppAggregator(ApplicationId appId,
String user,
Credentials credentials,
ContainerLogsRetentionPolicy logRetentionPolicy,
Map<ApplicationAccessType,String> appAcls) |
Constructor and Description |
---|
AppLogAggregatorImpl(Dispatcher dispatcher,
DeletionService deletionService,
Configuration conf,
ApplicationId appId,
UserGroupInformation userUgi,
LocalDirsHandlerService dirsHandler,
Path remoteNodeLogFileForApp,
ContainerLogsRetentionPolicy retentionPolicy,
Map<ApplicationAccessType,String> appAcls) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
LogHandlerAppFinishedEvent.getApplicationId() |
ApplicationId |
LogHandlerAppStartedEvent.getApplicationId() |
Constructor and Description |
---|
LogHandlerAppFinishedEvent(ApplicationId appId) |
LogHandlerAppStartedEvent(ApplicationId appId,
String user,
Credentials credentials,
ContainerLogsRetentionPolicy retentionPolicy,
Map<ApplicationAccessType,String> appAcls) |
Modifier and Type | Method and Description |
---|---|
void |
NMTokenSecretManagerInNM.appFinished(ApplicationId appId) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
RMAppManagerEvent.getApplicationId() |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<ApplicationId,RMApp> |
RMContextImpl.getRMApps() |
ConcurrentMap<ApplicationId,RMApp> |
RMContext.getRMApps() |
Modifier and Type | Method and Description |
---|---|
protected void |
RMAppManager.finishApplication(ApplicationId applicationId) |
static void |
RMAuditLogger.logFailure(String user,
String operation,
String perm,
String target,
String description,
ApplicationId appId)
Create a readable and parseable audit log string for a failed event.
|
static void |
RMAuditLogger.logFailure(String user,
String operation,
String perm,
String target,
String description,
ApplicationId appId,
ApplicationAttemptId attemptId)
Create a readable and parseable audit log string for a failed event.
|
static void |
RMAuditLogger.logFailure(String user,
String operation,
String perm,
String target,
String description,
ApplicationId appId,
ContainerId containerId)
Create a readable and parseable audit log string for a failed event.
|
static void |
RMAuditLogger.logSuccess(String user,
String operation,
String target,
ApplicationId appId)
Create a readable and parseable audit log string for a successful event.
|
static void |
RMAuditLogger.logSuccess(String user,
String operation,
String target,
ApplicationId appId,
ApplicationAttemptId attemptId)
Create a readable and parseable audit log string for a successful event.
|
static void |
RMAuditLogger.logSuccess(String user,
String operation,
String target,
ApplicationId appId,
ContainerId containerId)
Create a readable and parseable audit log string for a successful event.
|
protected void |
RMAppManager.writeAuditLog(ApplicationId appId) |
Constructor and Description |
---|
RMAppManagerEvent(ApplicationId appId,
RMAppManagerEventType type) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
RMStateStore.ApplicationState.getAppId() |
Modifier and Type | Method and Description |
---|---|
Map<ApplicationId,RMStateStore.ApplicationState> |
RMStateStore.RMState.getApplicationState() |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
RMAppEvent.getApplicationId() |
ApplicationId |
RMApp.getApplicationId()
The application id for this
RMApp . |
ApplicationId |
RMAppImpl.getApplicationId() |
Constructor and Description |
---|
RMAppEvent(ApplicationId appId,
RMAppEventType type) |
RMAppFailedAttemptEvent(ApplicationId appId,
RMAppEventType event,
String diagnostics) |
RMAppFinishedAttemptEvent(ApplicationId appId,
String diagnostics) |
RMAppImpl(ApplicationId applicationId,
RMContext rmContext,
Configuration config,
String name,
String user,
String queue,
ApplicationSubmissionContext submissionContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
long submitTime,
String applicationType) |
RMAppNodeUpdateEvent(ApplicationId appId,
RMNode node,
RMAppNodeUpdateEvent.RMAppNodeUpdateType updateType) |
RMAppRejectedEvent(ApplicationId appId,
String message) |
RMAppRemovedEvent(ApplicationId appId,
Exception removedException) |
RMAppStoredEvent(ApplicationId appId,
Exception storedException) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
RMNodeCleanAppEvent.getAppId() |
Modifier and Type | Method and Description |
---|---|
List<ApplicationId> |
RMNodeImpl.getAppsToCleanup() |
List<ApplicationId> |
RMNode.getAppsToCleanup() |
List<ApplicationId> |
RMNodeStatusEvent.getKeepAliveAppIds() |
Constructor and Description |
---|
RMNodeCleanAppEvent(NodeId nodeId,
ApplicationId appId) |
Constructor and Description |
---|
RMNodeStatusEvent(NodeId nodeId,
NodeHealthStatus nodeHealthStatus,
List<ContainerStatus> collection,
List<ApplicationId> keepAliveAppIds,
NodeHeartbeatResponse latestResponse) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
AppSchedulingInfo.getApplicationId() |
Modifier and Type | Method and Description |
---|---|
List<ApplicationId> |
NodeResponse.getFinishedApplications() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveUsersManager.activateApplication(String user,
ApplicationId applicationId)
An application has new outstanding requests.
|
void |
ActiveUsersManager.deactivateApplication(String user,
ApplicationId applicationId)
An application has no more outstanding requests.
|
Constructor and Description |
---|
NodeResponse(List<ApplicationId> finishedApplications,
List<Container> completed,
List<Container> toKill) |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
FiCaSchedulerApp.getApplicationId() |
Modifier and Type | Method and Description |
---|---|
void |
FiCaSchedulerNode.allocateContainer(ApplicationId applicationId,
RMContainer rmContainer)
The Scheduler has allocated containers on this node to the
given application.
|
Modifier and Type | Method and Description |
---|---|
ApplicationId |
FSSchedulerApp.getApplicationId() |
Modifier and Type | Method and Description |
---|---|
void |
FSSchedulerNode.allocateContainer(ApplicationId applicationId,
RMContainer rmContainer)
The Scheduler has allocated containers on this node to the
given application.
|
Modifier and Type | Field and Description |
---|---|
ApplicationId |
DelegationTokenRenewer.DelegationTokenToRenew.applicationId |
Modifier and Type | Method and Description |
---|---|
void |
DelegationTokenRenewer.addApplication(ApplicationId applicationId,
Credentials ts,
boolean shouldCancelAtEnd)
Add application tokens for renewal.
|
void |
DelegationTokenRenewer.applicationFinished(ApplicationId applicationId)
Removing delegation token for completed applications.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegationTokenRenewer.updateKeepAliveApplications(List<ApplicationId> appIds)
Add a list of applications to the keep alive list.
|
Constructor and Description |
---|
DelegationTokenRenewer.DelegationTokenToRenew(ApplicationId jId,
Token<?> token,
Configuration conf,
long expirationDate,
boolean shouldCancelAtEnd) |
Modifier and Type | Field and Description |
---|---|
protected ApplicationId |
AppInfo.applicationId |
Modifier and Type | Method and Description |
---|---|
ApplicationId |
AppInfo.getApplicationId() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationACLsManager.addApplication(ApplicationId appId,
Map<ApplicationAccessType,String> acls) |
boolean |
ApplicationACLsManager.checkAccess(UserGroupInformation callerUGI,
ApplicationAccessType applicationAccessType,
String applicationOwner,
ApplicationId applicationId)
If authorization is enabled, checks whether the user (in the callerUGI) is
authorized to perform the access specified by 'applicationAccessType' on
the application by checking if the user is applicationOwner or part of
application ACL for the specific access-type.
|
void |
ApplicationACLsManager.removeApplication(ApplicationId appId) |
Modifier and Type | Method and Description |
---|---|
static ApplicationId |
BuilderUtils.convert(long clustertimestamp,
CharSequence id) |
static ApplicationId |
BuilderUtils.newApplicationId(long clusterTimeStamp,
int id) |
static ApplicationId |
BuilderUtils.newApplicationId(RecordFactory recordFactory,
long clustertimestamp,
CharSequence id) |
static ApplicationId |
BuilderUtils.newApplicationId(RecordFactory recordFactory,
long clusterTimeStamp,
int id) |
Modifier and Type | Method and Description |
---|---|
int |
BuilderUtils.ApplicationIdComparator.compare(ApplicationId a1,
ApplicationId a2) |
static ApplicationAttemptId |
BuilderUtils.newApplicationAttemptId(ApplicationId appId,
int attemptId) |
static ApplicationReport |
BuilderUtils.newApplicationReport(ApplicationId applicationId,
ApplicationAttemptId applicationAttemptId,
String user,
String queue,
String name,
String host,
int rpcPort,
Token clientToAMToken,
YarnApplicationState state,
String diagnostics,
String url,
long startTime,
long finishTime,
FinalApplicationStatus finalStatus,
ApplicationResourceUsageReport appResources,
String origTrackingUrl,
float progress,
String appType,
Token amRmToken) |
static ApplicationSubmissionContext |
BuilderUtils.newApplicationSubmissionContext(ApplicationId applicationId,
String applicationName,
String queue,
Priority priority,
ContainerLaunchContext amContainer,
boolean isUnmanagedAM,
boolean cancelTokensWhenComplete,
int maxAppAttempts,
Resource resource) |
static ApplicationSubmissionContext |
BuilderUtils.newApplicationSubmissionContext(ApplicationId applicationId,
String applicationName,
String queue,
Priority priority,
ContainerLaunchContext amContainer,
boolean isUnmanagedAM,
boolean cancelTokensWhenComplete,
int maxAppAttempts,
Resource resource,
String applicationType) |
static ContainerId |
BuilderUtils.newContainerId(RecordFactory recordFactory,
ApplicationId appId,
ApplicationAttemptId appAttemptId,
int containerId) |
Modifier and Type | Method and Description |
---|---|
static NodeHeartbeatResponse |
YarnServerBuilderUtils.newNodeHeartbeatResponse(int responseId,
NodeAction action,
List<ContainerId> containersToCleanUp,
List<ApplicationId> applicationsToCleanUp,
MasterKey containerTokenMasterKey,
MasterKey nmTokenMasterKey,
long nextHeartbeatInterval) |
Modifier and Type | Method and Description |
---|---|
ApplicationReport |
AppReportFetcher.getApplicationReport(ApplicationId appId)
Get a report for the specified app.
|
static String |
ProxyUriUtils.getPath(ApplicationId id)
Get the proxied path for an application.
|
static String |
ProxyUriUtils.getPath(ApplicationId id,
String path)
Get the proxied path for an application.
|
static String |
ProxyUriUtils.getPathAndQuery(ApplicationId id,
String path,
String query,
boolean approved)
Get the proxied path for an application
|
static URI |
ProxyUriUtils.getProxyUri(URI originalUri,
URI proxyUri,
ApplicationId id)
Get a proxied URI for the original URI.
|
static URI |
ProxyUriUtils.getUriFromTrackingPlugins(ApplicationId id,
List<TrackingUriPlugin> trackingUriPlugins)
Returns the first valid tracking link, if any, from the given id from the
given list of plug-ins, if any.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationId |
Apps.toAppID(String aid) |
static ApplicationId |
Apps.toAppID(String prefix,
String s,
Iterator<String> it) |
static ApplicationId |
ConverterUtils.toApplicationId(RecordFactory recordFactory,
String appIdStr) |
static ApplicationId |
ConverterUtils.toApplicationId(String appIdStr) |
Modifier and Type | Method and Description |
---|---|
abstract URI |
TrackingUriPlugin.getTrackingUri(ApplicationId id)
Given an application ID, return a tracking URI.
|
static String |
ConverterUtils.toString(ApplicationId appId) |
Copyright © 2013 Apache Software Foundation. All rights reserved.