Uses of Class
com.gigaspaces.client.iterator.SpaceIteratorConfiguration
Packages that use SpaceIteratorConfiguration
Package
Description
Provides classes to configure SpaceIterator.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of SpaceIteratorConfiguration in com.gigaspaces.client.iterator
Methods in com.gigaspaces.client.iterator that return SpaceIteratorConfigurationModifier and TypeMethodDescriptionSpaceIteratorConfiguration.setBatchSize(int batchSize) Sets the iterator batch size retrieved from the spaceSpaceIteratorConfiguration.setIteratorType(SpaceIteratorType iteratorType) Sets the space iterator type being used.SpaceIteratorConfiguration.setMaxInactiveDuration(java.time.Duration maxInactiveDuration) Sets the max duration of an inactive iterator.SpaceIteratorConfiguration.setReadModifiers(ReadModifiers readModifiers) Sets theReadModifierswhich allows to programmatically control the isolation level this iteration * operation will be performed under.Constructors in com.gigaspaces.client.iterator with parameters of type SpaceIteratorConfigurationModifierConstructorDescriptionCursorEntryPacketIterator(ISpaceProxy spaceProxy, Object query, SpaceIteratorConfiguration spaceIteratorConfiguration) SpaceIterator(ISpaceProxy spaceProxy, Object query, Transaction txn, SpaceIteratorConfiguration spaceIteratorConfiguration) -
Uses of SpaceIteratorConfiguration in org.openspaces.core
Methods in org.openspaces.core with parameters of type SpaceIteratorConfigurationModifier and TypeMethodDescription<T> SpaceIterator<T>DefaultGigaSpace.iterator(ISpaceQuery<T> template, SpaceIteratorConfiguration spaceIteratorConfiguration) <T> SpaceIterator<T>DefaultGigaSpace.iterator(T template, SpaceIteratorConfiguration spaceIteratorConfiguration) <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, SpaceIteratorConfiguration spaceIteratorConfiguration) Returns an iterator over the entries in the space which match the specified template.