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