public abstract class AbstractIndexAwarePredicate<K,V> extends AbstractPredicate<K,V> implements IndexAwarePredicate<K,V>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIndexAwarePredicate() |
protected |
AbstractIndexAwarePredicate(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
protected Index |
getIndex(QueryContext queryContext) |
boolean |
isIndexed(QueryContext queryContext) |
apply, applyForSingleAttributeValue, convert, convertEnumValue, getFactoryId, readAttributeValue, readData, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfiltergetIdprotected AbstractIndexAwarePredicate()
protected AbstractIndexAwarePredicate(String attributeName)
public boolean isIndexed(QueryContext queryContext)
isIndexed in interface IndexAwarePredicate<K,V>protected Index getIndex(QueryContext queryContext)
Copyright © 2018. All Rights Reserved.