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.
|
Modifier and Type | Method and Description |
---|---|
static SubClusterState |
SubClusterState.fromString(String x)
Convert a string into
SubClusterState . |
abstract SubClusterState |
SubClusterInfo.getState()
Get the
SubClusterState of the subcluster. |
abstract SubClusterState |
SubClusterHeartbeatRequest.getState()
Get the
SubClusterState of the subcluster. |
abstract SubClusterState |
SubClusterDeregisterRequest.getState()
Get the
SubClusterState of the subcluster. |
static SubClusterState |
SubClusterState.valueOf(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 and Description |
---|---|
static SubClusterHeartbeatRequest |
SubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId,
long lastHeartBeat,
SubClusterState state,
String capability) |
static SubClusterInfo |
SubClusterInfo.newInstance(SubClusterId subClusterId,
String amRMServiceAddress,
String clientRMServiceAddress,
String rmAdminServiceAddress,
String rmWebServiceAddress,
long lastHeartBeat,
SubClusterState state,
long lastStartTime,
String capability) |
static SubClusterInfo |
SubClusterInfo.newInstance(SubClusterId subClusterId,
String amRMServiceAddress,
String clientRMServiceAddress,
String rmAdminServiceAddress,
String rmWebServiceAddress,
SubClusterState state,
long lastStartTime,
String capability) |
static SubClusterDeregisterRequest |
SubClusterDeregisterRequest.newInstance(SubClusterId subClusterId,
SubClusterState subClusterState) |
static SubClusterHeartbeatRequest |
SubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId,
SubClusterState state,
String capability) |
abstract void |
SubClusterInfo.setState(SubClusterState state)
Set the
SubClusterState of the subcluster. |
abstract void |
SubClusterHeartbeatRequest.setState(SubClusterState state)
Set the
SubClusterState of the subcluster. |
abstract void |
SubClusterDeregisterRequest.setState(SubClusterState state)
Set the
SubClusterState of the subcluster. |
Modifier and Type | Method and Description |
---|---|
SubClusterState |
SubClusterHeartbeatRequestPBImpl.getState() |
SubClusterState |
SubClusterInfoPBImpl.getState() |
SubClusterState |
SubClusterDeregisterRequestPBImpl.getState() |
Modifier and Type | Method and Description |
---|---|
void |
SubClusterHeartbeatRequestPBImpl.setState(SubClusterState state) |
void |
SubClusterInfoPBImpl.setState(SubClusterState state) |
void |
SubClusterDeregisterRequestPBImpl.setState(SubClusterState state) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.