Class: Gemfire::DiskStores

Inherits:
Shared::MutableCollection show all
Defined in:
lib/vas/gemfire/disk_stores.rb

Overview

Provides access to a cache server node instance’s disk stores

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::MutableCollection

#create, #create_image

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ DiskStores

Returns a new instance of DiskStores.



23
24
25
# File 'lib/vas/gemfire/disk_stores.rb', line 23

def initialize(location, client)
  super(location, client, 'disk-stores', DiskStore)
end