class ExplicitFilterDefinitionElement extends FilterDefinitionElement
threshold
Constructor and Description |
---|
ExplicitFilterDefinitionElement(String b32,
Threshold threshold) |
Modifier and Type | Method and Description |
---|---|
void |
update(Map<Hash,DestTracker> map)
Updates the provided map with the hash(es) of remote destinations
mentioned in this element
|
fromBase32, getThreshold
ExplicitFilterDefinitionElement(String b32, Threshold threshold) throws InvalidDefinitionException
b32
- A string with the .b32 representation of the remote destinationthreshold
- threshold to apply to that destinationInvalidDefinitionException
- if the b32 string is not valid b32public void update(Map<Hash,DestTracker> map)
FilterDefinitionElement
update
in class FilterDefinitionElement