Uses of Class
com.logviewer.data2.LogRecord
Packages that use LogRecord
Package
Description
-
Uses of LogRecord in com.logviewer.data2
Methods in com.logviewer.data2 that return LogRecordModifier and TypeMethodDescriptionCompaundLogReader.buildRecord()abstract LogRecordLogReader.buildRecord()static LogRecordLogRecord.createUnparsedRecord(String message, long time, long start, long end, int loadedTextLengthBytes) LogIndex.findRecordBound(long time, boolean lastBound, Snapshot buffer) LogIndex.findRecordBound(Date time, boolean lastBound, Snapshot buffer) Methods in com.logviewer.data2 that return types with arguments of type LogRecordModifier and TypeMethodDescriptionLvPredicateChecker.applyFilter(LogRecord record, RecordPredicate filter) Log.readRecordAt(long offset) LogView.readRecordAt(long offset) Methods in com.logviewer.data2 with parameters of type LogRecordModifier and TypeMethodDescriptionLvPredicateChecker.applyFilter(LogRecord record, RecordPredicate filter) intMethod parameters in com.logviewer.data2 with type arguments of type LogRecordModifier and TypeMethodDescriptionbooleanLog.LogSnapshot.processFromTime(long timestampNanos, Predicate<LogRecord> consumer) booleanSnapshot.processFromTime(long time, Predicate<LogRecord> consumer) booleanLog.LogSnapshot.processFromTimeBack(long timestampNanos, Predicate<LogRecord> consumer) booleanSnapshot.processFromTimeBack(long time, Predicate<LogRecord> consumer) booleanLog.LogSnapshot.processRecords(long position, boolean fromNextLine, Predicate<LogRecord> consumer) booleanSnapshot.processRecords(long position, boolean fromNextLine, Predicate<LogRecord> consumer) default booleanSnapshot.processRecords(long position, Predicate<LogRecord> consumer) booleanLog.LogSnapshot.processRecordsBack(long position, boolean fromPrevLine, Predicate<LogRecord> consumer) booleanSnapshot.processRecordsBack(long position, boolean fromNextLine, Predicate<LogRecord> consumer) Constructors in com.logviewer.data2 with parameters of type LogRecordModifierConstructorDescriptionConstructor parameters in com.logviewer.data2 with type arguments of type LogRecordModifierConstructorDescriptionCompaundLogReader(LogReader[] readers, BiFunction<LogRecord, Integer, LogRecord> transformer) CompaundLogReader(LogReader[] readers, BiFunction<LogRecord, Integer, LogRecord> transformer) RecordList(Pair<LogRecord, Throwable> restRecord) RecordList(Collection<Pair<LogRecord, Throwable>> queue) -
Uses of LogRecord in com.logviewer.data2.net
Methods in com.logviewer.data2.net that return types with arguments of type LogRecordModifier and TypeMethodDescriptionBrokenLog.readRecordAt(long offset) RemoteLog.readRecordAt(long offset) -
Uses of LogRecord in com.logviewer.data2.net.server
Method parameters in com.logviewer.data2.net.server with type arguments of type LogRecord -
Uses of LogRecord in com.logviewer.filters
Methods in com.logviewer.filters with parameters of type LogRecordModifier and TypeMethodDescriptionbooleanCompositeRecordPredicate.test(LogRecord record, LogFilterContext ctx) booleanDatePredicate.test(LogRecord record, LogFilterContext ctx) booleanExceptionOnlyPredicate.test(LogRecord record, LogFilterContext ctx) booleanFieldArgPredicate.test(LogRecord record, LogFilterContext ctx) booleanFieldValueSetPredicate.test(LogRecord record, LogFilterContext ctx) booleanJsPredicate.test(LogRecord record, LogFilterContext ctx) booleanNotPredicate.test(LogRecord record, LogFilterContext ctx) booleanRecordPredicate.test(LogRecord record, LogFilterContext ctx) booleanSubstringPredicate.test(LogRecord record, LogFilterContext ctx) booleanThreadPredicate.test(LogRecord record, LogFilterContext ctx) -
Uses of LogRecord in com.logviewer.utils
Methods in com.logviewer.utils that return types with arguments of type LogRecordMethods in com.logviewer.utils with parameters of type LogRecordModifier and TypeMethodDescriptionstatic voidbooleanTestPredicate.test(LogRecord record, LogFilterContext ctx) Method parameters in com.logviewer.utils with type arguments of type LogRecordModifier and TypeMethodDescriptionstatic Objectstatic voidTestPredicate.waitForLocked(Predicate<LogRecord> predicate) static voidTestPredicate.waitForRecord(Predicate<LogRecord> p) static booleanTestPredicate.wasProcessed(Predicate<LogRecord> p) -
Uses of LogRecord in com.logviewer.web.dto
Method parameters in com.logviewer.web.dto with type arguments of type LogRecordModifier and TypeMethodDescriptionstatic List<RestRecord>RestRecord.fromPairList(List<Pair<LogRecord, Throwable>> pairs) Constructors in com.logviewer.web.dto with parameters of type LogRecordModifierConstructorDescriptionRestRecord(LogRecord record) RestRecord(LogRecord record, String filteringError) Constructor parameters in com.logviewer.web.dto with type arguments of type LogRecord -
Uses of LogRecord in com.logviewer.web.session.tasks
Fields in com.logviewer.web.session.tasks with type parameters of type LogRecordModifier and TypeFieldDescriptionprotected final Comparator<Pair<LogRecord,Throwable>> LoadRecordTask.comparatorLoadNextResponse.dataLoadRecordTask.dataMethods in com.logviewer.web.session.tasks that return types with arguments of type LogRecordMethods in com.logviewer.web.session.tasks with parameters of type LogRecordModifier and TypeMethodDescriptionprotected longLoadRecordTask.getTimeLimit(LogRecord lastRecord, LogView log)