Uses of Enum Class
org.apache.hadoop.yarn.server.federation.store.records.SubClusterState
Packages that use SubClusterState
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of SubClusterState in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return SubClusterStateModifier and TypeMethodDescriptionstatic SubClusterStateSubClusterState.fromString(String state) Convert a string intoSubClusterState.abstract SubClusterStateSubClusterDeregisterRequest.getState()Get theSubClusterStateof the subcluster.abstract SubClusterStateSubClusterHeartbeatRequest.getState()Get theSubClusterStateof the subcluster.abstract SubClusterStateSubClusterInfo.getState()Get theSubClusterStateof the subcluster.static SubClusterStateReturns the enum constant of this class with the specified name.static SubClusterState[]SubClusterState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.federation.store.records with parameters of type SubClusterStateModifier and TypeMethodDescriptionstatic SubClusterDeregisterRequestSubClusterDeregisterRequest.newInstance(SubClusterId subClusterId, SubClusterState subClusterState) static SubClusterHeartbeatRequestSubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId, long lastHeartBeat, SubClusterState state, String capability) static SubClusterHeartbeatRequestSubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId, SubClusterState state, String capability) static SubClusterInfoSubClusterInfo.newInstance(SubClusterId subClusterId, String amRMServiceAddress, String clientRMServiceAddress, String rmAdminServiceAddress, String rmWebServiceAddress, long lastHeartBeat, SubClusterState state, long lastStartTime, String capability) static SubClusterInfoSubClusterInfo.newInstance(SubClusterId subClusterId, String amRMServiceAddress, String clientRMServiceAddress, String rmAdminServiceAddress, String rmWebServiceAddress, SubClusterState state, long lastStartTime, String capability) static SubClusterInfoSubClusterInfo.newInstance(SubClusterId subClusterId, String rmWebServiceAddress, SubClusterState state, long lastStartTime, long lastHeartBeat, String capability) abstract voidSubClusterDeregisterRequest.setState(SubClusterState state) Set theSubClusterStateof the subcluster.abstract voidSubClusterHeartbeatRequest.setState(SubClusterState state) Set theSubClusterStateof the subcluster.abstract voidSubClusterInfo.setState(SubClusterState state) Set theSubClusterStateof the subcluster. -
Uses of SubClusterState in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Methods in org.apache.hadoop.yarn.server.federation.store.records.impl.pb that return SubClusterStateModifier and TypeMethodDescriptionSubClusterDeregisterRequestPBImpl.getState()SubClusterHeartbeatRequestPBImpl.getState()SubClusterInfoPBImpl.getState()Methods in org.apache.hadoop.yarn.server.federation.store.records.impl.pb with parameters of type SubClusterStateModifier and TypeMethodDescriptionvoidSubClusterDeregisterRequestPBImpl.setState(SubClusterState state) voidSubClusterHeartbeatRequestPBImpl.setState(SubClusterState state) voidSubClusterInfoPBImpl.setState(SubClusterState state) -
Uses of SubClusterState in org.apache.hadoop.yarn.server.federation.utils
Methods in org.apache.hadoop.yarn.server.federation.utils with parameters of type SubClusterStateModifier and TypeMethodDescriptionbooleanFederationStateStoreFacade.deregisterSubCluster(SubClusterId subClusterId, SubClusterState subClusterState) Deregister subCluster, Update the subCluster state to SC_LOST、SC_DECOMMISSIONED etc.