Uses of Class
org.apache.accumulo.core.master.thrift.MasterState

Packages that use MasterState
org.apache.accumulo.core.master.thrift   
 

Uses of MasterState in org.apache.accumulo.core.master.thrift
 

Fields in org.apache.accumulo.core.master.thrift declared as MasterState
 MasterState MasterMonitorInfo.state
           
 

Methods in org.apache.accumulo.core.master.thrift that return MasterState
static MasterState MasterState.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 MasterState MasterMonitorInfo.getState()
           
static MasterState MasterState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MasterState[] MasterState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type MasterState
 MasterMonitorInfo MasterMonitorInfo.setState(MasterState state)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterState
MasterMonitorInfo(Map<String,TableInfo> tableMap, List<TabletServerStatus> tServerInfo, Map<String,Byte> badTServers, List<RecoveryStatus> recovery, List<LoggerStatus> loggers, MasterState state, MasterGoalState goalState, int unassignedTablets, Set<String> serversShuttingDown, List<DeadServer> deadTabletServers, List<DeadServer> deadLoggers)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.