|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.crawler.util.SetBasedUriUniqFilter
org.archive.crawler.util.NoopUriUniqFilter
public class NoopUriUniqFilter
A UriUniqFilter that doesn't actually provide any uniqueness filter on presented items: all are passed through.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.archive.crawler.datamodel.UriUniqFilter |
|---|
UriUniqFilter.HasUriReceiver |
| Field Summary |
|---|
| Fields inherited from class org.archive.crawler.util.SetBasedUriUniqFilter |
|---|
duplicateCount, duplicatesAtLastSample, profileLog, receiver |
| Constructor Summary | |
|---|---|
NoopUriUniqFilter()
|
|
| Method Summary | |
|---|---|
protected void |
createUriSet()
|
protected boolean |
setAdd(java.lang.CharSequence uri)
|
protected long |
setCount()
|
protected boolean |
setRemove(java.lang.CharSequence uri)
|
| Methods inherited from class org.archive.crawler.util.SetBasedUriUniqFilter |
|---|
add, addForce, addNow, close, count, forget, note, pending, profileLog, requestFlush, setDestination, setProfileLog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoopUriUniqFilter()
| Method Detail |
|---|
protected boolean setAdd(java.lang.CharSequence uri)
setAdd in class SetBasedUriUniqFilterprotected boolean setRemove(java.lang.CharSequence uri)
setRemove in class SetBasedUriUniqFilterprotected long setCount()
setCount in class SetBasedUriUniqFilterprotected void createUriSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||