public interface IndexStore
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
void | 
destroy()  | 
Set<QueryableEntry> | 
getRecords(Comparable value)  | 
Set<QueryableEntry> | 
getRecords(Set<Comparable> values)  | 
Set<QueryableEntry> | 
getSubRecords(ComparisonType comparisonType,
             Comparable searchedValue)  | 
Set<QueryableEntry> | 
getSubRecordsBetween(Comparable from,
                    Comparable to)  | 
void | 
newIndex(Object newValue,
        QueryableEntry entry)  | 
void | 
removeIndex(Object oldValue,
           Data indexKey)  | 
void | 
updateIndex(Object oldValue,
           Object newValue,
           QueryableEntry entry)  | 
void newIndex(Object newValue, QueryableEntry entry)
void updateIndex(Object oldValue, Object newValue, QueryableEntry entry)
void clear()
void destroy()
Set<QueryableEntry> getSubRecordsBetween(Comparable from, Comparable to)
Set<QueryableEntry> getSubRecords(ComparisonType comparisonType, Comparable searchedValue)
Set<QueryableEntry> getRecords(Comparable value)
Set<QueryableEntry> getRecords(Set<Comparable> values)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.