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 |
---|---|
RouterMasterKeyResponse |
FederationDelegationTokenStateStore.getMasterKeyByDelegationKey(RouterMasterKeyRequest request)
The Router Supports GetMasterKeyByDelegationKey.
|
RouterMasterKeyResponse |
FederationDelegationTokenStateStore.removeStoredMasterKey(RouterMasterKeyRequest request)
The Router Supports Remove MasterKey.
|
RouterMasterKeyResponse |
FederationDelegationTokenStateStore.storeNewMasterKey(RouterMasterKeyRequest request)
The Router Supports Store NewMasterKey.
|
Modifier and Type | Method and Description |
---|---|
RouterMasterKeyResponse |
MemoryFederationStateStore.getMasterKeyByDelegationKey(RouterMasterKeyRequest request) |
RouterMasterKeyResponse |
SQLFederationStateStore.getMasterKeyByDelegationKey(RouterMasterKeyRequest request)
SQLFederationStateStore Supports Remove MasterKey.
|
RouterMasterKeyResponse |
ZookeeperFederationStateStore.getMasterKeyByDelegationKey(RouterMasterKeyRequest request)
ZookeeperFederationStateStore Supports Remove MasterKey.
|
RouterMasterKeyResponse |
MemoryFederationStateStore.removeStoredMasterKey(RouterMasterKeyRequest request) |
RouterMasterKeyResponse |
SQLFederationStateStore.removeStoredMasterKey(RouterMasterKeyRequest request)
SQLFederationStateStore Supports Remove MasterKey.
|
RouterMasterKeyResponse |
ZookeeperFederationStateStore.removeStoredMasterKey(RouterMasterKeyRequest request)
ZookeeperFederationStateStore Supports Remove MasterKey.
|
RouterMasterKeyResponse |
MemoryFederationStateStore.storeNewMasterKey(RouterMasterKeyRequest request) |
RouterMasterKeyResponse |
SQLFederationStateStore.storeNewMasterKey(RouterMasterKeyRequest request)
SQLFederationStateStore Supports Store New MasterKey.
|
RouterMasterKeyResponse |
ZookeeperFederationStateStore.storeNewMasterKey(RouterMasterKeyRequest request)
ZookeeperFederationStateStore Supports Store NewMasterKey.
|
Modifier and Type | Method and Description |
---|---|
static RouterMasterKeyRequest |
RouterMasterKeyRequest.newInstance(RouterMasterKey routerMasterKey) |
Modifier and Type | Class and Description |
---|---|
class |
RouterMasterKeyRequestPBImpl |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.security.token.delegation.DelegationKey |
FederationStateStoreUtils.convertMasterKeyToDelegationKey(RouterMasterKeyRequest request)
Convert MasterKey to DelegationKey.
|
static void |
FederationRouterRMTokenInputValidator.validate(RouterMasterKeyRequest request)
We will check with the RouterMasterKeyRequest
RouterMasterKeyRequest
to ensure that the request object is not empty and that the RouterMasterKey is not empty. |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.