Class: Gemfire::CacheServerNodeInstances
- Inherits:
-
Shared::NodeInstances
- Object
- Shared::Resource
- Shared::Collection
- Shared::NodeInstances
- Gemfire::CacheServerNodeInstances
- Defined in:
- lib/vas/gemfire/cache_server_node_instances.rb
Overview
Used to enumerate cache server instances on an individual node
Instance Attribute Summary
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ CacheServerNodeInstances
constructor
A new instance of CacheServerNodeInstances.
Methods inherited from Shared::Collection
Constructor Details
#initialize(location, client) ⇒ CacheServerNodeInstances
Returns a new instance of CacheServerNodeInstances.
23 24 25 |
# File 'lib/vas/gemfire/cache_server_node_instances.rb', line 23 def initialize(location, client) super(location, client, 'cache-server-node-instances', CacheServerNodeInstance) end |