Uses of Class
com.norconex.crawler.fs.fetch.impl.AbstractNioFetcher
Packages that use AbstractNioFetcher
Package
Description
-
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.adlsgen2
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.adlsgen2Modifier and TypeClassDescriptionclassFetcher for Azure Data Lake Storage Gen2, using references such asabfss://filesystem@account.dfs.core.windows.net/path/to/file. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.archive
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.archiveModifier and TypeClassDescriptionclassFetcher for archive file systems treated as virtual directory trees. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.azureblob
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.azureblobModifier and TypeClassDescriptionclassFetcher for Azure Blob Storage, using references such asazblob://account/container/path/to/blob. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.cmis
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.cmisModifier and TypeClassDescriptionclassCMIS-enabled Content Management Systems (CMS) fetcher (Atom end-point), backed by a custom, read-only NIO.2FileSystemProvider(CmisFileSystemProvider). -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.ftp
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.ftpModifier and TypeClassDescriptionclass -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.gcs
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.gcsModifier and TypeClassDescriptionclassFetcher for Google Cloud Storage (gs://bucket/object), backed by the official Google-maintainedgoogle-cloud-nioprovider. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.hdfs
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.hdfsModifier and TypeClassDescriptionclassFetcher for HDFS (webhdfs://), backed by a custom, read-only NIO.2FileSystemProvider(HdfsFileSystemProvider) that speaks the WebHDFS REST API directly over Apache HttpClient - no Hadoop client dependency. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.local
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.localModifier and TypeClassDescriptionclassFetcher for a local file system, backed by the JDK's defaultFileSystemProvider. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.s3
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.s3Modifier and TypeClassDescriptionclassFetcher for Amazon S3 (s3://bucket/key), backed by a custom, read-only NIO.2FileSystemProvider(S3FileSystemProvider) built directly on the standard AWS SDK v2S3Client- not the AWS Common Runtime (CRT) client, avoiding its ~19MB native-library dependency. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.sftp
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.sftpModifier and TypeClassDescriptionclassSFTP fetcher (sftp://), backed by the sftp-fs NIO.2 file system provider. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.smb
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.smbModifier and TypeClassDescriptionclassCIFS fetcher (Samba, Windows share) (smb://), backed by a custom, read-only NIO.2FileSystemProvider(SmbFileSystemProvider) built directly on jcifs-ng's classicSmbFileAPI. -
Uses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.webdav
Subclasses of AbstractNioFetcher in com.norconex.crawler.fs.fetch.impl.webdavModifier and TypeClassDescriptionclassFetcher for WebDAV repositories (webdav://,webdavs://), backed by a custom, read-only NIO.2FileSystemProvider(WebDavFileSystemProvider) that speaks WebDAV directly over Apache HttpClient (no third-party WebDAV library).