Class FifoGroupsCompoundIndexExtention<K>
java.lang.Object
com.j_spaces.core.cache.fifoGroup.FifoGroupsCompoundIndexExtention<K>
- All Implemented Interfaces:
IFifoGroupsIndexExtention<K>
public class FifoGroupsCompoundIndexExtention<K>
extends Object
implements IFifoGroupsIndexExtention<K>
extentions for fifo-groups compound index
- Author:
- yechielf
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionFifoGroupsCompoundIndexExtention(CacheManager cacheManager, TypeDataIndex<K> index) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToValuesList(K rawValue, IStoredList list) getFifoGroupLists(Object otherIndexValue) intvoidinsertEntryIndexedField(IEntryCacheInfo pEntry, K fieldValue, TypeData pType) voidinsertEntryIndexedField(IEntryCacheInfo pEntry, K fieldValue, TypeData pType, ArrayList<IObjectInfo<IEntryCacheInfo>> insertBackRefs) intremoveEntryIndexedField(IEntryHolder eh, ArrayList<IObjectInfo<IEntryCacheInfo>> deletedBackRefs, K fieldValue, int refpos, boolean removeIndexedValue, IEntryCacheInfo pEntry) voidremoveFromValuesList(K rawValue, IStoredList list)
-
Constructor Details
-
FifoGroupsCompoundIndexExtention
-
-
Method Details
-
insertEntryIndexedField
- Specified by:
insertEntryIndexedFieldin interfaceIFifoGroupsIndexExtention<K>
-
insertEntryIndexedField
public void insertEntryIndexedField(IEntryCacheInfo pEntry, K fieldValue, TypeData pType, ArrayList<IObjectInfo<IEntryCacheInfo>> insertBackRefs) - Specified by:
insertEntryIndexedFieldin interfaceIFifoGroupsIndexExtention<K>
-
addToValuesList
- Specified by:
addToValuesListin interfaceIFifoGroupsIndexExtention<K>
-
removeFromValuesList
- Specified by:
removeFromValuesListin interfaceIFifoGroupsIndexExtention<K>
-
removeEntryIndexedField
public int removeEntryIndexedField(IEntryHolder eh, ArrayList<IObjectInfo<IEntryCacheInfo>> deletedBackRefs, K fieldValue, int refpos, boolean removeIndexedValue, IEntryCacheInfo pEntry) - Specified by:
removeEntryIndexedFieldin interfaceIFifoGroupsIndexExtention<K>
-
getFifoGroupLists
- Specified by:
getFifoGroupListsin interfaceIFifoGroupsIndexExtention<K>
-
getFifoGroupLists
- Specified by:
getFifoGroupListsin interfaceIFifoGroupsIndexExtention<K>
-
getNumGroups
public int getNumGroups()- Specified by:
getNumGroupsin interfaceIFifoGroupsIndexExtention<K>
-