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 Object
Builder forGetFlushAllStateParamclass.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetFlushAllStateParambuild()Verifies parameters and creates a newGetFlushAllStateParaminstance.GetFlushAllStateParam.BuilderwithFlushAllTs(@NonNull Long flushAllTs)
-
-
-
Method Detail
-
withFlushAllTs
public GetFlushAllStateParam.Builder withFlushAllTs(@NonNull @NonNull Long flushAllTs)
-
build
public GetFlushAllStateParam build() throws ParamException
Verifies parameters and creates a newGetFlushAllStateParaminstance.- Returns:
GetFlushAllStateParam- Throws:
ParamException
-
-