Uses of Interface
com.logviewer.data2.LogView
Packages that use LogView
Package
Description
-
Uses of LogView in com.logviewer.data2
Classes in com.logviewer.data2 that implement LogViewMethods in com.logviewer.data2 that return types with arguments of type LogViewModifier and TypeMethodDescriptionLogService.openLogs(Collection<LogPath> paths) LogService.openRemoteLog(LogPath path) Constructors in com.logviewer.data2 with parameters of type LogViewModifierConstructorDescriptionExceptionBrokenLogView(LogView delegate, Throwable error) LvPredicateChecker(LogView logView) -
Uses of LogView in com.logviewer.data2.net
Classes in com.logviewer.data2.net that implement LogView -
Uses of LogView in com.logviewer.web
Methods in com.logviewer.web that return types with arguments of type LogViewMethod parameters in com.logviewer.web with type arguments of type LogView -
Uses of LogView in com.logviewer.web.dto
Constructors in com.logviewer.web.dto with parameters of type LogView -
Uses of LogView in com.logviewer.web.dto.events
Constructors in com.logviewer.web.dto.events with parameters of type LogViewModifierConstructorDescriptionEventSetViewState(LogView[] logs, com.typesafe.config.Config uiConfig, FavoriteLogService favoriteLogService, Map<String, String> globalSavedFilters, boolean initByPermalink) -
Uses of LogView in com.logviewer.web.session
Fields in com.logviewer.web.session declared as LogViewMethods in com.logviewer.web.session that return LogViewConstructors in com.logviewer.web.session with parameters of type LogViewModifierConstructorDescriptionLogChangeNotifier(LogView[] logs, SessionAdapter sender, LvTimer timer) SessionTask(LogView[] logs) -
Uses of LogView in com.logviewer.web.session.tasks
Fields in com.logviewer.web.session.tasks with type parameters of type LogViewMethods in com.logviewer.web.session.tasks with parameters of type LogViewModifier and TypeMethodDescriptionprotected longLoadRecordTask.getTimeLimit(LogRecord lastRecord, LogView log) Constructors in com.logviewer.web.session.tasks with parameters of type LogViewModifierConstructorDescriptionLoadRecordTask(LogView[] logs, int recordCount, RecordPredicate filter, Position start, boolean backward, Map<String, String> hashes) MyLogDataListener(LogView log, BiConsumer<LoadNextResponse, Throwable> consumer) SearchTask(LogView[] logs, Position start, int recordCount, boolean backward, SearchPattern pattern, Map<String, String> hashes, RecordPredicate filter)