Class: Gemfire::Statistics

Inherits:
Shared::MutableCollection show all
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

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::MutableCollection

#create, #create_image

Methods inherited from Shared::Collection

#each, #reload

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