class documentation
class FilterByHost(HierarchicalBucketFilter): (source)
Constructor: FilterByHost(parentFilter)
A Hierarchical Bucket filter with a Bucket for each host.
| Method | get |
Construct a key based on the input parameters to choose a Bucket. |
| Class Variable | sweep |
Undocumented |
Inherited from HierarchicalBucketFilter:
| Method | __init__ |
Undocumented |
| Method | get |
Find or create a Bucket corresponding to the provided parameters. |
| Method | sweep |
Remove empty buckets. |
| Class Variable | bucket |
Class of buckets to make. |
| Instance Variable | buckets |
Undocumented |
| Instance Variable | last |
Undocumented |
| Instance Variable | parent |
Undocumented |