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.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.db.v2.locations.remote.RemoteTableDataService.ConnectInfo
RemoteTableDataService.ConnectInfo.NULL
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NULL
public NULL()
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRemoteTableDataService.ConnectInfo
-
equals
- Overrides:
equals
in classRemoteTableDataService.ConnectInfo
-