跳过导航链接
A B C D E F G H I K L M N P Q R S T U V W 

G

getAliases() - 类 中的方法io.milvus.response.DescCollResponseWrapper
Get aliases of the collection.
getAuthorization() - 类 中的方法io.milvus.param.ConnectParam
 
getAuthorization() - 类 中的方法io.milvus.param.MultiConnectParam
 
getAutoGeneratedIDs() - 类 中的方法io.milvus.response.GetBulkloadStateWrapper
Gets the long ID array for auto-id primary key, generated by bulk load task.
getAvailableServerSettings() - 类 中的方法io.milvus.connection.ClusterFactory
 
GetBulkloadStateParam - io.milvus.param.dml中的类
Parameters for getBulkloadState interface.
GetBulkloadStateParam.Builder - io.milvus.param.dml中的类
Builder for GetBulkloadStateParam class.
GetBulkloadStateWrapper - io.milvus.response中的类
Util class to wrap response of getBulkloadState interface.
GetBulkloadStateWrapper(GetImportStateResponse) - 类 的构造器io.milvus.response.GetBulkloadStateWrapper
 
getClient() - 类 中的方法io.milvus.connection.ServerSetting
 
getCode() - 枚举 中的方法io.milvus.param.R.Status
 
getCollectionDescription() - 类 中的方法io.milvus.response.DescCollResponseWrapper
Get description of the collection.
getCollectionID() - 类 中的方法io.milvus.response.DescCollResponseWrapper
Get internal id of the collection.
getCollectionInfoByName(String) - 类 中的方法io.milvus.response.ShowCollResponseWrapper
Get information of one collection by name.
getCollectionName() - 类 中的方法io.milvus.param.QueryNodeSingleSearch
 
getCollectionName() - 类 中的方法io.milvus.response.DescCollResponseWrapper
Get name of the collection.
getCollectionName() - 类 中的方法io.milvus.response.GetBulkloadStateWrapper
Gets target collection name of the bulk load task.
getCollectionsInfo() - 类 中的方法io.milvus.response.ShowCollResponseWrapper
Get information of the collections.
getCollectionStatistics(GetCollectionStatisticsParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getCollectionStatistics(GetCollectionStatisticsParam) - 接口 中的方法io.milvus.client.MilvusClient
Shows the statistics information of a collection.
getCollectionStatistics(GetCollectionStatisticsParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getCollectionStatistics(GetCollectionStatisticsRequest, StreamObserver<GetCollectionStatisticsResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetCollectionStatisticsParam - io.milvus.param.collection中的类
Parameters for getCollectionStatistics interface.
GetCollectionStatisticsParam.Builder - io.milvus.param.collection中的类
Builder for GetCollectionStatisticsParam class.
GetCollStatResponseWrapper - io.milvus.response中的类
Utility class to wrap response of getCollectionStatistics interface.
GetCollStatResponseWrapper(GetCollectionStatisticsResponse) - 类 的构造器io.milvus.response.GetCollStatResponseWrapper
 
GetCompactionPlansParam - io.milvus.param.control中的类
Parameters for getCompactionStateWithPlans interface.
GetCompactionPlansParam.Builder - io.milvus.param.control中的类
Builder for GetCompactionPlansParam class.
getCompactionState(GetCompactionStateParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getCompactionState(GetCompactionStateParam) - 接口 中的方法io.milvus.client.MilvusClient
Gets the compaction state by id.
getCompactionState(GetCompactionStateParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getCompactionState(GetCompactionStateRequest, StreamObserver<GetCompactionStateResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetCompactionStateParam - io.milvus.param.control中的类
Parameters for getCompactionState interface.
GetCompactionStateParam.Builder - io.milvus.param.control中的类
Builder for GetCompactionStateParam class.
getCompactionStateWithPlans(GetCompactionPlansParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getCompactionStateWithPlans(GetCompactionPlansParam) - 接口 中的方法io.milvus.client.MilvusClient
Gets compaction state with its plan.
getCompactionStateWithPlans(GetCompactionPlansParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getCompactionStateWithPlans(GetCompactionPlansRequest, StreamObserver<GetCompactionPlansResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
getConnectTimeoutMs() - 类 中的方法io.milvus.param.ConnectParam
 
getConnectTimeoutMs() - 类 中的方法io.milvus.param.MultiConnectParam
 
getCreatedUtcTimestamp() - 类 中的方法io.milvus.response.DescCollResponseWrapper
Get utc timestamp when collection created.
getData() - 类 中的方法io.milvus.param.R
 
getDefaultServer() - 类 中的方法io.milvus.connection.ClusterFactory
 
getDeleteCount() - 类 中的方法io.milvus.response.MutationResultWrapper
Gets the row count of the deleted entities.
getDim() - 类 中的方法io.milvus.response.FieldDataWrapper
Gets the dimension value of a vector field.
getDimension() - 类 中的方法io.milvus.param.collection.FieldType
 
getException() - 类 中的方法io.milvus.param.R
 
getExtraParam() - 类 中的方法io.milvus.response.DescIndexResponseWrapper.IndexDesc
 
getFailedReason() - 类 中的方法io.milvus.response.GetBulkloadStateWrapper
Gets failed reason of the bulk load task.
getFieldByName(String) - 类 中的方法io.milvus.response.DescCollResponseWrapper
Get schema of a field by name.
getFieldData() - 类 中的方法io.milvus.response.FieldDataWrapper
Returns the field data according to its type: float vector field return List<List<Float>>, binary vector field return List<ByteBuffer>, int64 field return List<Long>, boolean field return List<Boolean>, etc.
getFieldData(String, int) - 类 中的方法io.milvus.response.SearchResultsWrapper
Gets data for an output field which is specified by search request.
getFields() - 类 中的方法io.milvus.response.DescCollResponseWrapper
Get schema of the collection's fields.
getFieldWrapper(String) - 类 中的方法io.milvus.response.QueryResultsWrapper
Gets FieldDataWrapper for a field.
getFiles() - 类 中的方法io.milvus.response.GetBulkloadStateWrapper
Gets target files of the bulk load task.
getFlushState(GetFlushStateParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getFlushState(GetFlushStateParam) - 接口 中的方法io.milvus.client.MilvusClient
Get flush state of specified segments.
getFlushState(GetFlushStateParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getFlushState(GetFlushStateRequest, StreamObserver<GetFlushStateResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetFlushStateParam - io.milvus.param.control中的类
Parameters for getMetric interface.
GetFlushStateParam.Builder - io.milvus.param.control中的类
Builder for GetFlushStateParam class.
getHealthPort() - 类 中的方法io.milvus.param.ServerAddress
 
getHost() - 类 中的方法io.milvus.param.ConnectParam
 
getHost() - 类 中的方法io.milvus.param.ServerAddress
 
getHosts() - 类 中的方法io.milvus.param.MultiConnectParam
 
getIdleTimeoutMs() - 类 中的方法io.milvus.param.ConnectParam
 
getIdleTimeoutMs() - 类 中的方法io.milvus.param.MultiConnectParam
 
getIDScore(int) - 类 中的方法io.milvus.response.SearchResultsWrapper
Gets ID-score pairs returned by search interface.
getImportedCount() - 类 中的方法io.milvus.response.GetBulkloadStateWrapper
Gets how many rows were imported by the bulk load task.
getImportState(GetImportStateRequest, StreamObserver<GetImportStateResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
getIndexBuildProgress(GetIndexBuildProgressParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getIndexBuildProgress(GetIndexBuildProgressParam) - 接口 中的方法io.milvus.client.MilvusClient
Shows the index building progress, such as how many rows are indexed.
getIndexBuildProgress(GetIndexBuildProgressParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getIndexBuildProgress(GetIndexBuildProgressRequest, StreamObserver<GetIndexBuildProgressResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetIndexBuildProgressParam - io.milvus.param.index中的类
Parameters for getIndexBuildProgress interface.
GetIndexBuildProgressParam.Builder - io.milvus.param.index中的类
Builder for GetIndexBuildProgressParam class.
getIndexDescByFieldName(String) - 类 中的方法io.milvus.response.DescIndexResponseWrapper
Get index description by field name.
getIndexDescriptions() - 类 中的方法io.milvus.response.DescIndexResponseWrapper
Get index description of fields.
getIndexState(GetIndexStateParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getIndexState(GetIndexStateParam) - 接口 中的方法io.milvus.client.MilvusClient
Shows the index building state(in-progress/finished/failed), and the reason for failure (if any).
getIndexState(GetIndexStateParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getIndexState(GetIndexStateRequest, StreamObserver<GetIndexStateResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetIndexStateParam - io.milvus.param.index中的类
Parameters for getIndexState interface.
GetIndexStateParam.Builder - io.milvus.param.index中的类
Builder for GetIndexStateParam class.
getIndexType() - 类 中的方法io.milvus.response.DescIndexResponseWrapper.IndexDesc
 
getInsertCount() - 类 中的方法io.milvus.response.MutationResultWrapper
Gets the row count of the inserted entities.
getKeepAliveTimeMs() - 类 中的方法io.milvus.param.ConnectParam
 
getKeepAliveTimeMs() - 类 中的方法io.milvus.param.MultiConnectParam
 
getKeepAliveTimeoutMs() - 类 中的方法io.milvus.param.ConnectParam
 
getKeepAliveTimeoutMs() - 类 中的方法io.milvus.param.MultiConnectParam
 
getLongIDs() - 类 中的方法io.milvus.response.MutationResultWrapper
Gets the long ID array returned by insert interface.
getMaster() - 类 中的方法io.milvus.connection.ClusterFactory
 
getMaxLength() - 类 中的方法io.milvus.param.collection.FieldType
 
getMessage() - 类 中的方法io.milvus.param.R
 
getMetrics(GetMetricsParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getMetrics(GetMetricsParam) - 接口 中的方法io.milvus.client.MilvusClient
Gets the runtime metrics information of Milvus, returns the result in .json format.
getMetrics(GetMetricsParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getMetrics(GetMetricsRequest, StreamObserver<GetMetricsResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetMetricsParam - io.milvus.param.control中的类
Parameters for getMetric interface.
GetMetricsParam.Builder - io.milvus.param.control中的类
Builder for GetMetricsParam class.
getMetricType() - 类 中的方法io.milvus.param.QueryNodeSingleSearch
 
getMetricType() - 类 中的方法io.milvus.response.DescIndexResponseWrapper.IndexDesc
 
getMsg() - 类 中的方法io.milvus.param.RpcStatus
 
getName() - 类 中的方法io.milvus.param.dml.InsertParam.Field
Return name of the field.
getOperationTs() - 类 中的方法io.milvus.response.MutationResultWrapper
Get timestamp of the operation marked by server.
getParams() - 类 中的方法io.milvus.param.QueryNodeSingleSearch
 
getPartitionInfoByName(String) - 类 中的方法io.milvus.response.ShowPartResponseWrapper
Get information of one partition by name.
getPartitionName() - 类 中的方法io.milvus.response.GetBulkloadStateWrapper
Gets target partition name of the bulk load task.
getPartitionsInfo() - 类 中的方法io.milvus.response.ShowPartResponseWrapper
Get information of the partitions.
getPartitionStatistics(GetPartitionStatisticsParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getPartitionStatistics(GetPartitionStatisticsParam) - 接口 中的方法io.milvus.client.MilvusClient
Shows the statistics information of a partition.
getPartitionStatistics(GetPartitionStatisticsParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getPartitionStatistics(GetPartitionStatisticsRequest, StreamObserver<GetPartitionStatisticsResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetPartitionStatisticsParam - io.milvus.param.partition中的类
Parameters for getPartitionStatistics interface.
GetPartitionStatisticsParam.Builder - io.milvus.param.partition中的类
Builder for GetPartitionStatisticsParam class.
GetPartStatResponseWrapper - io.milvus.response中的类
Utility class to wrap response of getPartitionStatistics interface.
GetPartStatResponseWrapper(GetPartitionStatisticsResponse) - 类 的构造器io.milvus.response.GetPartStatResponseWrapper
 
getPersistentSegmentInfo(GetPersistentSegmentInfoParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getPersistentSegmentInfo(GetPersistentSegmentInfoParam) - 接口 中的方法io.milvus.client.MilvusClient
Gets the information of persistent segments from data node, including row count, persistence state(growing or flushed), etc.
getPersistentSegmentInfo(GetPersistentSegmentInfoParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getPersistentSegmentInfo(GetPersistentSegmentInfoRequest, StreamObserver<GetPersistentSegmentInfoResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetPersistentSegmentInfoParam - io.milvus.param.control中的类
Parameters for getPersistentSegmentInfo interface.
GetPersistentSegmentInfoParam.Builder - io.milvus.param.control中的类
getPort() - 类 中的方法io.milvus.param.ConnectParam
 
getPort() - 类 中的方法io.milvus.param.ServerAddress
 
getQueryNodeSingleSearch() - 类 中的方法io.milvus.param.MultiConnectParam
 
getQuerySegmentInfo(GetQuerySegmentInfoParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getQuerySegmentInfo(GetQuerySegmentInfoParam) - 接口 中的方法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) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getQuerySegmentInfo(GetQuerySegmentInfoRequest, StreamObserver<GetQuerySegmentInfoResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetQuerySegmentInfoParam - io.milvus.param.control中的类
Parameters for getQuerySegmentInfo interface.
GetQuerySegmentInfoParam.Builder - io.milvus.param.control中的类
Builder for GetQuerySegmentInfoParam class.
getReplicas(GetReplicasParam) - 类 中的方法io.milvus.client.AbstractMilvusGrpcClient
 
getReplicas(GetReplicasParam) - 接口 中的方法io.milvus.client.MilvusClient
Returns the collection's replica information
getReplicas(GetReplicasParam) - 类 中的方法io.milvus.client.MilvusMultiServiceClient
 
getReplicas(GetReplicasRequest, StreamObserver<GetReplicasResponse>) - 类 中的方法io.milvus.server.MockMilvusServerImpl
 
GetReplicasParam - io.milvus.param.control中的类
Parameters for getReplicas interface.
GetReplicasParam.Builder - io.milvus.param.control中的类
Builder for GetReplicasParam class.
getRowCount() - 类 中的方法io.milvus.response.FieldDataWrapper
Gets the row count of a field
getRowCount() - 类 中的方法io.milvus.response.GetCollStatResponseWrapper
Gets the row count of a field.
getRowCount() - 类 中的方法io.milvus.response.GetPartStatResponseWrapper
Gets the row count of a field.
getServerAddress() - 类 中的方法io.milvus.connection.ServerSetting
 
getServerSettings() - 类 中的方法io.milvus.connection.ClusterFactory
 
getShardNumber() - 类 中的方法io.milvus.response.DescCollResponseWrapper
Get shard number of the collection.
getState() - 类 中的方法io.milvus.response.GetBulkloadStateWrapper
Gets state of the bulk load task.
getStatus() - 异常错误 中的方法io.milvus.exception.MilvusException
 
getStatus() - 类 中的方法io.milvus.param.R
 
getStringIDs() - 类 中的方法io.milvus.response.MutationResultWrapper
Gets the string ID array returned by insert interface.
getTaskID() - 类 中的方法io.milvus.response.GetBulkloadStateWrapper
Gets ID of the bulk load task.
getType() - 类 中的方法io.milvus.param.dml.InsertParam.Field
Return data type of the field.
getValues() - 类 中的方法io.milvus.param.dml.InsertParam.Field
Return data of the field, in column-base.
getVectorFieldName() - 类 中的方法io.milvus.param.QueryNodeSingleSearch
 
getVectors() - 类 中的方法io.milvus.param.QueryNodeSingleSearch
 
GUARANTEE_EVENTUALLY_TS - 类 中的静态变量io.milvus.param.Constant
 
GUARANTEE_STRONG_TS - 类 中的静态变量io.milvus.param.Constant
 
A B C D E F G H I K L M N P Q R S T U V W 
跳过导航链接