Click or drag to resize

ViewBuilder Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The ViewBuilder provides a means to #build() a view (ContinuousQueryCache) using a fluent pattern / style.
Inheritance Hierarchy
SystemObject
  Tangosol.NetViewBuilder

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class ViewBuilder

The ViewBuilder type exposes the following members.

Constructors
  NameDescription
Public methodViewBuilder(FuncINamedCache)
Construct a new ViewBuilder for the provided INamedCache. The function should return a new NamedCache instance upon each invocation.
Public methodViewBuilder(INamedCache)
Construct a new ViewBuilder for the provided INamedCache.
Top
Methods
  NameDescription
Public methodBuild
Construct a view of the INamedCache provided to this builder.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFilter
The IFilter that will be used to define the entries maintained in this view. If no IFilter is specified, AlwaysFilter will be used.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodKeys
The resulting view will only cache keys.
Public methodListener
The ICacheListener that will receive all events, including those that result from the initial population of the view.
Public methodMap
The IValueExtractor that this view will use to transform the results from the underlying cache prior to storing them locally.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValues
The resulting view will cache both keys and values.
Top
See Also