Uses of Class
com.gigaspaces.client.iterator.SpaceIterator
Packages that use SpaceIterator
Package
Description
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of SpaceIterator in org.openspaces.core
Methods in org.openspaces.core that return SpaceIteratorModifier and TypeMethodDescription<T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template) <T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template, int batchSize) <T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template, int batchSize, ReadModifiers modifiers) <T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template, SpaceIteratorConfiguration spaceIteratorConfiguration) <T> SpaceIterator<T>DefaultGigaSpace.iterator(T template) <T> SpaceIterator<T>DefaultGigaSpace.iterator(T template, int batchSize) <T> SpaceIterator<T>DefaultGigaSpace.iterator(T template, int batchSize, ReadModifiers modifiers) <T> SpaceIterator<T>DefaultGigaSpace.iterator(T template, SpaceIteratorConfiguration spaceIteratorConfiguration) <T> SpaceIterator<T>GigaSpace.iterator(ISpaceQuery<T> template) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(ISpaceQuery<T> template, int batchSize) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(ISpaceQuery<T> template, int batchSize, ReadModifiers modifiers) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(ISpaceQuery<T> template, SpaceIteratorConfiguration spaceIteratorConfiguration) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(T template) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(T template, int batchSize) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(T template, int batchSize, ReadModifiers modifiers) Returns an iterator over the entries in the space which match the specified template.<T> SpaceIterator<T>GigaSpace.iterator(T template, SpaceIteratorConfiguration spaceIteratorConfiguration) Returns an iterator over the entries in the space which match the specified template.