Method: Gemfire::Statistic#instance
- Defined in:
- lib/vas/gemfire/statistics.rb
#instance ⇒ CacheServerNodeInstance
Returns The statistic’s cache server node instance.
61 62 63 |
# File 'lib/vas/gemfire/statistics.rb', line 61 def instance @instance ||= CacheServerNodeInstance.new(@instance_location, client) end |