Uses of Class
io.roastedroot.zerofs.FileSystemState
-
Uses of FileSystemState in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as FileSystemStateModifier and TypeFieldDescriptionprivate final FileSystemStatePollingWatchService.fileSystemStateprivate final FileSystemStateZeroFsFileChannel.fileSystemStateprivate final FileSystemStateZeroFsInputStream.fileSystemStateprivate final FileSystemStateZeroFsOutputStream.fileSystemStateprivate final FileSystemStateZeroFsSecureDirectoryStream.fileSystemStateprivate final FileSystemStateZeroFsFileStore.stateMethods in io.roastedroot.zerofs that return FileSystemStateModifier and TypeMethodDescriptionFileSystemView.state()Returns the file system state.(package private) FileSystemStateZeroFsFileStore.state()Returns the file system state object.Methods in io.roastedroot.zerofs with parameters of type FileSystemStateModifier and TypeMethodDescriptionprivate static ZeroFsFileStoreZeroFsFileSystems.createFileStore(Configuration config, PathService pathService, FileSystemState state) Creates the file store for the file system.Constructors in io.roastedroot.zerofs with parameters of type FileSystemStateModifierConstructorDescription(package private)PollingWatchService(FileSystemView view, PathService pathService, FileSystemState fileSystemState, long interval, TimeUnit timeUnit) ZeroFsFileChannel(RegularFile file, Set<OpenOption> options, FileSystemState fileSystemState) ZeroFsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, Set<Feature> supportedFeatures, FileSystemState state) ZeroFsInputStream(RegularFile file, FileSystemState fileSystemState) (package private)ZeroFsOutputStream(RegularFile file, boolean append, FileSystemState fileSystemState) ZeroFsSecureDirectoryStream(FileSystemView view, DirectoryStream.Filter<? super Path> filter, FileSystemState fileSystemState)