Uses of Interface
com.norconex.crawler.core.cluster.ClusterConnector
Packages that use ClusterConnector
Package
Description
-
Uses of ClusterConnector in com.norconex.crawler.core.cluster
Methods in com.norconex.crawler.core.cluster that return ClusterConnectorModifier and TypeMethodDescriptionClusterConfig.getConnector()The connector to the cluster implementation used to run the crawler.Methods in com.norconex.crawler.core.cluster with parameters of type ClusterConnectorModifier and TypeMethodDescriptionClusterConfig.setConnector(ClusterConnector connector) The connector to the cluster implementation used to run the crawler. -
Uses of ClusterConnector in com.norconex.crawler.core.cluster.impl.hazelcast
Classes in com.norconex.crawler.core.cluster.impl.hazelcast that implement ClusterConnector -
Uses of ClusterConnector in com.norconex.crawler.core.cluster.impl.memory
Classes in com.norconex.crawler.core.cluster.impl.memory that implement ClusterConnectorModifier and TypeClassDescriptionclassConnector that creates a lightweightMemoryClusterwith in-memory caches and no distributed infrastructure. -
Uses of ClusterConnector in com.norconex.crawler.core.cluster.impl.mvstore
Classes in com.norconex.crawler.core.cluster.impl.mvstore that implement ClusterConnectorModifier and TypeClassDescriptionclassConnector that creates a file-backedMVStoreClusterusing H2's MVStore engine.