Uses of Class
com.j_spaces.kernel.AbstractStoredList
Packages that use AbstractStoredList
Package
Description
Provides GigaSpaces low level services
-
Uses of AbstractStoredList in com.j_spaces.kernel
Subclasses of AbstractStoredList in com.j_spaces.kernelModifier and TypeClassDescriptionclasshash-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+Methods in com.j_spaces.kernel that return AbstractStoredListModifier and TypeMethodDescriptionstatic <T> AbstractStoredList<T>StoredListFactory.createStoredList(boolean supportsRandomScans, boolean reuseLocks) -
Uses of AbstractStoredList in com.j_spaces.kernel.list
Constructors in com.j_spaces.kernel.list with parameters of type AbstractStoredListModifierConstructorDescriptionIterableStoredListIterator(AbstractStoredList<T> entries, boolean random_scan)