Uses of Class
com.logviewer.utils.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.logviewer.data2
Methods in com.logviewer.data2 that return PairModifier and TypeMethodDescriptionLvPredicateChecker.applyFilter(LogRecord record, RecordPredicate filter) Methods in com.logviewer.data2 that return types with arguments of type PairModifier and TypeMethodDescriptionLog.loadContent(long offset, int length) LogView.loadContent(long offset, int length) Reads a piece of the log.Constructors in com.logviewer.data2 with parameters of type PairConstructor parameters in com.logviewer.data2 with type arguments of type Pair -
Uses of Pair in com.logviewer.data2.net
Methods in com.logviewer.data2.net that return types with arguments of type PairModifier and TypeMethodDescriptionBrokenLog.loadContent(long offset, int length) RemoteLog.loadContent(long offset, int length) -
Uses of Pair in com.logviewer.data2.net.server
Method parameters in com.logviewer.data2.net.server with type arguments of type PairModifier and TypeMethodDescriptionvoidLoadContentTask.start(RemoteTaskContext<Pair<String, Integer>> ctx) -
Uses of Pair in com.logviewer.impl
Methods in com.logviewer.impl that return types with arguments of type PairModifier and TypeMethodDescriptionstatic List<Pair<PathPattern,LogFormat>> LvPatternFormatRecognizer.fromHocon(com.typesafe.config.Config config) Constructor parameters in com.logviewer.impl with type arguments of type PairModifierConstructorDescriptionLvPatternFormatRecognizer(List<Pair<PathPattern, LogFormat>> formats) -
Uses of Pair in com.logviewer.utils
Methods in com.logviewer.utils that return Pair -
Uses of Pair in com.logviewer.web.dto
Method parameters in com.logviewer.web.dto with type arguments of type PairModifier and TypeMethodDescriptionstatic List<RestRecord>RestRecord.fromPairList(List<Pair<LogRecord, Throwable>> pairs) Constructors in com.logviewer.web.dto with parameters of type Pair -
Uses of Pair in com.logviewer.web.session.tasks
Fields in com.logviewer.web.session.tasks with type parameters of type PairModifier and TypeFieldDescriptionprotected final Comparator<Pair<LogRecord,Throwable>> LoadRecordTask.comparatorLoadNextResponse.dataLoadRecordTask.dataMethods in com.logviewer.web.session.tasks that return types with arguments of type Pair