Method: Gemfire::DiskStore#initialize

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

#initialize(location, client) ⇒ DiskStore

Returns a new instance of DiskStore.



39
40
41
42
43
44
45
# File 'lib/vas/gemfire/disk_stores.rb', line 39

def initialize(location, client)
  super(location, client)

  @name = details['name']
  @instance = CacheServerNodeInstance.new(Util::LinkUtils.get_link_href(details, 'cache-server-node-instance'), client)
  @content_location = Util::LinkUtils.get_link_href(details, 'content')
end