Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a Server to which the client may connect.  You are allowed to exclude servers that you do not want the locator to consider and you may restrict the set of servers considered by the locator to a specific group.  See "Using Member Groups" in Geode documentation.

Request

This request takes no parameters. 

GetServerRequest
Field NameData typeDescriptionMandatory?Repeated?
excludedServersServer

one or more servers that should not be considered

by the locator as being suitable for the client

NY
serverGroupString

tells the locator to limit its search to the set of servers

in the given group

NN

...

GetServerResponse
Field NameData typeDescriptionMandatory?Repeated?
server Server  A server to which the client may connectY

Expected Behavior

  • The locator will choose a server for the client to use in performing cache operations
  • The locator will return a Server object that holds the coordinates of the server or it will return an error response if no server is available that matches the criteria in the GetServerRequest.Return a list of all available servers in the cluster that are visible to the client

Errors

 

Error CodeError DefinitionError Description
101NO_AVAILABLE_SERVER

No suitable server could be found. If you excluded some servers

you might want to retry without excluding them.