Host MembersAerospike

The Host type exposes the following members.
Constructors

  NameDescription
Public methodHost
Initialize host.
Back to Top
Methods

  NameDescription
Public methodEquals
Return if hosts are equal.
(Overrides OnlineObject Equals(Object).)
Public methodGetHashCode
Return host address hash code.
(Overrides OnlineObject GetHashCode .)
Public methodToString
Convert host name and port to string.
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldname
Host name or IP address of database server.
Public fieldport
Port of database server.
Back to Top
See Also