@Public
@Evolving
public class ApplicationInitializationContext
extends java.lang.Object
AuxiliaryService when starting an
application.| Constructor | Description |
|---|---|
ApplicationInitializationContext(java.lang.String user,
ApplicationId applicationId,
java.nio.ByteBuffer appDataForService) |
| Modifier and Type | Method | Description |
|---|---|---|
java.nio.ByteBuffer |
getApplicationDataForService() |
Get the data sent to the NodeManager via
ContainerManagementProtocol.startContainers(StartContainersRequest)
as part of ContainerLaunchContext.getServiceData() |
ApplicationId |
getApplicationId() |
Get
ApplicationId of the application |
java.lang.String |
getUser() |
Get the user-name of the application-submitter
|
@Private
@Unstable
public ApplicationInitializationContext(java.lang.String user,
ApplicationId applicationId,
java.nio.ByteBuffer appDataForService)
public java.lang.String getUser()
public ApplicationId getApplicationId()
ApplicationId of the applicationpublic java.nio.ByteBuffer getApplicationDataForService()
ContainerManagementProtocol.startContainers(StartContainersRequest)
as part of ContainerLaunchContext.getServiceData()Copyright © 2008–2025 Apache Software Foundation. All rights reserved.