Package io.milvus.param.collection
Class FlushParam
- java.lang.Object
-
- io.milvus.param.collection.FlushParam
-
public class FlushParam extends Object
Parameters forflushinterface. Note that the flush interface is not exposed currently.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlushParam.BuilderBuilder forFlushParamclass.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlushParam.BuildernewBuilder()StringtoString()Constructs aStringbyFlushParaminstance.
-
-
-
Method Detail
-
newBuilder
public static FlushParam.Builder newBuilder()
-
toString
public String toString()
Constructs aStringbyFlushParaminstance.
-
-