Uses of Class
io.milvus.bulkwriter.common.clientenum.TypeSize
-
Packages that use TypeSize Package Description io.milvus.bulkwriter.common.clientenum -
-
Uses of TypeSize in io.milvus.bulkwriter.common.clientenum
Methods in io.milvus.bulkwriter.common.clientenum that return TypeSize Modifier and Type Method Description static TypeSizeTypeSize. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeSize[]TypeSize. values()Returns an array containing the constants of this enum type, in the order they are declared.
-