org.apache.hadoop.mapreduce.v2.hs
Class HistoryServerStateStoreService.HistoryServerState

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.hs.HistoryServerStateStoreService.HistoryServerState
Enclosing class:
HistoryServerStateStoreService

public static class HistoryServerStateStoreService.HistoryServerState
extends Object


Constructor Summary
HistoryServerStateStoreService.HistoryServerState()
           
 
Method Summary
 Set<org.apache.hadoop.security.token.delegation.DelegationKey> getTokenMasterKeyState()
           
 Map<org.apache.hadoop.mapreduce.v2.api.MRDelegationTokenIdentifier,Long> getTokenState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryServerStateStoreService.HistoryServerState

public HistoryServerStateStoreService.HistoryServerState()
Method Detail

getTokenState

public Map<org.apache.hadoop.mapreduce.v2.api.MRDelegationTokenIdentifier,Long> getTokenState()

getTokenMasterKeyState

public Set<org.apache.hadoop.security.token.delegation.DelegationKey> getTokenMasterKeyState()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.