Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.LogEntry.Type
-
Packages that use LogEntry.Type Package Description com.yahoo.vespa.hosted.controller.api.integration -
-
Uses of LogEntry.Type in com.yahoo.vespa.hosted.controller.api.integration
Methods in com.yahoo.vespa.hosted.controller.api.integration that return LogEntry.Type Modifier and Type Method Description LogEntry.TypeLogEntry. type()static LogEntry.TypeLogEntry. typeOf(Level level)static LogEntry.TypeLogEntry.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static LogEntry.Type[]LogEntry.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration with parameters of type LogEntry.Type Constructor Description LogEntry(long id, Instant at, LogEntry.Type type, String message)
-