Uses of Class
io.milvus.grpc.GetReplicasResponse
Packages that use GetReplicasResponse
-
Uses of GetReplicasResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetReplicasResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.getReplicas(GetReplicasParam requestParam) MilvusClient.getReplicas(GetReplicasParam requestParam) Returns the collection's replica informationMilvusMultiServiceClient.getReplicas(GetReplicasParam requestParam) MilvusServiceClient.getReplicas(GetReplicasParam requestParam) -
Uses of GetReplicasResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetReplicasResponseModifier and TypeMethodDescriptionGetReplicasResponse.Builder.build()GetReplicasResponse.Builder.buildPartial()static GetReplicasResponseGetReplicasResponse.getDefaultInstance()GetReplicasResponse.Builder.getDefaultInstanceForType()GetReplicasResponse.getDefaultInstanceForType()MilvusServiceGrpc.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 GetReplicasResponseModifier and TypeMethodDescriptionstatic 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 GetReplicasResponseModifier and TypeMethodDescriptionGetReplicasResponse.Builder.mergeFrom(GetReplicasResponse other) static GetReplicasResponse.BuilderGetReplicasResponse.newBuilder(GetReplicasResponse prototype) Method parameters in io.milvus.grpc with type arguments of type GetReplicasResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.getReplicas(GetReplicasRequest request, io.grpc.stub.StreamObserver<GetReplicasResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.getReplicas(GetReplicasRequest request, io.grpc.stub.StreamObserver<GetReplicasResponse> responseObserver)