java.lang.Object org.supermind.crawl.util.TestChainedScatterTable.TestScatterPurger
class TestChainedScatterTable.TestScatterPurger
Field Summary | |
---|---|
(package private) int |
idx
|
(package private) long |
value
|
Fields inherited from interface org.supermind.crawl.util.ScatterPurger |
---|
NO_OP |
Constructor Summary | |
---|---|
TestChainedScatterTable.TestScatterPurger()
|
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 |
Field Detail |
---|
int idx
long value
Constructor Detail |
---|
TestChainedScatterTable.TestScatterPurger()
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