Uses of Class
io.milvus.param.MultiConnectParam.Builder
Packages that use MultiConnectParam.Builder
-
Uses of MultiConnectParam.Builder in io.milvus.param
Methods in io.milvus.param that return MultiConnectParam.BuilderModifier and TypeMethodDescriptionMultiConnectParam.Builder.keepAliveWithoutCalls(boolean enable) Enables the keep-alive function for client channel.static MultiConnectParam.BuilderMultiConnectParam.newBuilder()MultiConnectParam.Builder.withAuthorization(@NonNull String authorization) Sets the secure for this connectionMultiConnectParam.Builder.withAuthorization(String username, String password) Sets the username and password for this connectionMultiConnectParam.Builder.withCaPemPath(@NonNull String caPemPath) Set the ca.pem path for tls two-way authentication, only takes effect when "secure" is True.MultiConnectParam.Builder.withClientKeyPath(@NonNull String clientKeyPath) Set the client.key path for tls two-way authentication, only takes effect when "secure" is True.MultiConnectParam.Builder.withClientPemPath(@NonNull String clientPemPath) Set the client.pem path for tls two-way authentication, only takes effect when "secure" is True.MultiConnectParam.Builder.withConnectTimeout(long connectTimeout, @NonNull TimeUnit timeUnit) Sets the connection timeout value of client channel.MultiConnectParam.Builder.withDatabaseName(String databaseName) Sets the database name.Sets the host name/address.MultiConnectParam.Builder.withHosts(@NonNull List<ServerAddress> hosts) Sets the addresses.MultiConnectParam.Builder.withIdleTimeout(long idleTimeout, @NonNull TimeUnit timeUnit) Sets the idle timeout value of client channel.MultiConnectParam.Builder.withKeepAliveTime(long keepAliveTime, @NonNull TimeUnit timeUnit) Sets the keep-alive time value of client channel.MultiConnectParam.Builder.withKeepAliveTimeout(long keepAliveTimeout, @NonNull TimeUnit timeUnit) Sets the keep-alive timeout value of client channel.MultiConnectParam.Builder.withPort(int port) Sets the connection port.MultiConnectParam.Builder.withQueryNodeSingleSearch(@NonNull QueryNodeSingleSearch queryNodeSingleSearch) Sets single search for query node listener.MultiConnectParam.Builder.withRpcDeadline(long deadline, @NonNull TimeUnit timeUnit) Set a deadline for how long you are willing to wait for a reply from the server.MultiConnectParam.Builder.withSecure(boolean secure) Sets secure the authorization for this connection, set to True to enable TLSMultiConnectParam.Builder.withServerName(@NonNull String serverName) Set target name override for SSL host name checking, only takes effect when "secure" is True.MultiConnectParam.Builder.withServerPemPath(@NonNull String serverPemPath) Set the server.pem path for tls two-way authentication, only takes effect when "secure" is True.Sets the tokenSets the uri