Class RemoteTableDataService.ConnectInfo
java.lang.Object
com.illumon.iris.db.v2.locations.remote.RemoteTableDataService.ConnectInfo
- Direct Known Subclasses:
RemoteTableDataService.ConnectInfo.NULL
- Enclosing class:
- RemoteTableDataService
ConnectInfo is a class that holds the information required to connect to a remote server.
In theory, that could be different details, but right now it is always a
RoundRobinDeferredEndpointFunction
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Implementation of ConnectInfo that can be used when no connection info has been provided. -
Constructor Summary
ConstructorsConstructorDescriptionConnectInfo
(RoundRobinDeferredEndpointFunction roundRobinDeferredEndpointFunction) Construct a new ConnectInfo with the given address function. -
Method Summary
-
Constructor Details
-
ConnectInfo
Construct a new ConnectInfo with the given address function.- Parameters:
roundRobinDeferredEndpointFunction
- the address function, of a particular type
-
-
Method Details