org.supermind.crawl
Interface ScatterPurger

All Known Implementing Classes:
MapFileScatterPurger

public interface ScatterPurger

Purges entries from ChainedScatterTable.


Field Summary
static ScatterPurger NO_OP
           
 
Method Summary
 void close()
           
 boolean contains(long v)
           
 void purge(ChainedScatterTable table, int idx, long value)
           
 

Field Detail

NO_OP

static final ScatterPurger NO_OP
Method Detail

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