| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexStore
| Method Summary | |
|---|---|
 ConcurrentMap<Long,ConcurrentMap<Long,Record>> | 
getMapRecords()
 | 
 Set<MapEntry> | 
getRecords(Long value)
 | 
 void | 
getRecords(MultiResultSet results,
           Set<Long> values)
 | 
 void | 
getSubRecords(MultiResultSet results,
              PredicateType predicateType,
              Long searchedValue)
 | 
 void | 
getSubRecordsBetween(MultiResultSet results,
                     Long from,
                     Long to)
 | 
 void | 
newRecordIndex(Long newValue,
               Record record)
 | 
 void | 
removeRecordIndex(Long oldValue,
                  Long recordId)
 | 
| Method Detail | 
|---|
void getSubRecordsBetween(MultiResultSet results,
                          Long from,
                          Long to)
void getSubRecords(MultiResultSet results,
                   PredicateType predicateType,
                   Long searchedValue)
void newRecordIndex(Long newValue,
                    Record record)
void removeRecordIndex(Long oldValue,
                       Long recordId)
Set<MapEntry> getRecords(Long value)
void getRecords(MultiResultSet results,
                Set<Long> values)
ConcurrentMap<Long,ConcurrentMap<Long,Record>> getMapRecords()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||