| Class | Description |
|---|---|
| BubingJob |
The JAI4J
Job used by BUbiNG. |
| BURL |
Static methods to manipulate normalized, canonical URLs in BUbiNG.
|
| ByteArrayCharSequence |
An adapter exposing a byte array as an ISO-8859-1-encoded
character sequence.
|
| ByteArrayDiskQueue |
A queue of byte arrays partially stored on disk.
|
| ByteArrayDiskQueues |
A set of memory-mapped queues of byte arrays.
|
| ByteArrayDiskQueues.QueueData |
Metadata associated with a queue.
|
| ConcurrentCountingMap |
A concurrent counting map.
|
| ConcurrentCountingMap.LockedMap | |
| ConcurrentCountingMap.Stripe | |
| ConcurrentSummaryStats | |
| FastApproximateByteArrayCache |
A fast, concurrent approximate cache for byte arrays.
|
| FastApproximateByteArrayCache.Stripe |
A class containing a stripe of the cache.
|
| FetchData |
Response of a HTTP request.
|
| Link |
A class representing a link, to be used by schedule filters.
|
| LockFreeQueue<T> |
A thin layer around a
ConcurrentLinkedQueue that exhibits a subset of the available methods,
and keeps track in an AtomicLong of the size of the queue,
so that LockFreeQueue.size() can return in constant time. |
| MurmurHash3 |
A 64-bit implementation of MurmurHash3 for byte-array fragments.
|
| ObjectDiskQueue<T> |
A queue of objects partially stored on disk.
|
| URLRespectsRobots |
A class providing static methods to parse
robots.txt into arrays of char arrays and
handle robot filtering. |
| Util |
Generic static utility method container.
|
| Exception | Description |
|---|---|
| TooSlowException |
A marker
IOException for sites that return data too slowly. |