com.hazelcast.query.impl
Class SortedIndexStore
java.lang.Object
   com.hazelcast.query.impl.BaseIndexStore
com.hazelcast.query.impl.BaseIndexStore
       com.hazelcast.query.impl.SortedIndexStore
com.hazelcast.query.impl.SortedIndexStore
- All Implemented Interfaces: 
- IndexStore
- public class SortedIndexStore 
- extends BaseIndexStore
Store indexes rankly.
 
 
 
| Method Summary | 
|  void | clear()
 | 
|  ConcurrentMap<Data,QueryableEntry> | getRecordMap(Comparable value)
 | 
|  Set<QueryableEntry> | getRecords(Comparable value)
 | 
|  void | getRecords(MultiResultSet results,
           Set<Comparable> values)
 | 
|  void | getSubRecords(MultiResultSet results,
              ComparisonType comparisonType,
              Comparable searchedValue)
 | 
|  void | getSubRecordsBetween(MultiResultSet results,
                     Comparable from,
                     Comparable to)
 | 
|  void | newIndex(Comparable newValue,
         QueryableEntry record)
 | 
|  void | removeIndex(Comparable oldValue,
            Data indexKey)
 | 
|  String | toString()
 | 
|  void | updateIndex(Comparable oldValue,
            Comparable newValue,
            QueryableEntry entry)
 | 
 
 
 
SortedIndexStore
public SortedIndexStore()
newIndex
public void newIndex(Comparable newValue,
                     QueryableEntry record)
- 
 
updateIndex
public void updateIndex(Comparable oldValue,
                        Comparable newValue,
                        QueryableEntry entry)
- 
 
removeIndex
public void removeIndex(Comparable oldValue,
                        Data indexKey)
- 
 
clear
public void clear()
- 
 
getSubRecordsBetween
public void getSubRecordsBetween(MultiResultSet results,
                                 Comparable from,
                                 Comparable to)
- 
 
getSubRecords
public void getSubRecords(MultiResultSet results,
                          ComparisonType comparisonType,
                          Comparable searchedValue)
- 
 
getRecordMap
public ConcurrentMap<Data,QueryableEntry> getRecordMap(Comparable value)
- 
 
getRecords
public Set<QueryableEntry> getRecords(Comparable value)
- 
 
getRecords
public void getRecords(MultiResultSet results,
                       Set<Comparable> values)
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.