Method: Gemfire::LocatorNodeInstance#initialize
- Defined in:
- lib/vas/gemfire/locator_node_instances.rb
#initialize(location, client) ⇒ LocatorNodeInstance
33 34 35 |
# File 'lib/vas/gemfire/locator_node_instances.rb', line 33 def initialize(location, client) #:nodoc: super(location, client, Node, LocatorLogs, LocatorInstance, 'locator-group-instance') end |