| Package | Description |
|---|---|
| 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.
|
| org.apache.hadoop.yarn.server.federation.utils |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SubClusterState |
SubClusterState.fromString(java.lang.String state) |
Convert a string into
SubClusterState. |
abstract SubClusterState |
SubClusterDeregisterRequest.getState() |
Get the
SubClusterState of the subcluster. |
abstract SubClusterState |
SubClusterHeartbeatRequest.getState() |
Get the
SubClusterState of the subcluster. |
abstract SubClusterState |
SubClusterInfo.getState() |
Get the
SubClusterState of the subcluster. |
static SubClusterState |
SubClusterState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SubClusterState[] |
SubClusterState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SubClusterDeregisterRequest |
SubClusterDeregisterRequest.newInstance(SubClusterId subClusterId,
SubClusterState subClusterState) |
|
static SubClusterHeartbeatRequest |
SubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId,
long lastHeartBeat,
SubClusterState state,
java.lang.String capability) |
|
static SubClusterHeartbeatRequest |
SubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId,
SubClusterState state,
java.lang.String capability) |
|
static SubClusterInfo |
SubClusterInfo.newInstance(SubClusterId subClusterId,
java.lang.String amRMServiceAddress,
java.lang.String clientRMServiceAddress,
java.lang.String rmAdminServiceAddress,
java.lang.String rmWebServiceAddress,
long lastHeartBeat,
SubClusterState state,
long lastStartTime,
java.lang.String capability) |
|
static SubClusterInfo |
SubClusterInfo.newInstance(SubClusterId subClusterId,
java.lang.String amRMServiceAddress,
java.lang.String clientRMServiceAddress,
java.lang.String rmAdminServiceAddress,
java.lang.String rmWebServiceAddress,
SubClusterState state,
long lastStartTime,
java.lang.String capability) |
|
static SubClusterInfo |
SubClusterInfo.newInstance(SubClusterId subClusterId,
java.lang.String rmWebServiceAddress,
SubClusterState state,
long lastStartTime,
long lastHeartBeat,
java.lang.String capability) |
|
abstract void |
SubClusterDeregisterRequest.setState(SubClusterState state) |
Set the
SubClusterState of the subcluster. |
abstract void |
SubClusterHeartbeatRequest.setState(SubClusterState state) |
Set the
SubClusterState of the subcluster. |
abstract void |
SubClusterInfo.setState(SubClusterState state) |
Set the
SubClusterState of the subcluster. |
| Modifier and Type | Method | Description |
|---|---|---|
SubClusterState |
SubClusterDeregisterRequestPBImpl.getState() |
|
SubClusterState |
SubClusterHeartbeatRequestPBImpl.getState() |
|
SubClusterState |
SubClusterInfoPBImpl.getState() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SubClusterDeregisterRequestPBImpl.setState(SubClusterState state) |
|
void |
SubClusterHeartbeatRequestPBImpl.setState(SubClusterState state) |
|
void |
SubClusterInfoPBImpl.setState(SubClusterState state) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
FederationStateStoreFacade.deregisterSubCluster(SubClusterId subClusterId,
SubClusterState subClusterState) |
Deregister subCluster, Update the subCluster state to
SC_LOST、SC_DECOMMISSIONED etc.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.