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.clone()
          Deprecated. 
 MasterMonitorInfo MasterMonitorInfo.deepCopy()
           
 MasterMonitorInfo MasterClientService.Iface.getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 MasterMonitorInfo MasterClientService.Client.getMasterStats(TInfo tinfo, AuthInfo credentials)
           
 MasterMonitorInfo MasterClientService.getMasterStats_result.getSuccess()
           
 MasterMonitorInfo MasterClientService.Client.recv_getMasterStats()
           
 MasterMonitorInfo MasterMonitorInfo.setBadTServers(java.util.Map<java.lang.String,java.lang.Byte> badTServers)
           
 MasterMonitorInfo MasterMonitorInfo.setGoalState(MasterGoalState goalState)
           
 MasterMonitorInfo MasterMonitorInfo.setLoggers(java.util.List<LoggerStatus> loggers)
           
 MasterMonitorInfo MasterMonitorInfo.setRecovery(java.util.List<RecoveryStatus> recovery)
           
 MasterMonitorInfo MasterMonitorInfo.setServersShuttingDown(java.util.Set<java.lang.String> serversShuttingDown)
           
 MasterMonitorInfo MasterMonitorInfo.setState(MasterState state)
           
 MasterMonitorInfo MasterMonitorInfo.setTableMap(java.util.Map<java.lang.String,TableInfo> tableMap)
           
 MasterMonitorInfo MasterMonitorInfo.setTServerInfo(java.util.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 © 2012 The Apache Software Foundation. All Rights Reserved.