Uses of Class
com.norconex.crawler.core.cluster.ClusterConfig
Packages that use ClusterConfig
-
Uses of ClusterConfig in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return ClusterConfigModifier and TypeMethodDescription@NonNull ClusterConfigCrawlerConfig.getClusterConfig()The Importer module configuration.Methods in com.norconex.crawler.core with parameters of type ClusterConfigModifier and TypeMethodDescriptionCrawlerConfig.setClusterConfig(@NonNull ClusterConfig clusterConfig) The Importer module configuration. -
Uses of ClusterConfig in com.norconex.crawler.core.cluster
Methods in com.norconex.crawler.core.cluster that return ClusterConfigModifier and TypeMethodDescriptionClusterConfig.setAdminDisabled(boolean adminDisabled) Disable launching the crawler administrative server endpoints.ClusterConfig.setAdminPort(int adminPort) Port the crawler cluster listens to for administrative commands, on each nodes.ClusterConfig.setClustered(boolean clustered) Whether the crawler should run in stand-alone or cluster mode.ClusterConfig.setConnector(ClusterConnector connector) The connector to the cluster implementation used to run the crawler.