Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.hadoop.util Classes and Interfaces - 15 results found.
| Name | Description | Type | Package | Framework |
| ApplicationClassLoader | A URLClassLoader for application isolation. | Class | org.apache.hadoop.util | Apache Hadoop |
|
| BloomFilter | The Bloom filter is a data structure that was introduced in 1970 and that has been adopted by the networking research community in the past decade thanks to the bandwidth efficiencies that it | Class | org.apache.hadoop.util.bloom | Apache Hadoop |
|
| CountingBloomFilter | A counting Bloom filter is an improvement to standard a Bloom filter as it allows dynamic additions and deletions of set membership information. | Class | org.apache.hadoop.util.bloom | Apache Hadoop |
|
| DynamicBloomFilter | A dynamic Bloom filter (DBF) makes use of a s * m bit matrix but each of the s rows is a standard Bloom filter. | Class | org.apache.hadoop.util.bloom | Apache Hadoop |
|
| HashFunction | See Also:The general behavior of a key being stored in a filter, The general behavior of a filter | Class | org.apache.hadoop.util.bloom | Apache Hadoop |
|
| IPList | | Interface | org.apache.hadoop.util | Apache Hadoop |
|
| Progressable | A facility for reporting progress. | Interface | org.apache.hadoop.util | Apache Hadoop |
|
| PureJavaCrc32 | A pure-java implementation of the CRC32 checksum that uses the same polynomial as the built-in native CRC32. | Class | org.apache.hadoop.util | Apache Hadoop |
|
| PureJavaCrc32C | A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI | Class | org.apache.hadoop.util | Apache Hadoop |
|
| ReflectionUtils | | Class | org.apache.hadoop.util | Apache Hadoop |
|
| RemoveScheme | Defines the different remove scheme for retouched Bloom filters. | Interface | org.apache.hadoop.util.bloom | Apache Hadoop |
|
| RetouchedBloomFilter | It allows the removal of selected false positives at the cost of introducing random false negatives, and with the benefit of eliminating some random false | Class | org.apache.hadoop.util.bloom | Apache Hadoop |
|
| StringInterner | Provides equivalent behavior to String. | Class | org.apache.hadoop.util | Apache Hadoop |
|
| Tool | A tool interface that supports handling of generic command-line options. | Interface | org.apache.hadoop.util | Apache Hadoop |
|
| ToolRunner | A utility to help run Tools. | Class | org.apache.hadoop.util | Apache Hadoop |