Uses of Class
com.hazelcast.query.PredicateType

Packages that use PredicateType
com.hazelcast.query   
 

Uses of PredicateType in com.hazelcast.query
 

Methods in com.hazelcast.query that return PredicateType
static PredicateType PredicateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PredicateType[] PredicateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hazelcast.query with parameters of type PredicateType
 void IndexStore.getSubRecords(MultiResultSet results, PredicateType predicateType, Long searchedValue)
           
 void SortedIndexStore.getSubRecords(MultiResultSet results, PredicateType predicateType, Long searchedValue)
           
 void UnsortedIndexStore.getSubRecords(MultiResultSet results, PredicateType predicateType, Long searchedValue)
           
 Set<MapEntry> Index.getSubRecords(PredicateType predicateType, Long searchedValue)
           
 



Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.