Uses of Class
io.roastedroot.zerofs.PollingWatchService.Snapshot
-
Uses of PollingWatchService.Snapshot in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs with type parameters of type PollingWatchService.SnapshotModifier and TypeFieldDescriptionprivate final ConcurrentMap<AbstractWatchService.Key, PollingWatchService.Snapshot> PollingWatchService.snapshotsMap of keys to the most recent directory snapshot for each key.Methods in io.roastedroot.zerofs that return PollingWatchService.SnapshotModifier and TypeMethodDescriptionprivate PollingWatchService.SnapshotPollingWatchService.takeSnapshot(ZeroFsPath path) Methods in io.roastedroot.zerofs with parameters of type PollingWatchService.SnapshotModifier and TypeMethodDescription(package private) booleanPollingWatchService.Snapshot.postChanges(PollingWatchService.Snapshot newState, AbstractWatchService.Key key) Posts events to the given key based on the kinds of events it subscribes to and what events have occurred between this state and the given new state.