Class: Gemfire::CacheServerNodeLiveConfiguration
- Inherits:
-
Shared::NodeConfiguration
- Object
- Shared::Resource
- Shared::NodeConfiguration
- Gemfire::CacheServerNodeLiveConfiguration
- Defined in:
- lib/vas/gemfire/cache_server_node_live_configurations.rb
Overview
A live configuration file in a cache server node instance
Instance Attribute Summary
Attributes inherited from Shared::NodeConfiguration
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ CacheServerNodeLiveConfiguration
constructor
A new instance of CacheServerNodeLiveConfiguration.
Methods inherited from Shared::NodeConfiguration
#content, #group_configuration, #instance, #reload, #to_s
Constructor Details
#initialize(location, client) ⇒ CacheServerNodeLiveConfiguration
Returns a new instance of CacheServerNodeLiveConfiguration.
33 34 35 |
# File 'lib/vas/gemfire/cache_server_node_live_configurations.rb', line 33 def initialize(location, client) super(location, client, 'cache-server-node-instance', CacheServerNodeInstance, CacheServerLiveConfiguration) end |