Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.SubClusterHeartbeatRequest
Packages that use SubClusterHeartbeatRequest
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.
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 SubClusterHeartbeatRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type SubClusterHeartbeatRequestModifier and TypeMethodDescriptionFederationMembershipStateStore.subClusterHeartbeat(SubClusterHeartbeatRequest subClusterHeartbeatRequest) Periodic heartbeat from aResourceManagerparticipating in federation to indicate liveliness. -
Uses of SubClusterHeartbeatRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type SubClusterHeartbeatRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.subClusterHeartbeat(SubClusterHeartbeatRequest request) SQLFederationStateStore.subClusterHeartbeat(SubClusterHeartbeatRequest subClusterHeartbeatRequest) ZookeeperFederationStateStore.subClusterHeartbeat(SubClusterHeartbeatRequest request) -
Uses of SubClusterHeartbeatRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return SubClusterHeartbeatRequestModifier and TypeMethodDescriptionstatic SubClusterHeartbeatRequestSubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId, long lastHeartBeat, SubClusterState state, String capability) static SubClusterHeartbeatRequestSubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId, SubClusterState state, String capability) -
Uses of SubClusterHeartbeatRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of SubClusterHeartbeatRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofSubClusterHeartbeatRequest. -
Uses of SubClusterHeartbeatRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type SubClusterHeartbeatRequestModifier and TypeMethodDescriptionstatic voidFederationMembershipStateStoreInputValidator.validate(SubClusterHeartbeatRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).