public class Exchanges extends Object
Constructor and Description |
---|
Exchanges(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
boolean |
areAvailableExchanges() |
String[] |
indexWriters(NutchDocument nutchDocument)
Returns all the indexers where the document must be sent to.
|
void |
open()
Opens each configured exchange.
|
public Exchanges(Configuration conf)
public boolean areAvailableExchanges()
public void open()
public String[] indexWriters(NutchDocument nutchDocument)
nutchDocument
- The document to process.Copyright © 2021 The Apache Software Foundation