Class: Gemfire::LocatorLog

Inherits:
Shared::Log show all
Defined in:
lib/vas/gemfire/locator_logs.rb

Overview

A log file in a locator node instance

Instance Attribute Summary

Attributes inherited from Shared::Log

#instance, #name

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Log

#content, #last_modified, #size, #to_s

Constructor Details

#initialize(location, client) ⇒ LocatorLog

:nodoc:



32
33
34
# File 'lib/vas/gemfire/locator_logs.rb', line 32

def initialize(location, client) #:nodoc:
  super(location, client, 'locator-node-instance', LocatorNodeInstance)
end