Uses of Class
com.yahoo.search.logging.LoggerEntry
Packages that use LoggerEntry
-
Uses of LoggerEntry in com.yahoo.search.logging
Methods in com.yahoo.search.logging that return LoggerEntryModifier and TypeMethodDescriptionLoggerEntry.Builder.build()static LoggerEntryLoggerEntry.deserialize(String content) Methods in com.yahoo.search.logging with parameters of type LoggerEntryModifier and TypeMethodDescriptionbooleanAbstractSpoolingLogger.send(LoggerEntry entry) booleanLogger.send(LoggerEntry entry) booleanLocalDiskLogger.transport(LoggerEntry entry) Method parameters in com.yahoo.search.logging with type arguments of type LoggerEntryModifier and TypeMethodDescriptionvoidSpooler.processFiles(Function<LoggerEntry, Boolean> transport) voidSpooler.processFiles(List<File> files, Function<LoggerEntry, Boolean> transport)