Uses of Interface
com.logviewer.filters.RecordPredicate
Packages that use RecordPredicate
Package
Description
-
Uses of RecordPredicate in com.logviewer.data2
Methods in com.logviewer.data2 with parameters of type RecordPredicateModifier and TypeMethodDescriptionLvPredicateChecker.applyFilter(LogRecord record, RecordPredicate filter) Log.createRecordSearcher(Position start, boolean backward, RecordPredicate recordPredicate, String hash, int recordCount, SearchPattern searchPattern, Consumer<SearchResult> listener) LogView.createRecordSearcher(Position start, boolean backward, RecordPredicate recordPredicate, String hash, int recordCount, SearchPattern searchPattern, Consumer<SearchResult> listener) Log.loadRecords(RecordPredicate filter, int recordCountLimit, Position start, boolean backward, String hash, long sizeLimit, LogDataListener loadListener) LogView.loadRecords(RecordPredicate filter, int recordCount, Position start, boolean backward, String hash, long sizeLimit, LogDataListener loadListener) -
Uses of RecordPredicate in com.logviewer.data2.net
Methods in com.logviewer.data2.net with parameters of type RecordPredicateModifier and TypeMethodDescriptionBrokenLog.createRecordSearcher(Position start, boolean backward, RecordPredicate recordPredicate, String hash, int recordCount, SearchPattern searchPattern, Consumer<SearchResult> listener) RemoteLog.createRecordSearcher(Position start, boolean backward, RecordPredicate recordPredicate, String hash, int recordCount, SearchPattern searchPattern, Consumer<SearchResult> listener) BrokenLog.loadRecords(RecordPredicate filter, int recordCount, Position start, boolean backward, String hash, long sizeLimit, LogDataListener listener) RemoteLog.loadRecords(RecordPredicate filter, int recordCount, Position start, boolean backward, String hash, long sizeLimit, LogDataListener listener) -
Uses of RecordPredicate in com.logviewer.domain
Methods in com.logviewer.domain that return RecordPredicateMethods in com.logviewer.domain with parameters of type RecordPredicateModifier and TypeMethodDescriptionvoidPermalink.setFilterPanelFilters(RecordPredicate[] filterPanelFilters) -
Uses of RecordPredicate in com.logviewer.filters
Classes in com.logviewer.filters that implement RecordPredicateModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in com.logviewer.filters that return RecordPredicateModifier and TypeMethodDescriptionstatic RecordPredicateCompositeRecordPredicate.and(RecordPredicate... filters) static RecordPredicateCompositeRecordPredicate.and(Collection<RecordPredicate> filters) NotPredicate.getDelegate()NotPredicate.not()default RecordPredicateRecordPredicate.not()Methods in com.logviewer.filters that return types with arguments of type RecordPredicateMethods in com.logviewer.filters with parameters of type RecordPredicateModifier and TypeMethodDescriptionvoidCompositeRecordPredicate.addPredicate(RecordPredicate recordPredicate) static RecordPredicateCompositeRecordPredicate.and(RecordPredicate... filters) voidNotPredicate.setDelegate(RecordPredicate delegate) Method parameters in com.logviewer.filters with type arguments of type RecordPredicateModifier and TypeMethodDescriptionstatic RecordPredicateCompositeRecordPredicate.and(Collection<RecordPredicate> filters) Constructors in com.logviewer.filters with parameters of type RecordPredicateModifierConstructorDescriptionCompositeRecordPredicate(boolean isAnd, RecordPredicate... predicates) NotPredicate(RecordPredicate delegate) Constructor parameters in com.logviewer.filters with type arguments of type RecordPredicateModifierConstructorDescriptionCompositeRecordPredicate(boolean isAnd, Collection<RecordPredicate> predicates) -
Uses of RecordPredicate in com.logviewer.utils
Classes in com.logviewer.utils that implement RecordPredicateMethods in com.logviewer.utils with parameters of type RecordPredicateModifier and TypeMethodDescriptionstatic LongPredicateUtils.extractTimeLimit(RecordPredicate filter, boolean isUpperLimit) -
Uses of RecordPredicate in com.logviewer.web.session
Methods in com.logviewer.web.session with parameters of type RecordPredicateModifier and TypeMethodDescriptionvoidLogSession.changeFiltersAndLoadData(int topRecordCount, int bottomRecordCount, long stateVersion, Map<String, String> hashes, RecordPredicate[] filter, Position start) voidLogSession.changeFiltersAndScrollDown(int recordCount, long stateVersion, RecordPredicate[] filter) voidLogSession.scrollToEdge(int recordCount, long stateVersion, RecordPredicate[] filter, boolean isScrollToBegin) Constructors in com.logviewer.web.session with parameters of type RecordPredicateModifierConstructorDescriptionLocalFileRecordLoader(Supplier<Snapshot> snapshotFactory, ExecutorService executor, LogDataListener listener, Position start, RecordPredicate filter, boolean backward, int recordCountLimit, long sizeLimit, String hash) LocalFileRecordSearcher(Supplier<Snapshot> snapshotFactory, ExecutorService executor, Position start, boolean backward, RecordPredicate filter, String hash, int recordCount, SearchPattern pattern, Consumer<SearchResult> listener) -
Uses of RecordPredicate in com.logviewer.web.session.tasks
Fields in com.logviewer.web.session.tasks declared as RecordPredicateMethods in com.logviewer.web.session.tasks that return RecordPredicateConstructors in com.logviewer.web.session.tasks with parameters of type RecordPredicateModifierConstructorDescriptionLoadRecordTask(LogView[] logs, int recordCount, RecordPredicate filter, Position start, boolean backward, Map<String, String> hashes) SearchTask(LogView[] logs, Position start, int recordCount, boolean backward, SearchPattern pattern, Map<String, String> hashes, RecordPredicate filter)