A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.GetBulkloadStateWrapper
-
Gets the long ID array for auto-id primary key, generated by bulk load task.
- getAvailableServerSettings() - Method in class io.milvus.connection.ClusterFactory
- GetBulkloadStateParam - Class in io.milvus.param.dml
-
Parameters for
getBulkloadState
interface. - GetBulkloadStateParam.Builder - Class in io.milvus.param.dml
-
Builder for
GetBulkloadStateParam
class. - GetBulkloadStateWrapper - Class in io.milvus.response
-
Util class to wrap response of
getBulkloadState
interface. - GetBulkloadStateWrapper(GetImportStateResponse) - Constructor for class io.milvus.response.GetBulkloadStateWrapper
- 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.GetBulkloadStateWrapper
-
Gets target collection name of the bulk load task.
- getCollectionsInfo() - Method in class io.milvus.response.ShowCollResponseWrapper
-
Get information of the collections.
- getCollectionStatistics(GetCollectionStatisticsParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
- getCollectionStatistics(GetCollectionStatisticsRequest, StreamObserver<GetCollectionStatisticsResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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(GetCompactionStateRequest, StreamObserver<GetCompactionStateResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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(GetCompactionPlansRequest, StreamObserver<GetCompactionPlansResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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.
- 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.GetBulkloadStateWrapper
-
Gets failed reason of the bulk load 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<List<Float>>, binary vector field return List<ByteBuffer>, int64 field return List<Long>, boolean field return List<Boolean>, 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.GetBulkloadStateWrapper
-
Gets target files of the bulk load task.
- getFlushState(GetFlushStateParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
- getFlushState(GetFlushStateRequest, StreamObserver<GetFlushStateResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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.GetBulkloadStateWrapper
-
Gets how many rows were imported by the bulk load task.
- getImportState(GetImportStateRequest, StreamObserver<GetImportStateResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- getIndexBuildProgress(GetIndexBuildProgressParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
- getIndexBuildProgress(GetIndexBuildProgressRequest, StreamObserver<GetIndexBuildProgressResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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
- getIndexState(GetIndexStateRequest, StreamObserver<GetIndexStateResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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
- 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(GetMetricsRequest, StreamObserver<GetMetricsResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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.
- 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.GetBulkloadStateWrapper
-
Gets target partition name of the bulk load task.
- getPartitionsInfo() - Method in class io.milvus.response.ShowPartResponseWrapper
-
Get information of the partitions.
- getPartitionStatistics(GetPartitionStatisticsParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
- getPartitionStatistics(GetPartitionStatisticsRequest, StreamObserver<GetPartitionStatisticsResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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(GetPersistentSegmentInfoRequest, StreamObserver<GetPersistentSegmentInfoResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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
-
Builder for
GetPersistentSegmentInfoParam
class. - getPort() - Method in class io.milvus.param.ConnectParam
- getPort() - Method in class io.milvus.param.ServerAddress
- getQueryNodeSingleSearch() - Method in class io.milvus.param.MultiConnectParam
- getQuerySegmentInfo(GetQuerySegmentInfoParam) - Method in class io.milvus.client.AbstractMilvusGrpcClient
- getQuerySegmentInfo(GetQuerySegmentInfoRequest, StreamObserver<GetQuerySegmentInfoResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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(GetReplicasRequest, StreamObserver<GetReplicasResponse>) - Method in class io.milvus.server.MockMilvusServerImpl
- 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.GetBulkloadStateWrapper
-
Gets state of the bulk load 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.GetBulkloadStateWrapper
-
Gets ID of the bulk load task.
- getType() - Method in class io.milvus.param.dml.InsertParam.Field
-
Return data type of the field.
- 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
- GUARANTEE_EVENTUALLY_TS - Static variable in class io.milvus.param.Constant
- GUARANTEE_STRONG_TS - Static variable in class io.milvus.param.Constant
All Classes All Packages