Package io.milvus.param.collection
Class FlushParam
- java.lang.Object
-
- io.milvus.param.collection.FlushParam
-
public class FlushParam extends Object
Parameters forflush
interface. Note that the flush interface is not exposed currently.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlushParam.Builder
Builder forFlushParam
class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlushParam.Builder
newBuilder()
String
toString()
Constructs aString
byFlushParam
instance.
-
-
-
Method Detail
-
newBuilder
public static FlushParam.Builder newBuilder()
-
toString
public String toString()
Constructs aString
byFlushParam
instance.
-
-