D - the data type for which index is being createdC - the type of collection storedpublic static class AbstractIndexManager.DataIndex<D extends Data,C>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<D,C> |
dataMap |
protected java.util.Map<java.lang.String,C> |
dbDataMap |
| Constructor and Description |
|---|
AbstractIndexManager.DataIndex() |
| Modifier and Type | Method and Description |
|---|---|
protected D |
getOriginalData(D data) |
protected C |
putIndexCollection(D data,
C collection)
Put the collection to use for the specified data
|
protected java.util.Map<java.lang.String,C> dbDataMap
protected C putIndexCollection(D data, C collection)
data - the data for which the Index is being modifiedcollection - the collection to associate to the data (must not be null)Copyright © 2001-2016 Jalios SA. All Rights Reserved.