class FilterByHost(HierarchicalBucketFilter): (source)
Bucket for each host.| Method | getBucketKey |
Construct a key based on the input parameters to choose a Bucket. |
| Class Variable | sweepInterval |
Undocumented |
Inherited from HierarchicalBucketFilter:
| Method | __init__ |
Undocumented |
| Method | getBucketFor |
Find or create a Bucket corresponding to the provided parameters. |
| Method | sweep |
Remove empty buckets. |
| Class Variable | bucketFactory |
Class of buckets to make. |
| Instance Variable | buckets |
Undocumented |
| Instance Variable | lastSweep |
Undocumented |
| Instance Variable | parentFilter |
Undocumented |