Method: Gemfire::Statistic#instance

Defined in:
lib/vas/gemfire/statistics.rb

#instanceCacheServerNodeInstance

Returns The statistic’s cache server node instance.

Returns:



61
62
63
# File 'lib/vas/gemfire/statistics.rb', line 61

def instance
  @instance ||= CacheServerNodeInstance.new(@instance_location, client)
end