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

Packages that use TableStats
org.apache.blur.thrift.generated   
 

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.