Method: Gemfire::Statistic#reload
- Defined in:
- lib/vas/gemfire/statistics.rb
#reload ⇒ Object
Reloads the statistic’s details from the server
54 55 56 57 58 |
# File 'lib/vas/gemfire/statistics.rb', line 54 def reload super @size = details['size'] @last_modified = details['last-modified'] end |