Class RemoteTableDataService.ConnectInfo.NULL

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

public static class RemoteTableDataService.ConnectInfo.NULL extends RemoteTableDataService.ConnectInfo
Implementation of ConnectInfo that can be used when no connection info has been provided. This effectively makes every instance distinct, unless the static instance is used. Note: If two objects are equal according to equals() method, then their hash code must be same. If two objects are unequal according to equals() method, their hash code are not required to be different.