Uses of Class
org.apache.accumulo.core.master.thrift.TableInfo
-
Packages that use TableInfo Package Description 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 Modifier and Type Field Description Map<String,TableInfo>MasterMonitorInfo. tableMapMap<String,TableInfo>TabletServerStatus. tableMapMethods in org.apache.accumulo.core.master.thrift that return TableInfo Modifier and Type Method Description TableInfoTableInfo. deepCopy()TableInfoTableInfo. setIngestByteRate(double ingestByteRate)TableInfoTableInfo. setIngestRate(double ingestRate)TableInfoTableInfo. setMajors(Compacting majors)TableInfoTableInfo. setMinors(Compacting minors)TableInfoTableInfo. setOnlineTablets(int onlineTablets)TableInfoTableInfo. setQueryByteRate(double queryByteRate)TableInfoTableInfo. setQueryRate(double queryRate)TableInfoTableInfo. setRecs(long recs)TableInfoTableInfo. setRecsInMemory(long recsInMemory)TableInfoTableInfo. setScanRate(double scanRate)TableInfoTableInfo. setScans(Compacting scans)TableInfoTableInfo. setTablets(int tablets)Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type TableInfo Modifier and Type Method Description Map<String,TableInfo>MasterMonitorInfo. getTableMap()Map<String,TableInfo>TabletServerStatus. getTableMap()Methods in org.apache.accumulo.core.master.thrift with parameters of type TableInfo Modifier and Type Method Description intTableInfo. compareTo(TableInfo other)booleanTableInfo. equals(TableInfo that)voidMasterMonitorInfo. putToTableMap(String key, TableInfo val)voidTabletServerStatus. putToTableMap(String key, TableInfo val)Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type TableInfo Modifier and Type Method Description MasterMonitorInfoMasterMonitorInfo. setTableMap(Map<String,TableInfo> tableMap)TabletServerStatusTabletServerStatus. setTableMap(Map<String,TableInfo> tableMap)Constructors in org.apache.accumulo.core.master.thrift with parameters of type TableInfo Constructor Description TableInfo(TableInfo other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type TableInfo Constructor Description MasterMonitorInfo(Map<String,TableInfo> tableMap, List<TabletServerStatus> tServerInfo, Map<String,Byte> badTServers, MasterState state, MasterGoalState goalState, int unassignedTablets, Set<String> serversShuttingDown, List<DeadServer> deadTabletServers, List<BulkImportStatus> bulkImports)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, long flushs, long syncs, List<BulkImportStatus> bulkImports, String version, long responseTime)
-