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
 Map<String,TableInfo> TabletServerStatus.tableMap
           
 Map<String,TableInfo> MasterMonitorInfo.tableMap
           
 

Methods in org.apache.accumulo.core.master.thrift that return TableInfo
 TableInfo TableInfo.deepCopy()
           
 TableInfo TableInfo.setIngestByteRate(double ingestByteRate)
           
 TableInfo TableInfo.setIngestRate(double ingestRate)
           
 TableInfo TableInfo.setMajors(Compacting majors)
           
 TableInfo TableInfo.setMinors(Compacting minors)
           
 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.setScanRate(double scanRate)
           
 TableInfo TableInfo.setScans(Compacting scans)
           
 TableInfo TableInfo.setTablets(int tablets)
           
 

Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type TableInfo
 Map<String,TableInfo> TabletServerStatus.getTableMap()
           
 Map<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(String key, TableInfo val)
           
 void MasterMonitorInfo.putToTableMap(String key, TableInfo val)
           
 

Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type TableInfo
 TabletServerStatus TabletServerStatus.setTableMap(Map<String,TableInfo> tableMap)
           
 MasterMonitorInfo MasterMonitorInfo.setTableMap(Map<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(Map<String,TableInfo> tableMap, List<TabletServerStatus> tServerInfo, Map<String,Byte> badTServers, MasterState state, MasterGoalState goalState, int unassignedTablets, Set<String> serversShuttingDown, List<DeadServer> deadTabletServers)
           
TabletServerStatus(Map<String,TableInfo> tableMap, long lastContact, String name, double osLoad, long holdTime, long lookups, long indexCacheHits, long indexCacheRequest, long dataCacheHits, long dataCacheRequest, List<RecoveryStatus> logSorts)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.