Uses of Class
com.google.common.jimfs.PollingWatchService.Snapshot
-
Uses of PollingWatchService.Snapshot in com.google.common.jimfs
Fields in com.google.common.jimfs with type parameters of type PollingWatchService.SnapshotModifier and TypeFieldDescriptionprivate final ConcurrentMap
<AbstractWatchService.Key, PollingWatchService.Snapshot> PollingWatchService.snapshots
Map of keys to the most recent directory snapshot for each key.Methods in com.google.common.jimfs that return PollingWatchService.SnapshotModifier and TypeMethodDescriptionprivate PollingWatchService.Snapshot
PollingWatchService.takeSnapshot
(JimfsPath path) Methods in com.google.common.jimfs with parameters of type PollingWatchService.SnapshotModifier and TypeMethodDescription(package private) boolean
PollingWatchService.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.