Method: Gemfire::DiskStore#content

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

#content {|chunk| ... } ⇒ void

This method returns an undefined value.

Retrieves the disk store’s content

Yields:

  • (chunk)

    a chunk of the disk store’s content



52
53
54
# File 'lib/vas/gemfire/disk_stores.rb', line 52

def content(&block)
  client.get_stream(@content_location, &block)
end