Uses of Class
io.milvus.grpc.GetPersistentSegmentInfoResponse
Packages that use GetPersistentSegmentInfoResponse
-
Uses of GetPersistentSegmentInfoResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetPersistentSegmentInfoResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.getPersistentSegmentInfo(@NonNull GetPersistentSegmentInfoParam requestParam) MilvusClient.getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam) Gets the information of persistent segments from data node, including row count, persistence state(growing or flushed), etc.MilvusMultiServiceClient.getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam) MilvusServiceClient.getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam) -
Uses of GetPersistentSegmentInfoResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetPersistentSegmentInfoResponseModifier and TypeMethodDescriptionGetPersistentSegmentInfoResponse.Builder.build()GetPersistentSegmentInfoResponse.Builder.buildPartial()GetPersistentSegmentInfoResponse.getDefaultInstance()GetPersistentSegmentInfoResponse.Builder.getDefaultInstanceForType()GetPersistentSegmentInfoResponse.getDefaultInstanceForType()MilvusServiceGrpc.MilvusServiceBlockingStub.getPersistentSegmentInfo(GetPersistentSegmentInfoRequest request) GetPersistentSegmentInfoResponse.parseDelimitedFrom(InputStream input) GetPersistentSegmentInfoResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetPersistentSegmentInfoResponse.parseFrom(byte[] data) GetPersistentSegmentInfoResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetPersistentSegmentInfoResponse.parseFrom(com.google.protobuf.ByteString data) GetPersistentSegmentInfoResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetPersistentSegmentInfoResponse.parseFrom(com.google.protobuf.CodedInputStream input) GetPersistentSegmentInfoResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetPersistentSegmentInfoResponse.parseFrom(InputStream input) GetPersistentSegmentInfoResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetPersistentSegmentInfoResponse.parseFrom(ByteBuffer data) GetPersistentSegmentInfoResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type GetPersistentSegmentInfoResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetPersistentSegmentInfoRequest, GetPersistentSegmentInfoResponse> MilvusServiceGrpc.getGetPersistentSegmentInfoMethod()com.google.protobuf.Parser<GetPersistentSegmentInfoResponse> GetPersistentSegmentInfoResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<GetPersistentSegmentInfoResponse> MilvusServiceGrpc.MilvusServiceFutureStub.getPersistentSegmentInfo(GetPersistentSegmentInfoRequest request) static com.google.protobuf.Parser<GetPersistentSegmentInfoResponse> GetPersistentSegmentInfoResponse.parser()Methods in io.milvus.grpc with parameters of type GetPersistentSegmentInfoResponseModifier and TypeMethodDescriptionGetPersistentSegmentInfoResponse.Builder.mergeFrom(GetPersistentSegmentInfoResponse other) GetPersistentSegmentInfoResponse.newBuilder(GetPersistentSegmentInfoResponse prototype) Method parameters in io.milvus.grpc with type arguments of type GetPersistentSegmentInfoResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.getPersistentSegmentInfo(GetPersistentSegmentInfoRequest request, io.grpc.stub.StreamObserver<GetPersistentSegmentInfoResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.getPersistentSegmentInfo(GetPersistentSegmentInfoRequest request, io.grpc.stub.StreamObserver<GetPersistentSegmentInfoResponse> responseObserver)