Uses of Class
io.milvus.grpc.GetFlushStateResponse
-
Packages that use GetFlushStateResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of GetFlushStateResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetFlushStateResponse Modifier and Type Method Description R<GetFlushStateResponse>AbstractMilvusGrpcClient. getFlushState(@NonNull GetFlushStateParam requestParam)R<GetFlushStateResponse>MilvusClient. getFlushState(GetFlushStateParam requestParam)Get flush state of specified segments.R<GetFlushStateResponse>MilvusMultiServiceClient. getFlushState(GetFlushStateParam requestParam) -
Uses of GetFlushStateResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetFlushStateResponse Modifier and Type Method Description GetFlushStateResponseGetFlushStateResponse.Builder. build()GetFlushStateResponseGetFlushStateResponse.Builder. buildPartial()static GetFlushStateResponseGetFlushStateResponse. getDefaultInstance()GetFlushStateResponseGetFlushStateResponse.Builder. getDefaultInstanceForType()GetFlushStateResponseGetFlushStateResponse. getDefaultInstanceForType()GetFlushStateResponseMilvusServiceGrpc.MilvusServiceBlockingStub. getFlushState(GetFlushStateRequest request)static GetFlushStateResponseGetFlushStateResponse. parseDelimitedFrom(InputStream input)static GetFlushStateResponseGetFlushStateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlushStateResponseGetFlushStateResponse. parseFrom(byte[] data)static GetFlushStateResponseGetFlushStateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlushStateResponseGetFlushStateResponse. parseFrom(com.google.protobuf.ByteString data)static GetFlushStateResponseGetFlushStateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlushStateResponseGetFlushStateResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetFlushStateResponseGetFlushStateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlushStateResponseGetFlushStateResponse. parseFrom(InputStream input)static GetFlushStateResponseGetFlushStateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFlushStateResponseGetFlushStateResponse. parseFrom(ByteBuffer data)static GetFlushStateResponseGetFlushStateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type GetFlushStateResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<GetFlushStateResponse>MilvusServiceGrpc.MilvusServiceFutureStub. getFlushState(GetFlushStateRequest request)static io.grpc.MethodDescriptor<GetFlushStateRequest,GetFlushStateResponse>MilvusServiceGrpc. getGetFlushStateMethod()com.google.protobuf.Parser<GetFlushStateResponse>GetFlushStateResponse. getParserForType()static com.google.protobuf.Parser<GetFlushStateResponse>GetFlushStateResponse. parser()Methods in io.milvus.grpc with parameters of type GetFlushStateResponse Modifier and Type Method Description GetFlushStateResponse.BuilderGetFlushStateResponse.Builder. mergeFrom(GetFlushStateResponse other)static GetFlushStateResponse.BuilderGetFlushStateResponse. newBuilder(GetFlushStateResponse prototype)Method parameters in io.milvus.grpc with type arguments of type GetFlushStateResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. getFlushState(GetFlushStateRequest request, io.grpc.stub.StreamObserver<GetFlushStateResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. getFlushState(GetFlushStateRequest request, io.grpc.stub.StreamObserver<GetFlushStateResponse> responseObserver)
-