Uses of Class
io.milvus.grpc.FlushParam
-
Packages that use FlushParam Package Description io.milvus.grpc -
-
Uses of FlushParam in io.milvus.grpc
Methods in io.milvus.grpc that return FlushParam Modifier and Type Method Description FlushParamFlushParam.Builder. build()FlushParamFlushParam.Builder. buildPartial()static FlushParamFlushParam. getDefaultInstance()FlushParamFlushParam.Builder. getDefaultInstanceForType()FlushParamFlushParam. getDefaultInstanceForType()static FlushParamFlushParam. parseDelimitedFrom(InputStream input)static FlushParamFlushParam. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FlushParamFlushParam. parseFrom(byte[] data)static FlushParamFlushParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FlushParamFlushParam. parseFrom(com.google.protobuf.ByteString data)static FlushParamFlushParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FlushParamFlushParam. parseFrom(com.google.protobuf.CodedInputStream input)static FlushParamFlushParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FlushParamFlushParam. parseFrom(InputStream input)static FlushParamFlushParam. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FlushParamFlushParam. parseFrom(ByteBuffer data)static FlushParamFlushParam. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type FlushParam Modifier and Type Method Description static io.grpc.MethodDescriptor<FlushParam,Status>MilvusServiceGrpc. getFlushMethod()com.google.protobuf.Parser<FlushParam>FlushParam. getParserForType()static com.google.protobuf.Parser<FlushParam>FlushParam. parser()Methods in io.milvus.grpc with parameters of type FlushParam Modifier and Type Method Description StatusMilvusServiceGrpc.MilvusServiceBlockingStub. flush(FlushParam request)@brief This method is used to flush buffer into storage.com.google.common.util.concurrent.ListenableFuture<Status>MilvusServiceGrpc.MilvusServiceFutureStub. flush(FlushParam request)@brief This method is used to flush buffer into storage.voidMilvusServiceGrpc.MilvusServiceImplBase. flush(FlushParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to flush buffer into storage.voidMilvusServiceGrpc.MilvusServiceStub. flush(FlushParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to flush buffer into storage.FlushParam.BuilderFlushParam.Builder. mergeFrom(FlushParam other)static FlushParam.BuilderFlushParam. newBuilder(FlushParam prototype)
-