Class: Blur::TableStats
- Inherits:
-
Object
- Object
- Blur::TableStats
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- TABLENAME =
1
- BYTES =
2
- RECORDCOUNT =
3
- ROWCOUNT =
4
- QUERIES =
5
- FIELDS =
{ TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName'}, BYTES => {:type => ::Thrift::Types::I64, :name => 'bytes'}, RECORDCOUNT => {:type => ::Thrift::Types::I64, :name => 'recordCount'}, ROWCOUNT => {:type => ::Thrift::Types::I64, :name => 'rowCount'}, QUERIES => {:type => ::Thrift::Types::I64, :name => 'queries'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
511 |
# File 'lib/active_blur/thrift/blur_types.rb', line 511 def struct_fields; FIELDS; end |
#validate ⇒ Object
513 514 |
# File 'lib/active_blur/thrift/blur_types.rb', line 513 def validate end |