Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.RouterMasterKeyRequest
Packages that use RouterMasterKeyRequest
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 RouterMasterKeyRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type RouterMasterKeyRequestModifier and TypeMethodDescriptionFederationDelegationTokenStateStore.getMasterKeyByDelegationKey(RouterMasterKeyRequest request) The Router Supports GetMasterKeyByDelegationKey.FederationDelegationTokenStateStore.removeStoredMasterKey(RouterMasterKeyRequest request) The Router Supports Remove MasterKey.FederationDelegationTokenStateStore.storeNewMasterKey(RouterMasterKeyRequest request) The Router Supports Store NewMasterKey. -
Uses of RouterMasterKeyRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type RouterMasterKeyRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.getMasterKeyByDelegationKey(RouterMasterKeyRequest request) SQLFederationStateStore.getMasterKeyByDelegationKey(RouterMasterKeyRequest request) SQLFederationStateStore Supports Remove MasterKey.ZookeeperFederationStateStore.getMasterKeyByDelegationKey(RouterMasterKeyRequest request) ZookeeperFederationStateStore Supports Remove MasterKey.MemoryFederationStateStore.removeStoredMasterKey(RouterMasterKeyRequest request) SQLFederationStateStore.removeStoredMasterKey(RouterMasterKeyRequest request) SQLFederationStateStore Supports Remove MasterKey.ZookeeperFederationStateStore.removeStoredMasterKey(RouterMasterKeyRequest request) ZookeeperFederationStateStore Supports Remove MasterKey.MemoryFederationStateStore.storeNewMasterKey(RouterMasterKeyRequest request) SQLFederationStateStore.storeNewMasterKey(RouterMasterKeyRequest request) SQLFederationStateStore Supports Store New MasterKey.ZookeeperFederationStateStore.storeNewMasterKey(RouterMasterKeyRequest request) ZookeeperFederationStateStore Supports Store NewMasterKey. -
Uses of RouterMasterKeyRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return RouterMasterKeyRequestModifier and TypeMethodDescriptionstatic RouterMasterKeyRequestRouterMasterKeyRequest.newInstance(RouterMasterKey routerMasterKey) -
Uses of RouterMasterKeyRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
-
Uses of RouterMasterKeyRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type RouterMasterKeyRequestModifier and TypeMethodDescriptionstatic org.apache.hadoop.security.token.delegation.DelegationKeyFederationStateStoreUtils.convertMasterKeyToDelegationKey(RouterMasterKeyRequest request) Convert MasterKey to DelegationKey.static voidFederationRouterRMTokenInputValidator.validate(RouterMasterKeyRequest request) We will check with the RouterMasterKeyRequestRouterMasterKeyRequestto ensure that the request object is not empty and that the RouterMasterKey is not empty.