GigaSpaces XAP.NET Documentation
LocalViewFactory Class
Class LibraryGigaSpaces.Core.CacheLocalViewFactory
Factory class for creating a local view over a master space.
Declaration Syntax
C#Visual BasicVisual C++J#
public class LocalViewFactory
Public Class LocalViewFactory
public ref class LocalViewFactory
public class LocalViewFactory
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LocalViewFactory(ISpaceProxy)
Creates a new factory with the specified master space.

AddQuery(View)
Adds a query to the local view factory.

BatchSize
Gets or sets the local view batch size which will be used for synchronizing the view with the remote space. Null value indicates that the default value will be used.

BatchTimeout
Gets or sets the local view batch timeout (i.e. maximum time the server will batch entries before updating the client. Null value indicates that the default value will be used.

Create()()()
Creates a local view based on the configured information.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
InitialSynchronizationTimeout
Gets or sets the initial synchronization process timeout, once exceeded the process is considered failed and will be retried (Defaults to 5 minutes).

MaxDisconnectionDuration
Gets or sets the maximum allowed duration to hold stale data in the view before restarting the view. This occurrs when the connection is lost with the remote space for the specified duration. Null value indicates that the default value will be used.

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
LocalViewFactory

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)