public class SkipIndexPredicate extends Object implements Predicate
SkipIndexPredicate
is a predicate that prevents
an index from being used on the wrapped predicate.
It isn't exposed as user API; it will only be created when
making use of index suppression option in the
SqlPredicate
SkipIndexPredicate also isn't send over the wire; so we don't
need to worry about backward compatibility in future releases.Constructor and Description |
---|
SkipIndexPredicate(Predicate target) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Map.Entry mapEntry)
Applies this predicate to the given map entry.
|
Predicate |
getTarget() |
String |
toString() |
public SkipIndexPredicate(Predicate target)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.