Package | Description |
---|---|
org.apache.hadoop.yarn.server.federation.store |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.impl |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.records |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.records.impl.pb |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
GetApplicationHomeSubClusterResponse |
FederationApplicationHomeSubClusterStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request)
Get information about the application identified by the input
ApplicationId . |
Modifier and Type | Method and Description |
---|---|
GetApplicationHomeSubClusterResponse |
ZookeeperFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request)
Get information about the application identified by the input
ApplicationId . |
GetApplicationHomeSubClusterResponse |
SQLFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) |
GetApplicationHomeSubClusterResponse |
MemoryFederationStateStore.getApplicationHomeSubCluster(GetApplicationHomeSubClusterRequest request) |
Modifier and Type | Method and Description |
---|---|
static GetApplicationHomeSubClusterResponse |
GetApplicationHomeSubClusterResponse.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
SubClusterId homeSubCluster) |
static GetApplicationHomeSubClusterResponse |
GetApplicationHomeSubClusterResponse.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
SubClusterId homeSubCluster,
long createTime) |
static GetApplicationHomeSubClusterResponse |
GetApplicationHomeSubClusterResponse.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId,
SubClusterId homeSubCluster,
long createTime,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
GetApplicationHomeSubClusterResponsePBImpl
Protocol buffer based implementation of
GetApplicationHomeSubClusterResponse . |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.