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

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

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

Fields in org.apache.accumulo.core.master.thrift with type parameters of type LoggerStatus
 List<LoggerStatus> MasterMonitorInfo.loggers
           
 

Methods in org.apache.accumulo.core.master.thrift that return LoggerStatus
 LoggerStatus LoggerStatus.deepCopy()
           
 LoggerStatus LoggerStatus.setLogger(String logger)
           
 

Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type LoggerStatus
 List<LoggerStatus> MasterMonitorInfo.getLoggers()
           
 Iterator<LoggerStatus> MasterMonitorInfo.getLoggersIterator()
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type LoggerStatus
 void MasterMonitorInfo.addToLoggers(LoggerStatus elem)
           
 int LoggerStatus.compareTo(LoggerStatus other)
           
 boolean LoggerStatus.equals(LoggerStatus that)
           
 

Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type LoggerStatus
 MasterMonitorInfo MasterMonitorInfo.setLoggers(List<LoggerStatus> loggers)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type LoggerStatus
LoggerStatus(LoggerStatus other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type LoggerStatus
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 © 2012 The Apache Software Foundation. All Rights Reserved.