Class RemoteTableDataService.ConnectInfo

java.lang.Object
com.illumon.iris.db.v2.locations.remote.RemoteTableDataService.ConnectInfo
Direct Known Subclasses:
RemoteTableDataService.ConnectInfo.NULL
Enclosing class:
RemoteTableDataService

public static class RemoteTableDataService.ConnectInfo extends Object
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.
  • Constructor Details

    • ConnectInfo

      public ConnectInfo(RoundRobinDeferredEndpointFunction roundRobinDeferredEndpointFunction)
      Construct a new ConnectInfo with the given address function.
      Parameters:
      roundRobinDeferredEndpointFunction - the address function, of a particular type
  • Method Details