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

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

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

Fields in org.apache.accumulo.core.master.thrift declared as MasterMonitorInfo
 MasterMonitorInfo MasterClientService.getMasterStats_result.success
           
 

Methods in org.apache.accumulo.core.master.thrift that return MasterMonitorInfo
 MasterMonitorInfo MasterMonitorInfo.deepCopy()
           
 MasterMonitorInfo MasterClientService.Iface.getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 MasterMonitorInfo MasterClientService.Client.getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 MasterMonitorInfo MasterClientService.AsyncClient.getMasterStats_call.getResult()
           
 MasterMonitorInfo MasterClientService.getMasterStats_result.getSuccess()
           
 MasterMonitorInfo MasterClientService.Client.recv_getMasterStats()
           
 MasterMonitorInfo MasterMonitorInfo.setBadTServers(Map<String,Byte> badTServers)
           
 MasterMonitorInfo MasterMonitorInfo.setDeadLoggers(List<DeadServer> deadLoggers)
           
 MasterMonitorInfo MasterMonitorInfo.setDeadTabletServers(List<DeadServer> deadTabletServers)
           
 MasterMonitorInfo MasterMonitorInfo.setGoalState(MasterGoalState goalState)
           
 MasterMonitorInfo MasterMonitorInfo.setLoggers(List<LoggerStatus> loggers)
           
 MasterMonitorInfo MasterMonitorInfo.setRecovery(List<RecoveryStatus> recovery)
           
 MasterMonitorInfo MasterMonitorInfo.setServersShuttingDown(Set<String> serversShuttingDown)
           
 MasterMonitorInfo MasterMonitorInfo.setState(MasterState state)
           
 MasterMonitorInfo MasterMonitorInfo.setTableMap(Map<String,TableInfo> tableMap)
           
 MasterMonitorInfo MasterMonitorInfo.setTServerInfo(List<TabletServerStatus> tServerInfo)
           
 MasterMonitorInfo MasterMonitorInfo.setUnassignedTablets(int unassignedTablets)
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type MasterMonitorInfo
 int MasterMonitorInfo.compareTo(MasterMonitorInfo other)
           
 boolean MasterMonitorInfo.equals(MasterMonitorInfo that)
           
 MasterClientService.getMasterStats_result MasterClientService.getMasterStats_result.setSuccess(MasterMonitorInfo success)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterMonitorInfo
MasterClientService.getMasterStats_result(MasterMonitorInfo success, ThriftSecurityException sec)
           
MasterMonitorInfo(MasterMonitorInfo other)
          Performs a deep copy on other.
 



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