public interface IndexAssertion<K,E,ID>
| Modifier and Type | Method and Description |
|---|---|
boolean |
assertCandidate(IndexEntry<K,E,ID> entry)
Tests to see if a perspective candidate should be returned based on
the evaluation of hard coded logic.
|
boolean assertCandidate(IndexEntry<K,E,ID> entry) throws Exception
entry - an index record of the entryNamingException - if their are failures while asserting the
conditionExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.