Class: Gemfire::Statistics
- Inherits:
-
Shared::MutableCollection
- Object
- Shared::Resource
- Shared::Collection
- Shared::MutableCollection
- Gemfire::Statistics
- Defined in:
- lib/vas/gemfire/statistics.rb
Overview
Used to enumerate and delete a cache server’s statistics.
Instance Attribute Summary
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ Statistics
constructor
A new instance of Statistics.
Methods inherited from Shared::MutableCollection
Methods inherited from Shared::Collection
Constructor Details
#initialize(location, client) ⇒ Statistics
Returns a new instance of Statistics.
23 24 25 |
# File 'lib/vas/gemfire/statistics.rb', line 23 def initialize(location, client) super(location, client, 'statistics', Statistic) end |