Uses of Class
com.norconex.crawler.core.cluster.SerializedCache
Packages that use SerializedCache
Package
Description
-
Uses of SerializedCache in com.norconex.crawler.core.cluster
Method parameters in com.norconex.crawler.core.cluster with type arguments of type SerializedCacheModifier and TypeMethodDescriptionvoidCacheManager.exportCaches(Consumer<SerializedCache> c) Consumes every caches, where record value are serialized JSON String.voidCacheManager.importCaches(List<SerializedCache> caches) Import caches previously exported withCacheManager.exportCaches(Consumer). -
Uses of SerializedCache in com.norconex.crawler.core.cluster.impl.hazelcast
Method parameters in com.norconex.crawler.core.cluster.impl.hazelcast with type arguments of type SerializedCacheModifier and TypeMethodDescriptionvoidHazelcastCacheManager.exportCaches(Consumer<SerializedCache> c) voidHazelcastCacheManager.importCaches(List<SerializedCache> caches) -
Uses of SerializedCache in com.norconex.crawler.core.cluster.impl.memory
Method parameters in com.norconex.crawler.core.cluster.impl.memory with type arguments of type SerializedCacheModifier and TypeMethodDescriptionvoidMemoryCacheManager.exportCaches(Consumer<SerializedCache> c) voidMemoryCacheManager.importCaches(List<SerializedCache> caches) -
Uses of SerializedCache in com.norconex.crawler.core.cluster.impl.mvstore
Method parameters in com.norconex.crawler.core.cluster.impl.mvstore with type arguments of type SerializedCacheModifier and TypeMethodDescriptionvoidMVStoreCacheManager.exportCaches(Consumer<SerializedCache> c) voidMVStoreCacheManager.importCaches(List<SerializedCache> caches)