- caught(String) - 类 中的方法com.iveely.crawler.master.MasterHandler
-
- clear() - 类 中的方法com.iveely.crawler.worker.BloomFilter
-
Sets all bits to false in the Bloom filter.
- close() - 类 中的方法com.iveely.crawler.master.Master
-
- com.iveely.crawler - 程序包 com.iveely.crawler
-
- com.iveely.crawler.common - 程序包 com.iveely.crawler.common
-
- com.iveely.crawler.config - 程序包 com.iveely.crawler.config
-
- com.iveely.crawler.entity - 程序包 com.iveely.crawler.entity
-
- com.iveely.crawler.master - 程序包 com.iveely.crawler.master
-
- com.iveely.crawler.worker - 程序包 com.iveely.crawler.worker
-
- Configurate - com.iveely.crawler.config中的类
-
- Configurate() - 类 的构造器com.iveely.crawler.config.Configurate
-
- contains(E) - 类 中的方法com.iveely.crawler.worker.BloomFilter
-
Returns true if the element could have been inserted into the Bloom filter.
- contains(byte[]) - 类 中的方法com.iveely.crawler.worker.BloomFilter
-
Returns true if the array of bytes could have been inserted into the Bloom
filter.
- containsAll(Collection<? extends E>) - 类 中的方法com.iveely.crawler.worker.BloomFilter
-
Returns true if all the elements of a Collection could have been inserted
into the Bloom filter.
- count() - 类 中的方法com.iveely.crawler.worker.BloomFilter
-
Returns the number of elements added to the Bloom filter after it was
constructed or after clear() was called.
- CrawlerApplication - com.iveely.crawler中的类
-
- CrawlerApplication() - 类 的构造器com.iveely.crawler.CrawlerApplication
-
- createHash(String, Charset) - 类 中的静态方法com.iveely.crawler.worker.BloomFilter
-
Generates a digest based on the contents of a String.
- createHash(String) - 类 中的静态方法com.iveely.crawler.worker.BloomFilter
-
Generates a digest based on the contents of a String.
- createHash(byte[]) - 类 中的静态方法com.iveely.crawler.worker.BloomFilter
-
Generates a digest based on the contents of an array of bytes.
- createHashes(byte[], int) - 类 中的静态方法com.iveely.crawler.worker.BloomFilter
-
Generates digests based on the contents of an array of bytes and splits the
result into 4-byte int's and store them in an array.