Uses of Class
io.milvus.param.ConnectParam.Builder
Packages that use ConnectParam.Builder
-
Uses of ConnectParam.Builder in io.milvus.param
Subclasses of ConnectParam.Builder in io.milvus.paramMethods in io.milvus.param that return ConnectParam.BuilderModifier and TypeMethodDescriptionConnectParam.Builder.keepAliveWithoutCalls(boolean enable) Enables the keep-alive function for client channel.static ConnectParam.BuilderConnectParam.newBuilder()ConnectParam.Builder.secure(boolean enable) Deprecated.ConnectParam.Builder.withAuthorization(@NonNull String authorization) Sets the authorization for this connectionConnectParam.Builder.withAuthorization(String username, String password) Sets the username and password for this connectionConnectParam.Builder.withCaPemPath(@NonNull String caPemPath) Set the ca.pem path for tls two-way authentication, only takes effect when "secure" is True.ConnectParam.Builder.withClientKeyPath(@NonNull String clientKeyPath) Set the client.key path for tls two-way authentication, only takes effect when "secure" is True.ConnectParam.Builder.withClientPemPath(@NonNull String clientPemPath) Set the client.pem path for tls two-way authentication, only takes effect when "secure" is True.ConnectParam.Builder.withClientRequestId(@NonNull ThreadLocal<String> clientRequestId) ConnectParam.Builder.withConnectTimeout(long connectTimeout, @NonNull TimeUnit timeUnit) Sets the connection timeout value of client channel.ConnectParam.Builder.withDatabaseName(String databaseName) Sets the database name.Sets the host name/address.ConnectParam.Builder.withIdleTimeout(long idleTimeout, @NonNull TimeUnit timeUnit) Sets the idle timeout value of client channel.ConnectParam.Builder.withKeepAliveTime(long keepAliveTime, @NonNull TimeUnit timeUnit) Sets the keep-alive time value of client channel.ConnectParam.Builder.withKeepAliveTimeout(long keepAliveTimeout, @NonNull TimeUnit timeUnit) Sets the keep-alive timeout value of client channel.ConnectParam.Builder.withPort(int port) Sets the connection port.ConnectParam.Builder.withRpcDeadline(long deadline, @NonNull TimeUnit timeUnit) Set a deadline for how long you are willing to wait for a reply from the server.ConnectParam.Builder.withSecure(boolean secure) Deprecated.ConnectParam.Builder.withServerName(@NonNull String serverName) Set target name override for SSL host name checking, only takes effect when "secure" is True.ConnectParam.Builder.withServerPemPath(@NonNull String serverPemPath) Set the server.pem path for tls one-way authentication, only takes effect when "secure" is True.Sets the tokenSets the uriConstructors in io.milvus.param with parameters of type ConnectParam.Builder