Uses of Class
io.milvus.grpc.GetReplicasResponse
-
Packages that use GetReplicasResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of GetReplicasResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetReplicasResponse Modifier and Type Method Description R<GetReplicasResponse>AbstractMilvusGrpcClient. getReplicas(GetReplicasParam requestParam)R<GetReplicasResponse>MilvusClient. getReplicas(GetReplicasParam requestParam)Returns the collection's replica informationR<GetReplicasResponse>MilvusMultiServiceClient. getReplicas(GetReplicasParam requestParam)R<GetReplicasResponse>MilvusServiceClient. getReplicas(GetReplicasParam requestParam) -
Uses of GetReplicasResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetReplicasResponse Modifier and Type Method Description GetReplicasResponseGetReplicasResponse.Builder. build()GetReplicasResponseGetReplicasResponse.Builder. buildPartial()static GetReplicasResponseGetReplicasResponse. getDefaultInstance()GetReplicasResponseGetReplicasResponse.Builder. getDefaultInstanceForType()GetReplicasResponseGetReplicasResponse. getDefaultInstanceForType()GetReplicasResponseMilvusServiceGrpc.MilvusServiceBlockingStub. getReplicas(GetReplicasRequest request)static GetReplicasResponseGetReplicasResponse. parseDelimitedFrom(InputStream input)static GetReplicasResponseGetReplicasResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReplicasResponseGetReplicasResponse. parseFrom(byte[] data)static GetReplicasResponseGetReplicasResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReplicasResponseGetReplicasResponse. parseFrom(com.google.protobuf.ByteString data)static GetReplicasResponseGetReplicasResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReplicasResponseGetReplicasResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetReplicasResponseGetReplicasResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReplicasResponseGetReplicasResponse. parseFrom(InputStream input)static GetReplicasResponseGetReplicasResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReplicasResponseGetReplicasResponse. parseFrom(ByteBuffer data)static GetReplicasResponseGetReplicasResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type GetReplicasResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetReplicasRequest,GetReplicasResponse>MilvusServiceGrpc. getGetReplicasMethod()com.google.protobuf.Parser<GetReplicasResponse>GetReplicasResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<GetReplicasResponse>MilvusServiceGrpc.MilvusServiceFutureStub. getReplicas(GetReplicasRequest request)static com.google.protobuf.Parser<GetReplicasResponse>GetReplicasResponse. parser()Methods in io.milvus.grpc with parameters of type GetReplicasResponse Modifier and Type Method Description GetReplicasResponse.BuilderGetReplicasResponse.Builder. mergeFrom(GetReplicasResponse other)static GetReplicasResponse.BuilderGetReplicasResponse. newBuilder(GetReplicasResponse prototype)Method parameters in io.milvus.grpc with type arguments of type GetReplicasResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. getReplicas(GetReplicasRequest request, io.grpc.stub.StreamObserver<GetReplicasResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. getReplicas(GetReplicasRequest request, io.grpc.stub.StreamObserver<GetReplicasResponse> responseObserver)
-