Uses of Class
io.roastedroot.zerofs.FileSystemState
-
-
Uses of FileSystemState in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as FileSystemState Modifier and Type Field Description private FileSystemStatePollingWatchService. fileSystemStateprivate FileSystemStateZeroFsFileChannel. fileSystemStateprivate FileSystemStateZeroFsInputStream. fileSystemStateprivate FileSystemStateZeroFsOutputStream. fileSystemStateprivate FileSystemStateZeroFsSecureDirectoryStream. fileSystemStateprivate FileSystemStateZeroFsFileStore. stateMethods in io.roastedroot.zerofs that return FileSystemState Modifier and Type Method Description FileSystemStateFileSystemView. 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 FileSystemState Modifier and Type Method Description private 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 FileSystemState Constructor Description PollingWatchService(FileSystemView view, PathService pathService, FileSystemState fileSystemState, long interval, java.util.concurrent.TimeUnit timeUnit)ZeroFsFileChannel(RegularFile file, java.util.Set<java.nio.file.OpenOption> options, FileSystemState fileSystemState)ZeroFsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, java.util.Set<Feature> supportedFeatures, FileSystemState state)ZeroFsInputStream(RegularFile file, FileSystemState fileSystemState)ZeroFsOutputStream(RegularFile file, boolean append, FileSystemState fileSystemState)ZeroFsSecureDirectoryStream(FileSystemView view, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter, FileSystemState fileSystemState)
-