java.lang.Object org.supermind.crawl.NullScatterPurger
public class NullScatterPurger
No-op scatter purger.
Constructor Summary | |
---|---|
NullScatterPurger()
|
Method Summary | |
---|---|
void |
close()
|
boolean |
contains(long v)
|
void |
purge(ChainedScatterTable table,
int idx,
long value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullScatterPurger()
Method Detail |
---|
public void close() throws java.io.IOException
close
in interface ScatterPurger
java.io.IOException
public boolean contains(long v) throws java.io.IOException
contains
in interface ScatterPurger
java.io.IOException
public void purge(ChainedScatterTable table, int idx, long value) throws java.io.IOException
purge
in interface ScatterPurger
java.io.IOException