|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dumper
An interface for partition dumpers.
| Method Summary | |
|---|---|
void |
dump(Stage s)
Dumps the pipeline stage, which is assumed to be something that contains indexed data. |
void |
finish()
Indicates that we are finished indexing. |
int |
getQueueLength()
Gets the length of the queue that this dumper is using to store partitions before dumping them. |
void |
setSearchEngine(SearchEngine e)
Sets the search engine that this dumper will be dumping partitions for. |
| Methods inherited from interface com.sun.labs.util.props.Configurable |
|---|
newProperties |
| Method Detail |
|---|
void setSearchEngine(SearchEngine e)
e - the engine that this dumper will be used byvoid dump(Stage s)
s - a pipeline stage containing data to be dumped.int getQueueLength()
void finish()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||