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 

G

getAliases() - Method in class io.milvus.response.DescCollResponseWrapper
Get aliases of the collection.
getAuthorization() - Method in class io.milvus.param.ConnectParam
 
getAuthorization() - Method in class io.milvus.param.MultiConnectParam
 
getAutoGeneratedIDs() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets the long ID array for auto-id primary key, generated by bulk insert task.
getAvailableServerSettings() - Method in class io.milvus.connection.ClusterFactory
 
getBulkInsertState(GetBulkInsertStateParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getBulkInsertState(GetBulkInsertStateParam) - Method in interface io.milvus.client.MilvusClient
Get state of bulk insert task
getBulkInsertState(GetBulkInsertStateParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetBulkInsertStateParam - Class in io.milvus.param.bulkinsert
Parameters for getBulkInsertState interface.
GetBulkInsertStateParam.Builder - Class in io.milvus.param.bulkinsert
Builder for GetBulkInsertStateParam class.
GetBulkInsertStateWrapper - Class in io.milvus.response
Util class to wrap response of GetImportStateResponse interface.
GetBulkInsertStateWrapper(GetImportStateResponse) - Constructor for class io.milvus.response.GetBulkInsertStateWrapper
 
getClient() - Method in class io.milvus.connection.ServerSetting
 
getCode() - Method in enum io.milvus.param.R.Status
 
getCollectionDescription() - Method in class io.milvus.response.DescCollResponseWrapper
Get description of the collection.
getCollectionID() - Method in class io.milvus.response.DescCollResponseWrapper
Get internal id of the collection.
getCollectionInfoByName(String) - Method in class io.milvus.response.ShowCollResponseWrapper
Get information of one collection by name.
getCollectionName() - Method in class io.milvus.param.QueryNodeSingleSearch
 
getCollectionName() - Method in class io.milvus.response.DescCollResponseWrapper
Get name of the collection.
getCollectionName() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets target collection name of the bulk insert task.
getCollectionsInfo() - Method in class io.milvus.response.ShowCollResponseWrapper
Get information of the collections.
getCollectionStatistics(GetCollectionStatisticsParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getCollectionStatistics(GetCollectionStatisticsParam) - Method in interface io.milvus.client.MilvusClient
Shows the statistics information of a collection.
getCollectionStatistics(GetCollectionStatisticsParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetCollectionStatisticsParam - Class in io.milvus.param.collection
Parameters for getCollectionStatistics interface.
GetCollectionStatisticsParam.Builder - Class in io.milvus.param.collection
Builder for GetCollectionStatisticsParam class.
GetCollStatResponseWrapper - Class in io.milvus.response
Utility class to wrap response of getCollectionStatistics interface.
GetCollStatResponseWrapper(GetCollectionStatisticsResponse) - Constructor for class io.milvus.response.GetCollStatResponseWrapper
 
GetCompactionPlansParam - Class in io.milvus.param.control
Parameters for getCompactionStateWithPlans interface.
GetCompactionPlansParam.Builder - Class in io.milvus.param.control
Builder for GetCompactionPlansParam class.
getCompactionState(GetCompactionStateParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getCompactionState(GetCompactionStateParam) - Method in interface io.milvus.client.MilvusClient
Gets the compaction state by id.
getCompactionState(GetCompactionStateParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetCompactionStateParam - Class in io.milvus.param.control
Parameters for getCompactionState interface.
GetCompactionStateParam.Builder - Class in io.milvus.param.control
Builder for GetCompactionStateParam class.
getCompactionStateWithPlans(GetCompactionPlansParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getCompactionStateWithPlans(GetCompactionPlansParam) - Method in interface io.milvus.client.MilvusClient
Gets compaction state with its plan.
getCompactionStateWithPlans(GetCompactionPlansParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
getConnectTimeoutMs() - Method in class io.milvus.param.ConnectParam
 
getConnectTimeoutMs() - Method in class io.milvus.param.MultiConnectParam
 
getCreatedUtcTimestamp() - Method in class io.milvus.response.DescCollResponseWrapper
Get utc timestamp when collection created.
getCreateTimestamp() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets the integer timestamp when this task is created.
getCreateTimeStr() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets the timestamp in string format when this task is created.
getData() - Method in class io.milvus.param.R
 
getDefaultServer() - Method in class io.milvus.connection.ClusterFactory
 
getDeleteCount() - Method in class io.milvus.response.MutationResultWrapper
Gets the row count of the deleted entities.
getDim() - Method in class io.milvus.response.FieldDataWrapper
Gets the dimension value of a vector field.
getDimension() - Method in class io.milvus.param.collection.FieldType
 
getException() - Method in class io.milvus.param.R
 
getExtraParam() - Method in class io.milvus.response.DescIndexResponseWrapper.IndexDesc
 
getFailedReason() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets failed reason of the bulk insert task.
getFieldByName(String) - Method in class io.milvus.response.DescCollResponseWrapper
Get schema of a field by name.
getFieldData() - Method in class io.milvus.response.FieldDataWrapper
Returns the field data according to its type: float vector field return List of List Float, binary vector field return List of ByteBuffer int64 field return List of Long int32/int16/int8 field return List of Integer boolean field return List of Boolean float field return List of Float double field return List of Double varchar field return List of String etc.
getFieldData(String, int) - Method in class io.milvus.response.SearchResultsWrapper
Gets data for an output field which is specified by search request.
getFields() - Method in class io.milvus.response.DescCollResponseWrapper
Get schema of the collection's fields.
getFieldWrapper(String) - Method in class io.milvus.response.QueryResultsWrapper
Gets FieldDataWrapper for a field.
getFiles() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets target files of the bulk insert task.
getFlushState(GetFlushStateParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getFlushState(GetFlushStateParam) - Method in interface io.milvus.client.MilvusClient
Get flush state of specified segments.
getFlushState(GetFlushStateParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetFlushStateParam - Class in io.milvus.param.control
Parameters for getMetric interface.
GetFlushStateParam.Builder - Class in io.milvus.param.control
Builder for GetFlushStateParam class.
getHealthPort() - Method in class io.milvus.param.ServerAddress
 
getHost() - Method in class io.milvus.param.ConnectParam
 
getHost() - Method in class io.milvus.param.ServerAddress
 
getHosts() - Method in class io.milvus.param.MultiConnectParam
 
getIdleTimeoutMs() - Method in class io.milvus.param.ConnectParam
 
getIdleTimeoutMs() - Method in class io.milvus.param.MultiConnectParam
 
getIDScore(int) - Method in class io.milvus.response.SearchResultsWrapper
Gets ID-score pairs returned by search interface.
getImportedCount() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets how many rows were imported by the bulk insert task.
getIndexBuildProgress(GetIndexBuildProgressParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
Deprecated.
getIndexBuildProgress(GetIndexBuildProgressParam) - Method in interface io.milvus.client.MilvusClient
Shows the index building progress, such as how many rows are indexed.
getIndexBuildProgress(GetIndexBuildProgressParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetIndexBuildProgressParam - Class in io.milvus.param.index
Parameters for getIndexBuildProgress interface.
GetIndexBuildProgressParam.Builder - Class in io.milvus.param.index
Builder for GetIndexBuildProgressParam class.
getIndexDescByFieldName(String) - Method in class io.milvus.response.DescIndexResponseWrapper
Get index description by field name.
getIndexDescriptions() - Method in class io.milvus.response.DescIndexResponseWrapper
Get index description of fields.
getIndexState(GetIndexStateParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
Deprecated.
getIndexState(GetIndexStateParam) - Method in interface io.milvus.client.MilvusClient
Shows the index building state(in-progress/finished/failed), and the reason for failure (if any).
getIndexState(GetIndexStateParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetIndexStateParam - Class in io.milvus.param.index
Parameters for getIndexState interface.
GetIndexStateParam.Builder - Class in io.milvus.param.index
Builder for GetIndexStateParam class.
getIndexType() - Method in class io.milvus.response.DescIndexResponseWrapper.IndexDesc
 
getInsertCount() - Method in class io.milvus.response.MutationResultWrapper
Gets the row count of the inserted entities.
getKeepAliveTimeMs() - Method in class io.milvus.param.ConnectParam
 
getKeepAliveTimeMs() - Method in class io.milvus.param.MultiConnectParam
 
getKeepAliveTimeoutMs() - Method in class io.milvus.param.ConnectParam
 
getKeepAliveTimeoutMs() - Method in class io.milvus.param.MultiConnectParam
 
getLoadingProgress(GetLoadingProgressParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getLoadingProgress(GetLoadingProgressParam) - Method in interface io.milvus.client.MilvusClient
Get collection loading progress
getLoadingProgress(GetLoadingProgressParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetLoadingProgressParam - Class in io.milvus.param.collection
Parameters for loadCollection interface.
GetLoadingProgressParam(GetLoadingProgressParam.Builder) - Constructor for class io.milvus.param.collection.GetLoadingProgressParam
 
GetLoadingProgressParam.Builder - Class in io.milvus.param.collection
Builder for GetLoadingProgressParam class.
getLoadState(GetLoadStateParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getLoadState(GetLoadStateParam) - Method in interface io.milvus.client.MilvusClient
Get collection loading state
getLoadState(GetLoadStateParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetLoadStateParam - Class in io.milvus.param.collection
Parameters for getLoadState interface.
GetLoadStateParam(GetLoadStateParam.Builder) - Constructor for class io.milvus.param.collection.GetLoadStateParam
 
GetLoadStateParam.Builder - Class in io.milvus.param.collection
Builder for GetLoadStateParam class.
getLongIDs() - Method in class io.milvus.response.MutationResultWrapper
Gets the long ID array returned by insert interface.
getMaster() - Method in class io.milvus.connection.ClusterFactory
 
getMaxLength() - Method in class io.milvus.param.collection.FieldType
 
getMessage() - Method in class io.milvus.param.R
 
getMetrics(GetMetricsParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getMetrics(GetMetricsParam) - Method in interface io.milvus.client.MilvusClient
Gets the runtime metrics information of Milvus, returns the result in .json format.
getMetrics(GetMetricsParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetMetricsParam - Class in io.milvus.param.control
Parameters for getMetric interface.
GetMetricsParam.Builder - Class in io.milvus.param.control
Builder for GetMetricsParam class.
getMetricType() - Method in class io.milvus.param.QueryNodeSingleSearch
 
getMetricType() - Method in class io.milvus.response.DescIndexResponseWrapper.IndexDesc
 
getMsg() - Method in class io.milvus.param.RpcStatus
 
getName() - Method in class io.milvus.param.dml.InsertParam.Field
Return name of the field.
getNameByCode(int) - Static method in enum io.milvus.common.clientenum.ConsistencyLevelEnum
 
getOperationTs() - Method in class io.milvus.response.MutationResultWrapper
Get timestamp of the operation marked by server.
getParams() - Method in class io.milvus.param.QueryNodeSingleSearch
 
getPartitionInfoByName(String) - Method in class io.milvus.response.ShowPartResponseWrapper
Get information of one partition by name.
getPartitionName() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets target partition name of the bulk insert task.
getPartitionsInfo() - Method in class io.milvus.response.ShowPartResponseWrapper
Get information of the partitions.
getPartitionStatistics(GetPartitionStatisticsParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getPartitionStatistics(GetPartitionStatisticsParam) - Method in interface io.milvus.client.MilvusClient
Shows the statistics information of a partition.
getPartitionStatistics(GetPartitionStatisticsParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetPartitionStatisticsParam - Class in io.milvus.param.partition
Parameters for getPartitionStatistics interface.
GetPartitionStatisticsParam.Builder - Class in io.milvus.param.partition
Builder for GetPartitionStatisticsParam class.
GetPartStatResponseWrapper - Class in io.milvus.response
Utility class to wrap response of getPartitionStatistics interface.
GetPartStatResponseWrapper(GetPartitionStatisticsResponse) - Constructor for class io.milvus.response.GetPartStatResponseWrapper
 
getPersistentSegmentInfo(GetPersistentSegmentInfoParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getPersistentSegmentInfo(GetPersistentSegmentInfoParam) - Method in interface io.milvus.client.MilvusClient
Gets the information of persistent segments from data node, including row count, persistence state(growing or flushed), etc.
getPersistentSegmentInfo(GetPersistentSegmentInfoParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetPersistentSegmentInfoParam - Class in io.milvus.param.control
Parameters for getPersistentSegmentInfo interface.
GetPersistentSegmentInfoParam.Builder - Class in io.milvus.param.control
getPort() - Method in class io.milvus.param.ConnectParam
 
getPort() - Method in class io.milvus.param.ServerAddress
 
getProgress() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets working progress percent value of the bulk insert task.
getQueryNodeSingleSearch() - Method in class io.milvus.param.MultiConnectParam
 
getQuerySegmentInfo(GetQuerySegmentInfoParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getQuerySegmentInfo(GetQuerySegmentInfoParam) - Method in interface io.milvus.client.MilvusClient
Gets the query information of segments in a collection from query node, including row count, memory usage size, index name, etc.
getQuerySegmentInfo(GetQuerySegmentInfoParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetQuerySegmentInfoParam - Class in io.milvus.param.control
Parameters for getQuerySegmentInfo interface.
GetQuerySegmentInfoParam.Builder - Class in io.milvus.param.control
Builder for GetQuerySegmentInfoParam class.
getReplicas(GetReplicasParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getReplicas(GetReplicasParam) - Method in interface io.milvus.client.MilvusClient
Returns the collection's replica information
getReplicas(GetReplicasParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GetReplicasParam - Class in io.milvus.param.control
Parameters for getReplicas interface.
GetReplicasParam.Builder - Class in io.milvus.param.control
Builder for GetReplicasParam class.
getRowCount() - Method in class io.milvus.response.FieldDataWrapper
Gets the row count of a field.
getRowCount() - Method in class io.milvus.response.GetCollStatResponseWrapper
Gets the row count of a field.
getRowCount() - Method in class io.milvus.response.GetPartStatResponseWrapper
Gets the row count of a field.
getServerAddress() - Method in class io.milvus.connection.ServerSetting
 
getServerSettings() - Method in class io.milvus.connection.ClusterFactory
 
getShardNumber() - Method in class io.milvus.response.DescCollResponseWrapper
Get shard number of the collection.
getState() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets state of the bulk insert task.
getStatus() - Method in exception io.milvus.exception.MilvusException
 
getStatus() - Method in class io.milvus.param.R
 
getStringIDs() - Method in class io.milvus.response.MutationResultWrapper
Gets the string ID array returned by insert interface.
getTaskID() - Method in class io.milvus.response.BulkInsertResponseWrapper
Gets ID of the bulk insert task.
getTaskID() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets ID of the bulk insert task.
getTypeErrorMsg() - Static method in class io.milvus.param.ParamUtils
 
getValues() - Method in class io.milvus.param.dml.InsertParam.Field
Return data of the field, in column-base.
getVectorFieldName() - Method in class io.milvus.param.QueryNodeSingleSearch
 
getVectors() - Method in class io.milvus.param.QueryNodeSingleSearch
 
getVersion() - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getVersion() - Method in interface io.milvus.client.MilvusClient
Get server version
getVersion() - Method in class io.milvus.client.MilvusMultiServiceClient
 
grantRolePrivilege(GrantRolePrivilegeParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
grantRolePrivilege(GrantRolePrivilegeParam) - Method in interface io.milvus.client.MilvusClient
Grant Role Privilege.
grantRolePrivilege(GrantRolePrivilegeParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
GrantRolePrivilegeParam - Class in io.milvus.param.role
 
GrantRolePrivilegeParam.Builder - Class in io.milvus.param.role
Builder for GrantRolePrivilegeParam class.
GUARANTEE_EVENTUALLY_TS - Static variable in class io.milvus.param.Constant
 
GUARANTEE_STRONG_TS - Static variable in class io.milvus.param.Constant
 
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