GigaSpaces XAP.NET Documentation
SpaceIteratorConfig Class
Class LibraryGigaSpaces.CoreSpaceIteratorConfig
This class is used to encapsulate settings for ISpaceIterator<(Of <(T>)>) instances.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 10.1.1 - Use GetSpaceIterator() overloads which do not use this class")]
public class SpaceIteratorConfig
<ObsoleteAttribute("Since 10.1.1 - Use GetSpaceIterator() overloads which do not use this class")> _
Public Class SpaceIteratorConfig
[ObsoleteAttribute(L"Since 10.1.1 - Use GetSpaceIterator() overloads which do not use this class")]
public ref class SpaceIteratorConfig
/** @attribute ObsoleteAttribute("Since 10.1.1 - Use GetSpaceIterator() overloads which do not use this class") */
public class SpaceIteratorConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SpaceIteratorConfig()()()
Creates a new SpaceIteratorConfig with default configuration settings.

SpaceIteratorConfig(IteratorScope)
Creates a new SpaceIteratorConfig with the specified iterator scope. All other properties will be set to their respective default values.

SpaceIteratorConfig(IteratorScope, Int32, Int64)
Creates a new SpaceIteratorConfig with the specified properties. All other properties will be set to their respective default values.

BufferSize
Gets or sets the iterator's buffer size (i.e. how many entries the iterator will buffer).

DefaultBufferSize
Gets or sets the default value for BufferSize property.

DefaultIteratorScope
Gets or sets the default value for IteratorScope property.

DefaultLeaseTime
Gets or sets the default value for LeaseTime property.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EventSessionConfig
Gets or sets the event session configuration which will be used by the iterator to monitor future matching entries.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IteratorScope
Gets or sets the iterator's scope.

LeaseTime
Gets or sets the iterator's lease time, in milliseconds. When the iterator lease expires, it stops yielding entries.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SpaceIteratorConfig

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)