org.supermind.crawl.util
Interface ScatterPurger
- All Known Implementing Classes:
- MapFileScatterPurger, TestChainedScatterTable.TestScatterPurger
public interface ScatterPurger
Purges entries from ChainedScatterTable
.
NO_OP
static final ScatterPurger NO_OP
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
contains
boolean contains(long v)
throws java.io.IOException
- Throws:
java.io.IOException
purge
void purge(ChainedScatterTable table,
int idx,
long value)
throws java.io.IOException
- Throws:
java.io.IOException