public class MultiBaseSearch extends java.lang.Object implements SearchStrategy
| Modifier and Type | Field and Description |
|---|---|
private Catalog |
catalog |
private DirectoryService |
directoryService |
private static org.slf4j.Logger |
LOG
the LOG for this class
|
| Constructor and Description |
|---|
MultiBaseSearch(java.lang.String catalogBaseDn,
DirectoryService directoryService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ResourceRecord> |
getRecords(QuestionRecord question)
Returns a set of
ResourceRecords, given a DNS QuestionRecord. |
private static final org.slf4j.Logger LOG
private final Catalog catalog
private final DirectoryService directoryService
MultiBaseSearch(java.lang.String catalogBaseDn,
DirectoryService directoryService)
public java.util.Set<ResourceRecord> getRecords(QuestionRecord question) throws DnsException
SearchStrategyResourceRecords, given a DNS QuestionRecord.getRecords in interface SearchStrategyResourceRecords.DnsException