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

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

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

Fields in org.apache.accumulo.core.master.thrift with type parameters of type TableInfo
 java.util.Map<java.lang.String,TableInfo> TabletServerStatus.tableMap
           
 java.util.Map<java.lang.String,TableInfo> MasterMonitorInfo.tableMap
           
 

Methods in org.apache.accumulo.core.master.thrift that return TableInfo
 TableInfo TableInfo.clone()
          Deprecated. 
 TableInfo TableInfo.deepCopy()
           
 TableInfo TableInfo.setIngestByteRate(double ingestByteRate)
           
 TableInfo TableInfo.setIngestRate(double ingestRate)
           
 TableInfo TableInfo.setMajor(Compacting major)
           
 TableInfo TableInfo.setMinor(Compacting minor)
           
 TableInfo TableInfo.setOnlineTablets(int onlineTablets)
           
 TableInfo TableInfo.setQueryByteRate(double queryByteRate)
           
 TableInfo TableInfo.setQueryRate(double queryRate)
           
 TableInfo TableInfo.setRecs(long recs)
           
 TableInfo TableInfo.setRecsInMemory(long recsInMemory)
           
 TableInfo TableInfo.setTablets(int tablets)
           
 

Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type TableInfo
 java.util.Map<java.lang.String,TableInfo> TabletServerStatus.getTableMap()
           
 java.util.Map<java.lang.String,TableInfo> MasterMonitorInfo.getTableMap()
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type TableInfo
 int TableInfo.compareTo(TableInfo other)
           
 boolean TableInfo.equals(TableInfo that)
           
 void TabletServerStatus.putToTableMap(java.lang.String key, TableInfo val)
           
 void MasterMonitorInfo.putToTableMap(java.lang.String key, TableInfo val)
           
 

Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type TableInfo
 TabletServerStatus TabletServerStatus.setTableMap(java.util.Map<java.lang.String,TableInfo> tableMap)
           
 MasterMonitorInfo MasterMonitorInfo.setTableMap(java.util.Map<java.lang.String,TableInfo> tableMap)
           
 

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

Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type TableInfo
MasterMonitorInfo(java.util.Map<java.lang.String,TableInfo> tableMap, java.util.List<TabletServerStatus> tServerInfo, java.util.Map<java.lang.String,java.lang.Byte> badTServers, java.util.List<RecoveryStatus> recovery, java.util.List<LoggerStatus> loggers, MasterState state, MasterGoalState goalState, int unassignedTablets, java.util.Set<java.lang.String> serversShuttingDown)
           
TabletServerStatus(java.util.Map<java.lang.String,TableInfo> tableMap, long lastContact, java.lang.String name, double osLoad, long holdTime, long lookups, java.util.Set<java.lang.String> loggers)
           
 



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