Package io.milvus.param.control
Class GetFlushAllStateParam.Builder
- java.lang.Object
-
- io.milvus.param.control.GetFlushAllStateParam.Builder
-
- Enclosing class:
- GetFlushAllStateParam
public static final class GetFlushAllStateParam.Builder extends java.lang.Object
Builder forGetFlushAllStateParam
class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetFlushAllStateParam
build()
Verifies parameters and creates a newGetFlushAllStateParam
instance.GetFlushAllStateParam.Builder
withFlushAllTs(@NonNull java.lang.Long flushAllTs)
-
-
-
Method Detail
-
withFlushAllTs
public GetFlushAllStateParam.Builder withFlushAllTs(@NonNull @NonNull java.lang.Long flushAllTs)
-
build
public GetFlushAllStateParam build() throws ParamException
Verifies parameters and creates a newGetFlushAllStateParam
instance.- Returns:
GetFlushAllStateParam
- Throws:
ParamException
-
-