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.
|
org.apache.hadoop.yarn.server.federation.store.utils |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
SubClusterRegisterResponse |
FederationMembershipStateStore.registerSubCluster(SubClusterRegisterRequest registerSubClusterRequest)
Register a subcluster by publishing capabilities as represented by
SubClusterInfo to indicate participation in federation. |
Modifier and Type | Method and Description |
---|---|
SubClusterRegisterResponse |
SQLFederationStateStore.registerSubCluster(SubClusterRegisterRequest registerSubClusterRequest) |
SubClusterRegisterResponse |
ZookeeperFederationStateStore.registerSubCluster(SubClusterRegisterRequest request) |
SubClusterRegisterResponse |
MemoryFederationStateStore.registerSubCluster(SubClusterRegisterRequest request) |
Modifier and Type | Method and Description |
---|---|
static SubClusterRegisterRequest |
SubClusterRegisterRequest.newInstance(SubClusterInfo subClusterInfo) |
Modifier and Type | Class and Description |
---|---|
class |
SubClusterRegisterRequestPBImpl
Protocol buffer based implementation of
SubClusterRegisterRequest . |
Modifier and Type | Method and Description |
---|---|
static void |
FederationMembershipStateStoreInputValidator.validate(SubClusterRegisterRequest request)
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.