Uses of Class
com.logviewer.data2.Position
Packages that use Position
Package
Description
-
Uses of Position in com.logviewer.data2
Fields in com.logviewer.data2 declared as PositionMethods in com.logviewer.data2 with parameters of type PositionModifier and TypeMethodDescriptionLog.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 Position in com.logviewer.data2.net
Methods in com.logviewer.data2.net with parameters of type PositionModifier 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 Position in com.logviewer.data2.net.server
Constructors in com.logviewer.data2.net.server with parameters of type PositionModifierConstructorDescriptionRecordLoaderRemoteTask(String file, String format, Position start, boolean backward, String hash, String filter, int recordCountLimit, long sizeLimit) RecordSearcherRemoteTask(String file, String format, Position start, boolean backward, String hash, String filter, int recordCountLimit, SearchPattern searchPattern) -
Uses of Position in com.logviewer.data2.net.server.api
Methods in com.logviewer.data2.net.server.api with parameters of type PositionModifier and TypeMethodDescriptionRemoteApi.createRecordLoaderChannel(String file, String format, Position start, boolean backward, String hash, String filter, int recordCountLimit, long sizeLimit, Consumer listener) RemoteApi.createRecordSearcherChannel(String file, String format, Position start, boolean backward, String hash, String filter, int recordCountLimit, SearchPattern searchPattern, Consumer listener) -
Uses of Position in com.logviewer.domain
Methods in com.logviewer.domain that return PositionMethods in com.logviewer.domain with parameters of type Position -
Uses of Position in com.logviewer.web.dto.events
Constructors in com.logviewer.web.dto.events with parameters of type PositionModifierConstructorDescriptionEventNextDataLoaded(Map<String, Status> statuses, long stateVersion, LoadNextResponse res, Position start, boolean backward) -
Uses of Position in com.logviewer.web.session
Methods in com.logviewer.web.session with parameters of type PositionModifier and TypeMethodDescriptionvoidLogSession.changeFiltersAndLoadData(int topRecordCount, int bottomRecordCount, long stateVersion, Map<String, String> hashes, RecordPredicate[] filter, Position start) voidLogSession.loadNext(Position start, boolean backward, int recordCount, Map<String, String> hashes, long stateVersion) voidLogSession.searchNext(Position start, boolean backward, int recordCount, SearchPattern pattern, Map<String, String> hashes, long stateVersion, long requestId, boolean loadNext) Constructors in com.logviewer.web.session with parameters of type PositionModifierConstructorDescriptionLocalFileRecordLoader(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 Position in com.logviewer.web.session.tasks
Fields in com.logviewer.web.session.tasks declared as PositionMethods in com.logviewer.web.session.tasks that return PositionConstructors in com.logviewer.web.session.tasks with parameters of type PositionModifierConstructorDescriptionLoadRecordTask(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)