See: Description
Interface | Description |
---|---|
ServerSelector |
An interface for selecting a server from a cluster according to some preference.
|
Class | Description |
---|---|
CompositeServerSelector |
A server selector that composes a list of server selectors, and selects the servers by iterating through the list from start to
finish, passing the result of the previous into the next, and finally returning the result of the last one.
|
LatencyMinimizingServerSelector | Deprecated |
PrimaryServerSelector | Deprecated
Use either
ReadPreferenceServerSelector or WritableServerSelector , depending on your requirements |
ReadPreferenceServerSelector | Deprecated |
ServerAddressSelector | Deprecated |
WritableServerSelector | Deprecated |
Copyright © 2010 - 2023 Adobe. All Rights Reserved