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.BuilderwithDatabaseName(String databaseName)Sets the database name.GetFlushAllStateParam.BuilderwithFlushAllTs(@NonNull Long flushAllTs)
-
-
-
Method Detail
-
withDatabaseName
public GetFlushAllStateParam.Builder withDatabaseName(String databaseName)
Sets the database name. database name can be nil.- Parameters:
databaseName- database name- Returns:
Builder
-
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
-
-