Uses of Interface
com.logviewer.data2.Snapshot
Packages that use Snapshot
-
Uses of Snapshot in com.logviewer.data2
Classes in com.logviewer.data2 that implement SnapshotMethods in com.logviewer.data2 that return SnapshotMethods in com.logviewer.data2 with parameters of type SnapshotModifier and TypeMethodDescriptionLogIndex.findRecordBound(long time, boolean lastBound, Snapshot buffer) LogIndex.findRecordBound(Date time, boolean lastBound, Snapshot buffer) -
Uses of Snapshot in com.logviewer.web.session
Constructors in com.logviewer.web.session with parameters of type SnapshotConstructor parameters in com.logviewer.web.session with type arguments of type SnapshotModifierConstructorDescriptionLocalFileRecordLoader(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)