Uses of Interface
com.j_spaces.kernel.list.IObjectsList
Packages that use IObjectsList
Package
Description
Provides GigaSpaces low level services
-
Uses of IObjectsList in com.gigaspaces.internal.query
Classes in com.gigaspaces.internal.query that implement IObjectsListMethods in com.gigaspaces.internal.query that return IObjectsListModifier and TypeMethodDescriptionprotected abstract IObjectsListAbstractQueryIndex.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListExactValueIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListExacValueCompoundIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListInValueIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListNotRegexIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListNullValueIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListRangeCompoundIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListRangeIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListRegexIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListRelationIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) protected IObjectsListUidsIndexScanner.getEntriesByIndex(Context context, TypeData typeData, TypeDataIndex<Object> index, boolean fifoGroupsScan) AbstractQueryIndex.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) CompoundAndIndexScanner.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) CompoundOrIndexScanner.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) InValueIndexScanner.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) IQueryIndexScanner.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) NotRegexIndexScanner.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) RegexIndexScanner.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) RelationIndexScanner.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) UidsIndexScanner.getIndexedEntriesByType(Context context, TypeData typeData, ITemplateHolder template, int latestIndexToConsider) -
Uses of IObjectsList in com.gigaspaces.internal.utils.collections.economy
Classes in com.gigaspaces.internal.utils.collections.economy that implement IObjectsListModifier and TypeClassDescriptionclassTODO add Javadoc -
Uses of IObjectsList in com.j_spaces.core.cache
Subinterfaces of IObjectsList in com.j_spaces.core.cacheModifier and TypeInterfaceDescriptioninterfaceinterfaceIOrderedIndexScan defines the interface for an ordered index scan.Classes in com.j_spaces.core.cache that implement IObjectsListModifier and TypeClassDescriptionclassclassclassclassstatic classclassTODO add Javadocclass -
Uses of IObjectsList in com.j_spaces.core.cache.blobStore
Classes in com.j_spaces.core.cache.blobStore that implement IObjectsListModifier and TypeClassDescriptionclassThe resident part of entry that resides blob-store -
Uses of IObjectsList in com.j_spaces.core.cache.blobStore.storage.preFetch
Classes in com.j_spaces.core.cache.blobStore.storage.preFetch that implement IObjectsListModifier and TypeClassDescriptionclasshandles prefetch activity -
Uses of IObjectsList in com.j_spaces.core.cache.fifoGroup
Subinterfaces of IObjectsList in com.j_spaces.core.cache.fifoGroupModifier and TypeInterfaceDescriptioninterfaceIFifoGroupIterator for scanning in order to locate fifo-groupsClasses in com.j_spaces.core.cache.fifoGroup that implement IObjectsListModifier and TypeClassDescriptionclassclassclassTODO add JavadocclassTODO add JavadocclassTODO add JavadocclassFifoGroupsScanByFGIndexIterator<EntryCacheInfo>TODO add JavadocclassTODO add JavadocMethods in com.j_spaces.core.cache.fifoGroup with parameters of type IObjectsListModifier and TypeMethodDescriptionprotected IScanListIterator<T>FifoGroupsMultiList.prepareListIterator(IObjectsList list) -
Uses of IObjectsList in com.j_spaces.core.cache.mvcc
Classes in com.j_spaces.core.cache.mvcc that implement IObjectsList -
Uses of IObjectsList in com.j_spaces.kernel
Subinterfaces of IObjectsList in com.j_spaces.kernelClasses in com.j_spaces.kernel that implement IObjectsListModifier and TypeClassDescriptionclassAn abstract implementation of the IStoredList, provides commonclasshash-backed Read/Write Lock version of StoredList to be used with JDK 1.5+classRead/Write Lock version of StoredList to be used with JDK 1.5+ -
Uses of IObjectsList in com.j_spaces.kernel.list
Subinterfaces of IObjectsList in com.j_spaces.kernel.listModifier and TypeInterfaceDescriptioninterfaceIScanListIterator defines the interface for the result of stored-lists/extended indexes matchingClasses in com.j_spaces.kernel.list that implement IObjectsListModifier and TypeClassDescriptionclassclassclassno Lock version of StoredList locks should be external to this class scanning after establishing a starting position should be left lock freeclassList of lists that should return result after intersection.classList of stored lists.classDeprecated.classTODO add JavadocclassTODO add JavadocMethods in com.j_spaces.kernel.list that return types with arguments of type IObjectsListMethods in com.j_spaces.kernel.list with parameters of type IObjectsListModifier and TypeMethodDescriptionvoidMultiIntersectedStoredList.add(IObjectsList list, boolean shortest) voidMultiStoredList.add(IObjectsList l) protected IScanListIterator<T>MultiIntersectedStoredList.prepareListIterator(IObjectsList list) protected IScanListIterator<T>MultiStoredList.prepareListIterator(IObjectsList list) Constructors in com.j_spaces.kernel.list with parameters of type IObjectsListModifierConstructorDescriptionMultiIntersectedStoredList(Context context, IObjectsList list, boolean fifoScan, IObjectsList allElementslist, boolean falsePositiveFilterOnly) MultiIntersectedStoredList(Context context, IObjectsList list, boolean fifoScan, IObjectsList allElementslist, boolean falsePositiveFilterOnly, boolean alternatingThread) Constructor parameters in com.j_spaces.kernel.list with type arguments of type IObjectsListModifierConstructorDescriptionMultiStoredList(List<IObjectsList> multiList, boolean fifoScan) MultiStoredList(List<IObjectsList> multiList, boolean fifoScan, boolean alternatingThread)