public interface EndPointFactory
EndPoint
instances representing the connection information to every node.
This component is reserved for advanced use cases where the driver needs more than an IP address to connect.
Note that if endpoints do not translate to addresses 1-to-1, the auth provider and SSL options
should be instances of ExtendedAuthProvider
and ExtendedRemoteEndpointAwareSslOptions
respectively.
Modifier and Type | Method and Description |
---|---|
EndPoint |
create(Row peersRow)
Creates an instance from a row in
system.peers , or returns null if there is no
sufficient information. |
void |
init(Cluster cluster) |
Copyright © 2012–2023. All rights reserved.