| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.recovery |
This package contains classes to recovery the resourcemanager.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RMStateStoreEventType |
RMStateStoreEventType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RMStateStoreEventType[] |
RMStateStoreEventType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
RMStateStoreAMRMTokenEvent(AMRMTokenSecretManagerState amrmTokenSecretManagerState,
boolean isUpdate,
RMStateStoreEventType type) |
|
RMStateStoreAMRMTokenEvent(RMStateStoreEventType type) |
|
RMStateStoreEvent(RMStateStoreEventType type) |
|
RMStateStoreProxyCAEvent(java.security.cert.X509Certificate caCert,
java.security.PrivateKey caPrivateKey,
RMStateStoreEventType type) |
|
RMStateStoreProxyCAEvent(RMStateStoreEventType type) |
|
RMStateStoreRMDTEvent(org.apache.hadoop.yarn.security.client.RMDelegationTokenIdentifier rmDTIdentifier,
java.lang.Long renewDate,
RMStateStoreEventType type) |
|
RMStateStoreRMDTEvent(RMStateStoreEventType type) |
|
RMStateStoreRMDTMasterKeyEvent(org.apache.hadoop.security.token.delegation.DelegationKey delegationKey,
RMStateStoreEventType type) |
|
RMStateStoreRMDTMasterKeyEvent(RMStateStoreEventType type) |
|
RMStateStoreStoreReservationEvent(org.apache.hadoop.yarn.proto.YarnProtos.ReservationAllocationStateProto reservationAllocationState,
RMStateStoreEventType type,
java.lang.String planName,
java.lang.String reservationIdName) |
|
RMStateStoreStoreReservationEvent(RMStateStoreEventType type) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.