Uses of Enum Class
org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStoreEventType
Packages that use RMStateStoreEventType
Package
Description
This package contains classes to recovery the resourcemanager.
-
Uses of RMStateStoreEventType in org.apache.hadoop.yarn.server.resourcemanager.recovery
Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery that return RMStateStoreEventTypeModifier and TypeMethodDescriptionstatic RMStateStoreEventTypeReturns the enum constant of this class with the specified name.static RMStateStoreEventType[]RMStateStoreEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type RMStateStoreEventTypeModifierConstructorDescriptionRMStateStoreAMRMTokenEvent(AMRMTokenSecretManagerState amrmTokenSecretManagerState, boolean isUpdate, RMStateStoreEventType type) RMStateStoreProxyCAEvent(X509Certificate caCert, PrivateKey caPrivateKey, RMStateStoreEventType type) RMStateStoreRMDTEvent(org.apache.hadoop.yarn.security.client.RMDelegationTokenIdentifier rmDTIdentifier, Long renewDate, RMStateStoreEventType type) RMStateStoreRMDTMasterKeyEvent(org.apache.hadoop.security.token.delegation.DelegationKey delegationKey, RMStateStoreEventType type) RMStateStoreStoreReservationEvent(org.apache.hadoop.yarn.proto.YarnProtos.ReservationAllocationStateProto reservationAllocationState, RMStateStoreEventType type, String planName, String reservationIdName)