Uses of Class
io.roastedroot.zerofs.WatchServiceConfiguration
-
Uses of WatchServiceConfiguration in io.roastedroot.zerofs
Subclasses of WatchServiceConfiguration in io.roastedroot.zerofsModifier and TypeClassDescriptionprivate static final classImplementation forWatchServiceConfiguration.polling(long, TimeUnit).Fields in io.roastedroot.zerofs declared as WatchServiceConfigurationModifier and TypeFieldDescription(package private) static final WatchServiceConfigurationWatchServiceConfiguration.DEFAULTThe default configuration that's used if the user doesn't provide anything more specific.private WatchServiceConfigurationConfiguration.Builder.watchServiceConfig(package private) final WatchServiceConfigurationConfiguration.watchServiceConfigprivate final WatchServiceConfigurationZeroFsFileSystem.watchServiceConfigMethods in io.roastedroot.zerofs that return WatchServiceConfigurationModifier and TypeMethodDescriptionstatic WatchServiceConfigurationReturns a configuration for aWatchServicethat polls watched directories for changes everyintervalof the giventimeUnit(e.g.Methods in io.roastedroot.zerofs with parameters of type WatchServiceConfigurationModifier and TypeMethodDescriptionConfiguration.Builder.setWatchServiceConfiguration(WatchServiceConfiguration config) Sets the configuration thatWatchServiceinstances created by the file system should use.Constructors in io.roastedroot.zerofs with parameters of type WatchServiceConfigurationModifierConstructorDescription(package private)ZeroFsFileSystem(ZeroFsFileSystemProvider provider, URI uri, ZeroFsFileStore fileStore, PathService pathService, FileSystemView defaultView, WatchServiceConfiguration watchServiceConfig)