Class: Droonga::Plugins::System::StatisticsObjectCountPerVolumeHandler
- Inherits:
-
StatisticsObjectCountHandler
- Object
- Handler
- StatisticsObjectCountHandler
- Droonga::Plugins::System::StatisticsObjectCountPerVolumeHandler
- Defined in:
- lib/droonga/plugins/system/statistics.rb
Instance Attribute Summary
Attributes inherited from Handler
Instance Method Summary collapse
Methods included from DatabaseScanner
#each_index_columns, #each_table, #index_column?, #index_only_table?, #n_columns, #n_records, #n_tables, #reference_table?, #table?, #total_n_objects
Methods inherited from Handler
Methods included from Droonga::Pluggable
Constructor Details
This class inherits a constructor from Droonga::Handler
Instance Method Details
#handle(message) ⇒ Object
57 58 59 60 61 |
# File 'lib/droonga/plugins/system/statistics.rb', line 57 def handle() { label => counts(.request["output"]), } end |