Class FileSystemMap.FileSystemStatus<S extends FileSystem>

    • Method Detail

      • isNotFound

        public boolean isNotFound()
        Returns whether or not the file system was found. A false value means that the file system either has already been created, or is still being created.
        Returns:
        true if the file system was not found, or false otherwise.
      • fileSystem

        public Optional<S> fileSystem()
        Returns the file system if available.
        Returns:
        An Optional describing the file system if it has already been created, or Optional.empty() if it is still being created or was not found.