Package io.milvus.param
Class ServerAddress
- java.lang.Object
-
- io.milvus.param.ServerAddress
-
public class ServerAddress extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerAddress.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetHealthPort()StringgetHost()intgetPort()inthashCode()static ServerAddress.BuildernewBuilder()StringtoString()
-
-
-
Method Detail
-
getHost
public String getHost()
-
getPort
public int getPort()
-
getHealthPort
public int getHealthPort()
-
newBuilder
public static ServerAddress.Builder newBuilder()
-
-