Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

W

withAlias(String) - Method in class io.milvus.param.alias.AlterAliasParam.Builder
Sets the collection alias.
withAlias(String) - Method in class io.milvus.param.alias.CreateAliasParam.Builder
Sets the collection alias.
withAlias(String) - Method in class io.milvus.param.alias.DropAliasParam.Builder
Sets collection alias.
withAuthorization(String, String) - Method in class io.milvus.param.ConnectParam.Builder
Sets the username and password for this connection
withAuthorization(String) - Method in class io.milvus.param.ConnectParam.Builder
Sets the secure for this connection
withAuthorization(String, String) - Method in class io.milvus.param.MultiConnectParam.Builder
Sets the username and password for this connection
withAutoID(boolean) - Method in class io.milvus.param.collection.FieldType.Builder
Enables auto-id function for the field.
withCollectionName(String) - Method in class io.milvus.param.alias.AlterAliasParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.alias.CreateAliasParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.bulkinsert.BulkInsertParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.bulkinsert.ListBulkInsertTasksParam.Builder
Sets the target collection name, list all tasks if the name is empty.
withCollectionName(String) - Method in class io.milvus.param.collection.CreateCollectionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.collection.DescribeCollectionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.collection.DropCollectionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.collection.GetCollectionStatisticsParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.collection.GetLoadingProgressParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.collection.GetLoadStateParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.collection.HasCollectionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.collection.ReleaseCollectionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.control.GetPersistentSegmentInfoParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.control.GetQuerySegmentInfoParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.control.GetReplicasParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.control.ManualCompactParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.dml.DeleteParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.dml.InsertParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.dml.QueryParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.dml.SearchParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.index.CreateIndexParam.Builder
Set the collection name.
withCollectionName(String) - Method in class io.milvus.param.index.DescribeIndexParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.index.DropIndexParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.index.GetIndexBuildProgressParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.index.GetIndexStateParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.partition.CreatePartitionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.partition.DropPartitionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.partition.GetPartitionStatisticsParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.partition.HasPartitionParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.partition.ReleasePartitionsParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.partition.ShowPartitionsParam.Builder
Sets the collection name.
withCollectionName(String) - Method in class io.milvus.param.QueryNodeSingleSearch.Builder
Sets the collection name.
withCollectionNames(List<String>) - Method in class io.milvus.param.collection.FlushParam.Builder
Sets a list of collections to be flushed.
withCollectionNames(List<String>) - Method in class io.milvus.param.collection.ShowCollectionsParam.Builder
Sets a list of collection names.
withCompactionID(Long) - Method in class io.milvus.param.control.GetCompactionPlansParam.Builder
Sets compaction action id to get the plans.
withCompactionID(Long) - Method in class io.milvus.param.control.GetCompactionStateParam.Builder
Sets the compaction action id to get state.
withConnectTimeout(long, TimeUnit) - Method in class io.milvus.param.ConnectParam.Builder
Sets the connection timeout value of client channel.
withConnectTimeout(long, TimeUnit) - Method in class io.milvus.param.MultiConnectParam.Builder
Sets the connection timeout value of client channel.
withConsistencyLevel(ConsistencyLevelEnum) - Method in class io.milvus.param.dml.QueryParam.Builder
ConsistencyLevel of consistency level.
withConsistencyLevel(ConsistencyLevelEnum) - Method in class io.milvus.param.dml.SearchParam.Builder
ConsistencyLevel of consistency level.
withDataType(DataType) - Method in class io.milvus.param.collection.FieldType.Builder
Sets the data type for the field.
withDescription(String) - Method in class io.milvus.param.collection.CreateCollectionParam.Builder
Sets the collection description.
withDescription(String) - Method in class io.milvus.param.collection.FieldType.Builder
Sets the field description.
withDestinationNodeID(List<Long>) - Method in class io.milvus.param.control.LoadBalanceParam.Builder
Sets the destination query node by ID array to which the sealed segments will be balance.
withDimension(Integer) - Method in class io.milvus.param.collection.FieldType.Builder
Sets the dimension of a vector field.
withExpr(String) - Method in class io.milvus.param.dml.DeleteParam.Builder
Sets the expression to filter out entities to be deleted.
withExpr(String) - Method in class io.milvus.param.dml.QueryParam.Builder
Sets the expression to query entities.
withExpr(String) - Method in class io.milvus.param.dml.SearchParam.Builder
Sets expression to filter out entities before searching (Optional).
withExtraParam(String) - Method in class io.milvus.param.index.CreateIndexParam.Builder
Sets the specific index parameters according to index type.
withFieldName(String) - Method in class io.milvus.param.index.CreateIndexParam.Builder
Sets the target field name.
withFields(List<InsertParam.Field>) - Method in class io.milvus.param.dml.InsertParam.Builder
Sets the data to insert.
withFieldTypes(List<FieldType>) - Method in class io.milvus.param.collection.CreateCollectionParam.Builder
Sets the schema of the collection.
withFiles(List<String>) - Method in class io.milvus.param.bulkinsert.BulkInsertParam.Builder
Sets the path of the files.
withFlush(Boolean) - Method in class io.milvus.param.collection.GetCollectionStatisticsParam.Builder
Requires a flush action before retrieving collection statistics.
withFlush(Boolean) - Method in class io.milvus.param.partition.GetPartitionStatisticsParam.Builder
Requires a flush action before retrieving partition statistics.
withGracefulTime(Long) - Method in class io.milvus.param.dml.QueryParam.Builder
Graceful time for BOUNDED Consistency Level
withGracefulTime(Long) - Method in class io.milvus.param.dml.SearchParam.Builder
Graceful time for BOUNDED Consistency Level
withGuaranteeTimestamp(Long) - Method in class io.milvus.param.dml.QueryParam.Builder
Instructs server to see insert/delete operations performed before a provided timestamp.
withGuaranteeTimestamp(Long) - Method in class io.milvus.param.dml.SearchParam.Builder
Instructs server to see insert/delete operations performed before a provided timestamp.
withHealthPort(int) - Method in class io.milvus.param.ServerAddress.Builder
Sets the cluster health port.
withHost(ServerAddress) - Method in class io.milvus.connection.ServerSetting.Builder
Sets the server address
withHost(String) - Method in class io.milvus.param.ConnectParam.Builder
Sets the host name/address.
withHost(String) - Method in class io.milvus.param.ServerAddress.Builder
Sets the host name/address.
withHosts(List<ServerAddress>) - Method in class io.milvus.param.MultiConnectParam.Builder
Sets the addresses.
withIdleTimeout(long, TimeUnit) - Method in class io.milvus.param.ConnectParam.Builder
Sets the idle timeout value of client channel.
withIdleTimeout(long, TimeUnit) - Method in class io.milvus.param.MultiConnectParam.Builder
Sets the idle timeout value of client channel.
withIncludeRoleInfo(boolean) - Method in class io.milvus.param.role.SelectUserParam.Builder
Sets the includeRoleInfo.
withIncludeUserInfo(boolean) - Method in class io.milvus.param.role.SelectRoleParam.Builder
Sets the includeUserInfo.
withIndexName(String) - Method in class io.milvus.param.index.CreateIndexParam.Builder
The name of index which will be created.
withIndexName(String) - Method in class io.milvus.param.index.DescribeIndexParam.Builder
Sets the target index name.
withIndexName(String) - Method in class io.milvus.param.index.DropIndexParam.Builder
The name of index which will be dropped.
withIndexName(String) - Method in class io.milvus.param.index.GetIndexBuildProgressParam.Builder
The name of target index.
withIndexName(String) - Method in class io.milvus.param.index.GetIndexStateParam.Builder
The name of target index.
withIndexType(IndexType) - Method in class io.milvus.param.index.CreateIndexParam.Builder
Sets the index type.
withKeepAliveTime(long, TimeUnit) - Method in class io.milvus.param.ConnectParam.Builder
Sets the keep-alive time value of client channel.
withKeepAliveTime(long, TimeUnit) - Method in class io.milvus.param.MultiConnectParam.Builder
Sets the keep-alive time value of client channel.
withKeepAliveTimeout(long, TimeUnit) - Method in class io.milvus.param.ConnectParam.Builder
Sets the keep-alive timeout value of client channel.
withKeepAliveTimeout(long, TimeUnit) - Method in class io.milvus.param.MultiConnectParam.Builder
Sets the keep-alive timeout value of client channel.
withLimit(Integer) - Method in class io.milvus.param.bulkinsert.ListBulkInsertTasksParam.Builder
Specify limit count of returned tasks, list all tasks if the value is 0.
withLimit(Long) - Method in class io.milvus.param.dml.QueryParam.Builder
Specify a value to control the returned number of entities.
withMaxLength(Integer) - Method in class io.milvus.param.collection.FieldType.Builder
Sets the max length of a varchar field.
withMetricType(MetricType) - Method in class io.milvus.param.dml.SearchParam.Builder
Sets metric type of ANN searching.
withMetricType(MetricType) - Method in class io.milvus.param.index.CreateIndexParam.Builder
Sets the metric type.
withMetricType(MetricType) - Method in class io.milvus.param.QueryNodeSingleSearch.Builder
Sets metric type of ANN searching.
withMilvusClient(MilvusClient) - Method in class io.milvus.connection.ServerSetting.Builder
Sets the server client for a cluster
withName(String) - Method in class io.milvus.param.collection.FieldType.Builder
 
withNewPassword(String) - Method in class io.milvus.param.credential.UpdateCredentialParam.Builder
Sets the new password.
withObject(String) - Method in class io.milvus.param.role.GrantRolePrivilegeParam.Builder
Sets the object.
withObject(String) - Method in class io.milvus.param.role.RevokeRolePrivilegeParam.Builder
Sets the object.
withObject(String) - Method in class io.milvus.param.role.SelectGrantForRoleAndObjectParam.Builder
Sets the object.
withObjectName(String) - Method in class io.milvus.param.role.GrantRolePrivilegeParam.Builder
Sets the objectName.
withObjectName(String) - Method in class io.milvus.param.role.RevokeRolePrivilegeParam.Builder
Sets the objectName.
withObjectName(String) - Method in class io.milvus.param.role.SelectGrantForRoleAndObjectParam.Builder
Sets the objectName.
withOffset(Long) - Method in class io.milvus.param.dml.QueryParam.Builder
Specify a position to return results.
withOldPassword(String) - Method in class io.milvus.param.credential.UpdateCredentialParam.Builder
Sets the old password.
withOutFields(List<String>) - Method in class io.milvus.param.dml.QueryParam.Builder
Specifies output fields (Optional).
withOutFields(List<String>) - Method in class io.milvus.param.dml.SearchParam.Builder
Specifies output fields (Optional).
withParams(String) - Method in class io.milvus.param.dml.SearchParam.Builder
Sets the search parameters specific to the index type.
withParams(String) - Method in class io.milvus.param.QueryNodeSingleSearch.Builder
Sets the search parameters specific to the index type.
withPartitionName(String) - Method in class io.milvus.param.bulkinsert.BulkInsertParam.Builder
Sets the partition name.
withPartitionName(String) - Method in class io.milvus.param.dml.DeleteParam.Builder
Sets the partition name (Optional).
withPartitionName(String) - Method in class io.milvus.param.dml.InsertParam.Builder
Set partition name (Optional).
withPartitionName(String) - Method in class io.milvus.param.partition.CreatePartitionParam.Builder
Sets the partition name.
withPartitionName(String) - Method in class io.milvus.param.partition.DropPartitionParam.Builder
Sets the partition name.
withPartitionName(String) - Method in class io.milvus.param.partition.GetPartitionStatisticsParam.Builder
Sets the partition name.
withPartitionName(String) - Method in class io.milvus.param.partition.HasPartitionParam.Builder
Sets the partition name.
withPartitionNames(List<String>) - Method in class io.milvus.param.collection.GetLoadingProgressParam.Builder
Sets partition names list(Optional).
withPartitionNames(List<String>) - Method in class io.milvus.param.collection.GetLoadStateParam.Builder
Sets partition names list(Optional).
withPartitionNames(List<String>) - Method in class io.milvus.param.dml.QueryParam.Builder
Sets partition names list to specify query scope (Optional).
withPartitionNames(List<String>) - Method in class io.milvus.param.dml.SearchParam.Builder
Sets partition names list to specify search scope (Optional).
withPartitionNames(List<String>) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
Sets the partition names list.
withPartitionNames(List<String>) - Method in class io.milvus.param.partition.ReleasePartitionsParam.Builder
Sets the partition names list.
withPartitionNames(List<String>) - Method in class io.milvus.param.partition.ShowPartitionsParam.Builder
Sets the partition names list.
withPassword(String) - Method in class io.milvus.param.credential.CreateCredentialParam.Builder
Sets the password.
withPort(int) - Method in class io.milvus.param.ConnectParam.Builder
Sets the connection port.
withPort(int) - Method in class io.milvus.param.ServerAddress.Builder
Sets the connection port.
withPrimaryKey(boolean) - Method in class io.milvus.param.collection.FieldType.Builder
Sets the field as the primary key field.
withPrivilege(String) - Method in class io.milvus.param.role.GrantRolePrivilegeParam.Builder
Sets the privilege.
withPrivilege(String) - Method in class io.milvus.param.role.RevokeRolePrivilegeParam.Builder
Sets the privilege.
withQueryNodeSingleSearch(QueryNodeSingleSearch) - Method in class io.milvus.connection.ClusterFactory.Builder
Sets single search for query node listener.
withQueryNodeSingleSearch(QueryNodeSingleSearch) - Method in class io.milvus.param.MultiConnectParam.Builder
Sets single search for query node listener.
withRefresh(Boolean) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
Whether to enable refresh mode.
withRefresh(Boolean) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
Whether to enable refresh mode.
withReplicaNumber(Integer) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
Specify replica number to load
withReplicaNumber(Integer) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
Specify replica number to load
withRequest(String) - Method in class io.milvus.param.control.GetMetricsParam.Builder
Sets request in .json format to retrieve metric information from server.
withRoleName(String) - Method in class io.milvus.param.role.AddUserToRoleParam.Builder
Sets the roleName.
withRoleName(String) - Method in class io.milvus.param.role.CreateRoleParam.Builder
Sets the roleName.
withRoleName(String) - Method in class io.milvus.param.role.DropRoleParam.Builder
Sets the roleName.
withRoleName(String) - Method in class io.milvus.param.role.GrantRolePrivilegeParam.Builder
Sets the roleName.
withRoleName(String) - Method in class io.milvus.param.role.RemoveUserFromRoleParam.Builder
Sets the roleName.
withRoleName(String) - Method in class io.milvus.param.role.RevokeRolePrivilegeParam.Builder
Sets the roleName.
withRoleName(String) - Method in class io.milvus.param.role.SelectGrantForRoleAndObjectParam.Builder
Sets the roleName.
withRoleName(String) - Method in class io.milvus.param.role.SelectGrantForRoleParam.Builder
Sets the roleName.
withRoleName(String) - Method in class io.milvus.param.role.SelectRoleParam.Builder
Sets the roleName.
withRoundDecimal(Integer) - Method in class io.milvus.param.dml.SearchParam.Builder
Specifies the decimal place of the returned results.
withSecure(boolean) - Method in class io.milvus.param.ConnectParam.Builder
Sets secure the authorization for this connection
withSecure(boolean) - Method in class io.milvus.param.MultiConnectParam.Builder
Sets secure the authorization for this connection
withSegmentIDs(List<Long>) - Method in class io.milvus.param.control.GetFlushStateParam.Builder
Specify segments
withSegmentIDs(List<Long>) - Method in class io.milvus.param.control.LoadBalanceParam.Builder
Sets a sealed segments by ID array to be balanced.
withServerSetting(List<ServerSetting>) - Method in class io.milvus.connection.ClusterFactory.Builder
Sets server setting list
withShardsNum(int) - Method in class io.milvus.param.collection.CreateCollectionParam.Builder
Sets the shards number.
withShowType(ShowType) - Method in class io.milvus.param.collection.ShowCollectionsParam.Builder
Sets a show type.
withSourceNodeID(Long) - Method in class io.milvus.param.control.LoadBalanceParam.Builder
Sets the source query node by ID in which the sealed segments were loaded.
withSyncFlush(Boolean) - Method in class io.milvus.param.collection.FlushParam.Builder
Sets the flush function to sync mode.
withSyncFlushWaitingInterval(Long) - Method in class io.milvus.param.collection.FlushParam.Builder
Sets waiting interval in sync mode.
withSyncFlushWaitingTimeout(Long) - Method in class io.milvus.param.collection.FlushParam.Builder
Sets timeout value for sync mode.
withSyncLoad(Boolean) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
Enable sync mode for load action.
withSyncLoad(Boolean) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
Enables sync mode for load action.
withSyncLoadWaitingInterval(Long) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
Sets waiting interval in sync mode.
withSyncLoadWaitingInterval(Long) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
Sets the waiting interval for sync mode.
withSyncLoadWaitingTimeout(Long) - Method in class io.milvus.param.collection.LoadCollectionParam.Builder
Sets timeout value for the sync mode.
withSyncLoadWaitingTimeout(Long) - Method in class io.milvus.param.partition.LoadPartitionsParam.Builder
Sets the timeout value for sync mode.
withSyncMode(Boolean) - Method in class io.milvus.param.index.CreateIndexParam.Builder
Enables to sync mode.
withSyncWaitingInterval(Long) - Method in class io.milvus.param.index.CreateIndexParam.Builder
Sets the waiting interval in sync mode.
withSyncWaitingTimeout(Long) - Method in class io.milvus.param.index.CreateIndexParam.Builder
Sets the timeout value for sync mode.
withTask(Long) - Method in class io.milvus.param.bulkinsert.GetBulkInsertStateParam.Builder
Sets the task id.
withTimeout(long, TimeUnit) - Method in interface io.milvus.client.MilvusClient
Timeout setting for rpc call.
withTimeout(long, TimeUnit) - Method in class io.milvus.client.MilvusMultiServiceClient
 
withTimeout(long, TimeUnit) - Method in class io.milvus.client.MilvusServiceClient
 
withTopK(Integer) - Method in class io.milvus.param.dml.SearchParam.Builder
Sets topK value of ANN search.
withTravelTimestamp(Long) - Method in class io.milvus.param.dml.QueryParam.Builder
Specify an absolute timestamp in a query to get results based on a data view at a specified point in time.
withTravelTimestamp(Long) - Method in class io.milvus.param.dml.SearchParam.Builder
Specify an absolute timestamp in a search to get results based on a data view at a specified point in time.
withTypeParams(Map<String, String>) - Method in class io.milvus.param.collection.FieldType.Builder
Sets more parameters for the field.
withUri(String) - Method in class io.milvus.param.ConnectParam.Builder
Sets the uri
withUsername(String) - Method in class io.milvus.param.credential.CreateCredentialParam.Builder
Sets the username.
withUsername(String) - Method in class io.milvus.param.credential.DeleteCredentialParam.Builder
Sets the username.
withUsername(String) - Method in class io.milvus.param.credential.UpdateCredentialParam.Builder
Sets the username.
withUserName(String) - Method in class io.milvus.param.role.AddUserToRoleParam.Builder
Sets the username.
withUserName(String) - Method in class io.milvus.param.role.RemoveUserFromRoleParam.Builder
Sets the username.
withUserName(String) - Method in class io.milvus.param.role.SelectUserParam.Builder
Sets the userName.
withVectorFieldName(String) - Method in class io.milvus.param.dml.SearchParam.Builder
Sets target vector field by name.
withVectorFieldName(String) - Method in class io.milvus.param.QueryNodeSingleSearch.Builder
Sets target vector field by name.
withVectors(List<?>) - Method in class io.milvus.param.dml.SearchParam.Builder
Sets the target vectors.
withVectors(List<?>) - Method in class io.milvus.param.QueryNodeSingleSearch.Builder
Sets the target vectors.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links