Exemplo n.º 1
0
 public RMStateStoreAMRMTokenEvent(AMRMTokenSecretManagerState amrmTokenSecretManagerState
                                   , bool isUpdate, RMStateStoreEventType type)
     : this(type)
 {
     this.amrmTokenSecretManagerState = amrmTokenSecretManagerState;
     this.isUpdate = isUpdate;
 }
Exemplo n.º 2
0
 public RMStateStoreRMDTEvent(RMDelegationTokenIdentifier rmDTIdentifier, long renewDate
                              , RMStateStoreEventType type)
     : this(type)
 {
     this.rmDTIdentifier = rmDTIdentifier;
     this.renewDate      = renewDate;
 }
Exemplo n.º 3
0
 public RMStateStoreAMRMTokenEvent(RMStateStoreEventType type)
     : base(type)
 {
 }
 public RMStateStoreRMDTMasterKeyEvent(RMStateStoreEventType type)
     : base(type)
 {
 }
 public RMStateStoreRMDTMasterKeyEvent(DelegationKey delegationKey, RMStateStoreEventType
                                       type)
     : this(type)
 {
     this.delegationKey = delegationKey;
 }
Exemplo n.º 6
0
 public RMStateStoreRMDTEvent(RMStateStoreEventType type)
     : base(type)
 {
 }