Uses of Class
io.milvus.param.ServerAddress
-
Packages that use ServerAddress Package Description io.milvus.connection io.milvus.param -
-
Uses of ServerAddress in io.milvus.connection
Methods in io.milvus.connection that return ServerAddress Modifier and Type Method Description ServerAddressServerSetting. getServerAddress()Methods in io.milvus.connection with parameters of type ServerAddress Modifier and Type Method Description ServerSetting.BuilderServerSetting.Builder. withHost(@NonNull ServerAddress serverAddress)Sets the server address -
Uses of ServerAddress in io.milvus.param
Methods in io.milvus.param that return ServerAddress Modifier and Type Method Description ServerAddressServerAddress.Builder. build()Verifies parameters and creates a newServerAddressinstance.Method parameters in io.milvus.param with type arguments of type ServerAddress Modifier and Type Method Description MultiConnectParam.BuilderMultiConnectParam.Builder. withHosts(@NonNull List<ServerAddress> hosts)Sets the addresses.
-