Method: Gemfire::LocatorNodeInstance#server
- Defined in:
- lib/vas/gemfire/locator_node_instances.rb
#server ⇒ Boolean
Returns 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 |