Method: Gemfire::DiskStore#size

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

#sizeInteger

Returns the size of the disk store.

Returns:

  • (Integer)

    the size of the disk store



57
58
59
# File 'lib/vas/gemfire/disk_stores.rb', line 57

def size
  client.get(location)['size']
end