Uses of Class
org.apache.blur.thrift.generated.TableStats

Packages that use TableStats
org.apache.blur.manager.stats   
org.apache.blur.server   
org.apache.blur.thrift   
org.apache.blur.thrift.generated   
 

Uses of TableStats in org.apache.blur.manager.stats
 

Methods in org.apache.blur.manager.stats that return TableStats
 TableStats MergerTableStats.merge(BlurExecutorCompletionService<TableStats> service)
           
 

Method parameters in org.apache.blur.manager.stats with type arguments of type TableStats
 TableStats MergerTableStats.merge(BlurExecutorCompletionService<TableStats> service)
           
 

Uses of TableStats in org.apache.blur.server
 

Methods in org.apache.blur.server that return TableStats
 TableStats FilteredBlurServer.tableStats(String table)
           
 

Uses of TableStats in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return TableStats
 TableStats BlurShardServer.tableStats(String table)
           
 TableStats BlurControllerServer.tableStats(String table)
           
 

Uses of TableStats in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated declared as TableStats
 TableStats Blur.tableStats_result.success
           
 

Methods in org.apache.blur.thrift.generated that return TableStats
 TableStats TableStats.deepCopy()
           
 TableStats Blur.AsyncClient.tableStats_call.getResult()
           
 TableStats Blur.tableStats_result.getSuccess()
           
 TableStats SafeClientGen.recv_tableStats()
           
 TableStats Blur.Client.recv_tableStats()
           
 TableStats TableStats.setBytes(long bytes)
          The size in bytes.
 TableStats TableStats.setRecordCount(long recordCount)
          The record count.
 TableStats TableStats.setRowCount(long rowCount)
          The row count.
 TableStats TableStats.setTableName(String tableName)
          The table name.
 TableStats SafeClientGen.tableStats(String arg0)
           
 TableStats Blur.Iface.tableStats(String table)
          Gets the table stats for the given table.
 TableStats Blur.Client.tableStats(String table)
           
 

Methods in org.apache.blur.thrift.generated with parameters of type TableStats
 int TableStats.compareTo(TableStats other)
           
 boolean TableStats.equals(TableStats that)
           
 Blur.tableStats_result Blur.tableStats_result.setSuccess(TableStats success)
           
 

Constructors in org.apache.blur.thrift.generated with parameters of type TableStats
Blur.tableStats_result(TableStats success, BlurException ex)
           
TableStats(TableStats other)
          Performs a deep copy on other.
 



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