Uses of Class
io.roastedroot.zerofs.WatchServiceConfiguration
-
-
Uses of WatchServiceConfiguration in io.roastedroot.zerofs
Subclasses of WatchServiceConfiguration in io.roastedroot.zerofs Modifier and Type Class Description private static classWatchServiceConfiguration.PollingConfigImplementation forpolling(long, java.util.concurrent.TimeUnit).Fields in io.roastedroot.zerofs declared as WatchServiceConfiguration Modifier and Type Field Description (package private) static WatchServiceConfigurationWatchServiceConfiguration. DEFAULTThe default configuration that's used if the user doesn't provide anything more specific.private WatchServiceConfigurationConfiguration.Builder. watchServiceConfig(package private) WatchServiceConfigurationConfiguration. watchServiceConfigprivate WatchServiceConfigurationZeroFsFileSystem. watchServiceConfigMethods in io.roastedroot.zerofs that return WatchServiceConfiguration Modifier and Type Method Description static WatchServiceConfigurationWatchServiceConfiguration. polling(long interval, java.util.concurrent.TimeUnit timeUnit)Returns a configuration for aWatchServicethat polls watched directories for changes everyintervalof the giventimeUnit(e.g.Methods in io.roastedroot.zerofs with parameters of type WatchServiceConfiguration Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. setWatchServiceConfiguration(WatchServiceConfiguration config)Sets the configuration thatWatchServiceinstances created by the file system should use.Constructors in io.roastedroot.zerofs with parameters of type WatchServiceConfiguration Constructor Description ZeroFsFileSystem(ZeroFsFileSystemProvider provider, java.net.URI uri, ZeroFsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig)
-