AddApplicationHomeSubClusterRequestPBImpl@Private
@Unstable
public abstract class AddApplicationHomeSubClusterRequest
extends java.lang.Object
The request sent by the Router to Federation state
store to map the home subcluster of a newly submitted application.
The request includes the mapping details, i.e.:
ApplicationIdSubClusterId| Constructor | Description |
|---|---|
AddApplicationHomeSubClusterRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationHomeSubCluster |
getApplicationHomeSubCluster() |
Get the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
static AddApplicationHomeSubClusterRequest |
newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) |
|
abstract void |
setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster) |
Set the
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster. |
@Private @Unstable public static AddApplicationHomeSubClusterRequest newInstance(ApplicationHomeSubCluster applicationHomeSubCluster)
@Public @Unstable public abstract ApplicationHomeSubCluster getApplicationHomeSubCluster()
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster.@Private @Unstable public abstract void setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster)
ApplicationHomeSubCluster representing the mapping of the
application to it's home sub-cluster.applicationHomeSubCluster - the mapping of the application to it's
home sub-cluster.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.