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

generatorBinaryVector(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorBoolValue(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorDoubleValue(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorFloatValue(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorFloatVector(int, int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorInt16Value(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorInt32Value(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorInt8Value(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorLongValue(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
GeneratorUtils - Class in io.milvus.bulkwriter.common.utils
 
GeneratorUtils() - Constructor for class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
generatorVarcharValue(int, int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
genFieldData(FieldType, List<?>) - Static method in class io.milvus.param.ParamUtils
 
genFieldData(FieldType, List<?>, boolean) - Static method in class io.milvus.param.ParamUtils
 
genFloatVector(int) - Static method in class io.milvus.bulkwriter.common.utils.GeneratorUtils
 
get(GetIdsParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
get(GetIdsParam) - Method in interface io.milvus.client.MilvusClient
Get entity(s) based on the value of primary key.
get(GetIdsParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
get(GetIdsParam) - Method in class io.milvus.client.MilvusServiceClient
 
get(int, String) - Method in class io.milvus.response.FieldDataWrapper
Gets a field's value by field name.
get(String) - Method in class io.milvus.response.QueryResultsWrapper.RowRecord
Get a value by a key name.
get(String) - Method in class io.milvus.response.SearchResultsWrapper.IDScore
Get a value by a key name.
get(GetReq) - Method in class io.milvus.v2.client.MilvusClientV2
Gets vectors in a collection in Milvus.
get(MilvusServiceGrpc.MilvusServiceBlockingStub, GetReq) - Method in class io.milvus.v2.service.vector.VectorService
 
getActiveClientNumber(String) - Method in class io.milvus.pool.ClientPool
Return the number of active clients of a key group
getAliases() - Method in class io.milvus.response.DescCollResponseWrapper
Get aliases of the collection.
getAsBool(int, String) - Method in class io.milvus.response.FieldDataWrapper
 
getAsDouble(int, String) - Method in class io.milvus.response.FieldDataWrapper
 
getAsInt(int, String) - Method in class io.milvus.response.FieldDataWrapper
 
getAsString(int, String) - Method in class io.milvus.response.FieldDataWrapper
 
getAuthorization() - Method in class io.milvus.v2.client.ConnectConfig
 
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
 
getAzureObjectUrl(String, String, String) - Method in enum io.milvus.bulkwriter.common.clientenum.CloudStorage
 
getBatchFiles() - Method in class io.milvus.bulkwriter.LocalBulkWriter
 
getBatchFiles() - Method in class io.milvus.bulkwriter.RemoteBulkWriter
 
getBufferRowCount() - Method in class io.milvus.bulkwriter.BulkWriter
 
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
 
getBulkInsertState(GetBulkInsertStateParam) - Method in class io.milvus.client.MilvusServiceClient
 
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
 
getChannel(ConnectConfig) - Method in class io.milvus.v2.utils.ClientUtils
 
getClient() - Method in class io.milvus.connection.ServerSetting
 
getClient(String) - Method in class io.milvus.pool.ClientPool
Get a client object which is idle from the pool.
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.
getCollectionNames() - Method in class io.milvus.response.ShowCollResponseWrapper
 
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
 
getCollectionStatistics(GetCollectionStatisticsParam) - Method in class io.milvus.client.MilvusServiceClient
 
GetCollectionStatisticsParam - Class in io.milvus.param.collection
Parameters for getCollectionStatistics interface.
GetCollectionStatisticsParam.Builder - Class in io.milvus.param.collection
Builder for GetCollectionStatisticsParam class.
getCollectionStats(GetCollectionStatsReq) - Method in class io.milvus.v2.client.MilvusClientV2
get collection stats for a collection in Milvus.
getCollectionStats(MilvusServiceGrpc.MilvusServiceBlockingStub, GetCollectionStatsReq) - Method in class io.milvus.v2.service.collection.CollectionService
 
GetCollectionStatsReq - Class in io.milvus.v2.service.collection.request
 
GetCollectionStatsReq() - Constructor for class io.milvus.v2.service.collection.request.GetCollectionStatsReq
 
GetCollectionStatsResp - Class in io.milvus.v2.service.collection.response
 
GetCollectionStatsResp() - Constructor for class io.milvus.v2.service.collection.response.GetCollectionStatsResp
 
GetCollStatResponseWrapper - Class in io.milvus.response
Utility class to wrap response of getCollectionStatistics interface.
GetCollStatResponseWrapper(GetCollectionStatisticsResponse) - Constructor for class io.milvus.response.GetCollStatResponseWrapper
 
getCommonPrefix(List<List<String>>) - Static method in class io.milvus.bulkwriter.common.utils.ImportUtils
 
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
 
getCompactionState(GetCompactionStateParam) - Method in class io.milvus.client.MilvusServiceClient
 
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
 
getCompactionStateWithPlans(GetCompactionPlansParam) - Method in class io.milvus.client.MilvusServiceClient
 
getCompatibleCode() - Method in exception io.milvus.exception.ServerException
 
getConsistencyLevel() - Method in class io.milvus.response.DescCollResponseWrapper
Get consistency level of the collection.
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
 
getData() - Method in interface io.milvus.v2.service.vector.request.data.BaseVector
 
getData() - Method in class io.milvus.v2.service.vector.request.data.BFloat16Vec
 
getData() - Method in class io.milvus.v2.service.vector.request.data.BinaryVec
 
getData() - Method in class io.milvus.v2.service.vector.request.data.Float16Vec
 
getData() - Method in class io.milvus.v2.service.vector.request.data.FloatVec
 
getData() - Method in class io.milvus.v2.service.vector.request.data.SparseFloatVec
 
getDatabaseName() - Method in class io.milvus.response.DescCollResponseWrapper
Get database name of the collection.
getDatabaseName() - Method in class io.milvus.response.DescDBResponseWrapper
get database name
getDefaultServer() - Method in class io.milvus.connection.ClusterFactory
 
getDeleteCount() - Method in class io.milvus.response.MutationResultWrapper
Gets the row count of the deleted entities.
getDeleteIDs() - Method in class io.milvus.response.MutationResultWrapper
Gets the ID array from returned by delete interface.
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
 
getDynamicWrapper() - Method in class io.milvus.response.basic.RowRecordWrapper
Get the dynamic field.
getEnableDynamicField() - Method in class io.milvus.response.DescCollResponseWrapper
Deprecated.
getEndpoint(String...) - Method in enum io.milvus.bulkwriter.common.clientenum.CloudStorage
 
getEntities(QueryResults) - Method in class io.milvus.v2.utils.ConvertUtils
 
getEntities(SearchResults) - Method in class io.milvus.v2.utils.ConvertUtils
 
getException() - Method in class io.milvus.param.R
 
getExprById(String, List<?>) - Method in class io.milvus.v2.utils.VectorUtils
 
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.
getField(String) - Method in class io.milvus.v2.service.collection.request.CreateCollectionReq.CollectionSchema
 
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: FloatVector field returns List of List Float, BinaryVector/Float16Vector/BFloat16Vector fields return List of ByteBuffer SparseFloatVector field returns List of SortedMap[Long, Float] Int64 field returns List of Long Int32/Int16/Int8 fields return List of Integer Bool field returns List of Boolean Float field returns List of Float Double field returns List of Double Varchar field returns List of String Array field returns List of List JSON field returns 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.
getFieldWrapper(String) - Method in class io.milvus.response.SearchResultsWrapper
Gets FieldDataWrapper for a field.
getFiles() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets target files of the bulk insert task.
getFlushAllState(GetFlushAllStateParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getFlushAllState(GetFlushAllStateParam) - Method in interface io.milvus.client.MilvusClient
Get flush state of all segments.
getFlushAllState(GetFlushAllStateParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
getFlushAllState(GetFlushAllStateParam) - Method in class io.milvus.client.MilvusServiceClient
 
GetFlushAllStateParam - Class in io.milvus.param.control
Parameters for getFlushAllState interface.
GetFlushAllStateParam.Builder - Class in io.milvus.param.control
Builder for GetFlushAllStateParam class.
getFlushState(GetFlushStateParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
 
getFlushState(GetFlushStateParam) - Method in interface io.milvus.client.MilvusClient
Get flush state of specified collection.
getFlushState(GetFlushStateParam) - Method in class io.milvus.client.MilvusMultiServiceClient
 
getFlushState(GetFlushStateParam) - Method in class io.milvus.client.MilvusServiceClient
 
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.ServerAddress
 
getHost() - Method in class io.milvus.v2.client.ConnectConfig
 
getIdleClientNumber(String) - Method in class io.milvus.pool.ClientPool
Return the number of idle clients of a key group
getIDScore(int) - Method in class io.milvus.response.SearchResultsWrapper
Gets ID-score pairs returned by search interface.
GetIdsParam - Class in io.milvus.param.highlevel.dml
Parameters for get interface.
GetIdsParam.Builder<T> - Class in io.milvus.param.highlevel.dml
Builder for GetIdsParam class.
getImportedCount() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets how many rows were imported by the bulk insert task.
getImportProgress(String, String, String, String) - Static method in class io.milvus.bulkwriter.CloudImport
 
GetImportProgressResponse - Class in io.milvus.bulkwriter.response
 
GetImportProgressResponse() - Constructor for class io.milvus.bulkwriter.response.GetImportProgressResponse
 
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
 
getIndexBuildProgress(GetIndexBuildProgressParam) - Method in class io.milvus.client.MilvusServiceClient
 
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.
getIndexDescByFieldName(String) - Method in class io.milvus.v2.service.index.response.DescribeIndexResp
 
getIndexDescByIndexName(String) - Method in class io.milvus.response.DescIndexResponseWrapper
Get index description by index name.
getIndexDescByIndexName(String) - Method in class io.milvus.v2.service.index.response.DescribeIndexResp
 
getIndexDescriptions() - Method in class io.milvus.response.DescIndexResponseWrapper
Get index description of fields.
getIndexName() - Method in class io.milvus.v2.common.IndexParam
 
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
 
getIndexState(GetIndexStateParam) - Method in class io.milvus.client.MilvusServiceClient
 
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.
getInsertIDs() - Method in class io.milvus.response.MutationResultWrapper
Gets the ID array from returned by insert interface.
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
 
getLoadingProgress(GetLoadingProgressParam) - Method in class io.milvus.client.MilvusServiceClient
 
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
 
getLoadState(GetLoadStateParam) - Method in class io.milvus.client.MilvusServiceClient
 
getLoadState(GetLoadStateReq) - Method in class io.milvus.v2.client.MilvusClientV2
Checks whether a collection is loaded in Milvus.
getLoadState(MilvusServiceGrpc.MilvusServiceBlockingStub, GetLoadStateReq) - Method in class io.milvus.v2.service.collection.CollectionService
 
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.
GetLoadStateReq - Class in io.milvus.v2.service.collection.request
 
GetLoadStateReq() - Constructor for class io.milvus.v2.service.collection.request.GetLoadStateReq
 
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
 
getMaxCapacity() - Method in class io.milvus.param.collection.FieldType
 
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
 
getMetrics(GetMetricsParam) - Method in class io.milvus.client.MilvusServiceClient
 
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
 
getObjectEntity(String, String) - Method in class io.milvus.bulkwriter.storage.client.AzureStorageClient
 
getObjectEntity(String, String) - Method in class io.milvus.bulkwriter.storage.client.MinioStorageClient
 
getObjectEntity(String, String) - Method in interface io.milvus.bulkwriter.storage.StorageClient
 
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.
getPartitionKeyField() - Method in class io.milvus.response.DescCollResponseWrapper
Get the partition key field.
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
 
getPartitionStatistics(GetPartitionStatisticsParam) - Method in class io.milvus.client.MilvusServiceClient
 
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
 
getPersistentSegmentInfo(GetPersistentSegmentInfoParam) - Method in class io.milvus.client.MilvusServiceClient
 
GetPersistentSegmentInfoParam - Class in io.milvus.param.control
Parameters for getPersistentSegmentInfo interface.
GetPersistentSegmentInfoParam.Builder - Class in io.milvus.param.control
getPlaceholderType() - Method in interface io.milvus.v2.service.vector.request.data.BaseVector
 
getPlaceholderType() - Method in class io.milvus.v2.service.vector.request.data.BFloat16Vec
 
getPlaceholderType() - Method in class io.milvus.v2.service.vector.request.data.BinaryVec
 
getPlaceholderType() - Method in class io.milvus.v2.service.vector.request.data.Float16Vec
 
getPlaceholderType() - Method in class io.milvus.v2.service.vector.request.data.FloatVec
 
getPlaceholderType() - Method in class io.milvus.v2.service.vector.request.data.SparseFloatVec
 
getPort() - Method in class io.milvus.param.ServerAddress
 
getPort() - Method in class io.milvus.v2.client.ConnectConfig
 
getPrimaryField() - Method in class io.milvus.response.DescCollResponseWrapper
Get the primary key field.
getProgress() - Method in class io.milvus.response.GetBulkInsertStateWrapper
Gets working progress percent value of the bulk insert task.
getProperties() - Method in class io.milvus.param.dml.ranker.BaseRanker
 
getProperties() - Method in class io.milvus.param.dml.ranker.RRFRanker
 
getProperties() - Method in class io.milvus.param.dml.ranker.WeightedRanker
 
getProperties() - Method in class io.milvus.response.DescCollResponseWrapper
Get properties of the collection.
getProperties() - Method in class io.milvus.response.DescDBResponseWrapper
Get properties of the collection.
getProperties() - Method in class io.milvus.v2.service.vector.request.ranker.BaseRanker
 
getProperties() - Method in class io.milvus.v2.service.vector.request.ranker.RRFRanker
 
getProperties() - Method in class io.milvus.v2.service.vector.request.ranker.WeightedRanker
 
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
 
getQuerySegmentInfo(GetQuerySegmentInfoParam) - Method in class io.milvus.client.MilvusServiceClient
 
GetQuerySegmentInfoParam - Class in io.milvus.param.control
Parameters for getQuerySegmentInfo interface.
GetQuerySegmentInfoParam.Builder - Class in io.milvus.param.control
Builder for GetQuerySegmentInfoParam class.
getReplicaNumber() - Method in class io.milvus.response.DescCollResponseWrapper
return collection replica number
getReplicaNumber() - Method in class io.milvus.response.DescDBResponseWrapper
return database replica number
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
 
getReplicas(GetReplicasParam) - Method in class io.milvus.client.MilvusServiceClient
 
GetReplicasParam - Class in io.milvus.param.control
Parameters for getReplicas interface.
GetReplicasParam.Builder - Class in io.milvus.param.control
Builder for GetReplicasParam class.
GetReq - Class in io.milvus.v2.service.vector.request
 
GetReq() - Constructor for class io.milvus.v2.service.vector.request.GetReq
 
getResourceGroups() - Method in class io.milvus.response.DescCollResponseWrapper
return collection resource groups
getResourceGroups() - Method in class io.milvus.response.DescDBResponseWrapper
return database resource groups
GetResp - Class in io.milvus.v2.service.vector.response
 
GetResp() - Constructor for class io.milvus.v2.service.vector.response.GetResp
 
GetResponse - Class in io.milvus.param.highlevel.dml.response
Parameters for get interface.
GetResponse() - Constructor for class io.milvus.param.highlevel.dml.response.GetResponse
 
getResults - Variable in class io.milvus.v2.service.vector.response.GetResp
 
getRowCount() - Method in class io.milvus.bulkwriter.Buffer
 
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.
getRowCount() - Method in class io.milvus.response.QueryResultsWrapper
Gets the row count of the result.
getRowRecords() - Method in class io.milvus.param.highlevel.dml.response.SearchResponse
Deprecated.
getRowRecords(int) - Method in class io.milvus.param.highlevel.dml.response.SearchResponse
 
getRowRecords() - Method in class io.milvus.response.basic.RowRecordWrapper
 
getRowRecords() - Method in class io.milvus.response.QueryResultsWrapper
Gets row records list from query result.
getRowRecords() - Method in class io.milvus.response.SearchResultsWrapper
Deprecated.
getRowRecords(int) - Method in class io.milvus.response.SearchResultsWrapper
Note: this method's function is duplicated with getIDScore(), it is for high-level search.
getS3ObjectUrl(String, String, String) - Method in enum io.milvus.bulkwriter.common.clientenum.CloudStorage
 
getSchema() - Method in class io.milvus.response.DescCollResponseWrapper
Get the collection schema of collection
getServerAddress() - Method in class io.milvus.connection.ServerSetting
 
getServerSettings() - Method in class io.milvus.connection.ClusterFactory
 
getServerVersion() - Method in class io.milvus.v2.client.MilvusClientV2
Get server version
getServerVersion(MilvusServiceGrpc.MilvusServiceBlockingStub) - Method in class io.milvus.v2.utils.ClientUtils
 
getShardNumber() - Method in class io.milvus.response.DescCollResponseWrapper
Get shard number of the collection.
getSize(DataType) - Static method in enum io.milvus.bulkwriter.common.clientenum.TypeSize
 
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
 
getStorageClient(String, String, TokenCredential) - Static method in class io.milvus.bulkwriter.storage.client.AzureStorageClient
 
getStorageClient(String, String, String, String, String, String, OkHttpClient) - Static method in class io.milvus.bulkwriter.storage.client.MinioStorageClient
 
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.
getTotalActiveClientNumber() - Method in class io.milvus.pool.ClientPool
Return the number of active clients of all key group
getTotalIdleClientNumber() - Method in class io.milvus.pool.ClientPool
Return the number of idle clients of all key group
getTotalRowCount() - Method in class io.milvus.bulkwriter.BulkWriter
 
getValues() - Method in class io.milvus.param.dml.InsertParam.Field
Return data of the field, in column-base.
getVectorField() - Method in class io.milvus.response.DescCollResponseWrapper
Deprecated.
getVectorFieldName() - Method in class io.milvus.param.QueryNodeSingleSearch
 
getVectorFields() - Method in class io.milvus.response.DescCollResponseWrapper
Get all the vector key field.
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
 
getVersion() - Method in class io.milvus.client.MilvusServiceClient
 
GrantInfo() - Constructor for class io.milvus.v2.service.rbac.response.DescribeRoleResp.GrantInfo
 
grantPrivilege(GrantPrivilegeReq) - Method in class io.milvus.v2.client.MilvusClientV2
grant privilege
grantPrivilege(MilvusServiceGrpc.MilvusServiceBlockingStub, GrantPrivilegeReq) - Method in class io.milvus.v2.service.rbac.RoleService
 
GrantPrivilegeReq - Class in io.milvus.v2.service.rbac.request
 
GrantPrivilegeReq() - Constructor for class io.milvus.v2.service.rbac.request.GrantPrivilegeReq
 
grantRole(GrantRoleReq) - Method in class io.milvus.v2.client.MilvusClientV2
grant role
grantRole(MilvusServiceGrpc.MilvusServiceBlockingStub, GrantRoleReq) - Method in class io.milvus.v2.service.rbac.RoleService
 
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
 
grantRolePrivilege(GrantRolePrivilegeParam) - Method in class io.milvus.client.MilvusServiceClient
 
GrantRolePrivilegeParam - Class in io.milvus.param.role
 
GrantRolePrivilegeParam.Builder - Class in io.milvus.param.role
Builder for GrantRolePrivilegeParam class.
GrantRoleReq - Class in io.milvus.v2.service.rbac.request
 
GrantRoleReq() - Constructor for class io.milvus.v2.service.rbac.request.GrantRoleReq
 
GROUP_BY_FIELD - Static variable in class io.milvus.param.Constant
 
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