Method: Gemfire::LocatorNodeInstance#server

Defined in:
lib/vas/gemfire/locator_node_instances.rb

#serverBoolean

Returns true if the locator will act as a server, false if it will not.

Returns:

  • (Boolean)

    true if the locator will act as a server, false if it will not



48
49
50
# File 'lib/vas/gemfire/locator_node_instances.rb', line 48

def server
  client.get(location)['server']
end