Uses of Class
io.milvus.param.LogLevel
-
Packages that use LogLevel Package Description io.milvus.client io.milvus.param -
-
Uses of LogLevel in io.milvus.client
Fields in io.milvus.client declared as LogLevel Modifier and Type Field Description protected LogLevelAbstractMilvusGrpcClient. logLevelMethods in io.milvus.client with parameters of type LogLevel Modifier and Type Method Description voidMilvusServiceClient. setLogLevel(LogLevel level) -
Uses of LogLevel in io.milvus.param
Methods in io.milvus.param that return LogLevel Modifier and Type Method Description static LogLevelLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogLevel[]LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-